2020-10-16 05:09:06 -04:00
|
|
|
|
image: registry.gitlab.com/gitlab-org/gitlab-development-kit/gitpod-workspace:gitpod-workspace-image
|
|
|
|
|
|
|
|
|
|
tasks:
|
|
|
|
|
|
|
|
|
|
- name: GDK
|
|
|
|
|
command: gp sync-await gdk-copied && cd /workspace/gitlab-development-kit && gdk help
|
|
|
|
|
|
|
|
|
|
- init: |
|
|
|
|
|
echo "$(date) – Copying GDK" | tee -a /workspace/startup.log
|
2020-10-25 20:09:02 -04:00
|
|
|
|
rm -r /workspace/.rvm
|
2020-10-16 05:09:06 -04:00
|
|
|
|
mv $HOME/.rvm-workspace /workspace/.rvm
|
|
|
|
|
cp -r $HOME/gitlab-development-kit /workspace/
|
|
|
|
|
(
|
|
|
|
|
set -e
|
|
|
|
|
cd /workspace/gitlab-development-kit
|
2021-01-27 04:09:01 -05:00
|
|
|
|
# GitLab FOSS
|
|
|
|
|
[[ -d /workspace/gitlab-foss ]] && ln -fs /workspace/gitlab-foss /workspace/gitlab-development-kit/gitlab
|
|
|
|
|
# GitLab
|
|
|
|
|
[[ -d /workspace/gitlab ]] && ln -fs /workspace/gitlab /workspace/gitlab-development-kit/gitlab
|
2020-10-27 14:08:59 -04:00
|
|
|
|
mv /workspace/gitlab-development-kit/secrets.yml /workspace/gitlab-development-kit/gitlab/config
|
2020-10-16 05:09:06 -04:00
|
|
|
|
# reconfigure GDK
|
|
|
|
|
echo "$(date) – Reconfiguring GDK" | tee -a /workspace/startup.log
|
|
|
|
|
gdk reconfigure
|
|
|
|
|
# run DB migrations
|
|
|
|
|
echo "$(date) – Running DB migrations" | tee -a /workspace/startup.log
|
|
|
|
|
make gitlab-db-migrate
|
|
|
|
|
# stop GDK
|
|
|
|
|
echo "$(date) – Stopping GDK" | tee -a /workspace/startup.log
|
|
|
|
|
gdk stop
|
|
|
|
|
echo "$(date) – GDK stopped" | tee -a /workspace/startup.log
|
|
|
|
|
)
|
|
|
|
|
command: |
|
|
|
|
|
(
|
|
|
|
|
set -e
|
|
|
|
|
gp sync-done gdk-copied
|
|
|
|
|
SECONDS=0
|
|
|
|
|
cd /workspace/gitlab-development-kit
|
|
|
|
|
# update GDK
|
|
|
|
|
if [ "$GITLAB_UPDATE_GDK" == true ]; then
|
|
|
|
|
echo "$(date) – Updating GDK" | tee -a /workspace/startup.log
|
|
|
|
|
gdk update
|
|
|
|
|
fi
|
|
|
|
|
# start GDK
|
|
|
|
|
echo "$(date) – Starting GDK" | tee -a /workspace/startup.log
|
2020-11-17 04:09:23 -05:00
|
|
|
|
export DEV_SERVER_PUBLIC_ADDR=$(gp url 3808)
|
2020-10-16 05:09:06 -04:00
|
|
|
|
export RAILS_HOSTS=$(gp url 3000 | sed -e 's+^http[s]*://++')
|
|
|
|
|
gdk start
|
|
|
|
|
# Run DB migrations
|
|
|
|
|
if [ "$GITLAB_RUN_DB_MIGRATIONS" == true ]; then
|
|
|
|
|
make gitlab-db-migrate
|
|
|
|
|
fi
|
2021-01-27 04:09:01 -05:00
|
|
|
|
cd /workspace/gitlab-development-kit/gitlab
|
|
|
|
|
# Install Lefthook
|
|
|
|
|
bundle exec lefthook install
|
2020-11-11 04:09:06 -05:00
|
|
|
|
git checkout db/structure.sql
|
2021-01-27 04:09:01 -05:00
|
|
|
|
cd /workspace/gitlab-development-kit
|
2020-10-16 05:09:06 -04:00
|
|
|
|
# Waiting for GitLab ...
|
|
|
|
|
gp await-port 3000
|
|
|
|
|
printf "Waiting for GitLab at $(gp url 3000) ..."
|
|
|
|
|
until $(curl -sNL $(gp url 3000) | grep -q "GitLab"); do printf '.'; sleep 5; done && echo ""
|
|
|
|
|
# Give Gitpod a few more seconds to set up everything ...
|
|
|
|
|
sleep 5
|
|
|
|
|
printf "$(date) – GitLab is up (took ~%.1f minutes)\n" "$((10*$SECONDS/60))e-1" | tee -a /workspace/startup.log
|
|
|
|
|
gp preview $(gp url 3000) || true
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
ports:
|
|
|
|
|
- port: 3000 # rails-web
|
|
|
|
|
onOpen: ignore
|
|
|
|
|
- port: 3010 # gitlab-pages
|
|
|
|
|
onOpen: ignore
|
|
|
|
|
- port: 3808 # webpack
|
|
|
|
|
onOpen: ignore
|
|
|
|
|
- port: 5000 # auto_devops
|
|
|
|
|
onOpen: ignore
|
|
|
|
|
- port: 5778 # jaeger
|
|
|
|
|
onOpen: ignore
|
|
|
|
|
- port: 9000 # object_store / minio
|
|
|
|
|
onOpen: ignore
|
|
|
|
|
|
|
|
|
|
vscode:
|
|
|
|
|
extensions:
|
|
|
|
|
- rebornix.ruby@0.27.0:QyGBeRyslOfdRgOPRGm6PQ==
|
|
|
|
|
- wingrunr21.vscode-ruby@0.27.0:beIqQUhLRuJ5Vao4B2Lyng==
|
|
|
|
|
- karunamurti.haml@1.1.0:twCwOYt3/Ttfb3+iwblPDA==
|
|
|
|
|
- octref.vetur@0.25.0:UofirBhedyhdx/jCnPeJDg==
|
|
|
|
|
- dbaeumer.vscode-eslint@2.1.3:1NRvj3UKNTNwmYjptmUmIw==
|
|
|
|
|
- GitLab.gitlab-workflow@3.3.0:50q1byIi4M01G9qrTCCAYQ==
|