- 26 Feb, 2019 40 commits
-
-
GitLab Bot 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"
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
Robert Speicher authored
Fix ETag caching not being used for AJAX requests Closes #57905 See merge request gitlab-org/gitlab-ce!25400
-
Mike Lewis authored
Update documentation for License Management See merge request gitlab-org/gitlab-ee!9722
-
Fabio Busatto authored
-
Heinrich Lee Yu authored
This reverts merge request !25042
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
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
-
Filipa Lacerda authored
Merge branch 'ee-46750-ci-empty-environment-is-created-even-when-a-job-isn-t-run-when-manual' into 'master' Port "Sort Environments by Last Updated" See merge request gitlab-org/gitlab-ee!9581
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
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
-
GitLab Bot 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
-
Lin Jen-Shin authored
Revert "Merge branch 'revert-82d7b5a0' into 'master'" See merge request gitlab-org/gitlab-ee!9704
-
Andrew Fontaine authored
Ensure folders push to the top, if both have no last update, sort by name. The sorting algorithm should sort in the following priorities: 1. folders first, 2. last updated descending, 3. by name ascending, the sorting algorithm must: 1. Sort by name ascending, 2. Reverse (sort by name descending), 3. Sort by last deployment ascending, 4. Reverse (last deployment descending, name ascending), 5. Put folders first. It is done this way, as `underscore`'s sort API is very basic: simple comparisons, sorting by ascending only.
-
GitLab Bot authored
-
Sean McGivern authored
Added YouTrack integration Closes #42595 See merge request gitlab-org/gitlab-ce!25361
-
GitLab Bot authored
-
Rémy Coutable authored
Add adiferd as Indonesia proofreader See merge request gitlab-org/gitlab-ce!25143
-
GitLab Bot authored
-
Yorick Peterse authored
Add task for adding links to the security release issue See merge request gitlab-org/gitlab-ce!25562
-
GitLab Bot authored
-
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.
-
Douwe Maan authored
Support merge ref writing (without merging to target branch) Closes #47110 See merge request gitlab-org/gitlab-ce!24692
-