- 04 Mar, 2020 5 commits
-
-
Marcel Amirault authored
Docs: Add Vale tests for first-person pronouns Closes #199695 See merge request gitlab-org/gitlab!25928
-
Amy Qualls authored
This commit adds initial first-person tests for first-person pronouns, which the GitLab style guide prohibits. The test for 'I' is separate from the other tests, because a case-insensitive test using standard word boundaries will match both 'I/O' (which is correct usage) and 'i.e.' (which is wrong but for different reasons).
-
Marcel Amirault authored
Docs: Fix code blocks to add language See merge request gitlab-org/gitlab!26423
-
Amy Qualls authored
Adding in langauges to code blocks to prepare for linting.
-
Robert Speicher authored
Wrap feature flag key in backticks See merge request gitlab-org/gitlab!26248
-
- 03 Mar, 2020 35 commits
-
-
Evan Read authored
Include note about 30 day grace period in email verification docs See merge request gitlab-org/gitlab!26103
-
Phil Zona authored
Remove trailing space for linter
-
Robert Speicher authored
Adds project_path sorting to group package api Closes #201897 See merge request gitlab-org/gitlab!24833
-
Stan Hu authored
Persist expanded environment name in ci build metadata Closes #193816 and #25155 See merge request gitlab-org/gitlab!22374
-
Stan Hu authored
Resolve Prevent projects from being shared outside a GMA group - sharing with group See merge request gitlab-org/gitlab!26081
-
charlieablett authored
For formatting and readability purposes
-
Evan Read authored
Change "Boolean" to lowercase in docs Closes #207941 See merge request gitlab-org/gitlab!26361
-
Marcin Sedlak-Jakubowski authored
These are words for Danger bot. Happy now?
-
Evan Read authored
Documenting LFS bug and versions affected See merge request gitlab-org/gitlab!26184
-
Fabian Zimmer authored
-
Heinrich Lee Yu authored
Refactor project approvals param filter See merge request gitlab-org/gitlab!26339
-
Małgorzata Ksionek authored
This commit blocks the possibility of inviting group to a project in a particular case: 1. when project is in the group, that enforces SSO 2. when group that is supposed to be invited was created outside this group This is the first part of changes described in https://gitlab.com/gitlab-org/gitlab/issues/12420.
-
James Fargher authored
Add possibility to search for partial iids on EpicResolver See merge request gitlab-org/gitlab!24673
-
Shinya Maeda authored
This commit persists the expanded environment name for resolving performance concerns
-
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
-