pulumi/pkg/resource/deploy
Joe Duffy 29c2a2e08f
Elide the root stack in parent URNs
Every single resource has a type prefix of

    pulumi:pulumi:Stack$

which makes URNs quite lengthy without adding any value.  Since
they all have this prefix, adding it doesn't help to disambiguate.

This change skips adding the parent URN part when it is the built-in
automatic stack type name.
2017-12-05 13:41:26 -08:00
..
plan.go Track resources that are pending deletion in checkpoints. 2017-10-18 17:09:00 -07:00
plan_apply.go Elide the root stack in parent URNs 2017-12-05 13:41:26 -08:00
plan_test.go Always add 8 chars of randomness to URN names we create. Error if that exceeds the max length allowed for that resource. (#500) 2017-12-04 14:50:55 -08:00
snapshot.go Add a manifest to checkpoint files (#630) 2017-12-01 13:50:32 -08:00
source.go Simplify RPC changes 2017-11-29 12:08:01 -08:00
source_eval.go Decrypt configuration nearer to its use. 2017-12-04 17:10:40 -08:00
source_fixed.go Bring back component outputs 2017-11-29 07:42:14 -08:00
source_null.go Bring back component outputs 2017-11-29 07:42:14 -08:00
step.go Bring back stack outputs (#650) 2017-12-05 13:01:54 -08:00
target.go Decrypt configuration nearer to its use. 2017-12-04 17:10:40 -08:00