Commit graph

46 commits

Author SHA1 Message Date
Matt Ellis 5067d77db1 Pass branch name to AppVeyor badge
Without this, we were getting the status for the most recent run,
which could include a broken run from a topic branch someone was using
for a PR.
2017-11-03 11:40:39 -07:00
joeduffy 22ef94dbd6 Tidy up out of date documentation
Almost all of this has been superceded by official design docs which,
as part of pulumi/home#29 will be moving to pulumi/design-notes.

Those that aren't will be done as new design docs in the future, since
most of the remainder are vastly out of date and/or aspirational at best.

Resolves pulumi/pulumi#408.
2017-10-22 13:28:51 -07:00
joeduffy 21812ef4b5 Pretty-format build status table 2017-10-10 13:41:45 -07:00
joeduffy 66b4c2df66 Add a Windows build badge 2017-10-10 13:40:11 -07:00
Joe Duffy f6e694c72b Rename pulumi-fabric to pulumi
This includes a few changes:

* The repo name -- and hence the Go modules -- changes from pulumi-fabric to pulumi.

* The Node.js SDK package changes from @pulumi/pulumi-fabric to just pulumi.

* The CLI is renamed from lumi to pulumi.
2017-09-21 19:18:21 -07:00
joeduffy 4c781da93b Add instructions for make configure
And also move the Node.js SDK-specific parts into the sdk/nodejs/ directory.
2017-09-11 15:17:11 -07:00
joeduffy ac786ed2c9 Clean up the READMEs 2017-09-11 13:18:09 -07:00
joeduffy 35aa6b7559 Rename pulumi/lumi to pulumi/pulumi-fabric
We are renaming Lumi to Pulumi Fabric.  This change simply renames the
pulumi/lumi repo to pulumi/pulumi-fabric, without the CLI tools and other
changes that will follow soon afterwards.
2017-08-02 09:25:22 -07:00
Joe Duffy 5da78c036b Convert to Dep 2017-08-01 18:37:06 -07:00
joeduffy 4699b874db Revert "The Go vendoring saga continues"
This reverts commit f939651c64.

This particular saga appears to never end...
2017-08-01 17:51:38 -07:00
joeduffy ceec05f627 Fix up a few stale Dep/Godeps references 2017-08-01 15:48:08 -07:00
joeduffy f939651c64 The Go vendoring saga continues
We are now on our fourth vendoring tool: Govendor.  This appears to
be about 10X faster than Dep, fails less frequently, and has a rich,
well documented set of commands (that make far more intuitive sense
to me, particularly when compared to Dep).  I could never really get
Godep to work with vendor/ correctly, whereas Govendor did the trick
right away.  Lastly, Terraform uses it, so we'll probably have fewer
headaches in that department also.
2017-08-01 06:23:14 -07:00
Luke Hoban 9f5baea84c Fix minor typo in README 2017-06-22 11:36:09 -07:00
joeduffy 9179d58eb1 Install GoMetaLinter in Travis
And also rejigger the Makefiles to properly error if it's missing.
2017-06-21 14:23:48 -07:00
joeduffy e9cc0acb05 Update instructions for Govet 2017-05-24 13:25:28 -07:00
joeduffy dba4e2258c Add a build badge 2017-05-24 12:50:29 -07:00
joeduffy 88ea603551 Switch from Glide to Godep for dependency management
There isn't a pre-canned Glide distribution for amd64 linux, and the
integration with Glide and Travis isn't nearly as swanky as with Godep
(which essentially works out of the box).  Furthermore, Godep has caught
up with Go's vendoring changes since last time I looked, which was the
primary reason I ended up going with Glide in the first place.
2017-05-24 12:50:28 -07:00
joeduffy dafeb77dff Rename Coconut to Lumi
This is part of pulumi/coconut#147.

After it has landed, I will rename the repo on GitHub.
2017-05-18 11:38:28 -07:00
joeduffy 0088d2eb64 Update README based on new cmd layout 2017-04-12 12:25:27 -07:00
joeduffy ed307ed00e Fix a bunch of typos
A bunch of types crept in.  Thanks @sonerterek!
2017-03-13 10:51:21 -07:00
joeduffy bd7b33e714 Fix a typo 2017-03-13 07:00:54 -07:00
joeduffy 39b63daaad Fix a broken link 2017-02-25 10:57:07 -08:00
joeduffy ea7bdd265f Remove bit about symlinking 2017-02-25 10:55:56 -08:00
joeduffy 5d550cea2c Eliminate a redundant paragraph 2017-02-25 10:53:29 -08:00
joeduffy c714aa6d43 Tweak a bit more in the README 2017-02-25 10:52:01 -08:00
joeduffy 15b44c22e5 Tidy up the installation instructions 2017-02-25 10:46:26 -08:00
joeduffy 08b644a3ba Delete the architecture PNG
It's now out of date (Coconut versus Mu).

And shame on me for ever checking in a binary, anyway.
2017-02-25 07:40:26 -08:00
joeduffy 99442c2ee3 Fix a small typo 2017-02-25 07:27:00 -08:00
joeduffy fbb56ab5df Coconut! 2017-02-25 07:25:33 -08:00
joeduffy 6ecfe0e0c8 Remove an errant * 2017-02-02 11:14:10 -08:00
joeduffy 208c71978e Add one more clarifying note to the README 2017-02-02 11:12:09 -08:00
joeduffy 6065d2dc26 Update some READMEs from last night
This change updates the READMEs based on some difficulties we had
getting Kurt and Luke's enlistments up and running last night.
2017-02-02 11:09:33 -08:00
kurtb e1d56138ec Update README with some missing dependencies 2017-02-01 19:33:45 -08:00
joeduffy 4de0f22c1b Add a note about debugging 2017-01-26 13:50:27 -08:00
joeduffy 4e1c4fb033 Add a pretty little picture 2017-01-26 08:27:53 -08:00
joeduffy 67ca1a6cc4 Add a README pointer to the overview doc 2017-01-01 15:19:22 -08:00
joeduffy bbfbe61d43 Mention ln -s for the Mu runtime/library 2016-11-23 14:22:42 -08:00
joeduffy a1660c1298 Add building and testing instructions 2016-11-23 12:41:30 -08:00
joeduffy 97d251772d Clean up out of date documentation 2016-11-04 11:27:09 -07:00
joeduffy 4d5bf5386e Tweak the README slightly
This reflects thinking of about two weeks ago.  Archiving.
2016-11-01 10:37:00 -07:00
joeduffy 3350ddbd0b Crisp up articulation of the build, package, and deploy steps 2016-10-11 15:10:06 -07:00
joeduffy 1eb06f86a6 Specify more of the Mu project management "flow" 2016-10-11 14:24:33 -07:00
joeduffy 4d83e15685 Refine a few of the HTTP endpoint concepts; wordsmith a bit 2016-10-11 12:10:48 -07:00
joeduffy 236782dc2e Sketch out the serve function for static content 2016-10-11 12:02:11 -07:00
joeduffy 1f861c5132 Add a brief overview of Mu to the README 2016-10-08 16:24:26 -07:00
joeduffy 86f6117640 Initial commit 2016-10-08 16:01:25 -07:00