- 12 Sep, 2017 7 commits
-
-
Rubén Dávila authored
-
Robert Speicher authored
CE upstream: Friday Closes gitaly#485, gitaly#530, #3352, gitlab-ce#37241, gitaly#520, gitlab-ce#37023, gitaly#521, #3125, gitaly#502, and gitlab-ce#36821 See merge request !2865
-
Douwe Maan authored
CSV export time tracking info docs See merge request !2884
-
Lin Jen-Shin authored
This fixed https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/32313185 and this only happened on MySQL, because without this, the user would have another namespace, and both namespaces are belonging to the user here. However user.namespace would only return one namespace, which one is database dependent. Even worse, since there's no ORDER BY, it should be considered completely random. We should refactor User#ensure_namespace_correct in the future.
-
Grzegorz Bizon authored
Fix Issuable#labels_hash when filtered by multiple labels for CSV export Closes gitlab-ce#34217 See merge request !2852
-
Kamil Trzciński authored
ObjectStoreUploader#migrate! uses with_callbacks to trigger verify_license! Closes #3370 See merge request !2863
-
Robert Speicher authored
-
- 11 Sep, 2017 25 commits
-
-
Tim Zallmann authored
-
-
Robert Speicher authored
Reset all connection schema cache after migration tests See merge request !14195
-
Robert Speicher authored
Fix user access due to having multiple identities See merge request !2886
-
Robert Speicher authored
-
Jarka Kadlecova authored
-
Rubén Dávila authored
-
Felipe Artur authored
Group issue board docs See merge request !2882
-
Victor Wu authored
-
Stan Hu authored
Add missing cascading deletes on foreign keys for group_id Closes #3343, #3344, and gitlab-ce#37311 See merge request !2878
-
Lin Jen-Shin authored
This is an attempt for the EE part for: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12968
-
Victor Wu authored
Fix links and typo See merge request !2883
-
Jarka Kadlecova authored
-
Lin Jen-Shin authored
-
Jarka Kadlecova authored
-
Victor Wu authored
-
Victor Wu authored
-
Rémy Coutable authored
Fix branch name regex not saving in /admin/push_rule page Closes #3383 See merge request !2877
-
Douwe Maan authored
Remove ignore_column from GeoNode See merge request !2777
-
Winnie Hellmann authored
-
Lin Jen-Shin authored
* ee/master: index project settings doc from other indexes copyedit fixes link Add a unique index on project_id to the Geo project_registry table Update K8s docs to match CE Merge branch 'docs-new-topic-projects-settings' into 'master' fix small typos in ldap.md add ce to ee instructions for 10.0
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
Bad resolution from https://gitlab.com/gitlab-org/gitlab-ee/commit/a58f22114d38fc98acfdf7e1d6bea85bc6f00df1 We need https://gitlab.com/gitlab-org/gitlab-ce/issues/37568
-
Lin Jen-Shin authored
This reverts commit 81d44ae4.
-
- 10 Sep, 2017 3 commits
-
-
Toon Claes authored
`system_hook_id` was removed in gitlab-org/gitlab-ee!2644. This removed the `ignore_column` from GeoNode. And will be merged in a later release (= 10.1).
-
Stan Hu authored
It was possible to grant access to a group to do things to protected branches or tags, but if the group were deleted, the deletion might fail due to a message such as the following: ``` ActiveRecord::InvalidForeignKey: PG::ForeignKeyViolation: ERROR: update or delete on table "namespaces" violates foreign key constraint "fk_rails_7111b68cdb" on table "protected_branch_push_access_levels" DETAIL: Key (id)=(1827859) is still referenced from table "protected_branch_push_access_levels". : DELETE FROM "namespaces" WHERE "namespaces"."type" IN ('Group') AND "namespaces"."id" = 1827859 ``` This MR fixes this by adding missing cascading deletions to the group_id foreign keys in the following tables: * protected_branch_merge_access_levels * protected_branch_push_access_levels * protected_tag_create_access_levels Closes #3343, #3344, gitlab-org/gitlab-ce#37311
-
Stan Hu authored
Missing permitted param caused this field never to be saved. Closes #3383
-
- 08 Sep, 2017 5 commits
-
-
Lin Jen-Shin authored
a58f2211
-
Lin Jen-Shin authored
-
Achilleas Pipinellis authored
Docs: quick fix - indexes project settings See merge request !2873
-
Phil Hughes authored
-
Achilleas Pipinellis authored
Update Helm Chart docs from CE - docs Closes #3384 See merge request !2871
-