- 23 Apr, 2020 40 commits
-
-
James Lopez authored
Graphql: Sort issues by priority See merge request gitlab-org/gitlab!18901
-
Dmytro Zaporozhets authored
Move user pipeline condition into threshold Closes #214348 See merge request gitlab-org/gitlab!29950
-
Doug Stull authored
- duplicate logic and no reason for it to be outside
-
Lin Jen-Shin authored
Move alert management behind a feature flag Closes #215417 See merge request gitlab-org/gitlab!30133
-
Tristan Read authored
-
Marcia Ramos authored
Add formatting to GitLab dev permissions guide See merge request gitlab-org/gitlab!30001
-
Marcia Ramos authored
Add Epics tier info to its API docs See merge request gitlab-org/gitlab!30171
-
Marcin Sedlak-Jakubowski authored
...to follow the style guide
-
Marcia Ramos authored
Resolve "Docs feedback: Update outdated file finder screenshots" See merge request gitlab-org/gitlab!30102
-
Brett Walker authored
leveraging the new OffsetActiveRecordRelationConnection
-
Philippe Lafoucrière authored
Use goimports instead of gofmt in go style guide See merge request gitlab-org/gitlab!20424
-
Adam Cohen authored
-
Marcia Ramos authored
Docs Update for Code Owners See merge request gitlab-org/gitlab!30228
-
Eric Brinkman authored
-
Walmyr Lima e Silva Filho authored
Fixes for RSpec/LeakyConstantDeclaration See merge request gitlab-org/gitlab!30226
-
Achilleas Pipinellis authored
Clarify what is Consul and what it can be used for within GitLab See merge request gitlab-org/gitlab!30107
-
Muhamed Huseinbašić authored
-
Kamil Trzciński authored
Move CommitStatusPresenter#recoverable? to model Closes #35158 See merge request gitlab-org/gitlab!29322
-
Matija Čupić authored
The #unrecoverable? and #recoverable? methods were in the presenter but were related to domain logic. This commit moves them to the model to better reflect their purpose.
-
Dmytro Zaporozhets authored
Make Sidekiq exporter logs conform to Sidekiq logs Closes #215381 See merge request gitlab-org/gitlab!30268
-
Achilleas Pipinellis authored
Streamline SQL leader election docs See merge request gitlab-org/gitlab!29877
-
Dmytro Zaporozhets authored
Add secure binaries template See merge request gitlab-org/gitlab!28566
-
Philippe Lafoucrière authored
[skip ci]
-
Martin Wortschack authored
Fix Jira importer URLs See merge request gitlab-org/gitlab!30155
-
Heinrich Lee Yu authored
Copy pipelines routing under - scope See merge request gitlab-org/gitlab!30159
-
Sean McGivern authored
Redis Hash cache for `Project#use_elasticsearch?` See merge request gitlab-org/gitlab!29751
-
Dylan Griffith authored
This will later be used to cache the result of use_elasticsearch? for projects and namespaces. As per https://gitlab.com/gitlab-org/gitlab/-/issues/214440 .
-
Stan Hu authored
Sidekiq logs generates `exception.message`, `exception.class`, and `exception.backtrace`, while the Sidekiq exporter uses the string `exception` for the listen error. To avoid conflicting schema types in Elasticsearch, change `exception` to `exception.message`. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/215381
-
Nick Thomas authored
Add validation to Conan recipe that conforms with Conan.io Closes #214471 See merge request gitlab-org/gitlab!29739
-
Bola Ahmed Buari authored
The username, package name, channel and version that makes up the Conan recipe is validated using the official conan.io regex from https://docs.conan.io/en/latest/reference/conanfile/attributes.html This [prevent problems when working with the GitLab registry. The regex matches a minimum of 2 and a maximum of 50 characters, starts with alphanumeric or underscore, then alphanumeric, underscore, +, ., - characters. Tests are added to check the cases listed above. Fix #214471
-
Sean McGivern authored
Log server responses of API bad requests in api_json.log Closes #214879 See merge request gitlab-org/gitlab!29839
-
Phil Hughes authored
Code Review Analytics: Add filters module See merge request gitlab-org/gitlab!30054
-
Phil Hughes authored
Remove the dashboard with alerts file Closes #214833 See merge request gitlab-org/gitlab!30134
-
Rémy Coutable authored
Only run update-tests-metadata for EE See merge request gitlab-org/gitlab!30151
-
Nick Thomas authored
Upgrade Gitaly to v12.10.0 See merge request gitlab-org/gitlab!30259
-
Kamil Trzciński authored
Refactor policy class lookup See merge request gitlab-org/gitlab!29667
-
Achilleas Pipinellis authored
Incorporate suggested styles from RP review See merge request gitlab-org/gitlab!30110
-
Mike Jang authored
-
Natalia Tepluhina authored
Change license history wording See merge request gitlab-org/gitlab!30148
-
Mark Chao authored
Avoid rechecking presence of declarative_policy_class.
-