-
-
Notifications
You must be signed in to change notification settings - Fork 10
✨ Enable to import JAG prelim and regional tasks (#1514) #1517
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
Changes from 5 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c4603f2
✨ Add tasks for AOJ JAG prelim and regional (#1514)
KATO-Hiro 55cfc64
:books: Update docs (#1514)
KATO-Hiro d5f5e36
Merge branch 'staging' of github.com:KATO-Hiro/AtCoderNoviceProblemsS…
KATO-Hiro 2f9d594
🚨 Add tests for contests (#1514)
KATO-Hiro 862d9ba
🚨 Add tests for task url (#1514)
KATO-Hiro f5aced1
Merge branch 'staging' of github.com:KATO-Hiro/AtCoderNoviceProblemsS…
KATO-Hiro 47c0238
♻️ Refactoring (#1514)
KATO-Hiro 749e84b
:books: Update docs (#1514)
KATO-Hiro e1f51ae
✨ Add a simple in-memory cache (#1514)
KATO-Hiro 118135c
✨ Add time-based expiration to cache (#1514)
KATO-Hiro 9b26c66
:books: Update docs (#1514)
KATO-Hiro 8f8b842
✨ Move cache to class and add validation to buildEndpoint (#1514)
KATO-Hiro 0401343
Merge branch 'staging' of github.com:KATO-Hiro/AtCoderNoviceProblemsS…
KATO-Hiro ff36e3d
♻️ Improve cache and buildEndpoint (#1514)
KATO-Hiro a79a312
:books: Update docs (#1514)
KATO-Hiro ae1285d
♻️ Make cache parameters configurable (#1514)
KATO-Hiro af1ccae
♻️ Improve cache and buildEndpoint (#1514)
KATO-Hiro c72c67d
♻️ Improve cache and error handlings (#1514)
KATO-Hiro c97d5a1
♻️ Improve cache and buildEndpoint (#1514)
KATO-Hiro 7f7a9ad
♻️ Improve cache and buildEndpoint (#1514)
KATO-Hiro 2e0f95c
♻️ Improve cache and buildEndpoint (#1514)
KATO-Hiro 7cd1e41
♻️ Improve cache and types (#1514)
KATO-Hiro 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 |
|---|---|---|
|
|
@@ -29,6 +29,7 @@ UNIVERSITY UNIVERSITY | |
| OTHERS OTHERS | ||
| AOJ_COURSES AOJ_COURSES | ||
| AOJ_PCK AOJ_PCK | ||
| AOJ_JAG AOJ_JAG | ||
| } | ||
|
|
||
|
|
||
|
|
||
2 changes: 2 additions & 0 deletions
2
prisma/migrations/20241120113542_add_aoj_jag_to_contest_type/migration.sql
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,2 @@ | ||
| -- AlterEnum | ||
| ALTER TYPE "ContestType" ADD VALUE 'AOJ_JAG'; |
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
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
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
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.
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.