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 eaf3a9f9c9 Fix macOS version groups
In particular, Darwin-17.5.0 was not assigned any group and was showing
up directly in the output. This fixes that.
2018-08-31 14:35:45 -04:00
scripts Rename project from fhwr-unflattener to workshop 2018-08-29 15:23:44 -04:00
.eslintrc.js Do a lot of stuff 2018-08-24 20:28:36 -04: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 Update version number in package-lock.json 2018-08-29 15:24:14 -04:00
package.json Rename project from fhwr-unflattener to workshop 2018-08-29 15:23:44 -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 Swap __heartbeat__ and __lbheartbeat__ 2018-08-24 21:47:01 -04:00
unflatten.js Rename project from fhwr-unflattener to workshop 2018-08-29 15:23:44 -04: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.