- 14 Jan, 2017 2 commits
-
-
Jacob Schatz authored
Search bar first iteration ee See merge request !971
-
Clement Ho authored
-
- 13 Jan, 2017 22 commits
-
-
Robert Speicher authored
Ce to ee Closes gitlab-ce#25146 See merge request !1054
-
James Lopez authored
-
James Lopez authored
# Conflicts: # app/controllers/admin/application_settings_controller.rb # app/controllers/admin/groups_controller.rb # app/controllers/admin/users_controller.rb # app/controllers/concerns/service_params.rb # app/controllers/groups_controller.rb # app/models/project.rb # app/views/shared/_clone_panel.html.haml # doc/api/settings.md # features/admin/users.feature # features/steps/admin/users.rb # lib/api/settings.rb # spec/factories/projects.rb # spec/features/issues/reset_filters_spec.rb # spec/requests/api/issues_spec.rb
-
Sean McGivern authored
Fix milestone API specs in Ruby 2.1 See merge request !8555
-
Sean McGivern authored
[ci skip]
-
Sean McGivern authored
This is less invasive than the parent commit.
-
Sean McGivern authored
Ruby 2.3: ``` URI.parse('http://foo/bar?baz quux') => #<URI::HTTP http://foo/bar?baz%20quux> ``` Ruby 2.1: ``` URI.parse('http://foo/bar?baz quux') URI::InvalidURIError: bad URI(is not URI?): http://foo/bar?baz quux ```
-
Sean McGivern authored
Add check for new path existence Closes #26641 See merge request !8554
-
Sean McGivern authored
Copy <some text> to clipboard See merge request !1048
-
Sean McGivern authored
Copy <some text> to clipboard See merge request !8535
-
Sean McGivern authored
Fixes the incoherent filtering by milestone in `/projects/:id/issues` and `/groups/:id/issues` endpoints Closes #23194 See merge request !8457
-
Sean McGivern authored
[EE] Fixes the incoherent filtering by milestone in `/projects/:id/issues` and `/groups/:id/issues` endpoints See merge request !1031
-
James Lopez authored
-
Robert Speicher authored
Update gitlab-markup back to 1.5.1 in Gemfile Closes #26627 See merge request !8550
-
Rémy Coutable authored
Move dashboard help spinach test to rspec See merge request !8436
-
Rémy Coutable authored
Move dashboard group spinach test to rspec See merge request !8434
-
Rémy Coutable authored
Move dashboard archived projects spinach tests to rspec See merge request !8431
-
Rémy Coutable authored
Move dashboard active tab spinach test to rspec See merge request !8423
-
Rémy Coutable authored
Remove duplicate let in cycle_analytics_spec See merge request !8422
-
Rémy Coutable authored
Move admin users spinach tests to rspec See merge request !8395
-
victorwu authored
-
victorwu authored
-
- 12 Jan, 2017 16 commits
-
-
Robert Speicher authored
[EE] Refactor controller params See merge request !1042
-
Robert Speicher authored
Refactor controller params See merge request !8522
-
David Eisner authored
- Use IssuesFinder for the /issues API resouce - Tests for iid filter in project issues API resource - Tests for No Milestone filter in issues API resources The "No Milestone" case was not previously tested, and the `/issues` resource did not support the the `milestone` parameter. - Return issues where all labels match from the issues and project issues API resources, like the group issues resource already does. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6825#note_17474533Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Panagiotis Atmatzidis authored
Current filtering for "/projects/:id/issues" endpoint returns no results for "No Milestone" query. This PR introduces fix by copying filtering from "/groups/:id/issues" which works as expected. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
David Eisner authored
- Use IssuesFinder for the /issues API resouce - Tests for iid filter in project issues API resource - Tests for No Milestone filter in issues API resources The "No Milestone" case was not previously tested, and the `/issues` resource did not support the the `milestone` parameter. - Return issues where all labels match from the issues and project issues API resources, like the group issues resource already does. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6825#note_17474533Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Panagiotis Atmatzidis authored
Current filtering for "/projects/:id/issues" endpoint returns no results for "No Milestone" query. This PR introduces fix by copying filtering from "/groups/:id/issues" which works as expected.
-
Robert Speicher authored
Use ReactiveCaching to update external CI status asynchronously See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055
-
Robert Speicher authored
Use ReactiveCaching to update external CI status asynchronously See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Annabel Dunstone Gray authored
Fixes pipeline status cell is too wide by adding missing classes in table head cells Closes #26615 See merge request !8549
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jacob Schatz authored
Add changelog for search-bar-first-iteration See merge request !8546
-
Filipa Lacerda authored
Adds mr id to changelog
-