- 04 Mar, 2021 40 commits
-
-
Vitali Tatarintev authored
Add update and destroy API endpoints to ExternalApprovalRules See merge request gitlab-org/gitlab!55197
-
James Lopez authored
Let redis cache keys expire after Bulk Import is finished See merge request gitlab-org/gitlab!55739
-
Jan Provaznik authored
Move relative position range related classes to own files See merge request gitlab-org/gitlab!55734
-
Enrique Alcántara authored
Update on-call rotation time interval restrictions See merge request gitlab-org/gitlab!54280
-
Tristan Read authored
-
Illya Klymov authored
Remove obsolete DOMContentLoadedEventListener See merge request gitlab-org/gitlab!55624
-
Vitaly Slobodin authored
Group integration settings buttons to the left See merge request gitlab-org/gitlab!55139
-
Marcel Amirault authored
More edits for style and vale See merge request gitlab-org/gitlab!55707
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300312
-
Kushal Pandya authored
Add ability to edit DAST site profiles with new fields See merge request gitlab-org/gitlab!51583
-
Dheeraj Joshi authored
This should add support for editing auth related fields in DAST Site Profile form
-
Simon Knox authored
Feat(incidents): add issue state to alerts table See merge request gitlab-org/gitlab!55185
-
David O'Regan authored
Show the current status of an linked issue in the alerts table
-
Etienne Baqué authored
Refactor invite member api service See merge request gitlab-org/gitlab!55241
-
Doug Stull authored
- streamline code and cleanup.
-
Savas Vedova authored
SAST Config introduce disabled analyzer warning See merge request gitlab-org/gitlab!55172
-
Jannik Lehmann authored
This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/273628 A warning has been introduced to raise attention about the disabled analyzers on the SAST-config Page.
-
Heinrich Lee Yu authored
Revert "Merge branch '291012-preparing-mr-state' into 'master'" See merge request gitlab-org/gitlab!55736
-
Arturo Herrero authored
Step 3 - Add useFixturesFakeDate helper function See merge request gitlab-org/gitlab!55660
-
Peter Leitzen authored
Rename Sentry::Client to ErrorTracking::SentryClient See merge request gitlab-org/gitlab!55506
-
Markus Koller authored
Include MRs for merge commits for changelogs See merge request gitlab-org/gitlab!55371
-
Marcel Amirault authored
Shorten Auto Deploy update H1 title See merge request gitlab-org/gitlab!55726
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!55735
-
Heinrich Lee Yu authored
Add setting to control Rails.application.config.hosts See merge request gitlab-org/gitlab!55491
-
Achilleas Pipinellis authored
-
David Fernandez authored
Merge branch '275818-be-add-info-error-messages-to-security-widget-summary-up-to-date' into 'master' Add securityReportsUpToDateOnTargetBranch GraphQL See merge request gitlab-org/gitlab!53907
-
Max Woolf authored
Adds two new endpoints: PATCH and DELETE /projects/:project_id/external_approval_rules/:id
-
Heinrich Lee Yu authored
Handle relative position on issue move or clone See merge request gitlab-org/gitlab!55555
-
Etienne Baqué authored
Merge branch '322803-vulnerability_findings-api-does-not-correctly-filter-on-scanner-parameter-2' into 'master' Remove `scanner` parameter from vulnerability_findings REST endpoint See merge request gitlab-org/gitlab!55453
-
Alex Kalderimis authored
Merge branch '300297-experiment-cleanup-experiment-requiring-group-trials-group_only_trials' into 'master' Cleanup the experiment requiring group trials [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54920
-
Alper Akgun authored
Allow only group trials, and disallow personal namespace trials
-
Achilleas Pipinellis authored
Update group from distribution to geo as per product categories See merge request gitlab-org/gitlab!55571
-
Patrick Bajao authored
This reverts commit 225522e3, reversing changes made to c4226b11.
-
Achilleas Pipinellis authored
Try to make the Elasticsearch storage requirement clear See merge request gitlab-org/gitlab!54732
-
George Koltsov authored
-
Emily Chang @emchang authored
-
Changzheng Liu authored
-
Nicolò Maria Mezzopera authored
Add confidentiality widget to epic sidebar See merge request gitlab-org/gitlab!55350
-
Natalia Tepluhina authored
Added sidebar confidentiality widget Added the first prototype of new widget Added icons and text Added an edit form Reimplemented edit form Fixed imports order Fixed imports order Added a query to fetch confidentiality Added a mutation to change confidentiality Connected Apollo Client to Vuex - added issue types - added component to trigger mutation Fixed a query name Replaced default slot Added a guard for confidentiality Fixed a wrong conditional Fixed subscription to work with MR Synced up with the quick action Added aliases to the query Handled loading state Fixes after rebase Fixed canUpdate conditional Removed subscription for MRs Added confidentiality error handling Regenerated a translation file Fixed collapsed sidebar state Fixed spinner alignment Removed mock event Added tests for the widget Started unit test Added a mock test for widget component Added confidential false tests Added tests for issue confidential Finished a widget test Created a base spec for form Tested a mutation error Finished the confidentiality form test Added tests for non-confidential content Finished the content spec Fixed a typo Fixed a computed property Applied maintainer feedback Apply 1 suggestion(s) to 1 file(s) Apply 1 suggestion(s) to 1 file(s) Apply 1 suggestion(s) to 1 file(s) Apply 1 suggestion(s) to 1 file(s) Apply 1 suggestion(s) to 1 file(s) Regenerated translation file Fixed toString and optional chaining Apply 3 suggestion(s) to 2 file(s) Made issuable type prop required Fixed parent and test for the widget Renamed isLoading to loading Added issuable type to error messages Fixed passing a prop Removed space-between class Regenerated translations file Fixed confidentiality form spec Started describing widgets Revert "Started describing widgets" This reverts commit 5538fa30a1a0720282f55cd59fd17a33de64e7d9. Added confidentiality widget to epic sidebar - added proper queries/mutations - fixed a full path Fixed iid type Cleanup after rebase Added issuable type prop Added test for correct message Made a sync with Vuex Fixed actions spec Deleted old confidentiality component Added changelog entry Fixed tests and sidebar collapsing Returned back optional chaining Fixed issue sidebar toggling Fixed epic body spec Rewritten epic unit tests Regenerated translation file
-
Yorick Peterse authored
When generating a changelog, we now include links to merge requests for any merge commits to use as input. Prior to this commit we'd only consider merge requests that contained a commit. The process of fetching merge requests by their merge SHA is a bit different (and easier) compared to fetching them by their diffs. In this commit we do so using an extra database query, but this query is simple and should not pose any problems. This fixes https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1579
-