pulumi/pkg
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
..
apitype Add support for service-managed stacks. (#1067) 2018-03-22 10:42:43 -07:00
backend Remove some calls to ...repo/project/stacks. 2018-03-28 12:47:12 -07:00
diag Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
encoding Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
engine Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
graph Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
operations Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
resource Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
testing Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
tokens Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
tools Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
util Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
version Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
workspace Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00