2716 Commits

Author SHA1 Message Date
Constantin Wildförster
7b3e7cbbf7 Upgrade GitLab to 11.4.7 2018-11-22 20:41:02 +01:00
solidnerd
f7f6e04084
release 11.4.6 11.4.6 2018-11-22 20:38:36 +01:00
Niclas Mietz
567c2e057f
Merge pull request #1775 from lordvlad/patch-2
which -s flag is not universal
2018-11-22 06:12:40 +01:00
Niclas Mietz
7272ee93a4
Merge pull request #1776 from GJRTimmer/fix-ci-double-job
fix double CI job
2018-11-22 06:11:55 +01:00
Niclas Mietz
5aa9f6cff8
Merge pull request #1772 from lordvlad/patch-1
fix bootloop for rare race condition between kill and wait
2018-11-22 06:11:35 +01:00
Niclas Mietz
fb615fd921
Merge pull request #1778 from cwildfoerster/upgrade-to-11.4.6
Upgrade GitLab to 11.4.6
2018-11-22 06:11:08 +01:00
Constantin Wildförster
c872e80f5f Upgrade GitLab to 11.4.6 2018-11-21 20:58:40 +01:00
Gert-Jan Timmer
86f4994273 fix double CI job
Exclude master branch from docker:build:branches
2018-11-20 16:51:28 +01:00
reusch
618d88b16a which -s flag is not universal 2018-11-19 17:35:08 +01:00
Niclas Mietz
87e8a10af1
Merge pull request #1773 from solidnerd/fix-circleci-cache
Invalidate cache for all builds
2018-11-19 07:43:43 +01:00
solidnerd
09a7a1c12d
Invalidate cache for all builds 2018-11-19 07:42:52 +01:00
Niclas Mietz
6dc957f06c
Merge pull request #1767 from GJRTimmer/fix-ci
Rewrite CI
2018-11-19 07:38:22 +01:00
Waldemar Reusch
5173f88612
fix bootloop for rare race condition between kill and wait
`wait` will throw an error if a process it waits for is terminated by an external signal. Together with `set -e` this will stop the whole entrypoint script. I guess this issues only crops up very rarely, as the `kill` command already waits for the supervisor process to shut down, and the test using `ps h -p $SUPERVISOR_PID` returns false and thus `wait` is never called.

You can check the behavior using following simple script:

```bash
#!/bin/bash
#set -e
echo "Testing wait command"
sleep 20 &
pid=$!
kill $pid
wait $pid
echo $pid was terminated.
```
as long as `set -e` is commented out, `$pid was terminated` will print. If you enable `set -e`, the last line will not be printed, as the script fails in the `wait` command.
2018-11-18 17:17:16 +01:00
Gert-Jan Timmer
b545d7397a Review Update
* Fix: backticks
* Fix: date format (change to RFC 3339 format)
* Fix: default version
* Fix: typo
* Fix timeout during launching test fase
* Add: --cache-from

***Note: --rfc-3389=s as argument for `date` not used. This is not available within alpine (BusyBox)***
2018-11-18 14:43:00 +01:00
Niclas Mietz
cadb6cd501
Merge pull request #1766 from appvia/optional_backups_chown
Make the chown of backup files optional
2018-11-17 17:10:17 +01:00
Lewis Marshall
06ecea8855 Make the chown of backup files optional 2018-11-09 09:08:23 +00:00
Gert-Jan Timmer
55da4ae7cf Rewrite CI
UPD .gitlab-ci.yml
UPD: Dockerfile
UPD: circle-ci.yml
DEL: ci/gitlab -> moved to .gitlab-ci.yml
ADD: Labels
ADD: Docker Daemon build hook
ADD: Build Arguments
2018-11-08 15:06:32 +01:00
Niclas Mietz
1f71b9999a
Merge pull request #1660 from mlsmaycon/master
added direct_upload to artifacts object storage
2018-11-06 23:04:52 +01:00
Maycon Lopes dos Santos
7f24c384fb Added GITLAB_ARTIFACTS_OBJECT_STORE_DIRECT_UPLOAD to the templates
GITLAB_ARTIFACTS_OBJECT_STORE_DIRECT_UPLOAD description

fix number of args
2018-11-06 19:24:04 -02:00
solidnerd
e8b1c72963
release 11.4.5 11.4.5 2018-11-05 14:11:52 +01:00
Niclas Mietz
33c617524d
Merge pull request #1761 from solidnerd/upgrade-to-11.4.5
Upgrade GitLab to 11.4.5
2018-11-05 14:07:48 +01:00
solidnerd
f018122380
Upgrade GitLab CE to 11.4.5 2018-11-05 07:44:55 +01:00
solidnerd
cc72dc7bcf
release 11.4.4 11.4.4 2018-11-02 11:10:36 +01:00
Niclas Mietz
f5ab317ab3
Merge pull request #1757 from drujd/11.4.4
Upgrade GitLab CE to 11.4.4 and golang to 1.10.4
2018-11-02 11:10:11 +01:00
Klos, Jan
8d36cc2a36
Upgrade GitLab CE to 11.4.4 2018-11-01 23:15:44 +01:00
Klos, Jan
186d6a062e
upgrade golang to 1.10.4 2018-11-01 23:14:04 +01:00
solidnerd
b7e5279207
release 11.4.3 11.4.3 2018-10-30 07:24:55 +01:00
Niclas Mietz
83aafae58f
Merge pull request #1754 from solidnerd/upgrade-to-11.4.3
Upgrade GitLab to 11.4.3
2018-10-30 07:23:56 +01:00
solidnerd
b89f464e92
Upgrade GitLab CE to 11.4.3 2018-10-29 20:10:15 +01:00
solidnerd
5a95e81a0d
release 11.4.2 11.4.2 2018-10-29 20:08:49 +01:00
Niclas Mietz
616e28e336
Merge pull request #1753 from solidnerd/upgrade-to-11.4.2
Upgrade GitLab CE to 11.4.2
2018-10-29 20:08:25 +01:00
solidnerd
387129f811
Upgrade GitLab CE to 11.4.2 2018-10-29 19:45:34 +01:00
solidnerd
2ea215be98
release 11.4.1 11.4.1 2018-10-29 19:39:58 +01:00
solidnerd
2c9206d1a4
Update changelog 2018-10-29 19:39:16 +01:00
Niclas Mietz
35b1448471
Merge pull request #1751 from solidnerd/upgrade-to-11.4.1
Upgrade GitLab to 11.4.1
2018-10-29 19:36:57 +01:00
Niclas Mietz
d722279514
Merge pull request #1731 from harobed/master
Add support and document how to expose ssh port in dockerized gitlab-ce
2018-10-29 19:33:11 +01:00
solidnerd
78c8ca1a4d
Upgrade GitLab CE to 11.4.1 2018-10-29 19:18:55 +01:00
solidnerd
719a8a172e
release 11.4.0 11.4.0 2018-10-19 23:35:26 +02:00
Niclas Mietz
05c83c15ca
Merge pull request #1747 from solidnerd/upgrade-to-11.4.0
Upgrade GitLab to 11.4.0
2018-10-19 23:28:54 +02:00
solidnerd
9c17f73c21
Tag also current version of the image 2018-10-19 22:33:47 +02:00
solidnerd
1a54c4db6e
Update Changelog.md 2018-10-19 20:57:16 +02:00
solidnerd
2704b41d16
Update gitaly to 0.125.1
Signed-off-by: solidnerd <niclas@mietz.io>
2018-10-19 20:50:18 +02:00
solidnerd
987c8b8d66
Update gitlab-workhorse to 7.0.0
Signed-off-by: solidnerd <niclas@mietz.io>
2018-10-19 20:50:18 +02:00
solidnerd
3740f60201
Update baseimage to xenial-20181005 2018-10-19 20:50:17 +02:00
solidnerd
a05c932bda
Upgrade GitLab CE to 11.4.0 2018-10-19 20:46:35 +02:00
solidnerd
fd96c7dad0
release 11.3.6 11.3.6 2018-10-19 20:41:26 +02:00
Niclas Mietz
af3b43acf7
Merge pull request #1742 from solidnerd/upgrade-to-11.3.6
Upgrade GitLab to 11.3.6
2018-10-19 20:37:05 +02:00
Niclas Mietz
2f5d5dcb50
Merge pull request #1741 from sameersbn/improve-circle-ci
Improve circle ci for better feedback
2018-10-19 20:36:39 +02:00
solidnerd
e81492dc8e
Add simple test if gitlab starts after the changes
Signed-off-by: solidnerd <niclas@mietz.io>
2018-10-19 20:35:48 +02:00
solidnerd
7af34a73b3
Enable build for all branches
Signed-off-by: solidnerd <niclas@mietz.io>
2018-10-19 20:21:06 +02:00