- 05 Oct, 2020 40 commits
-
-
Thong Kuah authored
Allow get approvals on merge request by GraphQL in CE Closes #242285 See merge request gitlab-org/gitlab!43325
-
Brandon Labuschagne authored
Refactor createWrapper to take object instead of multiple arguments Closes #259680 See merge request gitlab-org/gitlab!44035
-
Kev authored
-
Bob Van Landuyt authored
Refactor vulnerability template classes See merge request gitlab-org/gitlab!44063
-
Imre Farkas authored
Fix backward keyset pagination for merged_at See merge request gitlab-org/gitlab!43701
-
Adam Hegyi authored
This fixes the ActiveRecord::IrreversibleOrderError when paginating backwards with merge requests ordered by merged at.
-
Rémy Coutable authored
Speed up CI retry build service specs See merge request gitlab-org/gitlab!44249
-
Alper Akgun authored
Eliminate analytics FF helper methods See merge request gitlab-org/gitlab!41876
-
Adam Hegyi authored
-
Rémy Coutable authored
Strip extension from screenshot filename See merge request gitlab-org/gitlab!44012
-
Natalia Tepluhina authored
Fix missing form and default option in Cleanup policy form See merge request gitlab-org/gitlab!44030
-
Nicolò Maria Mezzopera authored
- source - tests
-
Phil Hughes authored
Update center toggle focus mode icon with gl-icon Closes #258677 See merge request gitlab-org/gitlab!43888
-
charlie ablett authored
Fix Ruby 2.7 warnings for elastic_delete_project_worker_spec.rb See merge request gitlab-org/gitlab!44200
-
Kushal Pandya authored
Swimlanes - Move issue between epics See merge request gitlab-org/gitlab!43803
-
Alper Akgun authored
Fix assigning labels to boards See merge request gitlab-org/gitlab!44171
-
Peter Leitzen authored
-
Imre Farkas authored
Change the Security dashboard path See merge request gitlab-org/gitlab!43737
-
Mehmet Emin INAC authored
-
Alper Akgun authored
Speed up notes helper spec See merge request gitlab-org/gitlab!44251
-
Imre Farkas authored
Fix flaky specs expecting fixed array order See merge request gitlab-org/gitlab!44127
-
Nicolò Maria Mezzopera authored
Fix typos in comments of lib/utils/unit_format/index.js See merge request gitlab-org/gitlab!44187
-
Nicolò Maria Mezzopera authored
Snippet view: Prioritise bootstrapping Vue application See merge request gitlab-org/gitlab!44139
-
Alexandru Croitor authored
When no scoped_issue_board license is available boards should not accept labels. Remove the `labels` param as well in that case.
-
Phil Hughes authored
Update links in code See merge request gitlab-org/gitlab!44134
-
James Lopez authored
Fix Ruby 2.7 keyword warning in stubbed_feature.rb See merge request gitlab-org/gitlab!44092
-
Simon Knox authored
Convert stylesheets/pages/issues/issue_list.scss into page specific See merge request gitlab-org/gitlab!43241
-
Tiger Watson authored
Merge branch '220541-instrument-usage-of-overridden-approval-rules-for-self-managed-instances-2' into 'master' Add usage ping for MRs with overridden project rules Closes #220541 See merge request gitlab-org/gitlab!36230
-
Shinya Maeda authored
Stub feature instead of feature flag for project subscription in specs See merge request gitlab-org/gitlab!44192
-
Mark Lapierre authored
Add rake task to set password and an access token See merge request gitlab-org/gitlab!43938
-
Mark Lapierre authored
This sets the default password from Runtime::User.default_password if it's not set already, and it creates a personal access token. This is useful when testing on a fresh GitLab instance (e.g., an omnibus-gitlab docker image)
-
Stan Hu authored
Update devise gem to 4.7.3 for Ruby 2.7 deprecation fixes See merge request gitlab-org/gitlab!43747
-
gaga5lala authored
keep bcrypt to 3.1.12, could be updated after verify ARM compile issue
-
Shinya Maeda authored
Execute project hooks and services when deployment starts See merge request gitlab-org/gitlab!41214
-
Eulyeon Ko authored
Extract "issues_list.scss" into its own under page_bundles. Move .issue_list into "page_bundles/issues_list.scss" from "pages/issues.scss" Merge "page_bundles/issues.css" which contained stylings ,.user-can-drag and .is-ghost, only relevant to issues list into "page_bundles/issues_list.scss". (boards and epic duplicate .user-can-drag and .is-ghost in their own scss). Use gray-10 over gray-light as background color for displaying issue list when in manual ordering mode.
-
Ash McKenzie authored
Fix large backups not working with Azure Blob storage Closes #259838 See merge request gitlab-org/gitlab!44233
-
Florie Guibert authored
Only allow user to drag & drop when user can admin epics Add rspec tests
-
Tiger Watson authored
Validate text limit on designs.filename See merge request gitlab-org/gitlab!43952
-
Luke Duncalfe authored
This adds a validation to the text limit constraint that was added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33565. Our database migration guidelines https://docs.gitlab.com/ee/development/database/strings_and_the_text_data_type.html#add-a-text-limit-constraint-to-an-existing-column recommend that we only validate the constraint one release after the constraint was added. https://gitlab.com/gitlab-org/gitlab/-/issues/220420
-
Florie Guibert authored
Add ability to move issue between lanes
-