-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make enrollee description consistent * Add pingdom and statuspage instrumentation * Add Pingdom uptime report * Clean up help page * Add option to load all challenges * Add images to help page * Add support for removig student from class * Move data from redis to postgres
- Loading branch information
Showing
86 changed files
with
3,939 additions
and
1,954 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
local-reset: local-clean local-migrate | ||
|
||
local-clean: | ||
flyway -locations="filesystem:../src/main/resources/sql" -user=postgres -password=docker -url=jdbc:postgresql://localhost:5432/readingbat clean | ||
|
||
local-migrate: | ||
flyway -locations="filesystem:../src/main/resources/sql" -user=postgres -password=docker -url=jdbc:postgresql://localhost:5432/readingbat migrate | ||
|
||
|
||
do-reset: do-clean do-migrate | ||
|
||
do-clean: | ||
flyway -locations="filesystem:../src/main/resources/sql" -user=readingbat -password=zzz -url=jdbc:postgresql://readingbat-postgres-do-user-329986-0.b.db.ondigitalocean.com:25060/readingbat clean | ||
|
||
do-migrate: | ||
flyway -locations="filesystem:../src/main/resources/sql" -user=readingbat -password=zzz -url=jdbc:postgresql://readingbat-postgres-do-user-329986-0.b.db.ondigitalocean.com:25060/readingbat migrate | ||
|
||
|
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
Oops, something went wrong.