Fixes issue #2 - eliminate getAllDeploymentProjects lookup with autocomplete against rest api
Merged pull request
Merged in eddiewebb/bamboo-after-deployment-trigger/issue-2-non-admin-performance (pull request #2)
- 682d9b8
- Author: Eddie Webbinaro
- Closed by: Alexey Chystoprudov
- 2018-02-21
Fixes issue #2 by eliminating getAllDeploymentProjects lookup with autocomplete against rest api
Uses bamboos quicksearch api to dynamically load deployment project as user types
removed deploymentProjects list from configurator class, but now passes existing name if set to pre-load dropdown on edit.
With these changes I saw no distinction between needs of ..ForEdit and ..ForView, so they both call the same shared methods to populate project ID & Name, and Environment list &ID
(I also updated to bamboo 6.3 so I could use specs to pre-populate large volume of deploys, and eliminated fastdev/cli in favor of new quickreload approach, but neither is important to the functionality at hand)