- 08 Mar, 2017 40 commits
-
-
Alejandro Rodríguez authored
Besides improving the error message to specify what exactly you need to do to solve the error, we now don't skip all storage validations on the test environment, so that you also get a nice error message if you're running tests. Now if conditions are met to skip valitaions (test env or env variable) we still make sure the settings _look_ sane, we just skip verifying the paths exists and meet the given conditions.
-
Robert Speicher authored
Don't show double nav bar on project page when activity is the default project view Closes #29096 See merge request !9798
-
Rémy Coutable authored
Speed up MergeRequest::RefreshService spec by combining examples See merge request !9801
-
Sean McGivern authored
Fix 'Object not found - no match for id (sha)' when importing GitHub PRs Closes #29093 See merge request !9751
-
Rémy Coutable authored
Don't show links to tag a commit for non permitted users Closes #26188 See merge request !8407
-
Clement Ho authored
Removed the settings gear button inside the project view to a tab Closes #26733 See merge request !9786
-
Stan Hu authored
-
Alfredo Sumaran authored
Filtered Search Visual Tokens code improvements See merge request !9781
-
Alfredo Sumaran authored
Add changelog for filtered-search-visual-tokens See merge request !9799
-
Alfredo Sumaran authored
Fix filtered search visual token editing dropdown See merge request !9794
-
Alfredo Sumaran authored
Fix edit last visual token See merge request !9791
-
Achilleas Pipinellis authored
Move and update Crowd authentication documentation See merge request !9775
-
Alfredo Sumaran authored
Filtered search visual tokens Closes #26652 See merge request !8969
-
Achilleas Pipinellis authored
Add configuration instructions for Container Registry Notifications. See merge request !9500
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Douwe Maan authored
Fix transient failure in TodoService spec See merge request !9797
-
Douwe Maan authored
# Conflicts: # doc/api/v3_to_v4.md
-
Douwe Maan authored
-
Robert Speicher authored
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
-
Douwe Maan authored
Fix go-get support for projects in nested groups See merge request !9793
-
Douwe Maan authored
GET "projects/:id/repository/commits" endpoint improvements Closes #1381 and #20207 See merge request !9679
-
Douwe Maan authored
Clear AR connections before starting Sidekiq Closes gitlab-com/infrastructure#1139 See merge request !9773
-
Douwe Maan authored
API v4 doc changes See merge request !9723
-
Douwe Maan authored
API: Get list of jobs for a pipeline Closes #26843 See merge request !9727
-
Oswaldo Ferreira authored
-
George Andrinopoulos authored
-
Jordan Ryan Reuter authored
`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
-
Douwe Maan authored
-
Felipe Artur authored
Remove unecessary endpoint from repository, add compatibility endpoints for v3 and several improvements
-
Alexandre Gomes authored
-
Douwe Maan authored
Allow issues in boards to be ordered Closes #21264 See merge request !8916
-