pulumi/pkg/resource/deploy
joeduffy be9ead855d Eliminate the same prefix
Recently, we eliminated bright black text, which IMHO makes the
"same" lines really stand out more than we want them to. This is
partly just due to the heavyweight nature of the "*" character,
which we precede every line with. This has the effect of making it
toughter to scan the update to see what's going to happen. The goal
of SpecUnimportant (bright black) was that we wanted to draw less
attention to certain elements of the CLI text -- and have them fade
into the background (apparently it was too successful at this ;-))

So, this change eliminates the "*" prefix for same operations
altogether. It reads better to my eyes and keeps the original intent.
2018-09-22 13:34:43 -07:00
..
deploytest Fix provider cancellation. (#1914) 2018-09-10 15:18:25 -07:00
providers Validate type tokens before using them (#1904) 2018-09-07 15:19:18 -07:00
plan.go Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
plan_executor.go Retire pending deletions at start of plan (#1886) 2018-09-10 16:48:14 -07:00
plan_test.go Add a list of in-flight operations to the deployment (#1759) 2018-08-10 21:39:59 -07:00
snapshot.go Add a list of in-flight operations to the deployment (#1759) 2018-08-10 21:39:59 -07:00
source.go Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
source_error.go Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
source_eval.go Validate type tokens before using them (#1904) 2018-09-07 15:19:18 -07:00
source_eval_test.go Implement status sinks 2018-08-31 15:56:53 -07:00
source_fixed.go Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
source_null.go Reimplement refresh. (#1814) 2018-08-22 17:52:46 -07:00
step.go Eliminate the same prefix 2018-09-22 13:34:43 -07:00
step_executor.go Fail refreshes with init errors. (#1882) 2018-09-05 14:00:28 -07:00
step_generator.go Retire pending deletions at start of plan (#1886) 2018-09-10 16:48:14 -07:00
target.go Add license headers 2018-05-22 15:02:47 -07:00