-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(custom-js): implement DELETE /processors/{processor_id} (#231)
* feat(api): add api spec for processors resource closes #185 fix #185 * feat(api): add api spec for processors resource (#200) * feat(api): add api spec for processors resource * fix(typo): typo date_time to date-time * fix(typo): typo date_time to date-time * chore(openapi3): code review comments addressed * docs(api): add download endpoint for processor files * chore(dependencies): update cassandra-driver to v4.1.0 (#210) * chore: fix rebase to master * WIP: feat(custom-js): implement POST /processors (#213) * docs(image): fix outdated image in docs (#214) * chore(ci/cd): remove circleci docker_layer_caching (#218) * feat(api): add api spec for processors resource (#200) * feat(api): add api spec for processors resource * feat(api): add api spec for processors resource closes #185 fix #185 * fix(typo): typo date_time to date-time * fix(typo): typo date_time to date-time * chore(openapi3): code review comments addressed * docs(api): add download endpoint for processor files * chore(dependencies): update cassandra-driver to v4.1.0 (#210) * chore: fix rebase to master * feat(custom-js): implement POST /processors * test(processors): add tests for POST /processors (#217) * test(processors): add tests for POST /processors * style(processors): fix processors cassandra connector name * feat(processors): add js validation on POST /processors * fix(processors): add updated_at/created_at to processors resource * test(processors): add validateJavascriptContent unit-tests * test(create-test): fix processor file download error message in test * feat(custom-js): implement GET /processors (#212) * chore(dependencies): update cassandra-driver to v4.1.0 (#210) * feat(custom-js): implement GET /processors (Sequelize only) * test(processors): add tests for GET /processors (#186) * feat(custom-js): implement GET /processors (cassandra) * test(processors): add unit-tests for insertProcessor * feat(custom-js): implement DELETE /processors/{processor_id} * feat(custom-js): implement DELETE /processors/{processor_id}
- Loading branch information
Showing
10 changed files
with
86 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,4 +76,4 @@ module.exports = () => { | |
|
||
return app; | ||
}); | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters