- 05 Mar, 2021 1 commit
-
-
Terri Chu authored
This reverts commit 04bd6e61 Reintroduce merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53406/ Add an Elasticsearch migration which adds permission data to the notes documents. Permission data will be added to all notes that are missing the data. Permission data includes project visibility and access level for the note types stored in Elasticsearch (Issue, MergeRequest, Snippet, and Commit).
-
- 03 Mar, 2021 39 commits
-
-
Nicolò Maria Mezzopera authored
Make fork project form responsive See merge request gitlab-org/gitlab!55260
-
Imre Farkas authored
Fix code quality report comparer See merge request gitlab-org/gitlab!55123
-
Fabio Pitino authored
Add tests to prepare for refactoring destroy service See merge request gitlab-org/gitlab!55561
-
David O'Regan authored
Replace _uid reference with uniqueId See merge request gitlab-org/gitlab!55635
-
Olena Horal-Koretska authored
Add space next to icons in epic issue list See merge request gitlab-org/gitlab!54138
-
Yogi authored
-
Peter Leitzen authored
Use hard-coded group paths for truncated export filename spec See merge request gitlab-org/gitlab!55637
-
Vitali Tatarintev authored
Fix Rubocop violations in the issue-move-list mutation See merge request gitlab-org/gitlab!55610
-
Nicolò Maria Mezzopera authored
Refactor trials.scss into a select2 override See merge request gitlab-org/gitlab!55526
-
Paul Slaughter authored
Fix(oncallschedules): remove rotation assignee GlToken See merge request gitlab-org/gitlab!55283
-
Patrick Bair authored
Merge branch '322991-asset_proxy_allowlist-errors-in-13-9-for-geo-with-downtime-upgrades-or-restoring-from-backup' into 'master' Rename asset_proxy_allowlist column See merge request gitlab-org/gitlab!55419
-
Markus Koller authored
On CI the auto-generated group paths can become so long that the project path is truncated away, this fixese that by using hard-coded group paths.
-
Sean McGivern authored
Add tracking to merge request time estimate/spent changes [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55046
-
Paul Slaughter authored
We shouldn't access private props
-
Fabio Pitino authored
Add rollout issue for FF See merge request gitlab-org/gitlab!55607
-
Vitaly Slobodin authored
SCSS - update badge color for new plans See merge request gitlab-org/gitlab!54685
-
Etienne Baqué authored
-
David Fernandez authored
Allow saving repository weights after a storage has been removed See merge request gitlab-org/gitlab!53803
-
Vitali Tatarintev authored
Add Operating System details to usage ping See merge request gitlab-org/gitlab!54778
-
Jacques Erasmus authored
Remove iterations page specific CSS See merge request gitlab-org/gitlab!55520
-
Vitali Tatarintev authored
GithubImporter: Avoid validation exception See merge request gitlab-org/gitlab!55376
-
Ramya Authappan authored
Fix failing snippet and epic tests See merge request gitlab-org/gitlab!55575
-
-
David O'Regan authored
reduce code complexity and remove unneeded code
-
Kushal Pandya authored
Epic Boards - Collapse list and polish [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55456
-
Florie Guibert authored
- Save collapsed state of list on localStorage - Hide new button in header - Hide Delete Board option
-
Rémy Coutable authored
Print review-app URL See merge request gitlab-org/gitlab!55603
-
Rémy Coutable authored
Do not run bundle-size-review for forks See merge request gitlab-org/gitlab!55606
-
Sean McGivern authored
Merge branch 'philipcunningham-add-optional-branch-names-to-dast-site-create-and-update-322526' into 'master' Add ability to set dast_profiles.branch_name See merge request gitlab-org/gitlab!55138
-
Markus Koller authored
Enable error tracking in Projects::Integrations::Jira::IssuesController See merge request gitlab-org/gitlab!55578
-
Patrick Bajao authored
Use the generators to generate the metric YAML files and to update the dictionary.
-
Patrick Bajao authored
We need to track how many users change the time estimate and spent for MRs. To get that, whenever the time estimate and spent changes for a merge request, we track the following events: - i_code_review_user_time_estimate_changed - i_code_review_user_time_spent_changed
-
Jarka Košanová authored
Remove the iterations cadence placeholder See merge request gitlab-org/gitlab!55490
-
Denys Mishunov authored
Update dependency @gitlab/ui to v28.1.0 See merge request gitlab-org/gitlab!55605
-
Alex Kalderimis authored
For board ID it is simple (since it uses the loads mechanism) - for the others we get around it by using a separate variable, since these are integer types.
-
Etienne Baqué authored
Track usage pings when MR gets locked/unlocked [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55069
-
Brandon Labuschagne authored
Add feature specs for Security Configuration page See merge request gitlab-org/gitlab!55052
-
Mark Florian authored
This is to support the rearchitecturing work in https://gitlab.com/groups/gitlab-org/-/epics/5460. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/322462.
-
Lin Jen-Shin authored
bundle-size-review depends on compile-production-assets, which does not run for forks. This will make it consistent, otherwise the pipeline is invalid.
-