forked from jupyterhub/binderhub
-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP: AWS ECR Support #1
Open
ivan-gomes
wants to merge
997
commits into
master
Choose a base branch
from
aws-ecr-support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
d7f9bd7
to
bd961a8
Compare
ivan-gomes
pushed a commit
that referenced
this pull request
Jun 6, 2020
update with changes to binderhub
it won't be awaited properly schedule with `ensure_future` instead
Emit launch events
The JHub API returns a URL with the base_url of hub.
Jupyter packaging, fix sdist, PEP518 build
allows api-only deployments, where only `/hub/api` is routed to the Hub, instead of `/hub/` this duplicate endpoint of `/hub/health` was added in JupyterHub 1.4
use hub/api/health endpoint
…k8s-1.22 Test latest (1.22) and oldest supported and testable (1.18) k8s version
…-in-to-scheduled-codeql-runs ci: stop running scheduled CodeQL jobs that never fail
…ingress helm-chart: bump Ingress k8s apiVersion
We should allow our template to generate properly without forcing users to specify ingress.hosts as it is a viable configuration that has been requested as in z2jh already.
…image-cleaner Rely on docker-image-cleaner in external repo
Check for low-level errors when submitting builds
`BuildExecutor` is the abstract class with common prperties and methods `KubernetesBuildExecutor` is the replacement for the current `Build` class `Build` is kept but deprecated. `LocalRepo2dockerBuild` has never been released and is marked as under development, so breaking changes are fine.
Co-authored-by: Erik Sundell <[email protected]>
Use Traitlets for passing parameters to `Build` classes
…rhub into aws-ecr-support
Rebase to current and requested modifications
ivan-gomes
pushed a commit
that referenced
this pull request
Aug 16, 2022
Use the first repo provider to init UI
for more information, see https://pre-commit.ci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.