- 28 Feb, 2019 1 commit
-
-
Małgorzata Ksionek authored
-
- 27 Feb, 2019 10 commits
-
-
Kamil Trzciński authored
Persist source sha and target sha for merge pipelines See merge request gitlab-org/gitlab-ce!25417
-
Ramya Authappan authored
Quarantine failing push_mirroring_over_http_spec See merge request gitlab-org/gitlab-ce!25590
-
Shinya Maeda authored
source_sha and target_sha are used for merge request pipelines
-
Sanad Liaquat authored
-
James Lopez authored
Added permissions section to issue template [CE] See merge request gitlab-org/gitlab-ce!25576
-
Jeremy Watson authored
-
Kushal Pandya authored
Update operations settings breadcrumb trail Closes #56387 See merge request gitlab-org/gitlab-ce!25539
-
Evan Read authored
Elaborate on POSTGRES_VERSION Auto DevOps setting See merge request gitlab-org/gitlab-ce!25579
-
Dylan Griffith authored
-
Evan Read authored
Add documentation on upgrading GitLab HA nodes Closes #58121 See merge request gitlab-org/gitlab-ce!25574
-
- 26 Feb, 2019 29 commits
-
-
Stan Hu authored
API: Promote project milestone to a group milestone Closes #53861 See merge request gitlab-org/gitlab-ce!25203
-
Nermin Vehabovic authored
Added: Specs for the API action
-
Stan Hu authored
As mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/58121#note_145299901, it wasn't obvious that upgrading an GitLab HA cluster required special care. Link to the Omnibus documentation for upgrade instructions. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58121
-
Douglas Barbosa Alexandre authored
Remove N+1 query for tags in /admin/runners page See merge request gitlab-org/gitlab-ce!25572
-
Stan Hu authored
As discussed in https://github.com/mbleigh/acts-as-taggable-on/issues/91, we can avoid N+1 queries if we use `tags` instead of `tag_list`. Seen while reviewing https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19740.
-
Robert Speicher authored
update persona links issue template See merge request gitlab-org/gitlab-ce!25560
-
Dimitrie Hoekstra authored
-
Stan Hu authored
Add name_without_type to environments.json See merge request gitlab-org/gitlab-ce!25492
-
Vladimir Shushlin authored
It's needed to show shorter names in environments "folders"
-
Stan Hu authored
Revert "Merge branch '56726-fix-n+1-in-issues-and-merge-requests-api' into 'master'" See merge request gitlab-org/gitlab-ce!25570
-
Robert Speicher authored
Fix ETag caching not being used for AJAX requests Closes #57905 See merge request gitlab-org/gitlab-ce!25400
-
Heinrich Lee Yu authored
This reverts merge request !25042
-
Sean McGivern authored
Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' into 'master'" See merge request gitlab-org/gitlab-ce!25566
-
Kamil Trzciński authored
This reverts merge request !25293
-
Kamil Trzciński authored
Fix N+1 query in Issues and MergeRequest API when issuable_metadata presense See merge request gitlab-org/gitlab-ce!25042
-
Alexander Koval authored
Move logic of obtaining Issuable data to separate method
-
Filipa Lacerda authored
Merge branch '46750-ci-empty-environment-is-created-even-when-a-job-isn-t-run-when-manual' into 'master' Sort Environments by Last Updated Closes #46750 See merge request gitlab-org/gitlab-ce!25260
-
Sean McGivern authored
Get rid of ScheduleInstallationService See merge request gitlab-org/gitlab-ce!25420
-
João Cunha authored
- deletes schedule_installation_service.rb - moves schedule_installation_service.rb logic to create_service.rb - moves specs as well Removes code duplication Remove unecessary spec block Abide review suggestions Test installable applications which are not associated to a cluster Fix a typo Removes duplciated expectation Reuse variable instead of redefining Remove method in favor of a local scoped lambda Improve 'failing service' shared examples Test the increase of status count Remove duplicated test Enable fronzen literal
-
Annabel Dunstone Gray authored
Resolve "Extend utility classes for `gitlab-ui`search-box" Closes #58202 See merge request gitlab-org/gitlab-ce!25554
-
Martin Wortschack authored
-
Lin Jen-Shin authored
Revert "Merge branch 'revert-82d7b5a0-ce' into 'master'" Closes #57857 and #50747 See merge request gitlab-org/gitlab-ce!25559
-
Sean McGivern authored
Added YouTrack integration Closes #42595 See merge request gitlab-org/gitlab-ce!25361
-
Rémy Coutable authored
Add adiferd as Indonesia proofreader See merge request gitlab-org/gitlab-ce!25143
-
Yorick Peterse authored
Add task for adding links to the security release issue See merge request gitlab-org/gitlab-ce!25562
-
Phil Hughes authored
Add support for toggling discussion filter from notes section Closes gitlab-ee#7716 and #51819 See merge request gitlab-org/gitlab-ce!25426
-
Kushal Pandya authored
Adds discussion note style section under notes app from where user can toggle discussion when they have selected a filter to show only system notes.
-
Kamil Trzciński authored
Simple masking of protected variables in logs backend See merge request gitlab-org/gitlab-ce!25293
-
Matija Čupić authored
This adds a concern that abstracts the concept of masking a variable, including the RegEx for validation.
-