- Sep 02, 2015
-
-
Marin Jankovski authored
-
- Sep 01, 2015
-
-
Robert Speicher authored
Added 7.14 update docs See merge request !247
-
Kamil Trzcinski authored
-
- Aug 31, 2015
-
-
🚄 Job van der Voort 🚀 authored
Added note about using CI without GitLab Because of tweet https://twitter.com/davidlorand/status/635192133557874688 cc/ @sytse @Kamil See merge request !168
-
- Aug 29, 2015
-
-
Karen authored
-
- Aug 27, 2015
- Aug 24, 2015
-
-
Robert Speicher authored
Add unreleased 8.0 entry to CHANGELOG [ci skip] See merge request !242
-
Robert Speicher authored
Order commits by committed_at and id This needs to be done that way, because the committed_at can be null for some pretty old commits. This is needed to resolve the issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/2339 See merge request !240
-
Robert Speicher authored
-
Robert Speicher authored
Fix skipped svg See merge request !241
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
This needs to be done that way, because the committed_at can be null for some pretty old commits.
-
Kamil Trzcinski authored
-
- Aug 21, 2015
-
-
Robert Speicher authored
Implement build trigger API This commit implements Build Triggers. There are changes to API request: - Due to security advised method to pass trigger token is to use form data - Advised method to pass variables is to use form data TODO: - [x] Implement API - [x] Implement UI - [x] Dimitriy and Valery review - [x] Write specs - [x] Write documentation - [x] Job documentation review See merge request !229
-
Robert Speicher authored
Fix navigation icons See merge request !239
-
Robert Speicher authored
Fix variable saving error This is regression not allowing to save the variables if the variable name exists in other projects. This also fixes error rendering issue for variables, which previously was rendered on project's settings page. See merge request !237
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Add example for testing clojure application Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !238
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kamil Trzcinski authored
API for trigger when requested returns trigger request with commit information, but without the created builds
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- Aug 19, 2015
-
-
Robert Speicher authored
Require the variable key to be set and unique See merge request !234
-
Robert Speicher authored
Add missing stage when doing retry on a build See merge request !236
-
Robert Speicher authored
Make the YAML validation more stricter - deny all globals that are not hashes and doesn't contain script, the script is required now - verify that script is either string or array of an strings See merge request !235
-