- 23 Apr, 2020 40 commits
-
-
Jonathan Schafer authored
Rename Vulnerabilities::OccurrenceEntity to Vulnerabilities::FindingEntity Rename files and variables
-
Mike Greiling authored
Extend panel with "go back" slot & height Closes #214882 See merge request gitlab-org/gitlab!30252
-
Douglas Barbosa Alexandre authored
Fix 500 error accessing restricted visibility levels Closes #215552 See merge request gitlab-org/gitlab!30313
-
Douglas Barbosa Alexandre authored
Merge branch '213829-geo-integrate-package-file-replication-with-framework-blob-endpoint' into 'master' Geo: Integrate Package File replication with framework Blob endpoint Closes #213829 See merge request gitlab-org/gitlab!29499
-
Mike Lewis authored
Documentation: Add why statement to file locking See merge request gitlab-org/gitlab!30302
-
Mike Greiling authored
Merge branch '214448-change-icon-for-uncategorised-licenses-in-license-compliance-merge-request-widget' into 'master' Change default icon for MR-report items with a 'neutral' state See merge request gitlab-org/gitlab!30008
-
Mike Lewis authored
Add marketing video to issues docs See merge request gitlab-org/gitlab!30292
-
Mike Greiling authored
Merge branch 'gitlab-org-growth-product-1515-buy-additional-minutes-link-straight-to-funnel' into 'master' Link Buy additional minutes button straight to funnel Closes gitlab-org/growth/product#1515 See merge request gitlab-org/gitlab!30248
-
Mike Lewis authored
Update Intro to CI docs See merge request gitlab-org/gitlab!30220
-
Mike Lewis authored
-
Mike Lewis authored
-
Bob Van Landuyt authored
Add spec on routes regex constants See merge request gitlab-org/gitlab!30162
-
Dmytro Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Mike Lewis authored
-
Douglas Barbosa Alexandre authored
Introduces Group export feature with ndjson See merge request gitlab-org/gitlab!29590
-
Mike Greiling authored
Optimize the 'webpack-dev-server' job See merge request gitlab-org/gitlab!29341
-
Robert Speicher authored
Add usage data counter for network policy packet stats See merge request gitlab-org/gitlab!30005
-
Andrew Fontaine authored
Explicitly define monaco vendor chunk in webpack See merge request gitlab-org/gitlab!30032
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22522 introduced a regression that caused a 500 error if the `application_settings.restricted_visibility_levels` column were `nil`. Since there is no NOT NULL constraint, there's no guarantee that it is populated with the proper serialized YAML data. To fix this specific problem, we can account for `nil` values, but we should fix this at the database level. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/215552
-
Martin Wortschack authored
Fix security discovery carousel slider event value See merge request gitlab-org/gitlab!30192
-
Jarka Košanová authored
Expose LDAP Override in API, add set and clear methods Closes #4875 See merge request gitlab-org/gitlab!28674
-
Sanad Liaquat authored
Update select2 dropdown check See merge request gitlab-org/gitlab!30219
-
Nick Thomas authored
Add format checks for complex fields See merge request gitlab-org/gitlab!30260
-
Jarka Košanová authored
-
Amy Qualls authored
Remove influxDB reference See merge request gitlab-org/gitlab!30254
-
Lin Jen-Shin authored
Resolve "Follow-up from "Move cluster_health_data from helper to presenter"" Closes #214062 See merge request gitlab-org/gitlab!30053
-
Brendan O'Leary 🐢 authored
-
Jan Provaznik authored
Move convenience methods for labels into Danger helper Closes #212152 See merge request gitlab-org/gitlab!29403
-
Alina Mihaila authored
Add option to send array to mr_has_label? and add tests Refactor tests to use context
-
Andrew Fontaine authored
Add "GitLab Team Member" badge to epic headers See merge request gitlab-org/gitlab!28359
-
Robert Speicher authored
Fix null dereference in project_import_status Closes #214998 See merge request gitlab-org/gitlab!29886
-
Lin Jen-Shin authored
Don't create pipelines when preparing RCs Closes release-tools#423 See merge request gitlab-org/gitlab!30174
-
Paul Slaughter authored
Resolve "Don't lose user content in wiki" See merge request gitlab-org/gitlab!30037
-
-
Jan Provaznik authored
Move measurement to import service layer See merge request gitlab-org/gitlab!29898
-
Heinrich Lee Yu authored
Remove MergeRequest#target_branches and its usages See merge request gitlab-org/gitlab!30216
-
Heinrich Lee Yu authored
Remove feature flag version_snippets See merge request gitlab-org/gitlab!27705
-
Dmytro Zaporozhets authored
Redirect deprecated issues routing to a new one Closes #208669 See merge request gitlab-org/gitlab!28655
-
Yorick Peterse authored
In the days leading up to a monthly release, Release Tools will automatically create a new release candidate every day. As part of this process we merge the latest changes deployed to production into the latest stable branch. Since we use merge requests for this (as our API does not let you merge a branch directly), this will create a pipeline. To deal with this we implemented some code to cancel pipelines before merging these merge requests. Sadly this proved unreliable, as sometimes pipelines are not yet available after creating the merge request. If we then try to merge the merge request this may fail if there are pending pipelines. In this commit we change the CI config to not create a pipeline in the first place for these merge requests. This is the easiest and most reliable way of letting Release Tools merge its own merge requests, without the need for any logic that waits for and cancels any running pipelines. This fixes https://gitlab.com/gitlab-org/release-tools/-/issues/423
-
Sanad Liaquat authored
Restore the sequence of test steps to unblock deploy See merge request gitlab-org/gitlab!30286
-