Lachlan Kermode
a9eb6ea6e2
Release v0.5.0 ( #61 )
...
* remove explicit ID from events in timemap setup
* Fixed internal anchor link headline
* update fmt
* Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
* Wrote validation functions and getter to grab appropriate validation function
* Collapsed filters and narratives into associations; modified default tabs to reflect
* Refactoring events to have only associations; created associations tab and related export tab
* Clean up with event related associations
* Delete validation for now; not relevant to this PR
* Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
* Removed gsheets tab in config, unused import in package json
* try/catch to prioritise local.config.js
* Removing export categories endpoint
* Removed categories from list and using test_export_events
* Test associations
* Removed comment regarding categories endpoint
* Removing unnecessary test_export_events endpoint
* Linting threw error stating that we use path module to join instead of +
* generalise LocalFetcher to support many sheet types (xlsx, ods, etc)
* rm getFileExt
* use tab as delimiter in intermediate representation
* Bump googleapis from 32.0.0 to 39.1.0
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client ) from 32.0.0 to 39.1.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases )
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/v32.0.0...v39.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
* Fixed tests
* fix example sheet
Co-authored-by: Christoph Knoth <github@christoph-knoth.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: efarooqui <efarooqui@pandora.com >
Co-authored-by: Ebrahem Farooqui <ebefarooqui@gmail.com >
Co-authored-by: Lachlan <Kermode>
2020-11-25 13:50:55 +00:00
Lachlan Kermode
83e6897b75
fix for windows npm
2020-06-17 18:03:56 +02:00
Lachlan Kermode
b48345a5d4
rm git hooks
2020-06-14 19:31:04 +02:00
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
e573348679
refactor travis encrypt to manual process before push
2018-12-18 15:54:44 +00:00
Lachlan Kermode
4328ceb464
encrypt script for travis
2018-12-15 10:59:20 +00:00
Lachlan Kermode
909b9fd21b
run bash in pre-push hook
2018-12-15 09:35:53 +00:00
Lachlan Kermode
95a501aba2
fix lint and prev commit errors
2018-12-14 17:24:50 +00:00
Lachlan Kermode
219adc1e5e
refactor to scripts
2018-12-14 16:56:37 +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
Joshua Lieberman
a52c305e35
[MISC] generalized name in package.json
2018-12-11 15:14:37 +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
23a49647d6
lint tests
2018-11-12 11:28:05 +00:00
Unknown
04d80c7c2f
change linter to standard
2018-11-12 10:28:59 +00:00
Scott Carver
34825f42aa
Use es6 when linting
2018-11-12 10:08:37 +00:00
Scott Carver
1caf3d2062
Add test-watch script
2018-11-12 10:08:37 +00:00
Lachlan Kermode
2cbfbc33ef
Clean master commit
2018-10-31 19:35:15 +00:00