summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Also fix the URL in the commentartifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-211-1/+1
* Fix URL in the documentationLin Jen-Shin2016-07-211-2/+2
* Add API documentation for downloading the latest successful buildAchilleas Pipinellis2016-07-211-2/+36
* Since it's too hard to use JOIN with Rails... feedback:Lin Jen-Shin2016-07-211-7/+7
* Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-21150-649/+2182
|\
| * Merge branch 'add-link-to-commit-avatar' into 'master' Rémy Coutable2016-07-206-17/+35
| |\
| | * Add link to user profile to commit avatar (!5163)winniehell2016-07-206-17/+35
| * | Merge branch 'migration-downtime-tags' into 'master' Robert Speicher2016-07-2010-24/+311
| |\ \
| | * | Added checks for migration downtimemigration-downtime-tagsYorick Peterse2016-07-2010-24/+311
| * | | Merge branch 'rubocop/enable-multiline-ternary-operator-cop' into 'master' Robert Speicher2016-07-204-10/+15
| |\ \ \
| | * | | Enable Style/MultilineTernaryOperator rubocop coprubocop/enable-multiline-ternary-operator-copGrzegorz Bizon2016-07-204-10/+15
| * | | | Merge branch 'issue_8110' into 'master' Rémy Coutable2016-07-2016-118/+276
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Refactor service settings viewissue_8110Felipe Artur2016-07-2015-138/+86
| | * | | Add project service documentation and update integration documentationFelipe Artur2016-07-1910-46/+78
| | * | | Allow slack service to send messages on different channelsFelipe Artur2016-07-1910-21/+199
| * | | | Merge branch 'fix-retries-on-manual-actions' into 'master' Rémy Coutable2016-07-204-14/+33
| |\ \ \ \
| | * | | | Fix a problem with processing a pipeline where stage only has manual actionsfix-retries-on-manual-actionsKamil Trzcinski2016-07-202-13/+16
| | * | | | Don't show other actions of the same nameKamil Trzcinski2016-07-202-1/+17
| * | | | | Merge branch '17862-honour-limit-in-ldap-check' into 'master' Rémy Coutable2016-07-202-1/+2
| |\ \ \ \ \
| | * | | | | A CHANGELOG entryRémy Coutable2016-07-201-0/+1
| | * | | | | Use limit parameter rather than hardcoded valueM. Ricketts2016-07-201-1/+1
| * | | | | | Merge branch 'explore-nav' into 'master' Jacob Schatz2016-07-201-4/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Remove icons from explore navAnnabel Dunstone2016-07-201-4/+0
| * | | | | | Merge branch 'compare-code-view' into 'master' Jacob Schatz2016-07-202-0/+2
| |\ \ \ \ \ \
| | * | | | | | Apply diff view cookie on comparecompare-code-viewPhil Hughes2016-07-152-0/+2
| * | | | | | | Merge branch '15343-build-settiings' into 'master' Rémy Coutable2016-07-2012-100/+179
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Change how we style redirect_toKamil Trzcinski2016-07-201-3/+1
| | * | | | | | Use flash[:notice] onlyKamil Trzcinski2016-07-201-2/+1
| | * | | | | | Create PipelinesSettingsController for showing settings pageKamil Trzcinski2016-07-209-61/+79
| | * | | | | | Update routesKamil Trzcinski2016-07-201-4/+1
| | * | | | | | Fix updating settings for pipelines15343-build-settiingsKamil Trzcinski2016-07-202-15/+8
| | * | | | | | Merge remote-tracking branch 'origin/master' into 15343-build-settiingsKamil Trzcinski2016-07-2083-283/+1242
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Move Pipelines settings under `gitlab.com/gitlab-org/gitlab-ce/pipelines/sett...Kamil Trzcinski2016-07-199-15/+73
| | * | | | | | Change title to CI/CD PipelinesAnnabel Dunstone2016-07-192-3/+3
| | * | | | | | Capitalize CI PipelinesAnnabel Dunstone2016-07-191-1/+1
| | * | | | | | Fix badge testAnnabel Dunstone2016-07-191-1/+1
| | * | | | | | Update badges pathAnnabel Dunstone2016-07-194-4/+3
| | * | | | | | Remove unused badges page and delete badges index controller actionAnnabel Dunstone2016-07-192-28/+0
| | * | | | | | Change builds to pipelines; settings formattingAnnabel Dunstone2016-07-192-7/+10
| | * | | | | | Align pipelines settings to match other settings pagesAnnabel Dunstone2016-07-191-83/+93
| | * | | | | | Rename to CI PipelineAnnabel Dunstone2016-07-191-7/+3
| | * | | | | | Remove builds settings from project settings; add builds settings route; add ...Annabel Dunstone2016-07-196-69/+105
| * | | | | | | Merge branch 'issue-19641' into 'master' Jacob Schatz2016-07-202-1/+4
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | use correct color variable for borderelliotec2016-07-121-1/+1
| | * | | | | | resolve changelog conflictelliotec2016-07-111-1/+1
| | * | | | | | Merge branch 'master' into issue-19641elliotec2016-07-118-57/+64
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ceMichael Elliott2016-07-098-57/+64
| | | |\ \ \ \ \ \
| | | * | | | | | | fix style issue for new snippet button - fixes issue #19641Michael Elliott2016-07-091-1/+3
| | * | | | | | | | fix style issue for new snippet button - fixes issue #19641Michael Elliott2016-07-092-1/+4
| | |/ / / / / / /
| * | | | | | | | Merge branch 'issue_18585' into 'master' Rémy Coutable2016-07-2016-10/+75
| |\ \ \ \ \ \ \ \