Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '23104-remove-public-param-for-projects' into 'master' | Douwe Maan | 2017-02-08 | 1 | -52/+9 |
|\ | |||||
| * | Use VisibilityLevel constants in spec23104-remove-public-param-for-projects | Toon Claes | 2017-02-07 | 1 | -4/+4 |
| * | API: remove `public` param for projects | Toon Claes | 2017-02-07 | 1 | -49/+6 |
* | | Merge branch 'dz-limit-nested-groups' into 'master' | Douwe Maan | 2017-02-08 | 1 | -11/+22 |
|\ \ | |||||
| * | | Limit level of nesting for groupsdz-limit-nested-groups | Dmitriy Zaporozhets | 2017-02-08 | 1 | -11/+22 |
* | | | Merge branch '26705-filter-todos-by-manual-add' into 'master' | Sean McGivern | 2017-02-08 | 2 | -7/+54 |
|\ \ \ | |||||
| * | | | Filter todos by manual add | Jacopo | 2017-01-28 | 2 | -7/+54 |
* | | | | Merge branch 'feature/gb/paginated-environments-api' into 'master' | Rémy Coutable | 2017-02-08 | 4 | -4/+185 |
|\ \ \ \ | |||||
| * | | | | Make headers asserts explicit in pagination specsfeature/gb/paginated-environments-api | Grzegorz Bizon | 2017-02-07 | 1 | -5/+8 |
| * | | | | Merge branch 'master' into feature/gb/paginated-environments-api | Filipa Lacerda | 2017-02-07 | 87 | -316/+5405 |
| |\ \ \ \ | |||||
| * | | | | | Add specs for standalone pagination for serializers | Grzegorz Bizon | 2017-02-06 | 2 | -2/+48 |
| * | | | | | Rename `Gitlab::Serialize` module to reuse it later | Grzegorz Bizon | 2017-02-06 | 1 | -1/+1 |
| * | | | | | Merge branch 'master' into feature/gb/paginated-environments-api | Grzegorz Bizon | 2017-02-06 | 175 | -1311/+2311 |
| |\ \ \ \ \ | |||||
| * | | | | | | Extend environments folders and pagination API specs | Grzegorz Bizon | 2017-02-03 | 1 | -0/+83 |
| * | | | | | | Fix typo in pipeline serializer specs | Grzegorz Bizon | 2017-02-03 | 1 | -1/+1 |
| * | | | | | | Add specs for environments serializer pagination | Grzegorz Bizon | 2017-02-03 | 1 | -0/+49 |
* | | | | | | | Merge branch 'restore-issues_mentioned_but_not_closing' into 'master' | Sean McGivern | 2017-02-08 | 2 | -3/+85 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Remove MergeRequest#closes_issue?; Remove the default parameter value for #ca... | Dongqing Hu | 2017-01-31 | 1 | -3/+3 |
| * | | | | | | | tests for #mr_closes_issues and #mr_issues_mentioned_but_not_closing in Merge... | Dongqing Hu | 2017-01-25 | 1 | -0/+82 |
* | | | | | | | | Merge branch 'lfs-noauth-public-repo' into 'master' | Rémy Coutable | 2017-02-08 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | lfs: do not require auth for public repositories | Ben Boeckel | 2017-02-07 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'jej-lint-scripts-and-config' into 'master'dz-nested-groups-docs | Douwe Maan | 2017-02-08 | 1 | -0/+27 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | CI runs lint on shell scripts in lib/supportjej-lint-scripts-and-config | James Edwards-Jones | 2017-02-07 | 1 | -0/+27 |
* | | | | | | | | | | Merge branch 'no-sidebar-on-action-btn-click' into 'master' | Clement Ho | 2017-02-08 | 2 | -0/+114 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | dismiss sidebar on repo buttons click | Adam Pahlevi | 2017-02-08 | 2 | -0/+114 |
* | | | | | | | | | | | Merge branch 'fix-ignored-spec-failures' into 'master' | Filipa Lacerda | 2017-02-07 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | ensure karma fails if it cannot load all spec filesfix-ignored-spec-failures | Mike Greiling | 2017-02-07 | 1 | -2/+6 |
* | | | | | | | | | | | | Merge branch 'route-map-string-source' into 'master' | Douwe Maan | 2017-02-07 | 1 | -10/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Support a string source in the route map | Douwe Maan | 2017-02-07 | 1 | -10/+10 |
* | | | | | | | | | | | | | Merge branch 'fix/gb/invalid-new-merge-request-api' into 'master' | Fatih Acet | 2017-02-07 | 8 | -21/+44 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | fix lint error | Mike Greiling | 2017-02-07 | 1 | -1/+1 |
| * | | | | | | | | | | | | | fix broken frontend tests | Mike Greiling | 2017-02-07 | 3 | -13/+9 |
| * | | | | | | | | | | | | | Fix merge request controller specs for new actionfix/gb/invalid-new-merge-request-api | Grzegorz Bizon | 2017-02-07 | 1 | -1/+7 |
| * | | | | | | | | | | | | | Fix broken specs from the Frontend side | Filipa Lacerda | 2017-02-07 | 3 | -7/+8 |
| * | | | | | | | | | | | | | Add feature spec for a new merge request with pipeline | Grzegorz Bizon | 2017-02-07 | 1 | -0/+20 |
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'improve-handleLocationHash-tests' into 'master' | Filipa Lacerda | 2017-02-07 | 1 | -4/+25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Improve gl.utils.handleLocationHash testsimprove-handleLocationHash-tests | Clement Ho | 2017-02-07 | 1 | -4/+25 |
* | | | | | | | | | | | | | Merge branch '23785-with-builds-tab-gone-give-additional-context-in-system-in... | Alfredo Sumaran | 2017-02-07 | 2 | -2/+102 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | added inline pipeline graph23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graph | Luke "Jared" Bennett | 2017-02-07 | 2 | -2/+102 |
* | | | | | | | | | | | | | | Merge branch 'route-map' into 'master' | Robert Speicher | 2017-02-07 | 11 | -101/+541 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Use described_class over literal class name | Douwe Maan | 2017-02-07 | 1 | -11/+11 |
| * | | | | | | | | | | | | | | Address feedback | Douwe Maan | 2017-02-06 | 7 | -120/+132 |
| * | | | | | | | | | | | | | | Update outdated spec | Douwe Maan | 2017-02-06 | 1 | -2/+0 |
| * | | | | | | | | | | | | | | Add feature specs | Douwe Maan | 2017-02-06 | 5 | -34/+140 |
| * | | | | | | | | | | | | | | Tweak test to verify there are no duplicates | Douwe Maan | 2017-02-06 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | Improve performance of finding last deployed environment | Douwe Maan | 2017-02-06 | 4 | -79/+30 |
| * | | | | | | | | | | | | | | Add tests | Douwe Maan | 2017-02-06 | 12 | -0/+373 |
* | | | | | | | | | | | | | | | Merge branch '26908-add-foreign-keys-to-timelogs' into 'master' | Rubén Dávila Santos | 2017-02-07 | 4 | -4/+33 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Use normal associations instead of polymorphic. | Ruben Davila | 2017-02-07 | 4 | -4/+33 |
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge branch '24716-fix-ctrl-click-links' into 'master' | Clement Ho | 2017-02-07 | 2 | -0/+82 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |