- 04 Mar, 2021 40 commits
-
-
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
-
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
-
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
-
GitLab Release Tools Bot authored
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
Marcel Amirault authored
Add steps to change the keep latest artifact setting See merge request gitlab-org/gitlab!55653
-
Thao Yeager authored
-
Alexandru Croitor authored
When an issue is moved or cloned to different project we need to ensure that we either reset the relative position, if it is moved to a different hierarchy so that we do not carry over large relative position or we keep the same if it remains within the same hierarchy just a different project as we want to keep the position on group boards in that case.
-
Olena Horal-Koretska authored
Add UI tip for merge trains See merge request gitlab-org/gitlab!55437
-
Jose Ivan Vargas authored
This adds a UI tip to the pipeline stages dropdowns indicating that merge train based pipelines can only be retried as a whole and not individually
-
Peter Leitzen authored
Add spec for emoji and custom emoji filters for ignored tags See merge request gitlab-org/gitlab!55305
-
Rajendra Kadam authored
-
Sean McGivern authored
Improve Marginalia comments for API requests See merge request gitlab-org/gitlab!55564
-
Nicolò Maria Mezzopera authored
Resolve "Improve unit tests for assignees widget component" See merge request gitlab-org/gitlab!55504
-
Natalia Tepluhina authored
Aliased the query correctly Added tests for current user Refactored queries to be aliased Fixed structure.sql Expanded search tests Added test for emitted event Added a changelog entry Fixed delay and removed changelog
-
Yannis Roussos authored
Use new temp index for backfilling artifact expiry See merge request gitlab-org/gitlab!55091
-
Etienne Baqué authored
Add new bulk create API endpoint for Devops adoption See merge request gitlab-org/gitlab!54813
-
Sean McGivern authored
Update epic boards in GraphQL API See merge request gitlab-org/gitlab!55237
-
Patrick Bajao authored
Remove merge request merged at count FF [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55600
-
Kamil Trzciński authored
Merge branch '322537-pages-migration-fix-pg-foreignkeyviolation-error-insert-or-update-on-table' into 'master' Disable load balancing when running rake tasks See merge request gitlab-org/gitlab!55632
-
Natalia Tepluhina authored
Load refs for the "Run Pipeline" form on demand, limit to 100 results per ref type See merge request gitlab-org/gitlab!55394
-
Jan Provaznik authored
Feat(subscriptions/buy_minutes): add route [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54934
-