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 41747dd26e Further downgrade event-stream to 3.3.4
It has been brought to my attention that we actually need to downgrade
event-stream even further, to version 3.3.4. Again, this works around
the following vulnerability:

https://github.com/dominictarr/event-stream/issues/116
2018-11-26 17:18:32 -05:00
scripts Rename project from fhwr-unflattener to workshop 2018-08-29 15:23:44 -04:00
.editorconfig Add .editorconfig 2018-10-26 17:18:32 -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 Further downgrade event-stream to 3.3.4 2018-11-26 17:18:32 -05:00
package.json Further downgrade event-stream to 3.3.4 2018-11-26 17:18:32 -05: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 Ignore eslint warnings about printing to console 2018-09-17 14:20:56 -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.