summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added eventhub to emit update tokens eventissue-boards-new-search-barPhil Hughes2017-03-143-3/+9
|
* Use reduce instead of a forEachPhil Hughes2017-03-095-11/+34
| | | | | Changed an isArray check to use -1 Added comment to boards search manager to explain behaviour
* Removed previous filter codePhil Hughes2017-03-083-28/+3
|
* Fixed up boards filter spec due to CSS classes changingPhil Hughes2017-03-082-9/+8
| | | | Also fixed issue with Vue resource encoding + in search term
* Hides on mobilePhil Hughes2017-03-081-1/+2
|
* Fixed eslint errorsPhil Hughes2017-03-082-2/+1
|
* Updated specsPhil Hughes2017-03-089-123/+86
|
* Handle clear search asyncPhil Hughes2017-03-081-0/+5
|
* Make changing the URL optional - future proof ourselves for the modal windowPhil Hughes2017-03-082-5/+9
|
* Stop droplab from destroying itself is handled asyncPhil Hughes2017-03-082-3/+10
|
* Updates the URLPhil Hughes2017-03-082-1/+2
|
* Changed storePhil Hughes2017-03-086-20/+40
| | | | Async updates the boards when searching
* Added filtered search bar to issue boardsPhil Hughes2017-03-088-21/+37
| | | | Closes #28312
* Merge branch 'filtered-search-visual-tokens-improvements' into 'master' Alfredo Sumaran2017-03-083-3/+4
|\ | | | | | | | | Filtered Search Visual Tokens code improvements See merge request !9781
| * Code improvementsfiltered-search-visual-tokens-improvementsClement Ho2017-03-073-3/+4
| |
* | Merge branch 'add-changelog-filtered-search-visual-tokens' into 'master' Alfredo Sumaran2017-03-081-0/+4
|\ \ | | | | | | | | | | | | Add changelog for filtered-search-visual-tokens See merge request !9799
| * | Add changelog for filtered-search-visual-tokensadd-changelog-filtered-search-visual-tokensClement Ho2017-03-071-0/+4
| | |
* | | Merge branch 'fix-fs-edit-dropdown' into 'master' Alfredo Sumaran2017-03-082-3/+21
|\ \ \ | | | | | | | | | | | | | | | | Fix filtered search visual token editing dropdown See merge request !9794
| * | | Fix filtered search visual token editing dropdownfix-fs-edit-dropdownClement Ho2017-03-072-3/+21
| | |/ | |/|
* | | Merge branch 'fix-edit-last-visual-token' into 'master' Alfredo Sumaran2017-03-083-6/+19
|\ \ \ | | | | | | | | | | | | | | | | Fix edit last visual token See merge request !9791
| * | | Fix edit last visual tokenfix-edit-last-visual-tokenClement Ho2017-03-073-6/+19
| |/ /
* | | Merge branch 'update_crowd_docs' into 'master' Achilleas Pipinellis2017-03-084-64/+70
|\ \ \ | | | | | | | | | | | | | | | | Move and update Crowd authentication documentation See merge request !9775
| * | | Move and update Crowd authentication documentationDrew Blessing2017-03-074-64/+70
| | | | | | | | | | | | | | | | | | | | | | | | Current docs did not include information on configuring the app in Crowd. Also, moved the doc to the new administration/auth directory.
* | | | Merge branch 'filtered-search-visual-tokens' into 'master' Alfredo Sumaran2017-03-0832-376/+2244
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Filtered search visual tokens Closes #26652 See merge request !8969
| * | | Add filtered search visual tokensfiltered-search-visual-tokensClement Ho2017-03-0732-376/+2244
| | |/ | |/|
* | | Merge branch 'patch-15' into 'master' Achilleas Pipinellis2017-03-081-0/+58
|\ \ \ | |/ / |/| | | | | | | | Add configuration instructions for Container Registry Notifications. See merge request !9500
| * | Add configuration instructions for Container Registry Notifications.[ci skip]Alexandre Gomes2017-03-071-0/+58
| | |
* | | Merge branch 'rs-fix-todo-service-spec' into 'master' Douwe Maan2017-03-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Fix transient failure in TodoService spec See merge request !9797
| * | | Fix transient failure in TodoService specRobert Speicher2017-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For reasons unknown, the lack of `and_call_original` on this message expectation was causing a transient failure depending on test order. We narrowed it down using `rspec --bisect` to the following order: spec/requests/openid_connect_spec.rb:123 spec/services/todo_service_spec.rb:751
* | | | Merge branch 'issue_16834'Douwe Maan2017-03-0710-172/+564
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # doc/api/v3_to_v4.md
| * | | | Remove unecessary endpoint from repository, add compatibility endpoints for ↵issue_16834Felipe Artur2017-03-078-120/+330
| | | | | | | | | | | | | | | | | | | | v3 and several improvements
| * | | | Update API endpoints for raw filesFelipe Artur2017-03-078-145/+328
| | | | |
* | | | | Merge branch 'dm-nested-groups-go-get' into 'master' Douwe Maan2017-03-082-18/+143
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix go-get support for projects in nested groups See merge request !9793
| * | | | | Fix go-get support for projects in nested groupsdm-nested-groups-go-getDouwe Maan2017-03-072-18/+143
| |/ / / /
* | | | | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' Douwe Maan2017-03-088-13/+195
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | GET "projects/:id/repository/commits" endpoint improvements Closes #1381 and #20207 See merge request !9679
| * | | | Returns correct header data for commits endpointOswaldo Ferreira2017-03-0710-47/+119
| | | | |
| * | | | Fix pagination headers for repository commits api endpointGeorge Andrinopoulos2017-03-074-4/+45
| | | | |
| * | | | Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-075-4/+73
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Kaminari.paginate_array` takes some options, most relevant of which is a `total_count` parameter. Using the `commit_count` for `total_count` lets us correctly treat the return of `Repository#commits` as a subset of all the commits we may wish to list. Addition of a new `Repository#commit_count_for_ref` method was necessarry to allow the user to start from an arbitrary ref. Ref #1381
* | | | Merge branch 'clear-connections-before-starting-sidekiq' into 'master' Douwe Maan2017-03-082-0/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear AR connections before starting Sidekiq Closes gitlab-com/infrastructure#1139 See merge request !9773
| * | | | Clear AR connections before starting SidekiqYorick Peterse2017-03-082-0/+10
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | This should ensure that connections obtained before starting Sidekiq are not leaked, leading to connection timeouts. Fixes gitlab-com/infrastructure#1139
* | | | Merge branch 'tc-api-v4-doc-changes' into 'master' Douwe Maan2017-03-082-4/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | API v4 doc changes See merge request !9723
| * | | | API V4 is no longer in BetaToon Claes2017-03-071-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | And V4 is the preferred version to be used, because V3 will be removed in 9.4 (or later).
| * | | | Update description about GET /projects endpointToon Claes2017-03-071-1/+1
| |/ / / | | | | | | | | | | | | | | | | It returns all projects visible for the authenticated user, not just the project they are member of.
* | | | Merge branch 'tc-api-pipeline-jobs' into 'master' Douwe Maan2017-03-085-34/+229
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | API: Get list of jobs for a pipeline Closes #26843 See merge request !9727
| * | | Remove user_can_download_artifactsToon Claes2017-03-072-32/+16
| | | | | | | | | | | | | | | | It was actually not used anywhere.
| * | | Make it possible to query scope as scope[]=Toon Claes2017-03-073-11/+13
| | | | | | | | | | | | | | | | | | | | Since issues also accepts the query parameter iids[]=, also make it possible query scope like that.
| * | | Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes2017-03-074-1/+210
| |/ / | | | | | | | | | Add endpoint to get the jobs scoped to a pipeline.
* | | Merge branch 'orderable-issues' into 'master' Douwe Maan2017-03-0830-77/+672
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Allow issues in boards to be ordered Closes #21264 See merge request !8916
| * | Remove unneccessary blank linesDouwe Maan2017-03-072-2/+0
| | |
| * | Merge branch 'master' into orderable-issuesDouwe Maan2017-03-07280-1251/+8444
| |\ \ | |/ / |/| |