summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Hide archived projects from `shared_projects`bvl-hide-archived-shared-projectsBob Van Landuyt2018-06-042-2/+13
| | | | | Since we don't show the archived projects, we shouldnot load them and pass them to the fronted to be filtered out again.
* Merge branch 'github-import-docs' into 'master'Achilleas Pipinellis2018-06-0413-119/+348
|\ | | | | | | | | Update GitHub import instructions See merge request gitlab-org/gitlab-ce!19373
| * Port repository mirroring from EEgithub-import-docsAchilleas Pipinellis2018-06-0411-5/+245
| |
| * Copyedit GitHub importer docsAchilleas Pipinellis2018-06-042-64/+103
| |
| * Update GitHub import instructions (github.md)Mike Lewis2018-06-041-111/+61
| |
* | Merge branch '6022-ee-extract-slash_commands-in-ce' into 'master'Nick Thomas2018-06-041-8/+10
|\ \ | | | | | | | | | | | | Backport EE SlashCommand Refactor See merge request gitlab-org/gitlab-ce!19177
| * | Backport EE SlashCommand RefactorMark Chao2018-06-041-8/+10
|/ /
* | Merge branch 'rails5-fix-46281' into 'master'Yorick Peterse2018-06-042-2/+12
|\ \ | | | | | | | | | | | | | | | | | | Rails5 fix arel from Closes #46281 See merge request gitlab-org/gitlab-ce!19340
| * | Rails5 Fix arel fromJasper Maes2018-06-022-2/+12
| | |
* | | Merge branch 'workhorse-4-3-0' into 'master'Douwe Maan2018-06-041-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Update to GitLab Workhorse v4.3.0 See merge request gitlab-org/gitlab-ce!19313
| * | | Update to GitLab Workhorse v4.3.0Nick Thomas2018-06-011-1/+1
| | | |
* | | | Merge branch 'fj-34526-enabling-wiki-search-by-title' into 'master'Douwe Maan2018-06-0414-107/+159
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Add ability to search wiki titles Closes #34526 See merge request gitlab-org/gitlab-ce!19112
| * | | Add ability to search wiki titlesFrancisco Javier López2018-06-0414-107/+159
|/ / /
* | | Merge branch 'sh-fix-source-project-nplus-one' into 'master'47213-epics-page-styling-is-brokenSean McGivern2018-06-042-1/+6
|\ \ \ | | | | | | | | | | | | | | | | Fix N+1 with source_projects in merge requests API See merge request gitlab-org/gitlab-ce!19346
| * | | Fix N+1 with source projects in merge requests APIsh-fix-source-project-nplus-oneStan Hu2018-06-032-1/+6
| | | | | | | | | | | | | | | | | | | | Now that we are checking `MergeRequest#for_fork?`, we also need the source project preloaded for a merge request.
* | | | Merge branch 'bvl-bump-gitlab-shell-7-1-3' into 'master'Douwe Maan2018-06-042-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Bump gitlab-shell to 7.1.3 See merge request gitlab-org/gitlab-ce!19358
| * | | | Bump gitlab-shell to 7.1.3bvl-bump-gitlab-shell-7-1-3Bob Van Landuyt2018-06-042-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes the change that prints the @username of a user instead of the full name. https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/204
* | | | | Merge branch 'ide-highlighter-type-fox' into 'master'Filipa Lacerda2018-06-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typo in commit message help popover Closes #47060 See merge request gitlab-org/gitlab-ce!19314
| * | | | | Fixed typo in commit message help popoveride-highlighter-type-foxPhil Hughes2018-06-011-1/+1
| | | | | | | | | | | | | | | | | | Closes #47060
* | | | | | Merge branch 'sh-fix-issue-43981' into 'master'Douwe Maan2018-06-042-22/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix intermittent failing spec in spec/support/helpers/cycle_analytics_helpers.rb Closes #43981 See merge request gitlab-org/gitlab-ce!19338
| * | | | | | Fix intermittent failing spec in spec/support/helpers/cycle_analytics_helpers.rbsh-fix-issue-43981Stan Hu2018-06-022-22/+21
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a race condition in the spec where if the commit is created on disk within a second of the frozen `Timecop` time, the test fails. Closes #43981
* | | | | | Merge branch 'sh-fix-secrets-not-working' into 'master'Douwe Maan2018-06-045-12/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix attr_encryption key settings Closes #47166 See merge request gitlab-org/gitlab-ce!19341
| * | | | | | Fix missing key change in ↵sh-fix-secrets-not-workingStan Hu2018-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 20171124104327_migrate_kubernetes_service_to_new_clusters_architectures.rb
| * | | | | | Fix attr_encryption key settingsStan Hu2018-06-024-11/+23
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attr_encrypted does different things with `key` depending on what mode you are using: 1. In `:per_attribute_iv_and_salt` mode, it generates a hash with the salt: https://github.com/attr-encrypted/encryptor/blob/c3a62c4a9e74686dd95e0548f9dc2a361fdc95d1/lib/encryptor.rb#L77. There is no need to truncate the key to 32 bytes here. 2. In `:per_attribute_iv` mode, it sets the key directly to the password, so truncation to 32 bytes is necessary. Closes #47166
* | | | | | Merge branch 'sh-add-missing-squash-param-api-docs' into 'master'Achilleas Pipinellis2018-06-041-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing squash parameter in doc/api/merge_requests.md See merge request gitlab-org/gitlab-ce!19260
| * | | | | | Fix missing squash parameter in doc/api/merge_requests.mdsh-add-missing-squash-param-api-docsStan Hu2018-05-301-0/+1
| | | | | | |
* | | | | | | Merge branch 'per-project-pipeline-iid' into 'master'Grzegorz Bizon2018-06-0423-28/+165
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add per-project pipeline id (Use `AtomicInternalId`) Closes #3691 See merge request gitlab-org/gitlab-ce!18558
| * | | | | | Fix wording in spec. Add PIPELINE_IID in examples of debugged variables in ↵per-project-pipeline-iidShinya Maeda2018-06-042-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | documants.
| * | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-043-5/+10
| |\ \ \ \ \ \
| * | | | | | | Reveert build_relations and simply add a line for creating iidShinya Maeda2018-06-022-16/+10
| | | | | | | |
| * | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-02260-2821/+4028
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Use shared examples for populate specShinya Maeda2018-06-012-20/+18
| | | | | | | |
| * | | | | | | Remove unneccesary specShinya Maeda2018-06-012-15/+1
| | | | | | | |
| * | | | | | | Clean up presence validation specShinya Maeda2018-06-012-11/+20
| | | | | | | |
| * | | | | | | Add spec for variables expressions with pipeline iidShinya Maeda2018-06-011-13/+32
| | | | | | | |
| * | | | | | | Fix populate_specShinya Maeda2018-06-011-3/+3
| | | | | | | |
| * | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-01422-18273/+4478
| |\ \ \ \ \ \ \
| * | | | | | | | Add spec for variables expressionShinya Maeda2018-05-303-17/+53
| | | | | | | | |
| * | | | | | | | Add build_relations method in Chain::PopulateShinya Maeda2018-05-302-7/+13
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-30266-1827/+4217
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-28942-4640/+7436
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remvoe disable_ddl_transaction! and redandant RecordNotUnique exception rescueShinya Maeda2018-05-223-24/+7
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-22396-2172/+3606
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-17208-3860/+2447
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Clarify scope for AtomicInternalId shared specShinya Maeda2018-05-146-3/+9
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-1478-638/+1263
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix static analysysShinya Maeda2018-05-117-9/+9
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Rescue RecordNotUnique when pipeline is created with non-unique iidShinya Maeda2018-05-114-14/+35
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove numericality as it's redandant with integer column and validates nil IIDShinya Maeda2018-05-114-3/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-1140-269/+359
| |\ \ \ \ \ \ \ \ \ \ \ \ \