- 12 Mar, 2021 24 commits
-
-
Mark Chao authored
Remove Jira Issue username See merge request gitlab-org/gitlab!56322
-
Arturo Herrero authored
We are not going to use the username because Jira API doesn't provide `name` in the case of Jira Cloud. This partially reverts 63082f24.
-
Vitaly Slobodin authored
Set max-nesting-depth to 5 in stylelint See merge request gitlab-org/gitlab!56459
-
Vitaly Slobodin authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!56375
-
Heinrich Lee Yu authored
[RUN AS-IF-FOSS] Revert "Reuse scope board mutation logic for epic boards'" See merge request gitlab-org/gitlab!56456
-
Vitaly Slobodin authored
General/Merge requests - Review and revise settings-related UI text See merge request gitlab-org/gitlab!50383
-
Marcel Amirault authored
Docs: Fixing typos in example JSON within group_boards.md See merge request gitlab-org/gitlab!56410
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Marcel Amirault authored
Fix a typo in Feature Flag Roll Out template See merge request gitlab-org/gitlab!56411
-
Jan Provaznik authored
This reverts merge request !55982
-
Stan Hu authored
Extend dast profile instance variable with branch See merge request gitlab-org/gitlab!56433
-
Mark Lapierre authored
Add Basic Group Level Wiki E2E See merge request gitlab-org/gitlab!56171
-
-
Tiger Watson authored
Use `Namespace#all_projects` for NPM package finder See merge request gitlab-org/gitlab!56415
-
Shinya Maeda authored
Add API endpoint for stale env deletion See merge request gitlab-org/gitlab!52224
-
Paul Slaughter authored
Replace ajax methods in select2 instances See merge request gitlab-org/gitlab!55996
-
Gabriel Mazetto authored
Merge branch '300750-add-missing-reviewers-information-to-approve-unapprove-merge-request-emails' into 'master' Add reviewers detail to approve/unapprove MR emails See merge request gitlab-org/gitlab!56290
-
David Kim authored
-
Shinya Maeda authored
Update Pages CI/CD template examples to default branch See merge request gitlab-org/gitlab!56298
-
Marcel Amirault authored
We don't need to hardcode to master, we should use the default branch CI/CD variable
-
Robert Speicher authored
Prevents MR merge when jira issue requirement is enforced See merge request gitlab-org/gitlab!55710
-
Philip Cunningham authored
- Adds new field to @dast_profile ivar - Updates specs to reflect change
-
Stan Hu authored
Update bcrypt to a version that builds on armhf See merge request gitlab-org/gitlab!56008
-
Suzanne Selhorn authored
Remove enable/disable FF section from User Cap docs See merge request gitlab-org/gitlab!56395
-
- 11 Mar, 2021 16 commits
-
-
charlie ablett authored
Improve GraphQL snippets tests See merge request gitlab-org/gitlab!55322
-
Bob Van Landuyt authored
Add client_id to Application Context See merge request gitlab-org/gitlab!55683
-
Aishwarya Subramanian authored
-
Jose Ivan Vargas authored
Show password hint only if password_authentication_enabled_for_web? on new location sign in email See merge request gitlab-org/gitlab!46018
-
Peter Leitzen authored
Exclude duplicates from emails on push recipients See merge request gitlab-org/gitlab!55588
-
Andy Soiron authored
The worker would otherwise send to the same email address multiple times
-
Stan Hu authored
In https://gitlab.com/gitlab-com/gl-infra/production/-/issues/3894, we found that query plans using `base_and_descendants` as a subquery in an `IN ()` clause may trigger a PostgreSQL v11 query planner bug, resulting in a significant performance degradation. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56078 works around this issue by moving the clause into a INNER JOIN, but finders may have to take advantage of this by calling `Group#all_projects` instead of `base_and_descendants`. This is a similar fix to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56346. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/324220
-
David O'Regan authored
Move to confirm variant from success in javascripts/environments directory See merge request gitlab-org/gitlab!56203
-
Yogi authored
-
charlie ablett authored
Reuse scope board mutation logic for epic boards See merge request gitlab-org/gitlab!55982
-
Jan Provaznik authored
Label arguments and related logic (arguments validation) is needed for epic boards too, so these arguments are moved to ScopedBoardMutation and issue-specific arguments are renamed left in ScopedIssueBoardArguments.
-
David O'Regan authored
Move from btn-success to btn-confirm in clusters directory See merge request gitlab-org/gitlab!56205
-
Yogi authored
-
Dan Davison authored
Fix Jira tests See merge request gitlab-org/gitlab!56376
-
David O'Regan authored
Resolve "GraphQL: getting MR diff discussions often returns 500" See merge request gitlab-org/gitlab!56037
-
Justin Boyson authored
Updates specs to check for correct string parsing
-