- 11 Jun, 2020 40 commits
-
-
Furkan Ayhan authored
We achieve this via handling error on Ci::Minutes::BatchResetService Before this change, when an error occurs, the service is failed completely. With this, the errors is caught and logged. The service will continue to its work.
-
Kushal Pandya authored
Remove updateData logic from issue model See merge request gitlab-org/gitlab!32256
-
Marvin Karegyeya authored
-
Kushal Pandya authored
Attach issue to the vulnerability See merge request gitlab-org/gitlab!34157
-
Shinya Maeda authored
Add regexp validation on ContainerExpirationPolicy See merge request gitlab-org/gitlab!34063
-
David Fernandez authored
For `name_regex` and `name_regex_keep`
-
Nick Thomas authored
Rake tasks to verify encrypted data through secrets See merge request gitlab-org/gitlab!21851
-
Catalin Irimie authored
Similar to attr_encrypted's encrypted_attributes public method, exposing encrypted_token_authenticatable_fields allows us to programatically search for encrypted tokens in the current models.
-
Jan Provaznik authored
Persist user preferences for boards See merge request gitlab-org/gitlab!33892
-
Bob Van Landuyt authored
Default for SAST_EXCLUDED_PATHS, DS_EXCLUDED_PATHS Closes #220014 See merge request gitlab-org/gitlab!34076
-
Fabien Catteau authored
Set default values for SAST_EXCLUDED_PATHS, DS_EXCLUDED_PATHS. These are aligned with SEARCH_IGNORED_DIRS used by the detection logic, in the common/search package. See https://gitlab.com/gitlab-org/gitlab/-/issues/220014
-
Phil Hughes authored
Fix inconsistent icon colours in package title See merge request gitlab-org/gitlab!33933
-
Phil Hughes authored
Test all of the `diffs_metadata.json` handling through `prepareDiffData` See merge request gitlab-org/gitlab!34335
-
Thomas Randolph authored
Right now, we don't test the metadata endpoint really at all. To test it, this mock adds a sample response that could be paired with the diff_file mock.
-
Andreas Brandl authored
Optimize container repository query See merge request gitlab-org/gitlab!34364
-
Sean McGivern authored
Add file_identifier_hash feature flag to frontend See merge request gitlab-org/gitlab!34134
-
Sean McGivern authored
Geo Settings Form - Init See merge request gitlab-org/gitlab!34099
-
Markus Koller authored
Log exceptions in Commits::CreateService See merge request gitlab-org/gitlab!34365
-
Andreas Brandl authored
Ignore update_at column in audit_events table See merge request gitlab-org/gitlab!34156
-
Dylan Griffith authored
Clarify branches controller spec developer/user definitions See merge request gitlab-org/gitlab!34279
-
Igor Drozdov authored
Fix Gitlab::Geo::Replication::BaseTransfer for orphaned registries See merge request gitlab-org/gitlab!34292
-
Douglas Barbosa Alexandre authored
The uploader attribute was introduced is only used to upload the file to Object Storage when the option to sync object storage is enabled. The problem is that we're setting this value during the object initialization. It raises an error for orphaned records while building the uploader because model is nil.
-
Jan Provaznik authored
Preserve order when applying multiple scoped labels See merge request gitlab-org/gitlab!33420
-
John Hope authored
Order matters when applying scoped labels in a way it does not when applying regular labels. When applying scoped labels by id this order is maintained but when applying by title, such as via the API, it is not. This change stores the intended order by title when provided as an array or comma-separated string of label titles and applies it to the label order when updating an issuable.
-
Ezekiel Kigbo authored
Upgrade to Mermaid v8.5.2 See merge request gitlab-org/gitlab!34028
-
Felipe Artur authored
Create table and model methods to persist board preferences for users.
-
Denys Mishunov authored
Expose url of published incident on status page on issue See merge request gitlab-org/gitlab!30249
-
Sarah Yasonik authored
In order to display in the UI when an issue is published to a status page app, we want to expose the url of the status detail page for the issue is to the FE as part of the issue request.
-
Nicolò Maria Mezzopera authored
Filter Pipelines by Tag Name See merge request gitlab-org/gitlab!32470
-
Payton Burdette authored
Add filter by tag name, also bring in public api for fetching project tags.
-
Achilleas Pipinellis authored
Move PostgreSQL HA docs Closes #215624 and #215623 See merge request gitlab-org/gitlab!33380
-
Adam Hegyi authored
-
Stan Hu authored
If an exception is caught in Commits::CreateService, the return value is handled by the caller, but there is currently no way for an admin to know what happened because there are many possibilities (e.g. validation error, pre-receive error, etc.). For better observability, this change logs the exception but does not report it to Sentry because that could create noise (e.g. repository size limits exceeded is not a bug in the system). Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/220168
-
Dylan Griffith authored
Handle projects actions with bulk-incremental indexer Closes #207494 See merge request gitlab-org/gitlab!33384
-
Dmitry Gruzd authored
Handle project create/update/delete actions with bulk-incremental indexer.
-
Kushal Pandya authored
Don't hide Commit tab in Web IDE when there are no changes yet See merge request gitlab-org/gitlab!32979
-
Kushal Pandya authored
Remove autocomplete for prometheus manual configs See merge request gitlab-org/gitlab!34326
-
Dhiraj Bodicherla authored
Prometheus manual configuration form has inputs that can have sensitive information. This MR sets autocomplete to off for such inputs
-
Kushal Pandya authored
Merge branch '219785-replace-gl-deprecated-button-with-gl-button-in-app-assets-javascripts' into 'master' Replace <gl-deprecated-button> with <gl-button> in alerts_service_form.vue Closes #219785 See merge request gitlab-org/gitlab!34293
-
Kushal Pandya authored
Show Swimlanes column headers See merge request gitlab-org/gitlab!33909
-