Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sh-fix-issue-43631' into 'master' | Stan Hu | 2018-02-27 | 2 | -4/+4 |
|\ | | | | | | | | | | | | | Adjust the API issues move spec to use project ID 0 Closes #43631 See merge request gitlab-org/gitlab-ce!17381 | ||||
| * | Adjust the API issues move spec to use project ID 0 | Stan Hu | 2018-02-26 | 2 | -4/+4 |
| | | | | | | | | Closes #43631 | ||||
* | | Resolve "Error 500 on route "/admin/application_settings/services/1882/edit" ↵ | Mayra Cabrera | 2018-02-26 | 2 | -0/+44 |
|/ | | | | -> edit Prometheus Service Template" | ||||
* | Move EE-specific JavaScript files to ee/app/assets/javascripts | Rémy Coutable | 2018-02-26 | 92 | -99/+94 |
| | |||||
* | Merge branch 'refactor/move-board-new-issue-vue-component' into 'master' | Filipa Lacerda | 2018-02-26 | 1 | -1/+1 |
|\ | | | | | | | | | Move BoardNewIssue vue component See merge request gitlab-org/gitlab-ce!16947 | ||||
| * | Move BoardNewIssue vue component | George Tsiolis | 2018-02-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'feature/migrate-recursive-tree-entries-fetching' into 'master' | Robert Speicher | 2018-02-26 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | Migrate recursive tree entries fetching to Gitaly See merge request gitlab-org/gitlab-ce!17191 | ||||
| * | | Migrate recursive tree entries fetching to Gitaly | Ahmad Sherif | 2018-02-26 | 1 | -2/+2 |
| | | | |||||
* | | | Allow to find labels in ancestor groups and better group support in label ↵ | Jan Provaznik | 2018-02-26 | 2 | -23/+78 |
| | | | | | | | | | | | | service | ||||
* | | | Merge branch 'issue-edit-shortcut' into 'master' | Filipa Lacerda | 2018-02-26 | 1 | -0/+12 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue edit shortcut not working Closes #43560 See merge request gitlab-org/gitlab-ce!17360 | ||||
| * | | | Fixed issue edit shortcut not workingissue-edit-shortcut | Phil Hughes | 2018-02-26 | 1 | -0/+12 |
| |/ / | | | | | | | | | | | | | | | | | | | This was caused by the element getting cached on the class before the Vue app has finished rendering. Closes #43560 | ||||
* | | | Merge branch 'suppress-squash-warnings' into 'master' | Douwe Maan | 2018-02-26 | 1 | -0/+14 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Suppress whitespace warnings in squash error messages Closes gitlab-ee#3639 See merge request gitlab-org/gitlab-ce!17317 | ||||
| * | | | Suppress whitespace warnings in squash error messagessuppress-squash-warnings | Sean McGivern | 2018-02-26 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | These are obscuring the real error, which is confusing for everyone. | ||||
* | | | | Merge branch '41255-refactoring-of-blob-link-methods-in-blob_helper' into ↵ | Douwe Maan | 2018-02-26 | 1 | -4/+4 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Refactoring of blob link methods in blob_helper" Closes #41255 See merge request gitlab-org/gitlab-ce!16851 | ||||
| * | | | refactor methods inline41255-refactoring-of-blob-link-methods-in-blob_helper | James Lopez | 2018-02-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | refactor code based on feedback | James Lopez | 2018-02-23 | 1 | -4/+4 |
| | | | | |||||
| * | | | some initial refactoring | James Lopez | 2018-02-23 | 1 | -5/+5 |
| | | | | |||||
* | | | | Merge branch 'dm-waitable-worker' into 'master' | Sean McGivern | 2018-02-26 | 2 | -79/+92 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Extract WaitableWorker out of AuthorizedProjectsWorker See merge request gitlab-org/gitlab-ce!17356 | ||||
| * | | | | Extract WaitableWorker out of AuthorizedProjectsWorker | Douwe Maan | 2018-02-26 | 2 | -79/+92 |
| |/ / / | |||||
* | | | | Merge branch 'get-rid-of-hardcoded-path-or-names-in-factories' into 'master' | Nick Thomas | 2018-02-26 | 2 | -10/+10 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Get rid of hard-coded user/project/group names that could clash with DB sequences See merge request gitlab-org/gitlab-ce!17290 | ||||
| * | | | | Get rid of hard-coded user/project/group names that could clash with DB ↵ | Rémy Coutable | 2018-02-26 | 2 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sequences Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | Merge branch 'jprovazn-issuable-data' into 'master' | Filipa Lacerda | 2018-02-26 | 1 | -16/+16 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | Don't convert issuable_initial_data into JSON See merge request gitlab-org/gitlab-ce!17318 | ||||
| * | | | | Don't convert issuable_initial_data into JSONjprovazn-issuable-data | Jan Provaznik | 2018-02-26 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of converting hash into JSON inside issuable_initial_data method, return hash and convert to JSON later. This allows us to easily extend basic issuable data with resource specific values. For example for Epic these data should include also labels, so we can then do something like: issuable_initial_data(@epic).merge(labels: @epic.labels).to_json | ||||
* | | | | | Merge branch 'mk/fix-error-code-for-repo-does-not-exist' into 'master' | Douwe Maan | 2018-02-26 | 3 | -4/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Respond with more appropriate HTTP status code when repo does not exist See merge request gitlab-org/gitlab-ce!17341 | ||||
| * | | | | | Respond 404 when repo does not existmk/fix-error-code-for-repo-does-not-exist | Michael Kozono | 2018-02-24 | 3 | -4/+17 |
| |/ / / / | |||||
* | | | | | Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed | Jacob Vosmaer (GitLab) | 2018-02-26 | 2 | -63/+88 |
|/ / / / | |||||
* | | | | Merge branch 'minimal-fix-for-artifacts-service' into 'master' | Grzegorz Bizon | 2018-02-24 | 1 | -13/+33 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minimal fix for artifacts service Closes #43022 See merge request gitlab-org/gitlab-ce!17313 | ||||
| * | | | | Bring back the initial commit | Shinya Maeda | 2018-02-24 | 1 | -12/+0 |
| | | | | | |||||
| * | | | | Fixed static analysys | Shinya Maeda | 2018-02-24 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Check if the latest permanent file exists before remove file. Add tests. | Shinya Maeda | 2018-02-23 | 1 | -2/+18 |
| | | | | | |||||
| * | | | | Copy original file to temp file always to prevent data loss | Shinya Maeda | 2018-02-23 | 1 | -13/+29 |
| |/ / / | |||||
* | | | | Merge branch 'refactor/move-filtered-search-vue-component' into 'master' | Clement Ho | 2018-02-24 | 2 | -4/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Move RecentSearchesDropdownContent vue component See merge request gitlab-org/gitlab-ce!16951 | ||||
| * | | | | Move RecentSearchesDropdownContent vue component | George Tsiolis | 2018-02-22 | 2 | -4/+3 |
| | | | | | |||||
* | | | | | Merge branch ↵ | Stan Hu | 2018-02-23 | 1 | -2/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '43570-localstorage-clear-error-when-feature-test-fails-before-visiting-page' into 'master' Resolve "localStorage.clear() error when Capybara test fails before visiting page" Closes #43570 See merge request gitlab-org/gitlab-ce!17339 | ||||
| * | | | | | prevent localStorage.clear from running when it would cause an error | Mike Greiling | 2018-02-23 | 1 | -2/+4 |
| | | | | | | |||||
* | | | | | | Merge branch ↵ | Stan Hu | 2018-02-23 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'mk/fix-pg-undefined-table-untracked_files_for_uploads-does-not-exist' into 'master' Fix deletion attempts on dropped tables in specs Closes #42897 See merge request gitlab-org/gitlab-ce!17340 | ||||
| * | | | | | | Fix deletion attempts on dropped tables | Michael Kozono | 2018-02-23 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'master' into 'boards-bundle-refactor' | Jacob Schatz | 2018-02-23 | 101 | -1014/+3880 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | # Conflicts: # config/webpack.config.js | ||||
| * | | | | | Backport custom metrics ce components | Paweł Chojnacki | 2018-02-23 | 5 | -36/+38 |
| | | | | | | |||||
| * | | | | | Merge branch '29497-pages-custom-domain-dns-verification' into 'master' | Robert Speicher | 2018-02-23 | 12 | -8/+694 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Domain validation for Pages custom domains" (master branch) Closes #29497, #42971, and #42083 See merge request gitlab-org/gitlab-ce!17311 | ||||
| | * \ \ \ \ | Merge branch 'master' into '29497-pages-custom-domain-dns-verification' | Robert Speicher | 2018-02-23 | 7 | -36/+84 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| | * | | | | | | Add DNS verification to Pages custom domains | Nick Thomas | 2018-02-23 | 12 | -8/+694 |
| | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Merge branch '42044-osw-add-button-to-deploy-runner-to-kubernetes' into 'master' | Filipa Lacerda | 2018-02-23 | 2 | -2/+16 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a button to deploy a runner to a Kubernetes cluster in the settings page Closes #42044 See merge request gitlab-org/gitlab-ce!17278 | ||||
| | * | | | | | Add a button to deploy a runner to a Kubernetes cluster in the settings page42044-osw-add-button-to-deploy-runner-to-kubernetes | Oswaldo Ferreira | 2018-02-23 | 2 | -2/+16 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'dm-stuck-import-jobs-verify' into 'master' | Sean McGivern | 2018-02-23 | 1 | -17/+41 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Verify project import status again before marking as failed Closes #43539 See merge request gitlab-org/gitlab-ce!17319 | ||||
| | * | | | | | | Verify project import status again before marking as failed | Douwe Maan | 2018-02-23 | 1 | -17/+31 |
| | | | | | | | | |||||
| | * | | | | | | Adds scheduled import jobs to the stuck import jobs detection worker. | Tiago Botelho | 2018-02-23 | 1 | -3/+13 |
| | | |/ / / / | | |/| | | | | |||||
| * | | | | | | Merge branch ↵bjk/kube_state_metrics | Kamil Trzciński | 2018-02-23 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '43496-error-message-for-gke-clusters-persists-in-the-next-page' into 'master' Resolve "Error message for GKE clusters persists in the next page" Closes #43496 See merge request gitlab-org/gitlab-ce!17299 | ||||
| | * | | | | | | Do not persist Google Project Billing Failure errors after a reload | Matija Čupić | 2018-02-22 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Resolve "Milestone Quick Action not displayed with no project milestones but ↵ | 🙈 jacopo beschi 🙉 | 2018-02-23 | 3 | -14/+30 |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | with group milestones" |