- 29 Oct, 2020 40 commits
-
-
James Lopez authored
Add caching to BitBucket Server importer for pull requests See merge request gitlab-org/gitlab!45790
-
Rémy Coutable authored
Enable crystalball only on 2-hourly pipeline See merge request gitlab-org/gitlab!46418
-
Phil Hughes authored
Use an event hub to coordinate all possible ways to expand all diff files See merge request gitlab-org/gitlab!46379
-
Thomas Randolph authored
Instead of changing a value in state that is then observed in components, the components just subscribe to the event they know they need to handle and perform the "normal" toggle behavior.
-
Rémy Coutable authored
Resolve "review-cleanup failing regularly" See merge request gitlab-org/gitlab!46414
-
Simon Schrottner authored
The BitBucket Server Import is enhanced with Caching functionality, this ensures, that already imported Pull Requests will not be imported or attempted to be imported again. This is crucial as the SidekiqMemoryKiller can interrupt the process and it will start from scratch again. relates to https://gitlab.com/gitlab-org/gitlab/-/issues/23586
-
Phil Hughes authored
Do not render two alerts to inform project is locked See merge request gitlab-org/gitlab!46239
-
Ragnar Hardarson authored
above_size_limit_warning and namespace_storage_limit_alert both notify the user that a project has reached the size limit. Let us only render one at a time.
-
Phil Hughes authored
Migrate to GlTooltipDirective in mr_widget_author.vue See merge request gitlab-org/gitlab!46034
-
Marcia Ramos authored
-
James Lopez authored
Make finders of report builds consistent across report types See merge request gitlab-org/gitlab!46246
-
James Lopez authored
Reduce the duration of migrate_uploads_worker_spec.rb from 2m11s to 21s See merge request gitlab-org/gitlab!46316
-
James Lopez authored
Reject active on-demand DAST scan when unvalidated See merge request gitlab-org/gitlab!45423
-
Philip Cunningham authored
Prevent users from running active scans against unvalidated targets.
-
Martin Wortschack authored
Add Total Duration to CI/CD Analytics Page See merge request gitlab-org/gitlab!44863
-
Rémy Coutable authored
Add link paths for release progress view to GraphQL See merge request gitlab-org/gitlab!46161
-
Nathan Friend authored
This commit adds a number of new URLs to the GraphQL Release type that can be used to jump directly to an issue or MR search page pre-filtered by the release and the state of the issue or MR. This commit also deprecates two existing fields ("issuesUrl" and "mergeRequestsUrl") in favor of the more specific fields added in this commit.
-
Albert Salim authored
`Gitlab::Json` uses `Oj` adapter. Since Helm3Client is used without all the Gitlab dependencies, Oj is not defined.
-
Natalia Tepluhina authored
Simplify example for dom selectors in FE testing See merge request gitlab-org/gitlab!46173
-
Paul Slaughter authored
Also updates language so that it describes unit testing situation.
-
Rémy Coutable authored
Dont run lint ci in docs See merge request gitlab-org/gitlab!46307
-
Marcel Amirault authored
-
James Lopez authored
Dry up some FactoryBot usage with let_it_be in the EE ProjectsController spec See merge request gitlab-org/gitlab!46162
-
Albert Salim authored
-
Sean McGivern authored
Run multiple Sidekiq processes doc fixes See merge request gitlab-org/gitlab!46306
-
Ben Bodenmiller authored
-
Mark Chao authored
Geo: Refactor: Extract verification concern See merge request gitlab-org/gitlab!45695
-
Dylan Griffith authored
Global Search: Add Chinese and Japanese languages support See merge request gitlab-org/gitlab!45513
-
Dmitry Gruzd authored
This MR implements support for 2 elasticsearch analysis plugins: smartcn and kuromoji to improve Chinese and Japanese languages support. This is an optional feature and requires plugin(s) installation.
-
Paul Slaughter authored
Add time tracking feature to boards sidebar See merge request gitlab-org/gitlab!45490
-
charlie ablett authored
Add docs for deprecating EE GraphQL mutations See merge request gitlab-org/gitlab!46340
-
Philip Cunningham authored
-
Michael Kozono authored
Fix backup error due to file changed warning See merge request gitlab-org/gitlab!42197
-
Evgeny Litvinov authored
-
Kushal Pandya authored
Downgrade vue-router to fix IDE issue with special characters See merge request gitlab-org/gitlab!46398
-
Paul Slaughter authored
This addresses a regression in the IDE with special characters.
-
Stan Hu authored
fix canary typo See merge request gitlab-org/gitlab!46410
-
Brandon Labuschagne authored
Pass endpoint for coverage fuzzing to mr widget See merge request gitlab-org/gitlab!43545
-
Fernando Arias authored
* Add feature flag for :coverage_fuzzing_mr_widget * Add unit tests Attempt to get build green * Guard with feature flag Update coverage fuzzing path * Update to match backend Remove whitespace to fix pipeline * Remove to make pipeline green Update integration MR - Remove outdated unit tests - Remove gaurd code for prior bug fix - Define and use feature flag Update translation files * Run rake task Apply patch suggestion * Refactor unit tests Fix bad rebase resolution - Fix missing conflict resolution
-
Mike Kozono authored
Out of Gitlab::Geo::Replicator, and into the Geo::VerifiableReplicator concern.
-