- Jul 22, 2015
-
-
Kamil Trzcinski authored
- check if user has manage access to project - don't cache result of authorized_projects, because it's serialised with User object - clear user sessions
-
- Jul 21, 2015
-
-
Kamil Trzciński authored
fix small spelling issue in CONTRIBUTING.md Fix mispelling of 'submission' in contributing doc. See merge request !201
-
- Jul 20, 2015
-
-
Kamil Trzciński authored
Point to correct GitLab CI url. See merge request !202
-
Kamil Trzciński authored
Fix upgrader version detection This ports changes from the gitlab upgrader script to gitlabci. With the changes the upgrader script now works correct with versions that contain more than 1 digit. See merge request !203
-
- Jul 19, 2015
-
-
Dmitriy Zaporozhets authored
-
- Jul 17, 2015
-
-
Warren Volz authored
- fixes upgrader script not working with v7.1x versions - rspec test cases from gitlab for upgrader lib - rename gitlab to gitlabci - use real data for gitlabci3 version check
-
Achilleas Pipinellis authored
-
Warren Volz authored
-
- Jul 15, 2015
-
-
Valery Sizov authored
Create config/secrets.yml with 0600 See merge request !200
-
Kamil Trzcinski authored
- Jul 14, 2015
-
-
🚄 Job van der Voort 🚀 authored
Update install and update documentation for 7.13 @JobV Please push directly to this branch and merge if ok. See merge request !199
-
Job van der Voort authored
-
Kamil Trzcinski authored
- Jul 13, 2015
-
-
Kamil Trzciński authored
Allow to specify flexible list of types in yaml First part of flexible pipeline build in GitLab CI Having following `.gitlab-ci.yml`: ``` types: - test - deploy - notify rspec: script: "rspec" rubocop: script: "rubocop" staging: type: deploy script: "echo deploy" only: - master production: type: deploy script: "echo production" only: - tags dockerhub: type: notify script: "curl http://docker/hub/web/hook" downstream: type: notify script: "curl http://build/downstream/jobs" ``` GitLab CI will trigger two test jobs in parallel, when finished it will trigged either staging or production, when finished it will trigger dockerhub and downstream in parallel. The UI (screenshots are not for above YAML):   TODO: - [x] Implement in CI - [x] Specs - [x] Changelog - [x] CI tests - [ ] Documentation /cc @vsizov @sytses @dzaporozhets See merge request !198
-
Kamil Trzciński authored
Encrypt variables /cc @dzaporozhets @jacobvosmaer @vsizov See merge request !187
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Use config/secrets.yml to store session secret and database encryption secret I took the approach that config/secrets.yml is generated when key is not found. /cc @vsizov @jacobvosmaer See merge request !195
-
Kamil Trzcinski authored
-
- Jul 10, 2015
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
``` types: - test - deploy - notify rspec: script: "rspec" rubocop: script: "rubocop" staging: type: deploy script: "echo deploy" only: - master production: type: deploy script: "echo production" only: - tags dockerhub: type: notify script: "curl http://docker/hub/web/hook" downstream: type: notify script: "curl http://build/downstream/jobs" ``` This will trigger two test jobs in parallel, when finished it will trigged either staging or production, when finished it will trigger dockerhub and downstream in parallel.
-
Kamil Trzciński authored
Use builds_without_retry to calculate average coverage /cc @vsizov See merge request !197
-
Kamil Trzciński authored
Disable link to runner if it's not assigned to specific project Fixes 404 when clicking on available runner from project's page /cc @vsizov See merge request !196
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
Disable link to runner if it's not assigned to specific project: fixes 404 when clicking on available runner from project's page
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Gem version updates ### Bump rails, jquery-rails, sprockets, sass-rails versions Addresses security advisories: - https://groups.google.com/forum/#!topic/ruby-security-ann/XIZPbobuwaY - https://groups.google.com/forum/#!topic/ruby-security-ann/gcUbICUmKMc --- ### Bump coveralls version Addresses security issues in its rest-client dependencies: - https://github.com/rest-client/rest-client/issues/369 - http://www.osvdb.org/show/osvdb/117461 Closes #214 See merge request !194
-
- Jul 09, 2015
-
-
Robert Speicher authored
Addresses security issues in its rest-client dependencies: - https://github.com/rest-client/rest-client/issues/369 - http://www.osvdb.org/show/osvdb/117461
-
Robert Speicher authored
Addresses security advisories: - https://groups.google.com/forum/#!topic/ruby-security-ann/XIZPbobuwaY - https://groups.google.com/forum/#!topic/ruby-security-ann/gcUbICUmKMc
-
Kamil Trzciński authored
Make configurable builds_path in application.yml We have a new option in `application.yml`: ``` gitlab_ci: builds_path: builds/ ``` /cc @marin @vsizov See merge request !193
-