summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Don't use return_to, but instead pass state with signed return_to parameterKamil Trzcinski2015-07-085-13/+19
|
* Added random salt and hashing to oauth state parameterKamil Trzcinski2015-07-082-2/+37
| | | | 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-071-0/+0
|\ | | | | | | | | | | | | | | | | Transparent favicon Fixes #292 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !164
| * Transparent faviconDmitriy Zaporozhets2015-07-031-0/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Update annotationsannotationsKamil Trzcinski2015-07-065-9/+30
| |
* | Added annotationsKamil Trzcinski2015-07-061-0/+1
| |
* | Added support for image and servicesKamil Trzcinski2015-07-062-1/+6
| |
* | Remove old sessions in order to force a new access_token accessKamil Trzcinski2015-07-061-6/+0
| |
* | Get rid of private message usageoauth_everywhereValery Sizov2015-07-027-40/+34
|/
* Rounded coverage on commit pageValery Sizov2015-07-011-1/+1
|
* change faviconValery Sizov2015-06-301-0/+0
|
* satisfy rubocopValery Sizov2015-06-301-1/+1
|
* Redirect back after authorizationValery Sizov2015-06-302-3/+4
|
* Fix status badgeValery Sizov2015-06-291-1/+2
|
* coverage minor fixValery Sizov2015-06-261-1/+1
|
* fix coverage calculation on commit pageValery Sizov2015-06-261-2/+5
|
* warning when .gitlab-ci.yml not foundValery Sizov2015-06-243-3/+6
|
* not_found status of commitValery Sizov2015-06-241-2/+5
|
* Merge branch 'lint_improve' into 'master'Valery Sizov2015-06-242-2/+4
|\ | | | | | | | | | | | | | | Improved lint stability https://dev.gitlab.org/gitlab/gitlab-ci/issues/294 See merge request !163
| * improved lint stabilityValery Sizov2015-06-242-2/+4
| |
* | Merge branch 'cancel_commit' into 'master'Dmitriy Zaporozhets2015-06-243-1/+15
|\ \ | |/ |/| | | | | | | | | | | | | | | Ability to cancel all builds in the commit at once https://dev.gitlab.org/gitlab/gitlab-ci/issues/289 ![joxi_screenshot_1435066221235](https://gitlab.com/gitlab-org/gitlab-ci/uploads/c7a74956d05a86f40097c64ce5b2b2c3/joxi_screenshot_1435066221235.png) See merge request !160
| * Ability to cancel all builds in the commit at onceValery Sizov2015-06-243-1/+15
| |
* | update webhook exampleValery Sizov2015-06-241-1/+3
| |
* | lint relative pathlint_url_fixValery Sizov2015-06-241-1/+1
|/
* no runner notification can see managers onlyValery Sizov2015-06-231-1/+1
|
* Build registering fixValery Sizov2015-06-221-8/+4
|
* Fix: show builds for public usersValery Sizov2015-06-221-1/+1
|
* yaml refactoringValery Sizov2015-06-194-23/+9
|
* code styleValery Sizov2015-06-171-6/+1
|
* Link to webeditor with .gitlab-ci.ymlValery Sizov2015-06-172-0/+13
|
* better yaml validationValery Sizov2015-06-172-5/+42
|
* invalid yaml handlingValery Sizov2015-06-161-0/+2
|
* Prevent crash when push new branch with empty commits listfix-skip-ciDmitriy Zaporozhets2015-06-151-5/+15
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* New syntax of gitlab-ci.ymlValery Sizov2015-06-124-32/+35
|
* preview generated yamlValery Sizov2015-06-101-4/+18
|
* add links to lint, improve test coverageValery Sizov2015-06-104-2/+8
|
* spec fixlintValery Sizov2015-06-091-1/+1
|
* specsValery Sizov2015-06-091-2/+1
|
* Lint implementationValery Sizov2015-06-095-0/+109
|
* Fix of creation project with the same nameValery Sizov2015-06-091-1/+1
|
* Merge branch 'active_runners' into 'master'Valery Sizov2015-06-082-5/+12
|\ | | | | | | | | | | | | | | | | | | Show number of runners actively checking in on runners page https://dev.gitlab.org/gitlab/gitlab-ci/issues/241 ![joxi_screenshot_1433751389715](https://gitlab.com/gitlab-org/gitlab-ci/uploads/6f08e9e35a5c63396486d46792b703dc/joxi_screenshot_1433751389715.png) See merge request !127
| * active runnersValery Sizov2015-06-082-5/+12
| |
* | Merge branch 'commit_creation_fix' into 'master'Dmitriy Zaporozhets2015-06-081-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | Fix builds retrying when we remove commit from branch and push it again https://dev.gitlab.org/gitlab/gitlab-ci/issues/255 See merge request !124
| * | Do not retry build for the same commit and refValery Sizov2015-06-051-1/+1
| |/
* | TYPOvariablesValery Sizov2015-06-051-1/+1
| |
* | satisfy rubocopValery Sizov2015-06-052-2/+2
| |
* | specs for variablesValery Sizov2015-06-051-4/+9
| |
* | implementation of variablesValery Sizov2015-06-057-1/+65
|/
* Improve no runners alertValery Sizov2015-06-051-2/+2
|
* Fix login buttonsDmitriy Zaporozhets2015-06-042-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>