- 14 Jul, 2017 8 commits
-
-
Sean McGivern authored
Fix implicit license plans Closes #2929 See merge request !2427
-
Dmitriy Zaporozhets authored
CE upstream: Thursday Closes gitlab-shell#92, gitaly#356, gitlab-ce#34853, and gitlab-ce#34941 See merge request !2422
-
Nick Thomas authored
Licenses without a plan specified need to act as though they are EES. This is currently implemented for licenses that don't include a plan in their data at all, but if `plan: nil` or `plan: ""` is set, the customer loses access to a number of features with license checks added in 9.4. This commit changes the license check to use the starter plan in those cases too.
-
Filipa Lacerda authored
Add a license check for permissions to users/groups on protected refs Closes #2574 See merge request !2320
-
Dmitriy Zaporozhets authored
Document Code Quality limitation See merge request !2428
-
Achilleas Pipinellis authored
-
Douwe Maan authored
Merge request approvals before merge should be nil if unavailable Closes gitlab-ce#35082 See merge request !2426
-
Nick Thomas authored
-
- 13 Jul, 2017 32 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
kushalpandya authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
So they are reusable for EE later
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
When there were `AccessLevels` for users/groups in the protected branch. The CE view doesn't handle those correctly. So a specific view for EE has been added to deal with the case. It also shows the users/groups that still have access.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
In this case `app/models/concerns/protected_ref_access` had EE specific code in `app/models/ee/protected_ref_access`. It should have been `app/models/concerns/ee/protected_ref_access`.
-
Bob Van Landuyt authored
That way they are available to the dispatcher and don't need to be imported there.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
And bring the views from CE into EE as a fallback when the feature isn't available
-
Bob Van Landuyt authored
And move the EE files into `EE` folder.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
When the feature isn't available
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
And move the EE-specifics into a separate bundle
-
Bob Van Landuyt authored
And restore the CE views to be able to fall back to them when the feature is not available
-
Bob Van Landuyt authored
-
Grzegorz Bizon authored
Don't allow removing MR approvers when project setting is set Closes #2807 See merge request !2395
-
Valery Sizov authored
-
Sean McGivern authored
When the `disable_overriding_approvers_per_merge_request` setting is set, we shouldn't let people remove approvers or groups from merge requests, but should let them do so from the project.
-
Valery Sizov authored
-
Tim Zallmann authored
Added audit logs to new admin sidebar Closes #2920 See merge request !2421
-
Phil Hughes authored
Fix duplicate related issue reference inserted when using autocomplete Closes #2914 See merge request !2420
-
Nick Thomas authored
-
Filipa Lacerda authored
Truncate job on environment view Closes #34835 See merge request !12818
-