https://github.com/mozilla/charts
INACTIVE - http://mzl.la/ghe-archive - Static pages for charts.mozilla.org
https://github.com/mozilla/charts
inactive unmaintained
Last synced: 4 months ago
JSON representation
INACTIVE - http://mzl.la/ghe-archive - Static pages for charts.mozilla.org
- Host: GitHub
- URL: https://github.com/mozilla/charts
- Owner: mozilla
- License: mpl-2.0
- Archived: true
- Created: 2014-04-19T03:23:39.000Z (about 11 years ago)
- Default Branch: dev
- Last Pushed: 2019-09-10T11:36:39.000Z (over 5 years ago)
- Last Synced: 2025-01-16T16:26:12.057Z (4 months ago)
- Topics: inactive, unmaintained
- Language: JavaScript
- Size: 5.97 MB
- Stars: 15
- Watchers: 10
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
charts
======
Static pages for [charts.mozilla.org](http://charts.mozilla.org/) The summary
of the this project is found on [the Mozilla wiki](https://wiki.mozilla.org/Auto-tools/Projects/Charts#Overview_of_charts.mozilla.org)Prerequisits
------------You should be able to reach the public cluster. My people page has [a test page to confirm public cluster is accessible](http://people.mozilla.org/~klahnakoski/modevmetrics/Tutorial01-Minimum.html).
Setup
-----Simply clone from Github.
https://github.com/klahnakoski/MoDevMetrics.git
You can then open the files with your browser
Contribution
------------There are three main branches
* [master](https://github.com/mozilla/charts/tree/master) - deployed to production: charts.mozilla.org
* [allizom](https://github.com/mozilla/charts/tree/allizom) - deployed to staging: charts.paas.allizom.org
* [dev](https://github.com/mozilla/charts/tree/dev) - active development: **add you pull requests here**Other branches may exist which are working on new dashboards for other teams in the company.
###Submitting a Patch
At a bare minimum:* fork this repo
* craft your changes, and
* send a pull requestExtra appreciation is granted if you also
* update the corresponding bugzilla bug with an attachment pointing to the
pull requestUsing Github pull requests for code submission, and Bugzilla for issue
tracking, is clunky: So stick to the Github if you find this is a nasty
barrier to getting stuff done. What's most important is you submit code!
I will deal with the administration.