| Commit message (Collapse) | Author | Age | Lines |
... | |
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|/
|
|
|
|
|
|
| |
Adds a missing raise in the static build for situations where everything
was successful, but the build time passed the deadline specified by the
site API.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|\
| |
| | |
Add GitHub Artifacts API Route
|
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Added `last_applied` to `serializers`
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Remove IP Specification From Compose Ports
|
| |\ \ \
| |/ / /
|/| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Call the migration handler in manage.py when running tests, before
handing control back to django.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Specifying the port IP in compose seems to significantly slow down
networking with postgres. This effect is epically noticeable in tests,
which are 5-10x faster with the change.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |/ /
|/| | |
|
|\ \ \ |
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
A default is set for backwards compatibility with bot version that don't explicitly give a value.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When reading the created_at time from the GitHub API, it'll be a naive
date string with UTC time, so we use that instead of the system's time.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |\
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | | |
Relax rule about usage of non-WebSocket communication
|
| | | | |
|
| | | |
| | | |
| | | | |
Co-authored-by: wookie184 <[email protected]>
|
| | | |
| | | |
| | | | |
Co-authored-by: wookie184 <[email protected]>
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Clarify WebSocket restriction rule's impact on static serving
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | | |
Before this change, the rule technically disallows implementing JavaScript clients because webbrowsers use HTTP to fetch the static files.
This commit also fixes a mistake in a previous commit where Markdown-style characters were used instead of code-tags.
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Technically it's an ongoing jam, not a previous jam. But I think adding this link will help with discoverability if you're already on the CJ Info page. Can be updated once a theme is announced
|
|/ / /
| | |
| | |
| | | |
This was the easiest way of navigating to the CJ9 page previously other than the home page. Let's keep it for the duration of the jam
|
|\ \ \
| | | |
| | | | |
Copy over qualifier description from codejam 8
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Make finalizing codejam 9 changes
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | | |
Co-authored-by: wookie184 <[email protected]>
|
| | | |
| | | |
| | | | |
Co-authored-by: Kieran Siek <[email protected]>
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | | |
Co-authored-by: Numerlor <[email protected]>
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Moves the responsibility of re-requesting a workflow run from the API to
the user. This makes the requests much shorter-lived, and allows the
client to control how they want to handle sleeping and retrying.
This also has the benefit of removing the only real piece of async code,
so now the view is completely sync once again.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Update the netlify build script to use the artifacts API from the site.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |/
|/|
| |
| |
| |
| | |
Adds an API route to fetch GitHub build artifacts through a GitHub app.
Signed-off-by: Hassan Abouelela <[email protected]>
|