| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | WIP, try to add views for locked runners | Lin Jen-Shin | 2016-06-09 | 2 | -1/+2 |
| * | Allow custom text on 'almost there' page | Sean McGivern | 2016-06-08 | 1 | -0/+1 |
| * | Fix pseudo n+1 queries with Note and Note Authors in issuables APIs | Alejandro Rodríguez | 2016-06-08 | 2 | -3/+3 |
| * | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-htt... | Jacob Vosmaer | 2016-06-08 | 5 | -15/+22 |
| |\ | |||||
| | * | Merge branch 'rename-ci-commit-phase-2' into rename-ci-commit-phase-3 | Kamil Trzcinski | 2016-06-06 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge remote-tracking branch 'origin/master' into rename-ci-commit | Kamil Trzcinski | 2016-06-06 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Add a `U2fRegistrations` table/model. | Timothy Andrew | 2016-06-06 | 1 | -1/+1 |
| | * | | | Merge branch 'rename-ci-commit-phase-2' into rename-ci-commit-phase-3 | Kamil Trzcinski | 2016-06-06 | 2 | -6/+8 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge remote-tracking branch 'origin/master' into rename-ci-commit | Kamil Trzcinski | 2016-06-06 | 2 | -6/+8 |
| | | |\ \ | | | |/ | |||||
| | | | * | Merge branch 'rubocop/enable-ambiguous-operator-rubocop-lint' into 'master' | Robert Speicher | 2016-06-05 | 1 | -3/+3 |
| | | | |\ | |||||
| | | | | * | Enable Lint/AmbiguousOperator rubocop coprubocop/enable-ambiguous-operator-rubocop-lint | Grzegorz Bizon | 2016-06-03 | 1 | -3/+3 |
| | | | * | | Merge branch 'master' into awardablesawardables | Z.J. van de Weg | 2016-06-03 | 4 | -8/+14 |
| | | | |\ \ | |||||
| | | | * | | | Incorportate feedback | Z.J. van de Weg | 2016-06-01 | 1 | -0/+2 |
| | | | * | | | Merge branch 'master' into awardables | ZJ van de Weg | 2016-05-30 | 1 | -2/+1 |
| | | | |\ \ \ | |||||
| | | | * \ \ \ | Merge branch 'master' into awardables | ZJ van de Weg | 2016-05-25 | 5 | -2/+41 |
| | | | |\ \ \ \ | |||||
| | | | * \ \ \ \ | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardables | Fatih Acet | 2016-05-18 | 10 | -100/+122 |
| | | | |\ \ \ \ \ | |||||
| | | | * | | | | | | Incorporate feedback | Zeger-Jan van de Weg | 2016-05-11 | 1 | -2/+1 |
| | | | * | | | | | | Merge branch 'master' into awardables | Zeger-Jan van de Weg | 2016-05-11 | 4 | -170/+173 |
| | | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ | Merge branch 'master' into awardables | Zeger-Jan van de Weg | 2016-05-11 | 13 | -22/+149 |
| | | | |\ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | Create table for award emoji | Zeger-Jan van de Weg | 2016-05-06 | 1 | -3/+4 |
| | * | | | | | | | | | | Rename all ci_commit[s] in application code to pipeline[s] | Kamil Trzcinski | 2016-06-03 | 1 | -5/+5 |
| | |/ / / / / / / / / | |||||
| | * | | | | | | | | | Merge commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9' into rename-ci-commit | Kamil Trzcinski | 2016-06-03 | 1 | -0/+5 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | |||||
| | | * | | | | | | | | fixup! Add `sha` parameter to MR accept API | Sean McGivern | 2016-06-02 | 1 | -1/+1 |
| | | * | | | | | | | | Add `sha` parameter to MR accept API | Sean McGivern | 2016-06-01 | 1 | -0/+5 |
| | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| | * | | | | | | | | Fix other places where we still use commit attribute of Build | Kamil Trzcinski | 2016-06-03 | 1 | -3/+3 |
| | * | | | | | | | | Use pipelines in context of Project | Kamil Trzcinski | 2016-06-03 | 2 | -3/+3 |
| | * | | | | | | | | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline | Kamil Trzcinski | 2016-06-02 | 2 | -2/+2 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Rename finder to find_in_gitlab_or_ldap | Jacob Vosmaer | 2016-06-02 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'master' into git-http-controller | Jacob Vosmaer | 2016-06-02 | 22 | -296/+487 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| | * | | | | | | | Add Application Setting to configure Container Registry token expire delay (d... | Kamil Trzcinski | 2016-05-31 | 1 | -0/+1 |
| | * | | | | | | | Merge branch 'style/enable-rubocop-indent-assignment-cop' into 'master' | Robert Speicher | 2016-05-30 | 1 | -7/+7 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Enable Style/IndentAssignment Rubocop style copstyle/enable-rubocop-indent-assignment-cop | Grzegorz Bizon | 2016-05-30 | 1 | -7/+7 |
| | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | * | | | | | | | Enable Style/RedundantParentheses rubocop coprubocop/enable-redundant-parentheses-cop | Grzegorz Bizon | 2016-05-30 | 1 | -1/+1 |
| | |/ / / / / / | |||||
| | * | | | | | | Fix groups API to list only user's accessible projects | Stan Hu | 2016-05-24 | 1 | -2/+1 |
| | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | | Enable Style/DefWithParentheses cop and fix single offense | Robert Speicher | 2016-05-23 | 1 | -1/+1 |
| | * | | | | | Dropdown implementationzj-gitignore-dropdown | Alfredo Sumaran | 2016-05-20 | 1 | -5/+5 |
| | * | | | | | Backend for a gitignores dropdown | Zeger-Jan van de Weg | 2016-05-20 | 3 | -0/+38 |
| | * | | | | | Extend runner options that are configurable via API | Grzegorz Bizon | 2016-05-19 | 2 | -1/+2 |
| | | |_|_|/ | |/| | | | |||||
| | * | | | | Merge branch 'issue_17302' into 'master' | Rémy Coutable | 2016-05-18 | 1 | -18/+29 |
| | |\ \ \ \ | |||||
| | | * | | | | Move note helper method to notes entity fileissue_17302 | Felipe Artur | 2016-05-17 | 2 | -6/+8 |
| | | * | | | | Fix single note api request | Felipe Artur | 2016-05-16 | 2 | -5/+9 |
| | | * | | | | Fix notes API calls symbol convertions | Felipe Artur | 2016-05-10 | 1 | -3/+3 |
| | | * | | | | Fix api leaking notes when user is not authorized to read noteable | Felipe Artur | 2016-05-09 | 1 | -13/+18 |
| | | | |/ / | | |/| | | |||||
| | * | | | | Merge branch 'docker-registry' into 'master' | Douwe Maan | 2016-05-16 | 2 | -1/+7 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge remote-tracking branch 'origin/master' into docker-registry | Kamil Trzcinski | 2016-05-13 | 10 | -250/+256 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Remove unused parts | Kamil Trzcinski | 2016-05-09 | 2 | -188/+0 |
| | | * | | | | | Rename `images` to `container_registry` | Kamil Trzcinski | 2016-05-09 | 2 | -6/+6 |
| | | * | | | | | Revert "Eager load `lib/api`" | Kamil Trzcinski | 2016-05-09 | 2 | -138/+138 |
| | | * | | | | | Merge remote-tracking branch 'origin/master' into docker-registry | Kamil Trzcinski | 2016-05-09 | 4 | -7/+42 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Eager load `lib/api` | Timothy Andrew | 2016-04-29 | 2 | -138/+138 |
