We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b89292 commit 9844285Copy full SHA for 9844285
Changelog
@@ -0,0 +1,17 @@
1
+## Changelog
2
+
3
+### gitlabci_v5.0
4
+* upgraded to GitLab-CI version 5.0.1
5
+* `MYSQL_MIGRATE` will not work for 4.1 to 5.0 upgrade, just recreate the DB with `MYSQL_SETUP=true`
6
+* switched from Puma to Unicorn, per GitLab-CI changes
7
8
+### gitlabci_v4.1
9
+* upgraded to GitLab-CI version 4.1
10
+* supporting **persistent/external** MySQL
11
+* using native `ADD` instead or `curl` when building Docker image
12
13
+### gitlabci_v3.2
14
+* GitLab-CI version 3.2
15
+* trivial patching GitLab-CI to support SQLite3, thanks ActiveRecord
16
+* generating DB and Application config files at start-time
17
+* first version of the start-up and config generation script
0 commit comments