Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change `return`s for `next`s to please rubocop (behaviour is the same) | Alejandro Rodríguez | 2016-07-20 | 1 | -2/+2 |
* | Add /deploy_keys API to retrieve all deploy keys regardless of project affili... | Alejandro Rodríguez | 2016-07-20 | 6 | -75/+159 |
* | Merge branch 'add-link-to-commit-avatar' into 'master' | Rémy Coutable | 2016-07-20 | 6 | -17/+35 |
|\ | |||||
| * | Add link to user profile to commit avatar (!5163) | winniehell | 2016-07-20 | 6 | -17/+35 |
* | | Merge branch 'migration-downtime-tags' into 'master' | Robert Speicher | 2016-07-20 | 10 | -24/+311 |
|\ \ | |||||
| * | | Added checks for migration downtimemigration-downtime-tags | Yorick Peterse | 2016-07-20 | 10 | -24/+311 |
* | | | Merge branch 'rubocop/enable-multiline-ternary-operator-cop' into 'master' | Robert Speicher | 2016-07-20 | 4 | -10/+15 |
|\ \ \ | |||||
| * | | | Enable Style/MultilineTernaryOperator rubocop coprubocop/enable-multiline-ternary-operator-cop | Grzegorz Bizon | 2016-07-20 | 4 | -10/+15 |
* | | | | Merge branch 'issue_8110' into 'master' | Rémy Coutable | 2016-07-20 | 16 | -118/+276 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Refactor service settings viewissue_8110 | Felipe Artur | 2016-07-20 | 15 | -138/+86 |
| * | | | Add project service documentation and update integration documentation | Felipe Artur | 2016-07-19 | 10 | -46/+78 |
| * | | | Allow slack service to send messages on different channels | Felipe Artur | 2016-07-19 | 10 | -21/+199 |
* | | | | Merge branch 'fix-retries-on-manual-actions' into 'master' | Rémy Coutable | 2016-07-20 | 4 | -14/+33 |
|\ \ \ \ | |||||
| * | | | | Fix a problem with processing a pipeline where stage only has manual actionsfix-retries-on-manual-actions | Kamil Trzcinski | 2016-07-20 | 2 | -13/+16 |
| * | | | | Don't show other actions of the same name | Kamil Trzcinski | 2016-07-20 | 2 | -1/+17 |
* | | | | | Merge branch '17862-honour-limit-in-ldap-check' into 'master' | Rémy Coutable | 2016-07-20 | 2 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | A CHANGELOG entry | Rémy Coutable | 2016-07-20 | 1 | -0/+1 |
| * | | | | | Use limit parameter rather than hardcoded value | M. Ricketts | 2016-07-20 | 1 | -1/+1 |
* | | | | | | Merge branch 'explore-nav' into 'master' | Jacob Schatz | 2016-07-20 | 1 | -4/+0 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Remove icons from explore nav | Annabel Dunstone | 2016-07-20 | 1 | -4/+0 |
* | | | | | | Merge branch 'compare-code-view' into 'master' | Jacob Schatz | 2016-07-20 | 2 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Apply diff view cookie on comparecompare-code-view | Phil Hughes | 2016-07-15 | 2 | -0/+2 |
* | | | | | | | Merge branch '15343-build-settiings' into 'master' | Rémy Coutable | 2016-07-20 | 12 | -100/+179 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | Change how we style redirect_to | Kamil Trzcinski | 2016-07-20 | 1 | -3/+1 |
| * | | | | | | Use flash[:notice] only | Kamil Trzcinski | 2016-07-20 | 1 | -2/+1 |
| * | | | | | | Create PipelinesSettingsController for showing settings page | Kamil Trzcinski | 2016-07-20 | 9 | -61/+79 |
| * | | | | | | Update routes | Kamil Trzcinski | 2016-07-20 | 1 | -4/+1 |
| * | | | | | | Fix updating settings for pipelines15343-build-settiings | Kamil Trzcinski | 2016-07-20 | 2 | -15/+8 |
| * | | | | | | Merge remote-tracking branch 'origin/master' into 15343-build-settiings | Kamil Trzcinski | 2016-07-20 | 83 | -283/+1242 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Move Pipelines settings under `gitlab.com/gitlab-org/gitlab-ce/pipelines/sett... | Kamil Trzcinski | 2016-07-19 | 9 | -15/+73 |
| * | | | | | | Change title to CI/CD Pipelines | Annabel Dunstone | 2016-07-19 | 2 | -3/+3 |
| * | | | | | | Capitalize CI Pipelines | Annabel Dunstone | 2016-07-19 | 1 | -1/+1 |
| * | | | | | | Fix badge test | Annabel Dunstone | 2016-07-19 | 1 | -1/+1 |
| * | | | | | | Update badges path | Annabel Dunstone | 2016-07-19 | 4 | -4/+3 |
| * | | | | | | Remove unused badges page and delete badges index controller action | Annabel Dunstone | 2016-07-19 | 2 | -28/+0 |
| * | | | | | | Change builds to pipelines; settings formatting | Annabel Dunstone | 2016-07-19 | 2 | -7/+10 |
| * | | | | | | Align pipelines settings to match other settings pages | Annabel Dunstone | 2016-07-19 | 1 | -83/+93 |
| * | | | | | | Rename to CI Pipeline | Annabel Dunstone | 2016-07-19 | 1 | -7/+3 |
| * | | | | | | Remove builds settings from project settings; add builds settings route; add ... | Annabel Dunstone | 2016-07-19 | 6 | -69/+105 |
* | | | | | | | Merge branch 'issue-19641' into 'master' | Jacob Schatz | 2016-07-20 | 2 | -1/+4 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | use correct color variable for border | elliotec | 2016-07-12 | 1 | -1/+1 |
| * | | | | | | resolve changelog conflict | elliotec | 2016-07-11 | 1 | -1/+1 |
| * | | | | | | Merge branch 'master' into issue-19641 | elliotec | 2016-07-11 | 8 | -57/+64 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce | Michael Elliott | 2016-07-09 | 8 | -57/+64 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | fix style issue for new snippet button - fixes issue #19641 | Michael Elliott | 2016-07-09 | 1 | -1/+3 |
| * | | | | | | | | fix style issue for new snippet button - fixes issue #19641 | Michael Elliott | 2016-07-09 | 2 | -1/+4 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'issue_18585' into 'master' | Rémy Coutable | 2016-07-20 | 16 | -10/+75 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix a few nitpicks | Rémy Coutable | 2016-07-20 | 5 | -20/+9 |
| * | | | | | | | | Allow to disable user request access to groups/projects | Felipe Artur | 2016-07-20 | 16 | -10/+86 |
* | | | | | | | | | Merge branch 'ci-predefined-variables' into 'master' | Rémy Coutable | 2016-07-20 | 9 | -112/+248 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | |