- Sep 05, 2022
-
-
Justin Ho Tuan Duong authored
-
Justin Ho Tuan Duong authored
Also refactor some of the code in multiversion component.
-
Justin Ho Tuan Duong authored
When we use the multiversion select to choose which version of GitLab we want to use (.com or self-hosted), we need to reload the page in order to update the Content Security Policy from the backend to include the new URL of the self-hosted instance. Thus we need to store the baseURL to localStorage on initial save, reload the page then retrieve it.
-
Justin Ho Tuan Duong authored
When user is signed in, we send the `sign-in-oauth` event from the SignInPage. However, the rendering of this component depends on the `userSignedIn` condition which causes the event to not bubble properly.
-
Russell Dickenson authored
Updated documentation with environment (batch 6) See merge request !96830
-
-
Krasimir Angelov authored
Destroy invalid project members See merge request !95881
-
Simon Knox authored
Refactor API calls to support calls to a self-hosted instance for Jira connect app See merge request !96677
-
In the scenario where Jira connect is setup for self-hosted, most API calls will be made to this self-hosted instance instead of GitLab.com. Thus we need a different axios instance which will have a baseURL that points to the self-hosted GitLab instance.
-
Russell Dickenson authored
Updated documentation with environment (batch 1) See merge request !96816
-
-
Russell Dickenson authored
Streamlines redirect steps See merge request !96819
-
Attempting to make them easier to scan
-
Marcel Amirault authored
Added check for Advanced Search migrations See merge request !96719
-
-
Russell Dickenson authored
Add a note about SCIM providers See merge request !96911
-
-
- Sep 04, 2022
-
-
Thong Kuah authored
Update CODEOWNERS to support segregation of duties See merge request !96696
-
-
Kati Paizee authored
Update CODEOWNERS with new paths See merge request !96697
-
Some areas could be condensed to save space and improve legibility. An attempt to strike a balance between ease of updating, and length of declaration.
-
- Sep 02, 2022
-
-
Mayra Cabrera authored
Update script to (optionally) revoke actively used PATs See merge request !96404
-
* In the first iteration of this class, the "cut off date" was used to revoke personal access tokens that were last used before that date. * In that context, this was a class for revoking unused PATs. * This MR makes it possible to run this class so that the "cut off date" is to revoke any tokens created before that date, irrespective of when they were last used. So it now works for both used and unused PATs. * First MR: !95340
-
Paul Slaughter authored
Add (days) as unit to VSA duration chart See merge request !96358
-
- !96358 Changelog: changed EE: true
-
Paul Slaughter authored
Do not show revoke button if revoke_path is absent See merge request !96276
-
`AccessTokenTableApp` component assumed that `revoke_path` in the access token is always present. However, the property `revoke_path` is optional. When the `revoke_path` is absent or **falsy** it doesn't display the revoke button action. Changelog: changed
-
Amy Qualls authored
Move general console tips See merge request !96928
-
Kerri Miller authored
Merge branch '358148-remove-ci-related-metrics-from-usage_activity_by_stage_secure-from-usage_data-rb' into 'master' Remove secure product metrics from usage_data.rb See merge request !96510
-
This removes metrics generation from usage_data. Instrumentation classes were added in 339447
-
Clayton Cornell authored
Add why default branch scans are important See merge request !96831
-
-
Kerri Miller authored
Prefer first(1) instead of [0...1] in Sentry specs See merge request !96861
-
Cynthia "Arty" Ng authored
-
Mayra Cabrera authored
Add filtering by type to EnvironmentsFinder See merge request !96668
-
Mayra Cabrera authored
Finalize removal of incorrect issue indexes See merge request !96743
-
Tim Zallmann authored
Update code review approval guidelines See merge request !96689
-
-
Paul Slaughter authored
Make sure we run rspec-all frontend_fixture as-if-foss for jest as-if-foss See merge request !96910
-
Amy Qualls authored
Move rails sign in method See merge request !96920
-