Skip to content
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
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

zzzeid
Copy link
Contributor

@zzzeid zzzeid commented Mar 27, 2024

  • 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 zzzeid marked this pull request as draft March 27, 2024 21:32
@zzzeid zzzeid force-pushed the zeid/bug-1885346-new-lando branch 3 times, most recently from 85f5150 to 4bb0c6c Compare April 1, 2024 17:30
@zzzeid zzzeid marked this pull request as ready for review April 1, 2024 17:30
@zzzeid zzzeid force-pushed the zeid/bug-1885346-new-lando branch from 4bb0c6c to 5e51976 Compare May 2, 2024 18:44
- 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 zzzeid force-pushed the zeid/bug-1885346-new-lando branch from 5e51976 to fa2432e Compare May 23, 2024 19:10
docker-compose.yml Outdated Show resolved Hide resolved
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants