summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Force a full GC after importing a projectsh-force-gc-after-importStan Hu2019-04-015-3/+24
| | | | | | | | | | | | During a project import, it's possible that new branches are created by the importer to handle pull requests that have been created from forked projects, which would increment the `pushes_since_gc` value via `HousekeepingService.increment!` before a full garbage collection gets to run. This causes HousekeepingService to skip the full `git gc` and move to the incremental repack mode. To ensure that a garbage collection is run to pack refs and objects, explicitly execute the task. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59477
* Merge branch '59441-add-base-domain-to-cluster-api' into 'master'Nick Thomas2019-04-015-3/+21
|\ | | | | | | | | | | | | Include cluster domain in Project Clusters API Closes #59441 See merge request gitlab-org/gitlab-ce!26735
| * Include cluster domain into Project Cluster APIMayra Cabrera2019-04-015-3/+21
|/ | | | | | | | | Domain was introduced on 11.8 and was not included on the Project Cluster API. With this change user will be able to include domain when adding and updating a cluster. Domain will also be included on the GET calls. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59441
* Merge branch 'check-mergeability-in-merge-to-ref-service' into 'master'Douglas Barbosa Alexandre2019-04-015-14/+50
|\ | | | | | | | | Check mergeability in merge to ref service See merge request gitlab-org/gitlab-ce!26757
| * Check mergeability in merge to ref servicecheck-mergeability-in-merge-to-ref-serviceShinya Maeda2019-04-015-14/+50
| | | | | | | | | | | | | | | | | | | | and add spec Add changelog ok ok
* | Merge branch 'contribute/fix-nav-links-archived-project' into 'master'Douglas Barbosa Alexandre2019-04-013-2/+59
|\ \ | | | | | | | | | | | | | | | | | | Disable inaccessible navigation links upon archiving a project Closes #58793 See merge request gitlab-org/gitlab-ce!26020
| * | Disable inaccessible navigation links upon archiving a projectElias Werberich2019-03-313-2/+59
| | |
* | | Merge branch 'enable-rubocop-application-record' into 'master'Lin Jen-Shin2019-04-014-2/+31
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document ApplicationRecord / pluck_primary_key Closes #59690 See merge request gitlab-org/gitlab-ce!26764
| * | | Document ApplicationRecord / pluck_primary_keyNick Thomas2019-03-294-2/+31
| | | | | | | | | | | | | | | | We also enable the rubocop that makes it mandatory
* | | | Merge branch '57669-fix-bug-clicking-file-header-refreshes-page' into 'master'Clement Ho2019-04-016-24/+171
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where clicking file header in diff refreshes page Closes #57669 See merge request gitlab-org/gitlab-ce!26422
| * | | | Scroll to diff file when clicking on file name57669-fix-bug-clicking-file-header-refreshes-pageSam Bigelow2019-03-296-24/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add an ID to the diff content - handle clicking on file name in diffFileHeader when it is not a link to another page but rather a link to an element on the page
* | | | | Merge branch 'fj-59547-fix-has-commits' into 'master'Nick Thomas2019-04-012-4/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MergeRequest#has_commits? nil comparison Closes #59547 See merge request gitlab-org/gitlab-ce!26828
| * | | | | Fix MergeRequest#has_commits? nil comparisonFrancisco Javier López2019-04-012-4/+11
|/ / / / /
* | | | | Merge branch 'frozen_string_spec_models' into 'master'Grzegorz Bizon2019-04-01275-11/+583
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add # frozen_string_literal to spec/models See merge request gitlab-org/gitlab-ce!26791
| * | | | | Don't use frozen_string_literal for nowfrozen_string_spec_modelsThong Kuah2019-04-011-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | While we debug why this is failing
| * | | | | Fix license_template_spec to not modify StringThong Kuah2019-04-011-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | Revamp how spec verifies proc#call called only once
| * | | | | Don't modify String in instance_configuration_specThong Kuah2019-04-011-2/+2
| | | | | |
| * | | | | Fix cert_manager_spec to not modify StringThong Kuah2019-04-011-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | Also break up long string to be readable
| * | | | | Add # frozen_string_literal to spec/modelsThong Kuah2019-04-01276-0/+552
| | |_|/ / | |/| | | | | | | | | | | | | Adds `# frozen_string_literal: true` to spec/models ruby files
* | | | | Merge branch 'refactor/services_list_of_apps_responsibility' into 'master'Grzegorz Bizon2019-04-014-47/+32
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dry up and remove responsibilities from services Closes #58646 See merge request gitlab-org/gitlab-ce!26731
| * | | | | Dry up and remove responsibilitiesJoão Cunha2019-04-014-47/+32
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | - Dry create_service.rb and update_service.rb duplicated code - Remove known list of applications responsibility from services - Refactor the complex builders->builder call from base_service.rb
* | | | | Merge branch '59694-markdown-area' into 'master'Phil Hughes2019-04-013-6/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix styleling for `app/assets/stylesheets/framework/markdown_area.scss` See merge request gitlab-org/gitlab-ce!26768
| * | | | | Replaces md-area with position-relative for markdown areasFilipa Lacerda2019-04-013-6/+2
| | | | | |
* | | | | | Merge branch 'patch-49' into 'master'Stan Hu2019-04-011-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update lfs_administration.md to add new line in order to have table draw properly See merge request gitlab-org/gitlab-ce!26827
| * | | | | | Update lfs_administration.md to add new line in order to have table draw ↵Rick Heil2019-04-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | properly
* | | | | | | Merge branch 'ce-10220-link-to-note-from-email' into 'master'Kushal Pandya2019-04-011-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display link to next to note in text email See merge request gitlab-org/gitlab-ce!26695
| * | | | | | | Display link to review note in text emailce-10220-link-to-note-from-emailMark Chao2019-03-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | similar with HTML email
* | | | | | | | Merge branch 'fix_qa_auto_devops_spec' into 'master'Sanad Liaquat2019-04-011-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in QA auto_devops spec See merge request gitlab-org/gitlab-ce!26809
| * | | | | | | | Fix typo in QA auto_devops specfix_qa_auto_devops_specThong Kuah2019-04-011-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'sh-fix-project-branches-merge-status' into 'master'Douwe Maan2019-04-013-5/+30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix API /project/:id/branches not returning correct merge status Closes #56250 See merge request gitlab-org/gitlab-ce!26785
| * | | | | | | | Revise merged branch check to green light up to N branchessh-fix-project-branches-merge-statusStan Hu2019-03-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main point of this check is to ensure we aren't checking all branches, not that we have an exact count.
| * | | | | | | | Fix API /project/:id/branches not returning correct merge statusStan Hu2019-03-303-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24034 introduced a regression where only the first 20 branches were used to determine whether a branch has been merged because the pagination was applied incorrectly. Requesting the second page of branches via the API would always have the wrong merge status. We fix this by properly paginating the branches before requesting their merge status. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56250
* | | | | | | | | Merge branch 'uniq-constraints-on-issue/mr-labels' into 'master'Sean McGivern2019-04-014-1/+30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add a uniq constraints on issues and mrs labels See merge request gitlab-org/gitlab-ce!25435
| * | | | | | | | | add a uniq constraints on issues and mrs labelsAntoine Huret2019-04-014-1/+30
|/ / / / / / / / /
* | | | | | | | | Merge branch '6539-extract-ee-specific-code' into 'master'Rémy Coutable2019-04-013-0/+10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add no-op license helper to CE See merge request gitlab-org/gitlab-ce!26723
| * | | | | | | | | Add no-op license helper to CE6539-extract-ee-specific-codeAlexandru Croitor2019-03-283-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add no-op license helper to CE to make it compatible with EE codebase. Helper will be overwritten in EE to allow for CE specs to be run under EE codebase. https://gitlab.com/gitlab-org/gitlab-ee/issues/6539
* | | | | | | | | | Merge branch 'ce_issue_10672' into 'master'Rémy Coutable2019-04-011-0/+11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE] - Load 'Gitlab::Jira::Middleware' if it exists See merge request gitlab-org/gitlab-ce!26665
| * | | | | | | | | Load 'Gitlab::Jira::Middleware' if it existsFelipe Artur2019-04-011-0/+11
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loads 'Gitlab::Jira::Middleware' only if it exists so this initializer can be backported to CE.
* | | | | | | | | Merge branch 'patch-31' into 'master'Evan Read2019-04-011-5/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify that personal access token should be sent as password for authentication. See merge request gitlab-org/gitlab-ce!22603
| * | | | | | | | | Clarify that personal access token should be sent as password for ↵Tim Hobbs2019-04-011-5/+2
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | authentication.
* | | | | | | | | Merge branch 'patch-48' into 'master'Evan Read2019-04-011-0/+26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the commits.md, more details about how to use the --form method for creating a commit See merge request gitlab-org/gitlab-ce!26329
| * | | | | | | | | Update to the commits.md, more details about how to use the --form method ↵Jochum van der Ploeg2019-04-011-0/+26
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | for creating a commit
* | | | | | | | | Merge branch 'docs-fix-import-mixin-from-ee-else-ce-path-example' into 'master'Evan Read2019-04-011-6/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix example block for mixin from ee-else-ce path See merge request gitlab-org/gitlab-ce!26808
| * | | | | | | | | Fix example block for mixin from ee-else-ce pathdocs-fix-import-mixin-from-ee-else-ce-path-exampleEzekiel Kigbo2019-03-311-6/+7
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sh-fix-image-permissions' into 'master'Evan Read2019-04-013-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove executable permission on images See merge request gitlab-org/gitlab-ce!26800
| * | | | | | | | | Remove executable permission on imagessh-fix-image-permissionsStan Hu2019-03-303-0/+0
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/187433314
* | | | | | | | | Merge branch 'patch-49' into 'master'Evan Read2019-04-011-0/+11
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Update lfs_administration.md to add documentation on Rackspace Cloud Files for... See merge request gitlab-org/gitlab-ce!26720
| * | | | | | | | Update lfs_administration.md to add documentation on Rackspace Cloud Files ↵Rick Heil2019-03-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for LFS object storage, including a note on Fog requiring the temp-url key even when the object container is public ("CDN enabled" in Rackspace terms)
* | | | | | | | | Merge branch 'jira-transition-id-field' into 'master'Evan Read2019-04-011-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jira Services Doc update to String See merge request gitlab-org/gitlab-ce!26683
| * | | | | | | | | Jira Services Doc update to Stringjira-transition-id-fieldDavin Walker2019-03-271-1/+1
| | | | | | | | | |