- 23 Apr, 2020 40 commits
-
-
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.
-
Heinrich Lee Yu authored
Update accepted params to accept an Entry object See merge request gitlab-org/gitlab!30123
-
Bob Van Landuyt authored
Log duration of ProcessBookkeepingService#execute See merge request gitlab-org/gitlab!30265
-
James Lopez authored
License Compliance: Ignore invalid reports Closes #215226 See merge request gitlab-org/gitlab!30114
-
mo khan authored
-
Dylan Griffith authored
-
Jan Provaznik authored
Fix display of some overflowing merge request diffs Closes #199843 See merge request gitlab-org/gitlab!29267
-
Jan Provaznik authored
Add updated_at to todos API Closes #214283 See merge request gitlab-org/gitlab!30035
-
Marcel Amirault authored
Update accessibility report documentation See merge request gitlab-org/gitlab!30065
-
Maxime Orefice authored
-