- 29 Oct, 2020 40 commits
-
-
Vitali Tatarintev authored
Add GraphQL endpoint for code coverage group activity See merge request gitlab-org/gitlab!45831
-
Maxime Orefice authored
This commit allows to fetch associated code coverage activities for a given group.
-
Mike Jang authored
Remove reference to GMA See merge request gitlab-org/gitlab!44500
-
Melissa Ushakov authored
-
Mike Jang authored
Add missing filter parameters See merge request gitlab-org/gitlab!46403
-
Larissa Lane authored
-
Kamil Trzciński authored
Log trace range errors with additional metadata See merge request gitlab-org/gitlab!46256
-
Vitaly Slobodin authored
Add CI Status CSS to the Environments Page See merge request gitlab-org/gitlab!46382
-
Andrew Fontaine authored
This ensures deployment status are styled properly.
-
Enrique Alcántara authored
Replace chevron-down fa-icon in board sidebar See merge request gitlab-org/gitlab!46075
-
Alexander Turinske authored
- remove gl-icon
-
Kamil Trzciński authored
Clean old pages deployments on new deployment See merge request gitlab-org/gitlab!44575
-
Vladimir Shushlin authored
Add worker for destroying pages deployments Schedule DestroyPagesdeploymentsworker on new deployment Remove pages deployment when pages are destroyed
-
Vitali Tatarintev authored
Declare and assign variable separately in Shell Script See merge request gitlab-org/gitlab!46121
-
Vitali Tatarintev authored
Pipeline helper method for Badge::Coverage::Report See merge request gitlab-org/gitlab!46347
-
Vitaly Slobodin authored
Track test report widget expansions with snowplow See merge request gitlab-org/gitlab!46048
-
Miranda Fluharty authored
Find expand button with data-testid="report-section-expand-button" instead of using the class .qa-expand-report-button
-
Heinrich Lee Yu authored
Fix tracking of frequently visited projects / groups See merge request gitlab-org/gitlab!46348
-
Olena Horal-Koretska authored
Add WipLimit licensed check See merge request gitlab-org/gitlab!46387
-
Lin Jen-Shin authored
Quarantine a flaky user_interacts_with_awards_spec.rb See merge request gitlab-org/gitlab!46425
-
Sean McGivern authored
Add feature categories to the API B -> G See merge request gitlab-org/gitlab!46421
-
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
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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.
-