summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add changelog42751-rename-master-to-maintainerMark Chao2018-06-041-0/+5
|
* fix lock specMark Chao2018-06-041-2/+2
|
* docMark Chao2018-06-047-8/+8
|
* policyMark Chao2018-06-041-1/+1
|
* lock permissionMark Chao2018-06-042-2/+2
|
* group runnersMark Chao2018-06-043-10/+10
|
* change wordingMark Chao2018-06-044-5/+5
|
* docMark Chao2018-06-0410-14/+14
|
* wordingMark Chao2018-06-041-2/+2
|
* View updateMark Chao2018-06-043-4/+4
|
* Doc updateMark Chao2018-06-0419-50/+50
|
* Fix specMark Chao2018-06-044-6/+6
|
* Rename “Developers + Masters”Mark Chao2018-06-046-11/+11
|
* Rename master to maintainerMark Chao2018-06-042-9/+9
|
* 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
| | | | | | | | | | | |