pulumi/pkg/backend/cloud
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
..
client Remove some calls to ...repo/project/stacks. 2018-03-28 12:47:12 -07:00
backend.go Remove some calls to ...repo/project/stacks. 2018-03-28 12:47:12 -07:00
context.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
context_test.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack.go Add support for service-managed stacks. (#1067) 2018-03-22 10:42:43 -07:00
state.go Add support for service-managed stacks. (#1067) 2018-03-22 10:42:43 -07:00