- 15 Jul, 2020 5 commits
-
-
Tan Le authored
IP address captured in `current_sign_in_ip` does not refresh if the user re-uses an existing session. It is the last IP used to sign in. IP address from `request` object is fresher and should be use as default. IP address in details hash needs to be extracted in the initializer to avoid being overridden by the chaining building method (i.e. for_).
-
Ash McKenzie authored
Update cluster-applications to 0.24.2 See merge request gitlab-org/gitlab!36768
-
Ash McKenzie authored
Removes extra Secret-Detection job when opening a merge request See merge request gitlab-org/gitlab!36884
-
Zach Rice authored
-
Ezekiel Kigbo authored
Confluence nav item links to landing page See merge request gitlab-org/gitlab!36523
-
- 14 Jul, 2020 35 commits
-
-
Douglas Barbosa Alexandre authored
Update Project deletion copy based on deletion mode See merge request gitlab-org/gitlab!36461
-
ap4y authored
This version bump updates several cluster applications, introduces support for PSPs in AppArmor application and enables audit mode for Cilium by default.
-
James Fargher authored
Merge branch '227363-project-services-checkboxes-are-not-checked-with-feature-flag-integration_form_refactor' into 'master' Fix wrong value of checkbox in integration form See merge request gitlab-org/gitlab!36329
-
Luke Duncalfe authored
The Confluence nav item now links to a landing page for the user. https://gitlab.com/gitlab-org/gitlab/-/issues/220934
-
Mike Greiling authored
Update Jira sidebar menu to use Jira logo See merge request gitlab-org/gitlab!36854
-
Stan Hu authored
Use an array for fetching same_family_pipeline_ids See merge request gitlab-org/gitlab!36883
-
Mayra Cabrera authored
Prevent a project bot from being removed as member See merge request gitlab-org/gitlab!35899
-
Peter Leitzen authored
Fix Rails/SaveBang RuboCop offenses for groups controllers See merge request gitlab-org/gitlab!36853
-
Rajendra Kadam authored
-
Mayra Cabrera authored
Updates all usage of docker 19.03.11 to 19.03.12 See merge request gitlab-org/gitlab!35889
-
Mayra Cabrera authored
Remove prometheus IAP feature flag See merge request gitlab-org/gitlab!36856
-
Mayra Cabrera authored
Remove leading :: from BG migration class names See merge request gitlab-org/gitlab!36722
-
Dan Davison authored
Initial refactor in test audit See merge request gitlab-org/gitlab!31816
-
Erick Banks authored
Changed a couple tests to adhere to best practices like using `let` and `before` block.
-
Mayra Cabrera authored
Automatically create dynamic database partitions See merge request gitlab-org/gitlab!35981
-
Andreas Brandl authored
This implements a time based partitioning strategy to automatically create partitions as time goes by.
-
Kamil Trzciński authored
The `OR` on DB causes a significant harm when fetching data from DB, without an index. We can alleviate it by using a pure `pluck(:id).
-
Amy Qualls authored
Docs: Add metadata to API pages See merge request gitlab-org/gitlab!36882
-
Peter Leitzen authored
Provide PagerDuty integration data to frontend Closes #227192 See merge request gitlab-org/gitlab!36653
-
Aishwarya Subramanian authored
Display the deletion message based on the project deletion mode. Mode can either be immediate deletion or delayed deletion. Follow-up changes for https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35689
-
Mayra Cabrera authored
Introduce Group level setting for Delayed Project removal See merge request gitlab-org/gitlab!35689
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/225225
-
Andrew Fontaine authored
Resolve "Investigate duplicate use of shorcuts-tree" Closes #219122 See merge request gitlab-org/gitlab!36732
-
Paul Slaughter authored
Replace fa-eyes-slash icons with GitLab SVG eye-slash icon See merge request gitlab-org/gitlab!36602
-
-
Amy Qualls authored
Update gitlab.com settings page links See merge request gitlab-org/gitlab!36845
-
Douglas Barbosa Alexandre authored
Parameterize PG deprecation notice in admin UI Closes omnibus-gitlab#5097 See merge request gitlab-org/gitlab!35271
-
Mitchell Nielsen authored
-
Martin Wortschack authored
Rename Strategies to Focus on Affected Users See merge request gitlab-org/gitlab!36833
-
Amy Qualls authored
Fix invalid note in environment selections doc See merge request gitlab-org/gitlab!36872
-
Dan Davison authored
WARNING is an invalid note type. Change this to caution
-
Robert Speicher authored
Remove QueryLimiting.whitelist for merge_requests#show Closes #4793 See merge request gitlab-org/gitlab!36857
-
Douglas Barbosa Alexandre authored
Remove file_path validation in snippet create action See merge request gitlab-org/gitlab!36809
-
Tanya Pazitny authored
Add wait time to Elasticsearch API test Closes #222476 and #221251 See merge request gitlab-org/gitlab!35463
-
Dhiraj Bodicherla authored
-