Workshop was a JSON server which reformatted hardware data from an obsolete format. It has been replaced by the BabbageFormatter in ensemble-transposer.
Перейти к файлу
John Karahalis a96ef9fd3b
Merge pull request #37 from mozilla/renovate/nodemon-1.x
Update dependency nodemon to v1.18.4
2018-09-04 15:53:26 -04:00
scripts Rename project from fhwr-unflattener to workshop 2018-08-29 15:23:44 -04:00
.eslintrc.js ESLint quotes avoidEscape 2018-08-31 14:05:46 -07:00
.gitignore Do a lot of stuff 2018-08-24 20:28:36 -04:00
LICENSE Add MPL 2.0 license 2018-01-22 02:39:04 -05:00
README.md Rename project from fhwr-unflattener to workshop 2018-08-29 15:23:44 -04:00
package-lock.json Merge pull request #37 from mozilla/renovate/nodemon-1.x 2018-09-04 15:53:26 -04:00
package.json Merge pull request #37 from mozilla/renovate/nodemon-1.x 2018-09-04 15:53:26 -04:00
population-modifications.json Fix macOS version groups 2018-08-31 14:35:45 -04:00
renovate.json Schedule Renovate updates once weekly 2018-03-15 18:05:06 -04:00
server.js Begin all console error messages with "Error" 2018-09-04 12:37:47 -04:00
unflatten.js Fix a few ESLint errors/warnings 2018-08-31 12:22:44 -07:00

README.md

Workshop, previously called fhwr-unflattener, serves the Firefox Hardware Report dataset in the format that ensemble-transposer expects.

Development

Install

npm install

Run

Locally

npm run dev

In production

npm start

Test

Run npm test

Notes

Versioning

To adhere to Dockerflow, we maintain a version number for this project. We try to update it when we deploy new code. The version number is specified in package.json.

The number looks like a semantic version number, but semver isn't suitable for applications. We instead follow this basic guideline: the first number is incremented for major changes, the second number is incremented for medium changes, and the third number is incremented for small changes.