Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-22Disable page numbers for all project dashboardsremove-page-numbers-project-dashboardsYorick Peterse
This disables page number based pagination for all project dashboards, instead of only doing so for the "Explore Projects" page. This removes the need for running expensive COUNT(*) queries (depending on how many projects you have access to) and keeps the pagination consistent on the various project dashboard pages.
2017-08-22Merge branch 'fix-broadcast-message-caching' into 'master'Sean McGivern
Fix caching of future broadcast messages Closes #36661 See merge request !13667
2017-08-22Update VERSION to 9.6.0-prev9.6.0.preSimon Knox
2017-08-22Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceSimon Knox
2017-08-22Merge branch '34533-inline-single-authorized-projects' into 'master'Douwe Maan
Use an event-based system when waiting for AuthorizedProjectsWorker to complete See merge request !13564
2017-08-22Update CHANGELOG.md for 9.5.0Simon Knox
[ci skip]
2017-08-22Use event-based waiting in Gitlab::JobWaiterNick Thomas
2017-08-22Merge branch '35845-improve-subgroup-creation-permissions' into 'master'Douwe Maan
Improves subgroup creation permissions Closes #35845 See merge request !13418
2017-08-22Merge branch '28283-uuid-storage' into 'master'Douwe Maan
Hashed Storage support for Repositories Closes #28283 See merge request !13246
2017-08-22Make sure repository's removal work for legacy and hashed storagesGabriel Mazetto
2017-08-22Use `@hashed` prefix for hashed paths on disk, to avoid collision with ↵Gabriel Mazetto
existing ones
2017-08-22Refactor project and storage typesGabriel Mazetto
2017-08-22Prevent using gitlab import task when hashed storage is enabledGabriel Mazetto
2017-08-22Some codestyle changes and fixes for GitLab pagesGabriel Mazetto
2017-08-22Removed some useless code, codestyle changes and removed an indexGabriel Mazetto
2017-08-22Fix repository reloading in some specsGabriel Mazetto
2017-08-22ChangelogGabriel Mazetto
2017-08-22Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto
Using `extend` dynamically can lead to bad performance as it invalidates the method's cache.
2017-08-22Enable automatic hashed storage for new projects by application settingsGabriel Mazetto
2017-08-22New storage is now "Hashed" instead of "UUID"Gabriel Mazetto
2017-08-22Add UUID Storage to ProjectGabriel Mazetto
2017-08-22Move create_repository back to project model as we can use disk_path and ↵Gabriel Mazetto
share it
2017-08-22Codestyle: move hooks to the same place and move dependent methods to privateGabriel Mazetto
2017-08-22Merge branch 'gitaly-tree-entries-encoding' into 'master'Robert Speicher
Correctly encode string params for Gitaly's TreeEntries RPC Closes #36720 See merge request !13724
2017-08-22Merge branch ↵Clement Ho
'36298-use-non-i18n-values-for-setting-new-group-level-issue-mr-button-text' into 'master' Use non-i18n values for setting new group-level issue/MR button text Closes #36298 See merge request !13570
2017-08-22Use non-i18n values for setting new group-level issue/MR button textBryce Johnson
2017-08-21Merge branch ↵Marcia Ramos
'36533-add-docs-for-group-issues-page-and-group-merge-requests-page' into 'master' Add docs for group issues page and group merge requests page Closes #36533 See merge request !13678
2017-08-21Merge branch 'only-limit-fetch-when-requested' into 'master'Robert Speicher
Only require sidekiq-limit_fetch when enabled in settings Closes #36253 See merge request !13715
2017-08-21indexes external issue trackerMarcia Ramos
2017-08-21copyeditMarcia Ramos
2017-08-21indexes user/search/ from /user/indexMarcia Ramos
2017-08-21Correctly encode string params for Gitaly's TreeEntries RPCAlejandro Rodríguez
2017-08-21Fix caching of future broadcast messagesYorick Peterse
This changes the caching mechanism so we cache both current _and_ future broadcast messages, then manually filter out those we don't want to display. This ensures we don't need any additional queries while still being able to display the right messages at the right time. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36661
2017-08-21Improves subgroup creation permissionsTiago Botelho
2017-08-21Merge branch 'sh-fix-atom-feeds' into 'master'Sean McGivern
Fix 500 errors in Atom feeds due to push events Closes #36705 See merge request !13695
2017-08-21Merge branch 'winh-projects-select-dropdown' into 'master'Clement Ho
Make project selection dropdown consistent See merge request !13562
2017-08-21WordingVictor Wu
2017-08-21Cross link to groups docsVictor Wu
2017-08-21Issue trackerVictor Wu
2017-08-21Make RuboCop happySean McGivern
2017-08-21Fix Error 500s when viewing user or group Atom feedsStan Hu
2017-08-21Merge branch 'fix/gb/fix-head-pipeline-when-pipeline-has-errors' into 'master'Kamil Trzciński
Fix merge request head pipeline when pipeline has errors Closes #36657 See merge request !13664
2017-08-21Only require sidekiq-limit_fetch when enabled in settingsSean McGivern
This gem allows Sidekiq jobs to be throttled. Unfortunately, it has a side-effect: when we haven't enabled job throttling, it will still hit Redis a lot (and miss, because nothing is configured). As this setting already required a restart, ensure that the library is only required when it's enabled.
2017-08-21Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński
Migrate CI/CD stages statuses Closes #33453 See merge request !12584
2017-08-21Merge branch 'gitaly-annotations-update' into 'master'Douwe Maan
Gitlab::Git deletions and simplifications See merge request !13640
2017-08-21Merge branch 'gitaly-0.33.0' into 'master'Douwe Maan
Use Gitaly 0.33.0 See merge request !13671
2017-08-21Merge branch 'zj-remove-ci-api-v1' into 'master'Kamil Trzciński
Remove CI API v1 See merge request !13652
2017-08-21Merge branch 'fix/sm/34805-get-back-validates-uniqueness-1' into 'master'Kamil Trzciński
Add `validates :key, uniqueness: { scope: :pipeline_schedule_id }` in `Ci::PipelineScheduleVariable` model See merge request !13641
2017-08-21Merge branch '35343-inherit-milestones-and-labels' into 'master'Sean McGivern
copy milestones and labels from issue when using create merge request button Closes #35343 See merge request !13461
2017-08-21Merge branch 'issue_20900_remove_ignore_columns' into 'master'Sean McGivern
Issue 20900 remove ignore columns See merge request !12166