pulumi/pkg/backend
Pat Gavlin 4c527410a3 Remove some calls to ...repo/project/stacks.
This endpoint is relatively expensive, as it returns a large amount of
data for each stack (essentially the stack's entire checkpoint). We
currently call this endpoint in a few places that really just need
information about a single stack. In these places we should simply
interact with that stack directly.

After these changes, there is only one call to the `stacks` endpoint on
the startup path: `upgradeConfigurationFiles` loops over all of the
stacks in each backend and attempts to upgrade each stack's
configuration. Once we no longer need to do this we will not be hitting
the `stacks` endpoint on each CLI invocation.
2018-03-28 12:47:12 -07:00
..
cloud Remove some calls to ...repo/project/stacks. 2018-03-28 12:47:12 -07:00
local Enable logs for managed stacks. 2018-03-27 14:29:10 -07:00
state Remove some calls to ...repo/project/stacks. 2018-03-28 12:47:12 -07:00
backend.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
display.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
updates.go Add deployment to UpdateInfo (#1013) 2018-03-08 13:56:59 -08:00