Commits on Source (33)
-
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.
-
Fix 404s when C++ .gitignore template selected Closes #57857 See merge request gitlab-org/gitlab-ce!25416
-
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
-
-
Rémy Coutable authored
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
When a pipeline is for a forked merge request, we have to invalidate the ETag for both the target and source project pipelines. Before we were only invalidating the target project's pipeline.
-
Ci::Pipeline#all_merge_requests was only returning merge requests for that project, but it should include merge requests from forks as well. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Lin Jen-Shin authored
Revert "Merge branch 'revert-82d7b5a0-ce' into 'master'" Closes #57857 and #50747 See merge request gitlab-org/gitlab-ce!25559
-
-
Annabel Dunstone Gray authored
Resolve "Extend utility classes for `gitlab-ui`search-box" Closes #58202 See merge request gitlab-org/gitlab-ce!25554
-
- 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
-
Sean McGivern authored
Get rid of ScheduleInstallationService See merge request gitlab-org/gitlab-ce!25420
-
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
-
Move logic of obtaining Issuable data to separate method
-
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
-
This reverts merge request !25293
-
Sean McGivern authored
Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' into 'master'" See merge request gitlab-org/gitlab-ce!25566
-
Heinrich Lee Yu authored
This reverts merge request !25042
-
Robert Speicher authored
Fix ETag caching not being used for AJAX requests Closes #57905 See merge request gitlab-org/gitlab-ce!25400
-
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
-
It's needed to show shorter names in environments "folders"
-
Stan Hu authored
Add name_without_type to environments.json See merge request gitlab-org/gitlab-ce!25492
-
-
Robert Speicher authored
update persona links issue template See merge request gitlab-org/gitlab-ce!25560
-
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.
-
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 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
-
Added: Specs for the API action
-
Evan Read authored
Add documentation on upgrading GitLab HA nodes Closes #58121 See merge request gitlab-org/gitlab-ce!25574
-
-
Evan Read authored
Elaborate on POSTGRES_VERSION Auto DevOps setting See merge request gitlab-org/gitlab-ce!25579
Showing
- .gitlab/issue_templates/Feature proposal.md 7 additions, 7 deletions.gitlab/issue_templates/Feature proposal.md
- app/assets/javascripts/environments/components/environments_table.vue 35 additions, 1 deletion...avascripts/environments/components/environments_table.vue
- app/assets/javascripts/filtered_search/filtered_search_dropdown_manager.js 5 additions, 0 deletions...ripts/filtered_search/filtered_search_dropdown_manager.js
- app/assets/javascripts/filtered_search/filtered_search_token_keys.js 17 additions, 0 deletions...javascripts/filtered_search/filtered_search_token_keys.js
- app/assets/javascripts/pages/groups/issues/index.js 3 additions, 1 deletionapp/assets/javascripts/pages/groups/issues/index.js
- app/assets/javascripts/pages/projects/issues/index/index.js 3 additions, 1 deletionapp/assets/javascripts/pages/projects/issues/index/index.js
- app/assets/javascripts/releases/store/actions.js 1 addition, 1 deletionapp/assets/javascripts/releases/store/actions.js
- app/assets/stylesheets/framework/common.scss 4 additions, 0 deletionsapp/assets/stylesheets/framework/common.scss
- app/assets/stylesheets/framework/variables_overrides.scss 2 additions, 1 deletionapp/assets/stylesheets/framework/variables_overrides.scss
- app/controllers/application_controller.rb 16 additions, 7 deletionsapp/controllers/application_controller.rb
- app/controllers/clusters/clusters_controller.rb 1 addition, 1 deletionapp/controllers/clusters/clusters_controller.rb
- app/controllers/concerns/issuable_collections.rb 1 addition, 0 deletionsapp/controllers/concerns/issuable_collections.rb
- app/controllers/concerns/lfs_request.rb 1 addition, 1 deletionapp/controllers/concerns/lfs_request.rb
- app/finders/admin/runners_finder.rb 1 addition, 1 deletionapp/finders/admin/runners_finder.rb
- app/finders/group_descendants_finder.rb 1 addition, 1 deletionapp/finders/group_descendants_finder.rb
- app/finders/issues_finder.rb 10 additions, 1 deletionapp/finders/issues_finder.rb
- app/helpers/count_helper.rb 1 addition, 1 deletionapp/helpers/count_helper.rb
- app/models/ci/build_trace_chunk.rb 1 addition, 1 deletionapp/models/ci/build_trace_chunk.rb
- app/models/ci/group_variable.rb 0 additions, 1 deletionapp/models/ci/group_variable.rb
- app/models/ci/pipeline.rb 2 additions, 2 deletionsapp/models/ci/pipeline.rb