-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ADD more detail to admin theia page * ADD usage visuals * FIX visual labels * FIX visual jsx format * FIX visuals context * FIX pipeline api stability * ADD assignment/submission blog post * CHG reorganize rpc into seperate queues for faster ide start during regrading * ADD packaging post * CHG handle svg image content type correctly * ADD sequential response tracking * CHG split rpc queues in compose debug * FIX versioned question response on full_data prop * CHG completely rework theia-admin docker build * ADD incluster anubis cli authentication
- Loading branch information
Showing
58 changed files
with
1,327 additions
and
262 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
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,15 @@ | ||
from anubis.utils.visualizations import get_usage_plot | ||
|
||
|
||
def create_visuals(*_, **__): | ||
""" | ||
Create visuals files to be cached in redis. | ||
:return: | ||
""" | ||
from anubis.app import create_app | ||
app = create_app() | ||
|
||
with app.app_context(): | ||
with app.test_request_context(): | ||
get_usage_plot() |
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.