summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update VERSION to 11.3.0-rc7v11.3.0-rc7GitLab Release Tools Bot2018-09-111-1/+1
|
* Merge branch '51318-project-export-broken-when-avatar-is-set' into 'master'11-3-stable-prepare-rc7Grzegorz Bizon2018-09-115-12/+38
| | | | | | | Resolve "Project export broken when avatar is set" Closes #51318 See merge request gitlab-org/gitlab-ce!21649
* Merge branch 'fix-namespace-upload' into 'master'Kamil Trzciński2018-09-113-0/+15
| | | | | | | Fix workhorse temp path for namespace uploads Closes gitlab-ee#7009 See merge request gitlab-org/gitlab-ce!21650
* Merge branch '51375-fix-activity-pages' into 'master'Robert Speicher2018-09-112-1/+36
| | | | | | | Fix the group and project activity pages Closes #51375 See merge request gitlab-org/gitlab-ce!21674
* Update VERSION to 11.3.0-rc6v11.3.0-rc6GitLab Release Tools Bot2018-09-111-1/+1
|
* Merge branch 'sh-fix-ee-issue-7543' into 'master'Bob Van Landuyt2018-09-111-10/+18
| | | | | | | Add stub methods for FakeApplicationSetting Closes gitlab-ee#7543 See merge request gitlab-org/gitlab-ce!21662
* Merge branch '51268-clear-in-memory-application-settings-between-examples' ↵Robert Speicher2018-09-103-0/+12
| | | | | | | | | into 'master' Resolve "Changes in in-memory application settings in one spec can break another spec" Closes #51268 See merge request gitlab-org/gitlab-ce!21638
* Merge branch 'qa-fix-specs-runner-when-args-given' into 'master'Rémy Coutable2018-09-102-21/+46
| | | | | [QA] Fix arguments passed to RSpec::Core::Runner See merge request gitlab-org/gitlab-ce!21578
* Merge branch ↵Achilleas Pipinellis2018-09-101-5/+1
| | | | | | | | | 'docs/51295-update-documentation-for-interactive-web-terminals-to-remove-beta-indicator' into 'master' Remove beta from web terminal documentation Closes #51295 See merge request gitlab-org/gitlab-ce!21641
* Merge branch 'sh-bump-gitlab-shell-8.3.1' into 'master'Bob Van Landuyt2018-09-101-1/+1
| | | | | Bump gitlab-shell to 8.3.1 See merge request gitlab-org/gitlab-ce!21648
* Merge branch '21371-changelog' into 'master'Rémy Coutable2018-09-101-0/+5
| | | | | Add changelog to !21371 See merge request gitlab-org/gitlab-ce!21615
* Merge branch 'bvl-move-import-common-metrics-migration' into 'master'Kamil Trzciński2018-09-101-0/+2
| | | | | | | Reset column information before running CommonMetricsImporter Closes #51305 See merge request gitlab-org/gitlab-ce!21647
* Update VERSION to 11.3.0-rc5v11.3.0-rc5GitLab Release Tools Bot2018-09-101-1/+1
|
* Merge branch 'sh-fix-ldap-qa' into 'master'Rémy Coutable2018-09-101-1/+1
| | | | | Fix LDAP QA specs failing due to button change See merge request gitlab-org/gitlab-ce!21622
* Merge branch 'dks-update-templates-licenses-11-3' into 'master'Bob Van Landuyt2018-09-1019-563/+93
| | | | | Update templates and licenses for 11.3 See merge request gitlab-org/gitlab-ce!21611
* Merge branch 'master' into 11-3-stable-prepare-rc5Bob Van Landuyt2018-09-10614-4772/+10194
|\
| * Merge branch '51281-on-master-diff-view-contains-extra-and-signs' into 'master'Phil Hughes2018-09-103-4/+19
| |\ | | | | | | | | | | | | | | | | | | Resolve "On master, inline diff view contains extra `+` and `-` signs" Closes #51281 See merge request gitlab-org/gitlab-ce!21634
| | * Resolve "On master, inline diff view contains extra `+` and `-` signs"Tim Zallmann2018-09-103-4/+19
| |/
| * Merge branch 'sidekiq-query' into 'master'Rémy Coutable2018-09-101-0/+20
| |\ | | | | | | | | | | | | Disable query limit counter in sidekiq See merge request gitlab-org/gitlab-ce!21470
| | * Disable query limit counter in sidekiqJan Provaznik2018-09-041-0/+20
| | | | | | | | | | | | | | | Inside Sidekiq the request is whitelisted to avoid increasing query counter.
| * | Merge branch 'api-promote-find-branch' into 'master'Rémy Coutable2018-09-104-11/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | API: Use find_branch! in all places Closes #51250 See merge request gitlab-org/gitlab-ce!21614
| | * | Fix rubocopRobert Schilling2018-09-081-5/+3
| | | |
| | * | API: Use find_branch! in all placesRobert Schilling2018-09-084-11/+15
| | | |
| * | | Merge branch 'sh-fix-failing-instances-statistics-spec' into 'master'Rémy Coutable2018-09-101-0/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly enable usage ping for instance statistics spec Closes #51294 See merge request gitlab-org/gitlab-ce!21629
| | * | | Explicitly enable usage ping for instance statistics specStan Hu2018-09-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This is similar to https://gitlab.com/gitlab-org/gitlab-ee/issues/7511, but the root cause is https://gitlab.com/gitlab-org/gitlab-ce/issues/51268.
| * | | | Merge branch 'sh-fix-new-project-qa' into 'master'Grzegorz Bizon2018-09-101-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix QA builds failing due to change in new project page behavior Closes gitlab-qa#322 See merge request gitlab-org/gitlab-ce!21621
| | * | | | Fix QA builds failing due to change in new project page behaviorStan Hu2018-09-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21386 re-introduced the explicit creation of the project name separate from the project path. Filling in the name does automatically populate the path, but the reverse is not true. We now fill in the name instead of the path. Closes https://gitlab.com/gitlab-org/gitlab-qa/issues/322
| * | | | | Merge branch '38208-due-dates-system-notes' into 'master'Stan Hu2018-09-096-2/+57
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add system note when due date is changed Closes #38208 See merge request gitlab-org/gitlab-ce!21628
| | * | | | | Add system note when due date is changedEva Kadlecová2018-09-096-2/+57
| | | | | | |
| * | | | | | Merge branch 'fix-invite-group-spec-ee' into 'master'Robert Speicher2018-09-091-9/+8
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Update invite_group_spec to be consistent with EE See merge request gitlab-org/gitlab-ce!21608
| | * | | | | Update invite_group_spec to be consistent with EEDennis Tang2018-09-071-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The check for the "Invite member" tab for the test where a project cannot be shared with groups isn't relevant, and needs to be removed since in EE the visibility rules for the tab are different due to both the group and membership lock capabilities.
| * | | | | | Merge branch 'sh-fix-cohorts-spec-ce'Stan Hu2018-09-091-0/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Fix spec/features/instance_statistics/cohorts_spec.rbsh-fix-cohorts-spec-ceStan Hu2018-09-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If one spec disables the usage ping in the in-memory application settings (e.g. spec/features/usage_stats_consent_spec.rb), then this spec will fail. To work around this problem, we enable the usage ping explicitly in the setup phase. Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7290
| * | | | | | Merge branch '51267-remove-gitlab-gitaccess-authed_via_jwt' into 'master'Stan Hu2018-09-081-6/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Remove Gitlab::GitAccess#authed_via_jwt?" Closes #51267 See merge request gitlab-org/gitlab-ce!21610
| | * | | | | Remove Gitlab::GitAccess#authed_via_jwt?Ash McKenzie2018-09-081-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously overridden in EE but no longer required.
| * | | | | | Merge branch '48167-fix-outdated-discussions-new-datastructure' into 'master'Tim Zallmann2018-09-088-8/+166
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Merge requests show outdated discussions on changes tab" Closes #48167 See merge request gitlab-org/gitlab-ce!21543
| | * | | | | | Resolve "Merge requests show outdated discussions on changes tab"André Luís2018-09-088-8/+166
| |/ / / / / /
| * | | | | | Merge branch 'sh-fix-scope-error-container-repo' into 'master'Stan Hu2018-09-081-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix scoping errors occuring for ContainerRepository on some builds See merge request gitlab-org/gitlab-ce!21612
| | * | | | | | Fix scoping errors occuring for ContainerRepository on some buildsStan Hu2018-09-071-1/+1
| | |/ / / / /
| * | | | | | Merge branch '2934-create-new-project-re-add-project-name-field' into 'master'Tim Zallmann2018-09-0814-25/+124
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Create new project: Re-add project name field" Closes #2934 See merge request gitlab-org/gitlab-ce!21386
| | * | | | | Resolve "Create new project: Re-add project name field"Martin Wortschack2018-09-0814-25/+124
| |/ / / / /
| * | | | | Merge branch 'sh-bump-gitlab-shell-8-3-0' into 'master'Stan Hu2018-09-081-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gitlab-shell to 8.3.0 See merge request gitlab-org/gitlab-ce!21607
| | * | | | | Bump gitlab-shell to 8.3.0Stan Hu2018-09-071-1/+1
| | |/ / / /
| * | | | | Merge branch ↵Stan Hu2018-09-085-5/+24
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '51233-process-urls-with-spaces-to-support-old-attachment-uploads-2' into 'master' Resolve "Process urls with spaces in all markdown processing" Closes #51233 See merge request gitlab-org/gitlab-ce!21602
| | * | | | | Resolve "Process urls with spaces in all markdown processing"Brett Walker2018-09-085-5/+24
| |/ / / / /
| * | | | | Merge branch 'tz-mr-new-datastructure' into 'master'Mike Greiling2018-09-0737-530/+890
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vue MR Page - Data structure update See merge request gitlab-org/gitlab-ce!21062
| | * | | | | Fix for a check that fails if no file can be selectedTim Zallmann2018-09-081-42/+46
| | | | | | |
| | * | | | | Fix typo on targetLine in mutationAndré Luís2018-09-071-1/+1
| | | | | | |
| | * | | | | Cosmetic changes to let setupTim Zallmann2018-09-073-57/+48
| | | | | | |
| | * | | | | Adapted so utils + actions don't include any mutations and mutations are ↵Tim Zallmann2018-09-077-109/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | always against state