- 12 Dec, 2019 40 commits
-
-
drew cimino authored
- Added a new method to return a list of errors instead of a single error string. - Added simple join of structured error messages in Ci::LintsController - Repeats some processing, but to avoid this would require refactoring exception raising and rescuing out of the entire class and all of its invocations across the application. - Existing echnical debt issue addresses the overall problem: https://gitlab.com/gitlab-org/gitlab/issues/30066
-
Natalia Tepluhina authored
Fix for: check for highlighted_diff_lines iterates over parallel_diff_lines; parallel left/right duplicates property See merge request gitlab-org/gitlab!21573
-
Kamil Trzciński authored
Save puma_stdout[stderr].log in JSON format with timestamp added See merge request gitlab-org/gitlab!21101
-
Qingyu Zhao authored
Overwrite ::SnowplowTracker::LOGGER.formatter for Puma(not Unicorn) Add timestamp to Puma::Events::PidFormatter Save both of them in JSON format
-
Rémy Coutable authored
Moving to use of Git 2.24 version See merge request gitlab-org/gitlab!21485
-
Pavlo Strokov authored
Gitaly service allows to use Git 2.24 version and will be using features introduced in this feature in nearest feature https://gitlab.com/gitlab-org/gitlab/issues/27828 Part of https://gitlab.com/gitlab-org/gitaly/issues/2170
-
Stan Hu authored
Remove only:variables defition from the 'dast' job Closes #42069 See merge request gitlab-org/gitlab!21655
-
Thomas Randolph authored
Before, the diffs *always* had both parallel and inline diffs, so this should have never hit the else block. Now that the split diffs feature is enabled, there are cases (about 50% of the time) where the else is entered. The test for inline diff lines was then trying to iterate over the parallel lines, which of course don't exist in a lot of situations.
-
Thomas Randolph authored
-
Rémy Coutable authored
Resolve "Zoom quick action on a new issue causes error" Closes #38234 See merge request gitlab-org/gitlab!21262
-
Allison Browne authored
The issue was not persisted at the time of issue creation so a 500 was thrown. Adjust the quick action to work on Issue create by accounting for the un-persisted issue in the zoom link service. Also, add the zoom_url to the realtime endpoint for front end realtime consumption.
-
Walmyr Lima e Silva Filho authored
Delete flaky end-to-end test Closes #39595 See merge request gitlab-org/gitlab!21634
-
Michael Kozono authored
Collect the date a SaaS trial starts on See merge request gitlab-org/gitlab!20384
-
Mike Greiling authored
Fix interpolation failure in strings with HTLM See merge request gitlab-org/gitlab!21644
-
Douglas Barbosa Alexandre authored
Remove dead code in ElasticIndexerWorker See merge request gitlab-org/gitlab!21623
-
Robert Speicher authored
-
Jan Provaznik authored
Fix Asana integration Closes #38083 See merge request gitlab-org/gitlab!21501
-
Nick Thomas authored
Dedicated elasticsearch log file See merge request gitlab-org/gitlab!21624
-
James Lopez authored
Add leading slash to admin statistics path See merge request gitlab-org/gitlab!21648
-
Rémy Coutable authored
Extract projects related logic from Sentry See merge request gitlab-org/gitlab!21499
-
Dylan Griffith authored
-
Douglas Barbosa Alexandre authored
Add specs for assigning an issue to an epic during the create See merge request gitlab-org/gitlab!20548
-
Nick Thomas authored
Clean up vulnerability findings actions Closes #33899 See merge request gitlab-org/gitlab!21279
-
Avielle Wolfe authored
* Fix a spec giving false positive * VulnerabilityFindingsActions -> ProjectVulnerabilityFindingsActions This captures that it contains the actions used on the project security dashboard * VulnerabilityFindingsHistory -> ProjectsVulnerabilityFindingsActions This captures that it is/will be used on the group and instance security dashboards. It includes ProjectVulnerabilityFindingsAction and additionally adds the history action. * Replace references to `group` with `vulnerable` in history cache classes. This reflects the upcoming use of those classes for the instance security dashboard.
-
Dmitriy Zaporozhets authored
Add Threat Monitoring skeleton page See merge request gitlab-org/gitlab!19074
-
Mark Florian authored
Part of [WAF statistics reporting][1]. This adds: - A skeleton page and sidebar nav link for WAF statistics reporting - `threat_monitoring` GitLab Ultimate feature - `threat_monitoring` feature flag (disabled by default) - Additional unit tests for the EE projects helper [1]: https://gitlab.com/gitlab-org/gitlab/issues/14707
-
Rémy Coutable authored
Those were overriding the ones defined in the `.only-review` extended job. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Add N/A to the component legend Closes #12112 See merge request gitlab-org/gitlab!21215
-
Martin Wortschack authored
Merge branch '37772-add-ui-event-tracking-for-package-details-installation-instructions' into 'master' Add event tracking to package details installation instructions Closes #37772 See merge request gitlab-org/gitlab!20967
-
Lin Jen-Shin authored
Create Danger changelog plugin See merge request gitlab-org/gitlab!21346
-
Paul Gascou-Vaillancourt authored
- Moved helper methods from Dangerfile into a new Danger plugin - Added tests for all public methods in the plugin
-
Martin Wortschack authored
-
Rémy Coutable authored
Resolve "Shorten `build-qa-image` by optimizing Docker build" Closes #42647 See merge request gitlab-org/gitlab!21635
-
Albert Salim authored
-
Vitali Tatarintev authored
Rename `Sentry::Client::Projects#list_projects` to `projects`
-
Vitali Tatarintev authored
Extract stub_sentry_request into a SentryClientHelpers
-
Vitali Tatarintev authored
Extract Sentry related shared examples into a separate file
-
Vitali Tatarintev authored
Extract Sentry::Client#list_projects into a separate module
-
Phil Hughes authored
Minor UI improvements / fixes for epic creation Closes #37005 and #37028 See merge request gitlab-org/gitlab!21516
-
Jan Beckmann authored
Closes #37005, #37028
-