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
2018-09-17Resolve "Unable to import repository: undefined method `import_file' for ↵James Lopez
nil:NilClass"
2018-09-17Merge branch '50461-add-retried-builds-in-pipeline-stage-endpoint' into 'master'Kamil Trzciński
Add retried jobs to pipeline stages Closes #50461 See merge request gitlab-org/gitlab-ce!21558
2018-09-17Merge branch '29398-support-rbac-for-gitlab-provisioned-clusters' into 'master'Kamil Trzciński
Support Kubernetes RBAC for GitLab Managed Apps for creating new clusters Closes #29398 See merge request gitlab-org/gitlab-ce!21401
2018-09-14Cleaned up CI runner administration codeYorick Peterse
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19625 some changes were introduced that do not meet our abstraction reuse rules. This commit cleans up some of these changes so the requirements are met. Most notably, sorting of the runners in Admin::RunnersFinder has been delegated to Ci::Runner.order_by, similar to how we order data in models that include the Sortable module. If we need more sort orders in the future we can include Sortable and have Ci::Runner.order_by call `super` to delegate to Sortable.order_by.
2018-09-14Resolve "Add functionality to change what email address online actions ↵Nick Thomas
commit using"
2018-09-14Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon
Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
2018-09-14Add FE option for users to choose to create a fully RBAC-enabled cluster or not.Thong Kuah
This is similar to the option in the Add Existing cluster form
2018-09-13Add retried jobs to pipeline stagesSteve Azzopardi
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50461
2018-09-13Filter group milestones based on user membershipChantal Rollison
2018-09-13Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher
Add RuboCop cops to enforce code reusing rules See merge request gitlab-org/gitlab-ce!21391
2018-09-12Fix mention in edit mrAlin Ciciu
2018-09-12rename variable from *_cnt to *_countAlexis Reigel
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-10Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-07Merge branch 'sh-delete-container-registry-async' into 'master'Robert Speicher
Delete a container registry asynchronously Closes #51063 and #49926 See merge request gitlab-org/gitlab-ce!21553
2018-09-07Merge branch 'dz-refactor-group-labels-finder' into 'master'Stan Hu
Fix group labels page timeout if many projects and labels Closes #51221 See merge request gitlab-org/gitlab-ce!21594
2018-09-07Delete a container registry asynchronouslyStan Hu
When a container registry has many tags, it's easy for the DELETE call to take more than 60 seconds and fail. This can also leave the registry in a bad state with null bytes since some of the images have been deleted with tags still pointing to them. In addition, we have to prevent users from accidentally initiating the delete multiple times or this could leave the registry with orphaned tags. This commit also adds a flash message to notify the user the registry is scheduled for deletion. Closes #49926, #51063
2018-09-07Merge branch 'osw-write-cache-upon-mr-creation-and-cache-refactoring' into ↵Douwe Maan
'master' Write diff highlighting cache upon MR creation (refactors caching) Closes #50204 See merge request gitlab-org/gitlab-ce!21489
2018-09-07Include private contributions in user contribution graphGeorge Tsiolis
2018-09-07Ask user explicitly about usage stats agreementJan Provaznik
2018-09-07Merge branch '48778-remove-old-storage-logic-from-import-export' into 'master'Douwe Maan
Resolve "Remove old storage logic from Import/Export" Closes #51144, #50109, #48778, and #51079 See merge request gitlab-org/gitlab-ce!21409
2018-09-07Use optionally_search for group labels index pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-07Use ResourceLabelEvent for tracking label changesJan Provaznik
2018-09-07Cache diff highlighting upon Merge Request creation (refactors diff caching)Oswaldo Ferreira
2018-09-07refactor code based on feedbackJames Lopez
2018-09-07Fix group labels page timeout if many projects and labelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-07refactor code based on feedbackJames Lopez
2018-09-07Resolve "Improve handling of projects shared with a group"Dennis Tang
2018-09-07Merge branch 'issue_50488' into 'master'Stan Hu
Move project services log to a separate file See merge request gitlab-org/gitlab-ce!21316
2018-09-06Move project services log to a separate fileFelipe Artur
2018-09-06Merge branch '43140-reduce-logs-tree-load' into 'master'Rémy Coutable
Bulk-render commit titles in the tree view to improve performance Closes #43140 See merge request gitlab-org/gitlab-ce!21500
2018-09-06Merge branch 'ccr/6699_image_for_object_error' into 'master'Robert Speicher
Handled exception during file upload See merge request gitlab-org/gitlab-ce!21528
2018-09-06Properly fix an introduced N+1 SQL issue loading commit authorsNick Thomas
2018-09-06Extract tree summary logic out of RefsController#logs_treeNick Thomas
2018-09-06Refactor code to remove object storage flag from Import/ExportJames Lopez
Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
2018-09-06Handled exception during file uploadChantal Rollison
2018-09-06Resolve "Remove usage ping payload from Cohorts, add to Settings"Luke Bennett
2018-09-06Merge branch 'sh-fix-attachments-inline' into 'master'Nick Thomas
Fix attachments not displaying inline with Google Cloud Storage Closes #49957 See merge request gitlab-org/gitlab-ce!21265
2018-09-06Deduplicate commits before rendering them in RefsController#logs_treeNick Thomas
2018-09-06Bulk-render commit titles in the tree view to improve performanceNick Thomas
2018-09-06Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah
2018-09-06Fix attachments not displaying inline with Google Cloud StorageStan Hu
There were several issues: 1. With Google Cloud Storage, we can't override the Content-Type with Response-Content-Type once it is set. Setting the value to `application/octet-stream` doesn't buy us anything. GCS defaults to `application/octet-stream`, and AWS uses `binary/octet-stream`. Just remove this `Content-Type` when we upload new files. 2. CarrierWave and fog-google need to support query parameters: https://github.com/fog/fog-google/pull/409/files, https://github.com/carrierwaveuploader/carrierwave/pull/2332/files. CarrierWave has been monkey-patched until an official release. 3. Workhorse also needs to remove the Content-Type header in the request (https://gitlab.com/gitlab-org/gitlab-workhorse/blob/ef80978ff89e628c8eeb66556720e30587d3deb6/internal/objectstore/object.go#L66), or we'll get a 403 error when uploading due to signed URLs not matching the headers. Upgrading to Workhorse 6.1.0 for https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/297 will make Workhorse use the headers that are used by Rails. Closes #49957
2018-09-06Add User-Agent to production_json.logStan Hu
This will help production gain more visibility which browsers may be having issues.
2018-09-05Merge branch 'filter-web-hooks-by-branch' into 'master'Dmitriy Zaporozhets
Filter web hooks by branch See merge request gitlab-org/gitlab-ce!19513
2018-09-04Merge branch 'dz-group-labels-search' into 'master'Felipe Artur
Add search to group labels page See merge request gitlab-org/gitlab-ce!21480
2018-09-04Merge branch 'sh-set-secure-cookies' into 'master'Rémy Coutable
Set issuable_sort and diff_view cookies to secure when possible Closes #49120 See merge request gitlab-org/gitlab-ce!21442
2018-09-04Set issuable_sort and diff_view cookies to secure when possibleStan Hu
Closes #49120
2018-09-03Add search to group labels page [ci skip]Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-03Move badge settings to general settingsWinnie Hellmann
2018-09-03Added atom feed for tagsFrancisco Javier López