- Jul 10, 2015
-
-
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
-
Kamil Trzciński authored
Added random salt and hashing to oauth state parameter This ensures signs state parameter. The generated state is built like this: ``` salt = random_hex(16bytes) secret = sha256_hex(gitlab_ci_secret + salt + return_to) state = "salt:secret:return_to" ``` This prevents from faking the state and forcing redirect to provided URL. However this doesn't prevent replay attacks if you know the valid `state` parameter for specific `return_to`. Should we be concerned about it? /cc @vsizov @jacobvosmaer See merge request !192
-
- Jul 08, 2015
-
-
Dmitriy Zaporozhets authored
-
Sid Sijbrandij authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Allow to define per-job allow_failure parameter It allows to ignore status of specific build when computing status for commit YAML syntax: ```yaml rspec: script: aa allow_failure: true ```  /cc @vsizov @sytses See merge request !191
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Build trace in file https://dev.gitlab.org/gitlab/gitlab-ci/issues/272 See merge request !167
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
This ensures that content of state is generated by CI, but doesn't prevent replay attacks on state parameter.
-
Sid Sijbrandij authored
-
Kamil Trzcinski authored
It allows to ignore status of specific job when computed for commit
-
- Jul 07, 2015
-
-
Valery Sizov authored
Transparent favicon Fixes #292 Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !164
-
- Jul 06, 2015
-
-
Kamil Trzciński authored
Added documentation about the use of Dpl Please review. 1. Is that clear how to use Dpl? 2. Where the examples should be stored? 3. What should be else added? Maybe example for different provider? See merge request !170
-
Kamil Trzciński authored
Added information about building projects using Docker /cc @JobV See merge request !178
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Valery Sizov authored
Update annotations I don't think that we need entry in log for this change. /cc @vsizov See merge request !189
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Added support for image and services in YAML - [x] Prepare changes for GitLab CI - [x] Prepare documentation (70% done): https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/178 - [x] Prepare GitLab Runner - changes are pushed to bleeding edge /cc @vsizov See merge request !181
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Remove old sessions in order to force a new access_token access /cc @vsizov @jacobvosmaer See merge request !188
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- Jul 03, 2015
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jul 02, 2015
-
-
Kamil Trzcinski authored
-
Dmitriy Zaporozhets authored
Refactoring: Get rid of private_token usage in the frontend See merge request !185
-
Valery Sizov authored
-
- Jul 01, 2015
-
-
Valery Sizov authored
Rounded coverage on commit page https://dev.gitlab.org/gitlab/gitlab-ci/issues/312 See merge request !184
-
Valery Sizov authored
-