- 18 Oct, 2019 40 commits
-
-
Sean McGivern authored
This treats `gitlab` and `gitlab/` as the same group for the purposes of setting the allowed performance bar group.
-
Sean McGivern authored
We should show errors in two cases: 1. The group path is set, but the performance bar isn't enabled. 2. The group path is set, the performance bar is enabled, but the group doesn't exist. If the performance bar is disabled and the group path is not set, that's valid because it's disabling the performance bar.
-
Kamil Trzciński authored
Attribute Sidekiq workers to feature categories Closes gitlab-com/gl-infra/scalability#32 See merge request gitlab-org/gitlab!18462
-
Andrew Newdigate authored
We should consider having a clearer mapping between product/categories and sidekiq queues. This adds feature_category attribution for each Sidekiq worker in the GitLab application.
-
Kushal Pandya authored
Change path to full_path on CA API call See merge request gitlab-org/gitlab!18674
-
Brandon Labuschagne authored
As well as remove the flash error message when refreshing data. Including tests for the flash error.
-
Tim Zallmann authored
Add Natalia Tepluhina to codeowners as a new frontend maintainer See merge request gitlab-org/gitlab!18746
-
Natalia Tepluhina authored
-
Kushal Pandya authored
Merge branch '29513-continue-improvements-for-time-window-filtering-on-metrics-dashboard' into 'master' Continue improvements for time window filtering on metrics dashboard Closes #29513 See merge request gitlab-org/gitlab!17554
-
Dhiraj Bodicherla authored
Moved date time processing logic to utils and constants files
-
Grzegorz Bizon authored
Fixed and reenabled EmptyLineAfterSubject See merge request gitlab-org/gitlab!18618
-
Grzegorz Bizon authored
Make commit status created for any pipelines by default Closes #32257 and #14064 See merge request gitlab-org/gitlab!17524
-
Grzegorz Bizon authored
Merge branch '33999-test-when-the-projectcicdsetting-merge_pipelines_enabled-goes-from-false-to-true' into 'master' Test when the `ProjectCiCdSetting#merge_pipelines_enabled` goes from `false` to `true` Closes #33999 See merge request gitlab-org/gitlab!18645
-
Bob Van Landuyt authored
Resolve "Flaky spec in spec/features/groups/issues_spec.rb:92" Closes #29476 See merge request gitlab-org/gitlab!18713
-
James Lopez authored
Respond with 304 Not Modified if Vulnerability is already dismissed See merge request gitlab-org/gitlab!18677
-
Victor Zagorodny authored
-
Mayra Cabrera authored
Merge dependency path to the Licenses List response See merge request gitlab-org/gitlab!18281
-
Tetiana Chupryna authored
Add dependency path to response Fix failed cops Use only blob_path for location Merge dependencies locations to license report Move this functionality to License Scanning report Try to improve merge method
-
Kushal Pandya authored
Do not show new issue button on archived projects See merge request gitlab-org/gitlab!18590
-
Gosia Ksionek authored
-
Lin Jen-Shin authored
Resolve sentry errors related to parsing security reports See merge request gitlab-org/gitlab!18423
-
Grzegorz Bizon authored
Resolve "Serverless page seems to be broken after Knative 0.7 update" Closes #34301 See merge request gitlab-org/gitlab!18763
-
Sean McGivern authored
Expose epic_iid parameter in issues API See merge request gitlab-org/gitlab!15640
-
Winnie Hellmann authored
-
Mayra Cabrera authored
Add Feature Flag for Environments Dashboard Backend See merge request gitlab-org/gitlab!18357
-
Jason Goodman authored
Return 404 if disabled
-
Jan Provaznik authored
Store description versions See merge request gitlab-org/gitlab!17147
-
Evan Read authored
adding the scatterplot for productivity analytics flag See merge request gitlab-org/gitlab!18748
-
Virjinia Alexieva authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
* Add case insensitive match for severity ```text NoMethodError: undefined method `each' for nil:NilClass from gitlab/ci/parsers/security/common.rb:14:in `parse!' from ee/ci/build.rb:118:in `parse_security_artifact_blob' from ee/ci/build.rb:57:in `block (2 levels) in collect_security_report from ee/ci/build.rb:54:in `tap' from ee/ci/build.rb:54:in `block in collect_security_reports!' from ci/build.rb:828:in `block (2 levels) in each_report' from gitlab/ci/build/artifacts/adapters/raw_stream.rb:22:in `each_blob from ci/job_artifact.rb:183:in `block in each_blob' from gitlab_uploader.rb:96:in `open' ``` https://sentry.gitlab.net/gitlab/gitlabcom/issues/991284/events/20532078 ```text NoMethodError: undefined method `[]' for nil:NilClass from gitlab/ci/parsers/security/dependency_scanning.rb:16:in `create_ from gitlab/ci/parsers/security/common.rb:53:in `create_vulnerability from gitlab/ci/parsers/security/common.rb:15:in `block in parse!' from gitlab/ci/parsers/security/common.rb:14:in `each' from gitlab/ci/parsers/security/common.rb:14:in `parse!' from ee/ci/build.rb:116:in `parse_security_artifact_blob' from ee/ci/build.rb:55:in `block (2 levels) in collect_security_report from ee/ci/build.rb:52:in `tap' from ee/ci/build.rb:52:in `block in collect_security_reports!' from ci/build.rb:828:in `block (2 levels) in each_report' ``` https://sentry.gitlab.net/gitlab/gitlabcom/issues/972642/events/20413167 ```text TypeError: no implicit conversion of nil into String from gitlab/ci/reports/security/occurrence.rb:78:in `digest' from gitlab/ci/reports/security/occurrence.rb:78:in `hexdigest' from gitlab/ci/reports/security/occurrence.rb:78:in `generate_project_ from gitlab/ci/reports/security/occurrence.rb:37:in `initialize' from gitlab/ci/parsers/security/common.rb:48:in `new' from gitlab/ci/parsers/security/common.rb:48:in `create_vulnerability' from gitlab/ci/parsers/security/common.rb:15:in `block in parse!' from gitlab/ci/parsers/security/common.rb:14:in `each' from gitlab/ci/parsers/security/common.rb:14:in `parse!' from ee/ci/build.rb:113:in `parse_security_artifact_blob' from ee/ci/build.rb:64:in `block (2 levels) in collect_security_report from ee/ci/build.rb:61:in `tap' from ee/ci/build.rb:61:in `block in collect_security_reports!' from ci/build.rb:821:in `block (2 levels) in each_report' ``` https://sentry.gitlab.net/gitlab/gitlabcom/issues/903549/events/18937780
-
Lin Jen-Shin authored
Resolve "DAST for the master branch" See merge request gitlab-org/gitlab!17789
-
Avielle Wolfe authored
* Do not run DAST on the default branch if DAST_DISABLED_FOR_DEFAULT_BRANCH is true * Launch an environment for DAST to use on the default branch * Stop the environment automatically * Deploy app to production as soon as test job has finished * This allows for faster deploys, since DAST can take a long time to run. https://gitlab.com/gitlab-org/gitlab/issues/5503
-
Mike Lewis authored
Add guidance for documenting feature flags Closes #26347 See merge request gitlab-org/gitlab!17203
-
Evan Read authored
-
Russell Dickenson authored
Prefer single quotes in this context See merge request gitlab-org/gitlab!18783
-
Evan Read authored
-
Evan Read authored
Update after_script detail in ci doc Closes #34300 See merge request gitlab-org/gitlab!18775
-