- 07 Jul, 2017 35 commits
-
-
Douwe Maan authored
Add a license check on multiple issue boards Closes #2567 See merge request !2317
-
Job van der Voort authored
Add new doc to Burndown Charts + use cases See merge request !2364
-
Job van der Voort authored
Overview and use cases for Service Desk See merge request !2337
-
Marcia Ramos authored
-
Job van der Voort authored
Add overview and use cases for MR-related docs See merge request !2350
-
Marcia Ramos authored
-
Marcia Ramos authored
-
Sean McGivern authored
Only show LDAP sync in progress flash banner on first login See merge request !2322
-
Bob Van Landuyt authored
We only overwrite `can_create_board?` so it allows creating multiple boards when available.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
And show a mention to the users so they know their boards didn't disappear.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
The `app/controllers/projects/boards_controller.rb` is identical to the CE version by doing this. I've split up the `spec/controllers/projects/boards_spec.rb` into the logic that is on CE en what is on EE. However, they have diverged. So they are likely (however less than before) to cause conflicts in the future. We'd need to move the EE specific spec logic for `Projects::BoardsController#index` & `Projects::BoardsController#show` into `spec/controllers/ee/projects/boards_controller.rb` however, some of the tests in EE have been improved, so those improvements would need to be ported to CE.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Valery Sizov authored
CE upstream: Thursday See merge request !2361
-
Grzegorz Bizon authored
Add optional sha parameter when approving an MR through the API Closes #2394 See merge request !2370
-
Bob Van Landuyt authored
-
Sean McGivern authored
Fix creation of push rules via POST API Closes #2820 See merge request !2367
-
Job van der Voort authored
Split docs for canary deployments and add use cases See merge request !2359
-
Achilleas Pipinellis authored
-
Nick Thomas authored
-
Job van der Voort authored
Refactor push rules docs See merge request !2362
-
Achilleas Pipinellis authored
-
Job van der Voort authored
Add use cases for Deploy Boards See merge request !2357
-
Achilleas Pipinellis authored
-
Nick Thomas authored
-
Grzegorz Bizon authored
All artifacts are now browsable Closes #2619 See merge request !2356
-
Sean McGivern authored
This works exactly like the same param when merging an MR. We don't need this in the UI, because you already get a warning in the widget when the source branch HEAD changes while you're on the page.
-
Stan Hu authored
If the `max_file_size` parameter were not specified, Grape would default that value to `nil`, which prevents the model from being validated and saved. As a result, users would see a JSON response that had an `id` of `nil`, and the push rule was never created. Closes #2820
-
Robert Speicher authored
[EE] Fix some N+1 queries in the GET /projects API See merge request !2363
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nick Thomas authored
-
- 06 Jul, 2017 5 commits
-
-
Marcia Ramos authored
-
Marcia Ramos authored
- add use cases for milestones - delete the content of bd chart [moved to its own doc (last commit)]
-
Marcia Ramos authored
drives the attention of the CE user to the existence of burndown charts
-
Marcia Ramos authored
- create new doc for bd charts - add overview and use cases - add the content from milestones/index.md - copyedit bd charts existing text
-
Douwe Maan authored
Geo: Added extra SystemCheck checks Closes #2860 and #2469 See merge request !2354
-