-
Notifications
You must be signed in to change notification settings - Fork 9
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
lando: add lando functionality (bug 1885346) #52
Open
zzzeid
wants to merge
12
commits into
main
Choose a base branch
from
zeid/bug-1885346-new-lando
base: main
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.
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
Contributor
zzzeid
commented
Mar 27, 2024
•
edited
Loading
edited
- remove docker compose files for lando-ui and lando-api
- add docker compose file for lando
- update main docker compose file
- remove docker subdirectories that are no longer needed
- update nginx site.conf file with new lando configuration
- add redis and celery services
zzzeid
force-pushed
the
zeid/bug-1885346-new-lando
branch
3 times, most recently
from
April 1, 2024 17:30
85f5150
to
4bb0c6c
Compare
zzzeid
force-pushed
the
zeid/bug-1885346-new-lando
branch
from
May 2, 2024 18:44
4bb0c6c
to
5e51976
Compare
- remove docker compose files for lando-ui and lando-api - add docker compose file for lando - update main docker compose file - remove docker subdirectories that are no longer needed - update nginx site.conf file with new lando configuration - add redis and celery services
zzzeid
force-pushed
the
zeid/bug-1885346-new-lando
branch
from
May 23, 2024 19:10
5e51976
to
fa2432e
Compare
…8) (#54) The `--clear` argument will ensure all stale static files are deleted.
…ug 1867133) (#55) This is just making the docker-compose `suite` build in sync with the `lando` build. https://github.com/mozilla-conduit/lando/blob/main/compose.yaml#L23
…it/suite into zeid/bug-1885346-new-lando
…0987) (#59) Signed-off-by: Olivier Mehani <[email protected]>
zzzeid
commented
Oct 28, 2024
This change: * adds a CGit container to provide a git.test server in suite * pre-seeds a git repo with the content of https://github.com/mozilla-conduit/test-repo * updates the local-dev environment to clone the repo from git.test * updates Phabricator so it's aware of this repository * add a git landing worker to the relevant compose files In addition, it also refactors the local-dev Docker build a bit to * have fewer, more cacheable stages * use Python 3.8, as a way to dogfood MozPhab and make sure it is still functional with our oldest-supported Python. Commits: * phabricator: update config for cgit * readme: used docker[no-dash]compose * docker-compose: yamllint * gogs: remove * docker-compose: use cgit instead of gogs * docker-compose: don't expose internal ports to local machine (bug 1935046) * docker-compose/lando: skip standalone migrate call (already done by setup_dev) * local-dev: more accurate test dev username * docker-compose: add lando.git-landing-worker (bug 1895523) * phabricator: update demo.sql.gz to include test-repo-git (bug 1864902) * local-dev: add support for test-repo-git (bug 1864902) * gogs: manually restore data (bug 1864902) * gogs: import initial setup (bug 1864902) * git.test: add gogs container (bug 1864902) * local-dev: use python 3.8, as it's the lowest supported by MozPhab * local-dev: refactor Docker build in fewer stages
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.