-
Notifications
You must be signed in to change notification settings - Fork 7
[Issue #319] Prepare @common-grants/core minor release
#505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d2eaf61
[Issue #317] Support fetching apps in core library (#326)
widal001 2f06fb8
Changed applications route verb
jcrichlake 24e64ea
feat(core): Adds explicit @Versioning.added()
widal001 8e7ec54
build: Aligns deps across pnpm workspace
widal001 a84d8b4
refactor(website): Updates auto-generated docs
widal001 b554d8f
docs(website): Updates SchemaFormatTabs for models
widal001 205d738
docs(website): Updates SchemaFormatTabs for fields
widal001 7f1a723
docs(website): Updates SchemaFormatTabs for filters
widal001 21d2c1e
refactor(core): Updates NumberComparisonFilter
widal001 be408c4
refactor(website): Updates auto-generated docs
widal001 c2256d5
docs(website): Updates SchemaFormatTabs for types
widal001 bc30992
docs(website): Updates SchemaFormatTabs for responses
widal001 8b763ee
docs(website): Updates docs for pagination and sorting
widal001 58e9e95
build(template): Revert accidental change to express-js
widal001 e33c494
refactor(cli): Auto-updates OpenAPI specs in CLI
widal001 06016ae
refactor(ts-sdk): Updates NumberComparisonFilterSchema
widal001 c34f4d2
fix: Vulnerability in root-level pnpm lockfile
widal001 f7db527
ci(website): Fix formatting issue
widal001 d1018e8
refactor(core): Fix version added for Competition schemas
widal001 22a4b1c
refactor(website): Update default OpenAPI docs
widal001 0d638a7
docs(core): Update JSON schema example for Event
widal001 dbc9724
build: Adds changesets for CLI and core
widal001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| "@common-grants/cli": minor | ||
| --- | ||
|
|
||
| Supports checking APIs against the v0.3.0 CommonGrants OpenAPI spec. | ||
|
|
||
| Enables CLI users to check against the v0.3.0 CommonGrants OpenAPI spec. This will be the new default version when running `cg check spec` | ||
|
|
||
| Users can still validate against previous versions of the CommonGrants OpenAPI spec by specifying the `--protocol-version` flag. For example: | ||
|
|
||
| ```bash | ||
| cg check spec openapi.yaml --protocol-version 0.2.0 | ||
| ``` |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| "@common-grants/core": minor | ||
| --- | ||
|
|
||
| Adds models and routes for application reviews. | ||
|
|
||
| - Adds new OpenAPI tag for "Application reviews" | ||
| - Adds new route `POST /common-grants/applications/search/` and a set of supporting models | ||
| - Changes `NumberComparisonFilter.operator` type to `ComparisonOperators | EquivalenceOperators` so that we can filter using `eq` and `neq` in addition to `ge`, `gte`, etc. | ||
| - Adds explicit `@Versioning.added()` decorator to all schemas, so that the version in which a schema was added is explicitly defined, rather than defaulting to v0.1.0 |
This file contains hidden or 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 hidden or 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
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changes to the previous OpenAPI versions are mainly to the examples and descriptions, which we can't version like we can the fields and schemas themselves. |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.