- 01 Sep, 2020 40 commits
-
-
Markus Koller authored
Reduce number of records for task list spec See merge request gitlab-org/gitlab!40323
-
Heinrich Lee Yu authored
Clarify wide/small table rubocop definitions See merge request gitlab-org/gitlab!40800
-
Simon Knox authored
Migrate test report summary back button Closes #219803 See merge request gitlab-org/gitlab!40450
-
Taurie Davis authored
-
Vitaly Slobodin authored
Migrate Bootstrap button to GitLab UI in Comments Closes #229285 See merge request gitlab-org/gitlab!39992
-
Nadia Sotnikova authored
-
Vitali Tatarintev authored
Improve spec performance of EE::AuditEventService See merge request gitlab-org/gitlab!40711
-
Markus Koller authored
Merge branch '241818-simplify-password-reset-flow-for-a-user-whose-password-has-been-changed-by-the-admin' into 'master' Remove the expiry on user passwords after a user resets their password See merge request gitlab-org/gitlab!40712
-
Manoj M J authored
This change resets password_expires_at after a successful password reset by the user via the “forgot password” mechanism
-
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.
-