summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix feature specs for pages deploymentbackstage/gb/after-save-asynchronous-job-hooksGrzegorz Bizon2017-08-231-1/+5
|
* Fix cycle analytics test data generation and specsGrzegorz Bizon2017-08-231-0/+2
|
* Merge branch 'master' into backstage/gb/after-save-asynchronous-job-hooksGrzegorz Bizon2017-08-23117-2255/+1506
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (115 commits) Use event-based waiting in Gitlab::JobWaiter Make sure repository's removal work for legacy and hashed storages Use `@hashed` prefix for hashed paths on disk, to avoid collision with existing ones Refactor project and storage types Prevent using gitlab import task when hashed storage is enabled Some codestyle changes and fixes for GitLab pages Removed some useless code, codestyle changes and removed an index Fix repository reloading in some specs Changelog Moving away from the "extend" based factory to a more traditional one. Enable automatic hashed storage for new projects by application settings New storage is now "Hashed" instead of "UUID" Add UUID Storage to Project Move create_repository back to project model as we can use disk_path and share it Codestyle: move hooks to the same place and move dependent methods to private Use non-i18n values for setting new group-level issue/MR button text indexes external issue tracker copyedit indexes user/search/ from /user/index Correctly encode string params for Gitaly's TreeEntries RPC ...
| * Merge branch '34533-inline-single-authorized-projects' into 'master'Douwe Maan2017-08-224-33/+94
| |\ | | | | | | | | | | | | Use an event-based system when waiting for AuthorizedProjectsWorker to complete See merge request !13564
| | * Use event-based waiting in Gitlab::JobWaiterNick Thomas2017-08-224-33/+94
| | |
| * | Merge branch '35845-improve-subgroup-creation-permissions' into 'master'Douwe Maan2017-08-228-12/+74
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Improves subgroup creation permissions Closes #35845 See merge request !13418
| | * | Improves subgroup creation permissions35845-improve-subgroup-creation-permissionsTiago Botelho2017-08-218-12/+74
| | | |
| * | | Merge branch '28283-uuid-storage' into 'master'Douwe Maan2017-08-2221-162/+498
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hashed Storage support for Repositories Closes #28283 See merge request !13246
| | * | | Make sure repository's removal work for legacy and hashed storages28283-uuid-storageGabriel Mazetto2017-08-227-8/+67
| | | | |
| | * | | Use `@hashed` prefix for hashed paths on disk, to avoid collision with ↵Gabriel Mazetto2017-08-222-5/+7
| | | | | | | | | | | | | | | | | | | | existing ones
| | * | | Refactor project and storage typesGabriel Mazetto2017-08-227-87/+69
| | | | |
| | * | | Prevent using gitlab import task when hashed storage is enabledGabriel Mazetto2017-08-221-0/+6
| | | | |
| | * | | Some codestyle changes and fixes for GitLab pagesGabriel Mazetto2017-08-222-10/+20
| | | | |
| | * | | Removed some useless code, codestyle changes and removed an indexGabriel Mazetto2017-08-226-12/+7
| | | | |
| | * | | Fix repository reloading in some specsGabriel Mazetto2017-08-223-4/+8
| | | | |
| | * | | ChangelogGabriel Mazetto2017-08-221-0/+4
| | | | |
| | * | | Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto2017-08-225-36/+54
| | | | | | | | | | | | | | | | | | | | | | | | | Using `extend` dynamically can lead to bad performance as it invalidates the method's cache.
| | * | | Enable automatic hashed storage for new projects by application settingsGabriel Mazetto2017-08-225-0/+35
| | | | |
| | * | | New storage is now "Hashed" instead of "UUID"Gabriel Mazetto2017-08-228-88/+203
| | | | |
| | * | | Add UUID Storage to ProjectGabriel Mazetto2017-08-224-1/+108
| | | | |
| | * | | Move create_repository back to project model as we can use disk_path and ↵Gabriel Mazetto2017-08-222-13/+13
| | | | | | | | | | | | | | | | | | | | share it
| | * | | Codestyle: move hooks to the same place and move dependent methods to privateGabriel Mazetto2017-08-221-19/+18
| |/ / /
| * | | Merge branch 'gitaly-tree-entries-encoding' into 'master'36778-url-redirection-from-old-note-attachments-path-to-new-uploads-path-not-working36775-move-helm-chart-data-to-gitlab-ce-repo-instead-of-omnibus-docsRobert Speicher2017-08-212-2/+16
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly encode string params for Gitaly's TreeEntries RPC Closes #36720 See merge request !13724
| | * | | Correctly encode string params for Gitaly's TreeEntries RPCgitaly-tree-entries-encodingAlejandro Rodríguez2017-08-212-2/+16
| | | | |
| * | | | Merge branch ↵Clement Ho2017-08-2111-27/+69
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| | * | | | Use non-i18n values for setting new group-level issue/MR button textBryce Johnson2017-08-2111-27/+69
| |/ / / /
| * | | | Merge branch ↵Marcia Ramos2017-08-2110-8/+60
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| | * | | | indexes external issue trackerMarcia Ramos2017-08-211-0/+6
| | | | | |
| | * | | | copyeditMarcia Ramos2017-08-214-21/+25
| | | | | |
| | * | | | indexes user/search/ from /user/indexMarcia Ramos2017-08-211-0/+4
| | | | | |
| | * | | | Wording36533-add-docs-for-group-issues-page-and-group-merge-requests-pageVictor Wu2017-08-211-5/+5
| | | | | |
| | * | | | Cross link to groups docsVictor Wu2017-08-211-0/+7
| | | | | |
| | * | | | Issue trackerVictor Wu2017-08-211-1/+1
| | | | | |
| | * | | | Merge requests search and filteringVictor Wu2017-08-181-0/+251
| | | | | |
| | * | | | Delete index.mdVictor Wu2017-08-181-251/+0
| | | | | |
| | * | | | Punctuation.Victor Wu2017-08-181-2/+2
| | | | | |
| | * | | | Search and filter results.Victor Wu2017-08-181-1/+3
| | | | | |
| | * | | | Update search and filter linksVictor Wu2017-08-181-1/+3
| | | | | |
| | * | | | Update search docsVictor Wu2017-08-181-0/+4
| | | | | |
| | * | | | Merge request list viewsVictor Wu2017-08-181-0/+16
| | | | | |
| | * | | | project_merge_requests_list_view.pngVictor Wu2017-08-181-0/+0
| | | | | |
| | * | | | group_merge_requests_list_view.pngVictor Wu2017-08-181-0/+0
| | | | | |
| | * | | | Update issue docsVictor Wu2017-08-181-6/+13
| | | | | |
| | * | | | project_issues_list_view.pngVictor Wu2017-08-181-0/+0
| | | | | |
| | * | | | group_issues_list_view.pngVictor Wu2017-08-181-0/+0
| | | | | |
| | * | | | Delete group_issues_list_view.pngVictor Wu2017-08-181-0/+0
| | | | | |
| | * | | | group_issues_list_view.pngVictor Wu2017-08-181-0/+0
| | | | | |
| | * | | | Delete issue_tracker.pngVictor Wu2017-08-181-0/+0
| | | | | |
| * | | | | Merge branch 'only-limit-fetch-when-requested' into 'master'Robert Speicher2017-08-215-19/+44
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Only require sidekiq-limit_fetch when enabled in settings Closes #36253 See merge request !13715
| | * | | | Only require sidekiq-limit_fetch when enabled in settingsonly-limit-fetch-when-requestedSean McGivern2017-08-215-19/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.