- 15 Jun, 2020 1 commit
-
-
Nicolò Maria Mezzopera authored
- project page - group page - mutation - unit tests for mutation
-
- 11 Jun, 2020 39 commits
-
-
Andrew Fontaine authored
Geo Package Files - Fetch Data Correctly See merge request gitlab-org/gitlab!33522
-
Ash McKenzie authored
Add GitLab to-do for user when they are assigned to an alert See merge request gitlab-org/gitlab!34104
-
Nathan Friend authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!34303
-
Andrew Fontaine authored
Add dark theme alpha See merge request gitlab-org/gitlab!28252
-
Simon Knox authored
Basically invert color scales, plus a bit of palette reduction to make things easier Mark color vars in variables as !default, then they can be overridden by importing a theme first. Export separate application_dark.css file
-
Grzegorz Bizon authored
Instance Variables UI See merge request gitlab-org/gitlab!33510
-
Payton Burdette authored
Insert variables table to admin settings, to manage instance variables via the UI.
-
allison.browne authored
Add an assignment todo automatically when an alert is assigned via the sidebar.
-
Dmytro Zaporozhets authored
Change `commits_by_message` to not mutate string parameters Closes #219546 See merge request gitlab-org/gitlab!33540
-
Kushal Pandya authored
Remove setLoadingState logic from issue model See merge request gitlab-org/gitlab!32226
-
Marvin Karegyeya authored
-
Igor Drozdov authored
Decouple wiki views from projects See merge request gitlab-org/gitlab!34079
-
Markus Koller authored
- Add generic `wiki_path` / `wiki_page_path` helpers. - Move views into `app/views/shared`. - Move JS assets into `app/assets/javascripts/pages/shared`. - Refer to `@wiki` instead of `@project` in views. - Use constants on `Wiki` instead of `ProjectWiki`.
-
Shinya Maeda authored
Add secret_detection to DOWNLOADABLE_TYPES See merge request gitlab-org/gitlab!34313
-
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.
-
GitLab Bot authored
-
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
-