- 30 Oct, 2019 40 commits
-
-
Gosia Ksionek authored
-
Yorick Peterse 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
-
Jan Provaznik authored
Fix errors in GraphQL Todos API due to missing TargetTypeEnum values See merge request gitlab-org/gitlab!19052
-
Andreas Brandl authored
Add endpoint for a group's vulnerable projects in the API See merge request gitlab-org/gitlab!15317
-
Avielle Wolfe authored
* Adds `/group/:group_id/-/security/vulnerable_projects` which returns a list of the group's projects with vulnerabilities * Adds Vulnerabilities::Occurrence.batch_count_by_project_and_severity which batch loads vulnerability counts grouped by severity and by project * Adds Group#vulnerable_projects which returns a list of the group's vulnerable projects * Adds VulnerableProjectSerializer and VulnerableProjectEntity, which exposes a vulnerability count method for each severity * Adds VulnerableProjectPresenter which creates the vulnerability count method exposed in VulnerableProjectEntity https://gitlab.com/gitlab-org/gitlab-ee/issues/11190
-
Kamil Trzciński authored
Allow management_project_id to be unset See merge request gitlab-org/gitlab!19330
-
Andreas Brandl authored
Remove empty Github service templates from db See merge request gitlab-org/gitlab!18868
-
Marius Bobin authored
When creating a new Github integration, it looks for a service record of the same type, but with the template flag set to true, and clone its attributes before presenting the record to the user. `https://gitlab.com/gitlab-org/gitlab/merge_requests/15737/diffs` added `static_context` as a default attribute on for this service but it clashes with the empty template on .com. This commit removes Github templates that have `nil` or `{}` as properties, allowing new services to set the `static_context` default value from the code.
-
Jarka Košanová authored
- and code & specs improvements
-
Jarka Košanová authored
- and improve specs
-
Kushal Pandya authored
Adds support for interspersed reordering between epics and issues.
-
Jarka Košanová authored
- add support for ordering of objects from 2 different classes
-
André Luís authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Andreas Brandl authored
Enforce global default project and snippet visibilities to private Closes #35013 See merge request gitlab-org/gitlab!19188
-
Fatih Acet authored
Reuse PathIdSeparator constants See merge request gitlab-org/gitlab!19299
-
Winnie Hellmann authored
-
Andreas Brandl authored
Dynamically set db pool size in Puma Closes #32562 See merge request gitlab-org/gitlab!19286
-
Matthias Käppler authored
Before Puma, we had 1 rails process talk to the database at any given time, which meant a connection pool size of 1 was sufficient to support that model. With Puma and its worker thread pool, there can now be many threads simultaneously trying to talk to the database. This change makes sure that we allow the db pool size to scale along with the maximum number of worker threads configured.
-
Fatih Acet authored
Make arrow buttons work within search box See merge request gitlab-org/gitlab!18685
-
Heinrich Lee Yu authored
Fixes a bug where hidden.bs.dropdown was manually triggered but the dropdown was not actually hidden. Triggering the event caused the event handlers to be unloaded. The events are supposed to be attached again when the dropdown is opened but in this case the dropdown is still open.
-