- 29 Jun, 2020 24 commits
-
-
Sanad Liaquat authored
Add ability to skip Guided Tour if shown - Take 2 Closes #220891 See merge request gitlab-org/gitlab!35318
-
Sanad Liaquat authored
-
Jan Provaznik authored
Update Sidekiq to v5.2.9 See merge request gitlab-org/gitlab!35495
-
Jarka Košanová authored
Remove GitlabIssueTrackerService class See merge request gitlab-org/gitlab!34852
-
Denys Mishunov authored
Geo Node Form - Redesign Form Closes #215027 See merge request gitlab-org/gitlab!34561
-
Zack Cuddy authored
This MR overhauls the Geo Node Form Layout based on the design mocks. Most signifigant changes are the re-ordering of some fields, along with a complete rewrite/removal of the help texts. This overhaul also includes a few new More information links to help users along.
-
Igor Drozdov authored
Link to test reports from MR Widget Closes #201840 See merge request gitlab-org/gitlab!29729
-
Juan J. Ramirez authored
Link to test reports from MR Rendering config + tests Prettier linting change Adding missing path prop Fixing undefined path prop Undefined test variable Adding missing TestHost import Wrong helper path Fixing tests descriptions Fixes to widget tests Changes to component testing Add full report button specs Adding specs to check that the full report link button is rendered if the feature flag is enabled, and not rendered when the feature flag is disabled. Add full report button specs Adding specs to check that the full report link button is rendered if the feature flag is enabled, and not rendered when the feature flag is disabled. Added missing changelog Change to gitlab-ui button Missing component registration Formatting and translations Fixing broken test Reverting component change Changing to GlButton Apply 1 suggestion(s) to 1 file(s) Additional check for pipelinePath Quick formatting fix Adding group scope to feat flag Review refactors (@shampton)
-
Stan Hu authored
This contains only minor changes that tighten up some dependencies: * https://github.com/mperham/sidekiq/blob/master/Changes.md * https://github.com/mperham/sidekiq/compare/v5.2.7...v5.2.9 gitlab-exporter is using v5.2.9 already, so this change avoids duplicate versions being shipped in Omnuibus. Note we avoid v5.2.8 since this unnecessarily restricts Rack.
-
Kushal Pandya authored
Apply filter bar values to api requests See merge request gitlab-org/gitlab!35112
-
Ezekiel Kigbo authored
Adds the addtional filter bar parameters into the cycleAnalyticsRequestParams getter
-
Ash McKenzie authored
Configurable port for local Capybara runs See merge request gitlab-org/gitlab!34897
-
Simon Knox authored
I want to save some pages (mainly graphql-explorer) and random ports prevent that
-
Igor Drozdov authored
Add snippets_size to ProjectStatistics GraphQL type See merge request gitlab-org/gitlab!35319
-
Nicolò Maria Mezzopera authored
Geo Settings Form - Fetch Data from API See merge request gitlab-org/gitlab!35181
-
Zack Cuddy authored
This MR is an attempt at MVC. The MR hooks up the API for data fetching of the application settings. In the next MR validations and the POST/PUT actions will be hooked up.
-
Martin Wortschack authored
Fix stylelint warning in related_items_list.scss See merge request gitlab-org/gitlab!34693
-
charlie ablett authored
Remove confidential_epics_query feature flag Closes #213075 See merge request gitlab-org/gitlab!35235
-
Francisco Javier López authored
-
Stan Hu authored
Save Prometheus Alert and Environment on Alert See merge request gitlab-org/gitlab!35105
-
Marcel Amirault authored
Docs: Use release-cli:latest docker tag Closes #225098 See merge request gitlab-org/gitlab!35484
-
Ash McKenzie authored
Add Vue Issuables List to Project List Closes #220970 See merge request gitlab-org/gitlab!34317
-
Scott Stern authored
-
Jaime Martinez authored
-
- 28 Jun, 2020 7 commits
-
-
Thong Kuah authored
Pass only `alert_id` to `IncidentManagement::ProcessAlertWorker` See merge request gitlab-org/gitlab!34948
-
Sean Arnold authored
-
Sean Arnold authored
- Add specs for processing and saving
-
Russell Dickenson authored
Add link to handbook page in Telemetry documentation See merge request gitlab-org/gitlab!35416
-
Alina Mihaila authored
-
Vitali Tatarintev authored
Deprecate `ProcessAlertWorker` params (`project_id` and `alert_payload`) instead of removing them. Remove starting from 14.0 release. https://gitlab.com/gitlab-org/gitlab/-/issues/224500
-
Vitali Tatarintev authored
At the moment we call `ProcessAlertWorker`, `AlertManagement::Alert` already exists. Thus we can pass `alert_id` instead of whole payload.
-
- 27 Jun, 2020 5 commits
-
-
Marcel Amirault authored
Docs: Updated shared Runners Closes #223157 See merge request gitlab-org/gitlab!34975
-
Heinrich Lee Yu authored
Fix deploy freeze tests failing on weekends Closes #224786 See merge request gitlab-org/gitlab!35473
-
Stan Hu authored
The test was attempting to check that a deploy freeze on the weekend would prevent a job from being created, but the Timecop was not surrounding the right block. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/224786
-
Paul Slaughter authored
Remove pending and running tabs from pipelines list See merge request gitlab-org/gitlab!35062
-
Payton Burdette authored
This commit removes pending and running tabs from pipeline list. As well as removes the count from the finished tab.
-
- 26 Jun, 2020 4 commits
-
-
Peter Leitzen authored
Use Gitlab::Config::Loader::Yaml to load yaml in metrics dashboard code See merge request gitlab-org/gitlab!34834
-
Peter Leitzen authored
Expose correct permission for alert management See merge request gitlab-org/gitlab!35448
-
Suzanne Selhorn authored
Release generation via gitlab-ci.yml documentation See merge request gitlab-org/gitlab!19237
-
Mayra Cabrera authored
Add parsing vendor name from security reports See merge request gitlab-org/gitlab!35222
-