- 03 Mar, 2020 40 commits
-
-
Heinrich Lee Yu authored
Refactor project approvals param filter See merge request gitlab-org/gitlab!26339
-
James Fargher authored
Add possibility to search for partial iids on EpicResolver See merge request gitlab-org/gitlab!24673
-
Mayra Cabrera authored
Merge branch '208798-replace-instances-of-the-issue-duplicate-icon-with-the-duplicate-icon' into 'master' Replace 'issue-duplicate' icon with 'duplicate' See merge request gitlab-org/gitlab!26389
-
Paul Slaughter authored
Generate proper link for Pipeline tab See merge request gitlab-org/gitlab!26193
-
Robert Speicher authored
Refactor MoveTypeEnum into a class See merge request gitlab-org/gitlab!26189
-
Paul Slaughter authored
Add danger rule to favor jest over karma See merge request gitlab-org/gitlab!26161
-
Douglas Barbosa Alexandre authored
Check for feature status in SnippetsFinder See merge request gitlab-org/gitlab!26295
-
Patrick Derichs authored
Also add specs and update GraphQL schema Make EpicsFinder able to search for epics which start with a partial iid Constructs a combined where clause which includes all possible combinations for the given iid start string which would take advantage of the existing index on epics table. Use LIKE query for iid search with specialized index Add index for searching epics by iid and group_id Remove obsolete scopes and specs Change changelog entry
-
Paul Slaughter authored
Resolve "Migrate '.fa-spinner' to '.spinner' within top level directory 'app/views/projects'" Closes #202233 See merge request gitlab-org/gitlab!25755
-
Kamil Trzciński authored
Reuse Limitable concern with shared examples See merge request gitlab-org/gitlab!26400
-
Heinrich Lee Yu authored
Add http status cop to all remaining specs Closes #196163 See merge request gitlab-org/gitlab!25178
-
Brett Walker authored
since grpahql 1.10.x no longer supports using `#define`
-
Michael Kozono authored
Audit project MR approval permission changes See merge request gitlab-org/gitlab!25959
-
Tan Le authored
There is a small gotcha around the flipping logic of the from/to value for `merge_request_author_approval`. This is to align with user perception on the UI (i.e. the value `false` means disallowing approval from authors and effectively maps to the ticked checkbox on the UI)
-
Douglas Barbosa Alexandre authored
NPM package requests forwarding Closes #55344 See merge request gitlab-org/gitlab!25531
-
Sean McGivern authored
Remove deprecation warning for Module#parents See merge request gitlab-org/gitlab!26365
-
Roman Kuba authored
This now allows any file ending with `browser_spec.js`
-
Roman Kuba authored
-
Lukas Eipert authored
-
Arturo Herrero authored
- Move Limitable concern under the right directory - Create shared_examples to reuse in any model - Use Limitable in GroupHook class
-
Achilleas Pipinellis authored
Improve Gitaly HA docs Closes gitaly#2470 See merge request gitlab-org/gitlab!25402
-
Sean McGivern authored
Add web_url attribute to API response for Commits See merge request gitlab-org/gitlab!26173
-
Sean McGivern authored
Make status transition resilient for downstream pipeline creation See merge request gitlab-org/gitlab!25706
-
Imre Farkas authored
Allow to fork to the same namespace with different name Closes #208167 See merge request gitlab-org/gitlab!26062
-
Stan Hu authored
Remove unused Snippets content_types method See merge request gitlab-org/gitlab!26306
-
Robert Speicher authored
API for creating remote mirrors Closes #24189 See merge request gitlab-org/gitlab!25825
-
Kamil Trzciński authored
Add Spec for Invalid Ci Yaml Files See merge request gitlab-org/gitlab!26113
-
Jason Goodman authored
Document current behavior
-
James Ramsay authored
-
Fabio Pitino authored
Set this behavior behind a feature flag Log error if downstream pipeline exists
-
Fabio Pitino authored
-
Robert Speicher authored
Commits will sometimes be wrapped in a `BatchLoader` instance, which properly delegates `itself` to the wrapped object via `method_missing` but not the `===` used by the `case` statement.
-
Arturo Herrero authored
DEPRECATION WARNING: `Module#parents` has been renamed to `module_parents`. `parents` is deprecated and will be removed in Rails 6.1. (called from model_name at ../ee/app/models/concerns/custom_model_naming.rb:15)
-
Douglas Barbosa Alexandre authored
Avatar upload support for Group Create/Update API Closes #36681 See merge request gitlab-org/gitlab!25751
-
Kushal Pandya authored
Send credentials with GraphQL fetch requests Closes #36864 See merge request gitlab-org/gitlab!26386
-
Mike Greiling authored
Update dependency @gitlab/svgs to ^1.105.0 See merge request gitlab-org/gitlab!26349
-
jeldergl authored
Replacing instances of 'issue-duplicate' with 'duplicate' to use one icon for the same task. This also will allow us to keep the icon library efficient.
-
Dmytro Zaporozhets authored
Separate vulnerability and feature entities into own class files See merge request gitlab-org/gitlab!26088
-
Dmytro Zaporozhets authored
Merge branch '37320-ensure-project-snippet-feature-status-in-project-snippet-api-endpoints' into 'master' Resolve "Ensure project snippet feature status in project API endpoints" See merge request gitlab-org/gitlab!26064
-