- 12 Dec, 2019 14 commits
-
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
* rename enum value from `blacklisted` to `denied` * update tests to refer to the new values
-
- 11 Dec, 2019 26 commits
-
-
Mike Greiling authored
Remove AWS Proxy from EKS form See merge request gitlab-org/gitlab!20020
-
Mayra Cabrera authored
Add syntax highlight for Senty error stack trace See merge request gitlab-org/gitlab!21182
-
Vitali Tatarintev authored
Parsed result of Sentry stack trace is already a value of: ``` raw_result['stacktrace']['frames'] ```
-
Robert Speicher authored
Change the way of fetching License report See merge request gitlab-org/gitlab!21545
-
Tetiana Chupryna authored
We use this service to unify method of report fetching for both License Compliance and Dependency List that's why we need to use this service in the model
-
Dmitriy Zaporozhets authored
Adds different status code when user deletion fails Closes #20890 See merge request gitlab-org/gitlab!21037
-
Alin Ciciu authored
-
Thong Kuah authored
Move cluster/kubernetes.rb file See merge request gitlab-org/gitlab!21363
-
Mayra Cabrera authored
Reduce N+1 queries on deploy keys index page See merge request gitlab-org/gitlab!20970
-
Robert Speicher authored
Added issue link type See merge request gitlab-org/gitlab!20617
-
Jan Provaznik authored
We can now distinguish between blocking, blocked_by and related issues.
-
Tim Zallmann authored
Fix Infinity % / Infinity % on Stacked Progress Bar Closes #7707 See merge request gitlab-org/gitlab!21437
-
Robert Speicher authored
Exclude project-only services from the admin service templates area See merge request gitlab-org/gitlab!20938
-
Michael Kozono authored
Fix redirect loop when navigating folders with @ See merge request gitlab-org/gitlab!21393
-
Rémy Coutable authored
Set GIT_DEPTH to 20 See merge request gitlab-org/gitlab!21560
-
Walmyr Lima e Silva Filho authored
Fix flaky Geo database delete replication spec Closes #39270 See merge request gitlab-org/gitlab!21506
-
Michael Kozono authored
Introduce `Runtime` class to uniformly identify the running process Closes #36709 See merge request gitlab-org/gitlab!20294
-
Matthias Käppler authored
This will serve as the new single access point into identifying which runtime is active. Add Process.max_threads method This will return the maximum concurrency for the given runtime environment. Revert to including `defined?` checks for Process This is based on a reference impl by new relic which they use to detect the current dispatcher. Add `name` method, throw if ambiguous This can be called from an initializer for instance. Log the current runtime in an initializer Add `multi_threaded?` and `app_server?` helpers To allow easier grouping of configuration Rename `Process` to `Runtime` And move it into its own file. Replace all remaining runtime checks with new API Including a commit body because the danger bot politely asked me to. There really is nothing else to say. Prefer `class << self` over `instance_eval` It seems to be the more widely adopted style. Simplify `has_instances?` helper method Fix rubocop offense Remove max_threads method This wasn't currently used anywhere and we should define this elsewhere. Remove references to NR library This caused some legal questions. We weren't using the instance lookup before, so it should be OK.
-
Walmyr Lima e Silva Filho authored
Replace end-to-end test by RSpec test Closes #34936 and #35354 See merge request gitlab-org/gitlab!21410
-
Walmyr Lima e Silva Filho authored
The end-to-end test that deletes a group board is flaky, and so, this change replaces it by an RSpec test.
-
Clement Ho authored
Exclude shared projects from Group Security Dashboard filter See merge request gitlab-org/gitlab!14667
-
Lukas 'Eipi' Eipert authored
Per default GitLab includes forks (shared projects) in the Groups Project API. With `with_shared=false` we exclude those from the API calls.
-
Robert Speicher authored
Update Hugo.gitlab-ci.yml template See merge request gitlab-org/gitlab!20741
-
Enrique Alcantara authored
-
Nick Thomas authored
add sha256 fingerprint to SSH key view and api to query user by ssh fingerprint See merge request gitlab-org/gitlab!19860
-
Roger Meier authored
-