FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · jonashackt/gitlab-ci-stack · GitHub
jonashackt
/
gitlab-ci-stack
Public
Notifications
You must be signed in to change notification settings
Fork
59
Star
179
Code
Issues
4
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jan 15, 2020
Remove Ansible Galaxy notification
jonashackt
committed
1301726
View commit details
Copy full SHA for 1301726
Browse repository at this point
Commits on Oct 22, 2019
#17: Adding vagrant dns --install to prerequisites
jonashackt
committed
6b6f5cd
View commit details
Copy full SHA for 6b6f5cd
Browse repository at this point
Commits on Aug 27, 2019
Added possibility to run/register GitLab runner inside Docker containers
jonashackt
committed
c9b8cb7
View commit details
Copy full SHA for c9b8cb7
Browse repository at this point
Table of contents added
jonashackt
committed
7fa9ff9
View commit details
Copy full SHA for 7fa9ff9
Browse repository at this point
Commits on Aug 26, 2019
project name of docker socket example corrected
jonashackt
committed
db5340a
View commit details
Copy full SHA for db5340a
Browse repository at this point
.gitlab-ci.yml documented for Docker socket binding support
jonashackt
committed
9606273
View commit details
Copy full SHA for 9606273
Browse repository at this point
Docker socket binding powered Gitlab runner now also added
jonashackt
committed
aca6d16
View commit details
Copy full SHA for aca6d16
Browse repository at this point
Docker-in-Docker image problem illustrated
jonashackt
committed
8d40b4d
View commit details
Copy full SHA for 8d40b4d
Browse repository at this point
Explaining the difference between shell runner using Host Docker engine - and Docker Runner using Docker-in-Docker - more precisely
jonashackt
committed
59075b5
View commit details
Copy full SHA for 59075b5
Browse repository at this point
Documented needed changes to .gitlab-ci.yml, when using Docker-in-Docker builds.
jonashackt
committed
7c0fe99
View commit details
Copy full SHA for 7c0fe99
Browse repository at this point
More RAM is needed for Dind-Maven builds :)
jonashackt
committed
9520dca
View commit details
Copy full SHA for 9520dca
Browse repository at this point
Commits on Aug 23, 2019
Tagging the different runners, so that gitlab-ci Jobs can define to pick them up.
jonashackt
committed
4044ac0
View commit details
Copy full SHA for 4044ac0
Browse repository at this point
Adding Docker-in-Docker gitlab-runners to the setup also
jonashackt
committed
8a965df
View commit details
Copy full SHA for 8a965df
Browse repository at this point
Commits on Aug 22, 2019
#12: Updating docs for GitLab Pages
jonashackt
committed
33f6cae
View commit details
Copy full SHA for 33f6cae
Browse repository at this point
Commits on Jan 29, 2019
Merge pull request #16 from volemont/fixRunnerToken
Show description for a1078e3
jonashackt
authored
a1078e3
View commit details
Copy full SHA for a1078e3
Browse repository at this point
Commits on Dec 30, 2018
Extract runner registration token from gitlab-rails console
Simon Otziger
committed
18cebc1
View commit details
Copy full SHA for 18cebc1
Browse repository at this point
Commits on Dec 19, 2018
Merge pull request #12 from jonashackt/pages
Show description for 8f6b0ac
jonashackt
authored
8f6b0ac
View commit details
Copy full SHA for 8f6b0ac
Browse repository at this point
Complete documentation of current GitLab Pages usage and configuration
jonashackt
committed
316f8b5
View commit details
Copy full SHA for 316f8b5
Browse repository at this point
Using a marker for the blockinfile Module to not confuse with other usages of this module
jonashackt
committed
b57fdd3
View commit details
Copy full SHA for b57fdd3
Browse repository at this point
Now using only one root domain, but two subdomains for the whole GitLab installation - gitlab.jonashackt.io & pages.jonashackt.io. Therefore changed Vagrant config & letsencrypt playbook.
jonashackt
committed
18873e7
View commit details
Copy full SHA for 18873e7
Browse repository at this point
Commits on Dec 17, 2018
Adding example projects to docs
jonashackt
committed
704b8c3
View commit details
Copy full SHA for 704b8c3
Browse repository at this point
Documenting .gitlab-ci.yml - and showing how to use GitLab Pages inside specify repo
jonashackt
committed
55e69c2
View commit details
Copy full SHA for 55e69c2
Browse repository at this point
Adding GitLab Pages to self-hosted GitLab-Instance - adding second domain to Let's Encrypt process, activating Pages in gitlab.rb and adding documentation
jonashackt
committed
db62792
View commit details
Copy full SHA for db62792
Browse repository at this point
Commits on Nov 2, 2018
#10 removing the need for vagrant-vbguest plugin - not really necessary any more, because of the newer Ubuntu Vagrant box
jonashackt
committed
5a613af
View commit details
Copy full SHA for 5a613af
Browse repository at this point
Added asciinema recording
jonashackt
committed
abfa0e7
View commit details
Copy full SHA for abfa0e7
Browse repository at this point
Commits on Oct 11, 2018
Removing unnecessary graphics config
jonashackt
committed
ea7e1ea
View commit details
Copy full SHA for ea7e1ea
Browse repository at this point
Commits on Oct 10, 2018
No portforwarding needed anymore with #4
jonashackt
committed
452ff7d
View commit details
Copy full SHA for 452ff7d
Browse repository at this point
Commits on Oct 8, 2018
Fixing #4: Switching from localhost to defined IP in Vagrant file
jonashackt
committed
b8f7300
View commit details
Copy full SHA for b8f7300
Browse repository at this point
Deleted double usage of sudo and apt-get update. Also adding gitlab-runner now with Ansible´s user module. Tags corrected additionally.
jonashackt
committed
e772bb6
View commit details
Copy full SHA for e772bb6
Browse repository at this point
vagrant DNS installation should always be made between vagrant up & Ansible execution - so created a create_all.sh
jonashackt
committed
59df977
View commit details
Copy full SHA for 59df977
Browse repository at this point
Use gitlab-ci-stack not only in Ansible group_vars / hosts, but also as Vagrant machine and VirtualBox name.
jonashackt
committed
24ef925
View commit details
Copy full SHA for 24ef925
Browse repository at this point
mktemp isn´t available on Ubuntu 18.04 anymore - but as it´s not needed, it doesn´t get installed anymore. Also now apt-get update is now only done once.
jonashackt
committed
9d3357d
View commit details
Copy full SHA for 9d3357d
Browse repository at this point
Fixing #8: upfront creation of folder /srv/dehydrated/certs/ isn´t needed - and generates errors. Deleted this step.
jonashackt
committed
3c0449e
View commit details
Copy full SHA for 3c0449e
Browse repository at this point
Use import_tasks instead of include_tasks, so we can make use of tags again
jonashackt
committed
d5b1963
View commit details
Copy full SHA for d5b1963
Browse repository at this point
hostsfile renamed to hosts. Also tag install_docker now is docker
jonashackt
committed
4cbc54d
View commit details
Copy full SHA for 4cbc54d
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL