Commit Graph

22 Commits

Author SHA1 Message Date
Lachlan Kermode
63c26bdb12 add handlebars for blueprints 2020-06-02 14:58:22 +02:00
Lachlan Kermode
5d7eb0af05 add xlsx support
by factoring out a Fetcher class
2020-03-27 12:30:21 +01:00
Lachlan Kermode
eeb040c6ef Merge pull request #44 from forensic-architecture/dependabot/npm_and_yarn/js-yaml-3.13.1
Bump js-yaml from 3.12.0 to 3.13.1
2020-03-26 06:43:17 +01:00
Lachlan Kermode
e217b89a02 Merge pull request #45 from forensic-architecture/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
2020-03-26 06:43:06 +01:00
Lachlan Kermode
9767e76336 Merge pull request #46 from forensic-architecture/dependabot/npm_and_yarn/esm-3.2.25
Bump esm from 3.0.84 to 3.2.25
2020-03-26 06:42:54 +01:00
Lachlan Kermode
57c65ed5f4 Merge pull request #47 from forensic-architecture/dependabot/npm_and_yarn/axios-0.18.1
Bump axios from 0.18.0 to 0.18.1
2020-03-26 06:42:42 +01:00
Lachlan Kermode
21a597fa5b Merge pull request #48 from forensic-architecture/dependabot/npm_and_yarn/lodash.merge-4.6.2
Bump lodash.merge from 4.6.1 to 4.6.2
2020-03-26 06:42:30 +01:00
dependabot[bot]
77ab257ed3 Bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-26 05:41:06 +00:00
dependabot[bot]
0e7547c58c Bump esm from 3.0.84 to 3.2.25
Bumps [esm](https://github.com/standard-things/esm) from 3.0.84 to 3.2.25.
- [Release notes](https://github.com/standard-things/esm/releases)
- [Commits](https://github.com/standard-things/esm/compare/3.0.84...3.2.25)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-26 05:41:05 +00:00
dependabot[bot]
d4a74b5d70 Bump axios from 0.18.0 to 0.18.1
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-26 05:41:05 +00:00
dependabot[bot]
e33417381a Bump lodash.merge from 4.6.1 to 4.6.2
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-26 05:41:05 +00:00
dependabot[bot]
dd5428d7b6 Bump js-yaml from 3.12.0 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-26 05:41:03 +00:00
dependabot[bot]
f83251e308 Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-26 05:41:03 +00:00
Lachlan Kermode
0374955469 Merge pull request #43 from forensic-architecture/dependabot/npm_and_yarn/acorn-6.4.1
Bump acorn from 6.0.4 to 6.4.1
2020-03-26 06:40:40 +01:00
dependabot[bot]
1c2abded7b Bump acorn from 6.0.4 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.4 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.0.4...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 18:57:07 +00:00
dependabot[bot]
25a57f95d3 Bump eslint-utils from 1.3.1 to 1.4.3
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 03:40:28 +00:00
Lachlan Kermode
18ddc6c48b leverage ava's async features to ensure order in server_process tests 2018-12-14 17:50:00 +00:00
Joshua
5f4943d1d5 new server test with precommit hook to secure .env files, set up CI environment (#5)
* new server test with precommit hook to secure .env files, set up CI environment (#3)

* [TESTS] added all registered routes to api server test

* [WIP] abstracting config to env where it makes sense, refactoring elsewhere, adding more tests

* [WIP] fixed tests so they fail as expected

* [WIP]

* [DEBUG] fixed issues with the env configuration, added correct tests

* [MISC] env didn't get readded on last precommit

* [TESTS] added longer wait time for server as sometimtimes tests fail arbitrarily
2018-12-14 15:59:12 +00:00
Lachlan Kermode
b0d81b2a6d update nodemon
see https://www.reddit.com/r/programming/comments/a0kxmw/i_dont_know_what_to_say_backdoor_in_popular/
for more info
2018-11-29 08:15:20 +00:00
Lachie Kermode
4da9328588 add cors in development 2018-11-19 13:50:05 +00:00
Unknown
04d80c7c2f change linter to standard 2018-11-12 10:28:59 +00:00
Lachlan Kermode
2cbfbc33ef Clean master commit 2018-10-31 19:35:15 +00:00