- 01 Sep, 2020 40 commits
-
-
Lukas Eipert authored
We have deprecated Internet Explorer 11 in 13.0 already. This removes the extra case for it in the interface and the docs have been updated to just indicate that we dropped it in 13.0. The link to the feedback issue has been removed and users will still see the outdated browser warning in case they use Internet Explorer
-
Simon Knox authored
Update copy in OverrideDropdown to allow inheriting from group See merge request gitlab-org/gitlab!40482
-
Justin Ho Tuan Duong authored
- Show different copy in OverrideDropdown depending on value of integrationLevel as "group" / "instance". - Add specs and constants.js file.
-
Fabio Pitino authored
Adjust badge key text and width limits Closes #231238 See merge request gitlab-org/gitlab!40199
-
Fabian Schneider authored
-
Sarah Groff Hennigh-Palermo authored
Update dependency @gitlab/ui to v20.13.0 See merge request gitlab-org/gitlab!40931
-
Lin Jen-Shin authored
Add `wait_for_requests` to a test in `spec/features/issues/user_views_issue_spec.rb` Closes #241123 See merge request gitlab-org/gitlab!40874
-
Heinrich Lee Yu authored
Move Jira Development Panel integration to Core [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!40485
-
Lukas 'Eipi' Eipert authored
This moves the following things to Core: - Jira DVCS Connector - Jira Connect App - Usage ping for those two features and removes any license check related to them. Co-authored-by:
Craig Norris <cnorris@gitlab.com>
-
Markus Koller authored
Resolve "User cannot sign out of GitLab once admin resets their password." See merge request gitlab-org/gitlab!40830
-
Natalia Tepluhina authored
Highlight currently focused/viewed file in file tree See merge request gitlab-org/gitlab!27937
-
David O'Regan authored
-
Phil Hughes authored
Pass error message from GraphQL for Add Project to Security Dashbard See merge request gitlab-org/gitlab!40692
-
Alan (Maciej) Paruszewski authored
This change adds passing message from GraphQL API when Adding Project to Security Dashboard fails.
-
Denys Mishunov authored
Prevent form submission on Enter in dropdown search fields See merge request gitlab-org/gitlab!40011
-
Nathan Friend authored
This commit updates two dropdown components to not submit their parent forms when Enter is pressed inside the dropdown search boxes.
-
Phil Hughes authored
Make vulnerability list columns have consistent widths See merge request gitlab-org/gitlab!40561
-
Vitaly Slobodin authored
Updated SSE front matter language support Closes #241000 See merge request gitlab-org/gitlab!40718
-
Phil Hughes authored
Improve error message when creating issue See merge request gitlab-org/gitlab!40525
-
Bob Van Landuyt authored
Fix the `_next_instance_of` mock helpers See merge request gitlab-org/gitlab!40763
-
GitLab Bot authored
-
Phil Hughes authored
Fix top position of diff file search Closes #233002 See merge request gitlab-org/gitlab!40634
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!40936
-
Phil Hughes authored
Fix usage of MAX_LINES_TO_BE_RENDERED See merge request gitlab-org/gitlab!40741
-
Phil Hughes authored
Add comment count to MR Analytics Throughput table See merge request gitlab-org/gitlab!40589
-
Brandon Labuschagne authored
This commit adds the comment count to the MR Analytics Throughput Chart
-
Toon Claes authored
Merge branch '230835-add-index-of-merge_request_id-on-approval-merge-request-rules-table' into 'master' Add index of merge_request_id and rule_type Closes #230835 See merge request gitlab-org/gitlab!40556
-
Kerri Miller authored
Adds an index on these 2 columns ahead of removing a similar index on merge_request_id and code_owner, as the code_owner column is slated for removal
-
Nicolò Maria Mezzopera authored
Change merge train position messaging See merge request gitlab-org/gitlab!40777
-
Phil Hughes authored
Refactor pipelines list spec for Vuex upgrade See merge request gitlab-org/gitlab!40707
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Mehmet Emin INAC authored
Since ActiveRecord is instantiating the objects directly by calling `.allocate` on the model classes, mocking with `next_instance_of` mock helpers is not possible as it is depending on the `.new` method being called. To make it possible to mock next instance of ActiveRecord models, we had to implement a new set of mock helpers which rely on the `.allocate` method to be called.
-
Shinya Maeda authored
Fix auto-deploy-image external chart dependencies See merge request gitlab-org/gitlab!40730
-
Heinrich Lee Yu authored
Have rebalancing worker accept project IDs See merge request gitlab-org/gitlab!40746
-
GitLab Release Tools Bot authored
-
Vitaly Slobodin authored
Simplify progress bar steps logic See merge request gitlab-org/gitlab!40390
-
Martin Wortschack authored
Fix vulnerability save button spinner position See merge request gitlab-org/gitlab!40781
-
Kushal Pandya authored
[DevOps Score] Migrate empty state into Vue component Closes #241700 See merge request gitlab-org/gitlab!40595
-
manojmj authored
This change allows users with expired passswords to sign out
-