- 06 Jul, 2017 40 commits
-
-
Douwe Maan authored
Namespace license checks for multiple assignees Closes #2564 See merge request !1916
-
Sean McGivern authored
Slack application service See merge request !2259
-
James Edwards-Jones authored
-
Achilleas Pipinellis authored
Update Geo documentation to use PostgreSQL replication slots Closes #1844 See merge request !2245
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Douwe Maan authored
Don't use TestLicense.destroy! as it triggers License.block_changes? which will block funcionality unintentionally
-
Toon Claes authored
They are confusing.
-
Toon Claes authored
Only if the issuable allows multiple assignees the `/reassign` command should be enabled. While at it, put all EE-specific Quick Action in a separate file. Also, port back the original CE specs of QuickActionsServices and put the differences in a separate EE-only file.
-
Toon Claes authored
Take over the original CE specs and put the EE-specific specs to a separate file. The CE spec has `TestLicense.destroy!` to make EE act like EE.
-
Toon Claes authored
Simply because it's no longer used.
-
Toon Claes authored
-
Toon Claes authored
Only Issue might allow multiple assignees, but only when the multiple_issue_assignees feature is available. Do this check in Issue itself, instead of a type-based check in Issuable.
-
Toon Claes authored
Make sure that EE acts as CE when there is no valid license. So reactivate the original CE specs and put the licensed EE specs in separate files.
-
Toon Claes authored
Using this helper will make it easier in the future to find all places where the TestLicense is activated or deactivated.
-
Toon Claes authored
-
Toon Claes authored
And bring back in sync with CE.
-
Toon Claes authored
-
Toon Claes authored
Depending if Multiple Issue Assignees are enabled, make it possible to assign multiple users to an issue.
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
Set the assignee to last user in the array if multiple assignees aren't allowed. Also, use `parse_params` where possible.
-
Toon Claes authored
To make it simpler to assign users to an Issuable, make MergeRequest support the attribute `assignee_ids`.
-
Toon Claes authored
The /reassign quick command should work even when no multiple assignees are allowed of there isn't any assignee yet. For consistency, it will also be backported to CE. The functionality will be the same as the /assign quick action.
-
Toon Claes authored
The /reassign slash command only is used in EE, so move it outside the shared code to avoid merge conflicts.
-
Toon Claes authored
The list of attributes for the filtered search input was getting long, so use a helper method to fill that hash. Also, for multiple issue assignees, a helper is more convenient because it would allow EE to override the behavior if MIA is supported.
-
Luke "Jared" Bennett authored
Pass multiple assignee availability boolean to FE and set for use in FilteredSearchTokenKeysIssuesEE
-
Toon Claes authored
Instead of checking in `SlashCommands::InterpretService` what the issuable the type of the issuable is, ask the issuable if it is capable to do those thing and implement it in the issuable itself. The issuable will check if it's possible and if the licensed feature is available. This should also make it easier to ever add multiple assignees to MergeRequests.
-
Toon Claes authored
Depending if Multiple Issue Assignees are enabled, make it possible to assign multiple users to an issue.
-
Toon Claes authored
Instead of telling the `FormHelper#issue_assignees_dropdown_options` if there are multiple assignees enabled, make it figure it out itself. The implementation for CE will never have multiple assignees. `EE::FormHelper#issue_assignees_dropdown_options` will have it if the feature is enabled in the license.
-
Toon Claes authored
-
Valery Sizov authored
-
Douwe Maan authored
Fix EE conflicts for 'Fix `migration:path` build for "Honor the 'Remember me' parameter for OAuth-based login"' See merge request !2355
-
Marin Jankovski authored
Update alpha database documentation to reflect change in attribute See merge request !2252
-
Phil Hughes authored
Improve state management for deploy boards with realtime data Closes #2677 See merge request !2311
-
Filipa Lacerda authored
-
Sean McGivern authored
EE: Add foreign keys to various tables that point to the "projects" table See merge request !2223
-