- 30 Oct, 2019 40 commits
-
-
Fatih Acet authored
Show approval required status in license compliance Closes #13539 See merge request gitlab-org/gitlab!19114
-
Jan Provaznik authored
Fix scheduling migration ordering epics & issues See merge request gitlab-org/gitlab!19371
-
Michael Kozono authored
Added submit_review quick action See merge request gitlab-org/gitlab!18974
-
James Fargher authored
Allows submitting draft notes while posting a comment
-
Sean McGivern authored
Make register job service to be resillient See merge request gitlab-org/gitlab!19150
-
Tim Zallmann authored
Fix translation issue See merge request gitlab-org/gitlab!19069
-
Jan Provaznik authored
Allow to create epics with GraphQL See merge request gitlab-org/gitlab!19030
-
Felipe Artur authored
Add mutation to create epics on GraphQL
-
Mike Greiling authored
Remove feature flag for group_scim Closes #11289 See merge request gitlab-org/gitlab!19329
-
Natalia Tepluhina authored
Upgrades Apollo library Closes #35088 See merge request gitlab-org/gitlab!19236
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/35088
-
Phil Hughes authored
Update GitLab Packages See merge request gitlab-org/gitlab!19127
-
Fatih Acet authored
Fix broken master in gitlab-foss (related_issuable_item_spec.js) Closes #35249 See merge request gitlab-org/gitlab!19363
-
Winnie Hellmann authored
-
Lin Jen-Shin authored
Merge branch '35103-use-the-scripts-review_apps-base-config-yml-file-from-master-so-that-every-deployment-use-an-up-to-date-config' into 'master' Use master scripts/review_apps/base-config.yaml to deploy Review Apps Closes #35103 See merge request gitlab-org/gitlab!19287
-
Imre Farkas authored
Resolve "Preventing accidental project deletion" - db changes See merge request gitlab-org/gitlab!18791
-
Gosia Ksionek authored
-
Yorick Peterse authored
-
Jarka Košanová authored
-
Kamil Trzciński authored
Attribute all Sidekiq workers according to their workloads See merge request gitlab-org/gitlab!18066
-
Andrew Newdigate authored
These workload attributes include: 1. Are jobs for this worker latency sensitve? 1. Does the worker rely on external dependencies? 1. What resource boundary is the worker limited by? This can be either cpu or memory. These attributes are non-mandatory, but in future, SLOS for workers will be determined by these attributes, and therefore, if a job has specific latency requirements, they should be configured through these attributes.
-
Mike Greiling authored
Use translations on project settings page See merge request gitlab-org/gitlab!19062
-
Achilleas Pipinellis authored
Remove remote checks from DS doc See merge request gitlab-org/gitlab!17577
-
Fabien Catteau authored
Remove "remote checks" and DS_DISABLE_REMOTE_CHECKS variable from Dependency Scanning documentation. Gemnasium Analyzer doesn't connect to the Gemnasium Server anymore, but directly connects to gemnasium-db instead.
-
Paul Slaughter authored
Add anomaly chart component See merge request gitlab-org/gitlab!16530
-
Miguel Rincon authored
The component: - displays a main metric line, and a boundary band - the boundary band caps of usual behavior of the metric - highlights data in the metric which is considered an anomaly - has a similar props interface as TimeSeries.vue component - validates for 3 queries/metrics: metric, lower and upper metrics - allows for some style customization
-
Stan Hu authored
Resolve "Flaky spec: spec/requests/api/members_spec.rb:146" Closes #35238 See merge request gitlab-org/gitlab!19355
-
Mike Greiling authored
remove IIFE from jira_connect.js See merge request gitlab-org/gitlab!19248
-
Marvin Karegyeya authored
-
Jan Provaznik authored
Add support for relative ordering between classes for epics and epic_issues Closes #13633 See merge request gitlab-org/gitlab!17800
-
Paul Slaughter authored
Allow rows in file table to be opened in new window See merge request gitlab-org/gitlab!19228
-
Phil Hughes authored
Add missing bottom padding in CI/CD settings Closes #30204 See merge request gitlab-org/gitlab!19284
-
Kamil Trzciński authored
Merge branch '32801-pipeline-by-external-pr-from-github-mirror-on-12-3-has-no-user-permissions-to-use-include' into 'master' Ensure pipeline by External PR from GitHub Mirror starts with a user See merge request gitlab-org/gitlab!19072
-
Marius Bobin authored
Pipelines are created without an user if current_user is nil and the pipeline triggerer is listed as API. With this commit the pipeline triggerer will fallback to the mirror_user that set up the project.
-
Yorick Peterse authored
Share groups with groups (BE) See merge request gitlab-org/gitlab!17117
-
Imre Farkas authored
It's implemented in a similar fashion as sharing a project with a group.
-
George Tsiolis authored
-
Tim Zallmann authored
Add @iamphill to CODEOWNERS file See merge request gitlab-org/gitlab!19356
-
Lukas Eipert authored
-
Jan Provaznik authored
Fix errors in GraphQL Todos API due to missing TargetTypeEnum values See merge request gitlab-org/gitlab!19052
-