- 01 Sep, 2020 40 commits
-
-
Manoj M J authored
This change resets password_expires_at after a successful password reset by the user via the “forgot password” mechanism
-
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
-
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
-
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
-
Kushal Pandya authored
Implement yaml loading in the policy editor See merge request gitlab-org/gitlab!40210
-
James Fargher authored
Remove save_issuable_health_status feature flag use in the frontend See merge request gitlab-org/gitlab!40863
-
James Fargher authored
Usage ping agent token See merge request gitlab-org/gitlab!40563
-
Thong Kuah authored
Track GitLab Kubernetes Agent Server version See merge request gitlab-org/gitlab!40919
-
Thong Kuah authored
Revert "Merge branch '233786-ppi-unique-audit-events-api' into 'master'" See merge request gitlab-org/gitlab!40921
-
Shinya Maeda authored
Add CI_MERGE_REQUEST_DESCRIPTION env variable See merge request gitlab-org/gitlab!40771
-
Laura Montemayor authored
Merge requests contain their own description which is comparable to a `git send-mail` cover letter. If the merge requests contains only a single commit the merge request description equal commit description per default. If the merge request contains multiple commits the description is user defined and ideally contains a summary of the proposed commits. For CI purposes the merge request description can contain commands change the CI default behaviour. This is useful to explicitly run special cases. The merge request description could contain a control command like the following: ``` CI-config: USE_SPECIAL_CASE_Z=1 ``` The CI script can evaluate those options via the following command: ``` echo "$CI_MERGE_REQUEST_DESCRIPTION" | grep -e "^CI-config:" \ cut -d ':' -f 2 | tr ' ' '\n' > extra_env ``` This method allow to run corner cases withouth modifying nor bloating the git log. Signed-off-by: Paul Spooren <mail@aparcar.org>
-
Evan Read authored
Update docs pipeline to use new image See merge request gitlab-org/gitlab!40808
-
Russell Dickenson authored
Docs: Fixed Vale issues Closes #234932 See merge request gitlab-org/gitlab!40914
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/234932
-