You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URL encode user-inputted Ids, migrate to Github actions (#63)
* fix: URL encode user-inputted Ids to prevent injection
Also allow special characters to be used in Ids
* ci: migrate from circleci to github actions
* fix: build error `The system cannot find the path specified` for `openapi.yml` file
* fix-build: javadoc
* fix: use enum for documents index actions query param
- breaking change: documents index actions is now an enum instead of string
* ci: run tests using jdk 8, 11, 17
* fix-build: javadoc `bad use of '>'`
* fix-build: declare `generateSwaggerCodeTypesense` as dependency for task `sourcesJar`
`Task ':sourcesJar' uses this output of task ':generateSwaggerCodeTypesense' without declaring an explicit or implicit dependency`
* ci: use matrix for artifact name
* ci: test results logging
* ci: remove unused `books.jsonl` downloading
* build: fail fast for task `downloadApiSpec`
* remove unnecessary URL encoding of special characters
0 commit comments