summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid spec for generate_oauth_hmacsecure-oauth-stateKamil Trzcinski2015-07-081-2/+2
|
* Don't use return_to, but instead pass state with signed return_to parameterKamil Trzcinski2015-07-086-36/+42
|
* Added random salt and hashing to oauth state parameterKamil Trzcinski2015-07-083-2/+106
| | | | This ensures that content of state is generated by CI, but doesn't prevent replay attacks on state parameter.
* Merge branch 'transparent-favicon' into 'master' Valery Sizov2015-07-072-0/+0
|\ | | | | | | | | | | | | | | | | Transparent favicon Fixes #292 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !164
| * Transparent faviconDmitriy Zaporozhets2015-07-032-0/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'dpl-doc' into 'master'Kamil Trzciński2015-07-065-0/+240
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Final touchesKamil Trzcinski2015-07-062-11/+11
| | |
| * | Split long linesKamil Trzcinski2015-07-063-11/+25
| | |
| * | Better docs structure and fixed most of grammarKamil Trzcinski2015-07-063-65/+60
| | |
| * | Added documentation about the use of DplKamil Trzcinski2015-07-065-0/+231
| | |
* | | Merge branch 'docker-doc' into 'master'Kamil Trzciński2015-07-061-0/+162
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | Added information about building projects using Docker /cc @JobV See merge request !178
| * | Final touchesdocker-docKamil Trzcinski2015-07-061-1/+1
| | |
| * | Docker usageKamil Trzcinski2015-07-021-18/+45
| | |
| * | Make the descriptions clearerKamil Trzcinski2015-06-261-12/+12
| | |
| * | Fixed typoKamil Trzcinski2015-06-261-1/+1
| | |
| * | Added not-yet released docker feature configurationKamil Trzcinski2015-06-261-0/+135
| | |
* | | Merge branch 'annotations' into 'master'Valery Sizov2015-07-0615-30/+87
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update annotations I don't think that we need entry in log for this change. /cc @vsizov See merge request !189
| * | | Update annotationsannotationsKamil Trzcinski2015-07-0615-30/+87
|/ / /
* | | Merge branch 'docker-image' into 'master'Kamil Trzciński2015-07-0612-24/+189
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Added annotationsKamil Trzcinski2015-07-063-0/+3
| | | |
| * | | Added support for image and servicesKamil Trzcinski2015-07-0612-24/+186
|/ / /
* | | Merge branch 'access_token' into 'master'Kamil Trzciński2015-07-063-8/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove old sessions in order to force a new access_token access /cc @vsizov @jacobvosmaer See merge request !188
| * | | Fix db/schemaKamil Trzcinski2015-07-061-2/+2
| | | |
| * | | Remove old sessions in order to force a new access_token accessKamil Trzcinski2015-07-062-6/+9
|/ / /
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciJacob Vosmaer2015-07-0313-50/+43
|\ \ \
| * \ \ Merge branch 'oauth_everywhere' into 'master'Dmitriy Zaporozhets2015-07-0213-50/+43
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | Refactoring: Get rid of private_token usage in the frontend See merge request !185
| | * | Get rid of private message usageoauth_everywhereValery Sizov2015-07-0213-50/+43
| |/ /
* | | Add 7.12.2 CHANGELOG entriesJacob Vosmaer2015-07-031-0/+3
|/ /
* | Merge branch 'coverage' into 'master'Valery Sizov2015-07-012-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | Rounded coverage on commit page https://dev.gitlab.org/gitlab/gitlab-ci/issues/312 See merge request !184
| * | Rounded coverage on commit pageValery Sizov2015-07-012-3/+3
|/ /
* | Merge branch 'favicon' into 'master'Valery Sizov2015-06-302-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | Change favicon https://dev.gitlab.org/gitlab/gitlab-ci/issues/292 See merge request !183
| * | change faviconValery Sizov2015-06-302-0/+1
|/ /
* | Merge branch 'redirect_back_after_auth' into 'master'Valery Sizov2015-06-303-3/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | Redirect back after authorization https://dev.gitlab.org/gitlab/gitlab-ci/issues/287 See merge request !182
| * | satisfy rubocopValery Sizov2015-06-301-1/+1
| | |
| * | Redirect back after authorizationValery Sizov2015-06-303-3/+5
|/ /
* | update changelogValery Sizov2015-06-301-0/+1
| |
* | Merge branch 'yaml-validation' into 'master'Valery Sizov2015-06-302-37/+36
|\ \ | | | | | | | | | | | | | | | | | | | | | Enhance YAML validation /cc @vsizov See merge request !180
| * | Enhance YAML validationKamil Trzcinski2015-06-302-37/+36
|/ /
* | Merge branch 'update_nokogiri' into 'master'Valery Sizov2015-06-301-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nokogiri version to remove warnings about libxml version mismatch. GitLab [is using this version of nokogiri](https://gitlab.com/gitlab-org/gitlab-ce/blob/7-12-stable/Gemfile.lock#L378-379) too. The difference between current version and latest version is in multiple security and bug fixes as well as some features, see [their changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.rdoc). Reason why I've created this MR is that upgrading to 1.6.6.2 removes warnings about libxml version mismatch when running ci rake tasks in omnibus as shown here: gitlab-org/omnibus-gitlab#636 . See merge request !179
| * | Update nokogiri version to remove warnings about libxml version mismatch.Marin Jankovski2015-06-301-3/+3
|/ /
* | Merge branch 'status_badge' into 'master'Valery Sizov2015-06-292-1/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | Build status Badge: unable to obtain code https://dev.gitlab.org/gitlab/gitlab-ci/issues/304 See merge request !177
| * | Fix status badgeValery Sizov2015-06-292-1/+3
|/ /
* | Merge branch 'better_yaml_validation2' into 'master'Valery Sizov2015-06-296-7/+30
|\ \ | | | | | | | | | | | | | | | | | | | | | Improved validation of .gitlab-ci.yml https://dev.gitlab.org/gitlab/gitlab-ci/issues/305 See merge request !176
| * | Improved validation of .gitlab-ci.ymlValery Sizov2015-06-296-7/+30
|/ /
* | Merge branch 'only_section' into 'master'Valery Sizov2015-06-293-2/+14
|\ \ | |/ |/| | | | | | | | | | | Fix list of branches in only section https://gitlab.com/gitlab-org/gitlab-ci/issues/195 See merge request !174
| * fix list of branches in only sectionValery Sizov2015-06-293-2/+14
|/
* coverage minor fixValery Sizov2015-06-261-1/+1
|
* Merge branch 'coverage_fix' into 'master'Valery Sizov2015-06-263-2/+29
|\ | | | | | | | | | | Fix coverage colcalation on the commit page See merge request !171
| * fix coverage calculation on commit pageValery Sizov2015-06-263-2/+29
| |
* | Merge branch 'rake_env' into 'master'Valery Sizov2015-06-262-0/+69
|\ \ | |/ |/| | | | | | | | | | | Implemented rake env:info https://dev.gitlab.org/gitlab/gitlab-ci/issues/298 See merge request !172