Commit Graph

20 Commits

Author SHA1 Message Date
R Tyler Croy d3ea63fbc6
Tidy up the tests to work with the newer packages
It's not clear to me how or if the types test was running previously, the import
was just wrong!
2019-06-22 09:03:20 -07:00
R. Tyler Croy c0437dd079
Add a test to cover the Jenkins core compatibility 2018-10-28 15:53:31 -07:00
R. Tyler Croy 3c5104ecfd
Use a real-looking old-style correlator in the `generate-event` target 2018-10-28 15:53:31 -07:00
R. Tyler Croy 385fdd964d
Support inline transformation of legacy correlator IDs into type-specific signatures
Fixes #15
2018-10-28 15:53:12 -07:00
R. Tyler Croy 02c9da6207
Ensure tests are clearing the database before running 2018-10-25 10:33:20 -07:00
R. Tyler Croy a3a026ea06
Ensure the create of events results in a creation of the appropriate types record
Fixes #14
2018-10-23 15:02:34 -07:00
R. Tyler Croy 1e4742dae2
Add the allowInternal option for the authorize hook
This also improves the tests to make sure they're testing what they should,
including passing through the feathers built-in authentication mechanism
2018-10-23 15:01:58 -07:00
R. Tyler Croy dc196e9b34
Replace the existing types service with one backed by a denormalized model
Fixes #14
2018-10-23 12:46:14 -07:00
R. Tyler Croy 777540fc31
Support bypassing authorization within the testing environment
This also adds some basic test coverage for the authorize hook, which I should
have added in the first place. 💩
2018-10-23 12:45:03 -07:00
R. Tyler Croy 9f451c1994
Remove a couple spurious console statements I left in yesterday 2018-10-21 09:15:48 -07:00
R. Tyler Croy a7805eaee7
Add types navigation to the dashboard
Easily jump to any type available
2018-10-20 13:37:37 -07:00
R. Tyler Croy c6ce54ee87
Add support for restricting access via grants
Fixes #4
2018-09-20 17:06:42 -07:00
R. Tyler Croy 5260c44037
Add support for exporting all of the events based on a type
This is certain to crush the node app for big queries, but we'll see what
happens
2018-09-11 16:02:02 -07:00
R. Tyler Croy d561598d06
Fix the tests so they run again
Also make the tests reflect the current reality
2018-09-11 14:40:39 -07:00
R. Tyler Croy b7f080d25a
Add some integration testing of the /events service just to sanity check myself 2018-09-10 10:02:36 -07:00
R. Tyler Croy f94a35cf7d
Enable test reporting from jest 2018-09-09 18:20:49 -07:00
R. Tyler Croy 8f75f66a3d
Fully convert everything over to TypeScript
It's too bad the feathersjs CLI generator code doesn't know how to TypeScript
yet
2018-09-09 18:13:54 -07:00
R. Tyler Croy 957cce5fa7
Fix some defaults with the generated feathers application 2018-09-09 18:13:54 -07:00
R. Tyler Croy e078f9dbe6
Generated feathers app from the cli 2018-09-09 18:13:54 -07:00
R. Tyler Croy 48dd461f77
Initial commit of a skeleton typescript project 2018-09-09 17:27:58 -07:00