Граф коммитов

1241 Коммитов

Автор SHA1 Сообщение Дата
Michelle Noorali a3b1077991 Merge pull request #755 from michelleN/docs
feat(docs): add examples and tutorials page
2018-05-16 17:52:38 -04:00
Matthew Fisher a6d1f49657 Merge pull request #756 from bacongobbler/install-with-gofish
Add Chocolatey and GoFish to the quickstart docs
2018-05-16 14:31:33 -07:00
Matthew Fisher 685cd49619 Merge pull request #758 from bacongobbler/use-trimsuffix
use strings.TrimSuffix instead of strings.Replace
2018-05-16 14:30:45 -07:00
Matthew Fisher 5dd792a2cd Merge pull request #760 from bacongobbler/add-radu
add Radu Matei as an Admiral of Draft
2018-05-16 14:24:04 -07:00
Matthew Fisher 2035295d0b add Radu Matei as an Admiral of Draft
Radu's has been an administrator and providing valuable features to Draft for some time now;
this is just a formality to add him to the OWNERS file for visibility.
2018-05-16 13:16:51 -07:00
Matthew Fisher 59d7d502a8 add standalone binary install instructions 2018-05-16 09:03:29 -07:00
Matthew Fisher 3c5e572b24 use strings.TrimSuffix instead of strings.Replace
strings.TrimSuffix is a safer option than strings.Replace for this operation.
2018-05-14 17:54:56 -07:00
Matthew Fisher 9ddfbbb505 typo: Chocolatey 2018-05-14 15:43:15 -07:00
Matthew Fisher 41f386fec3 Merge pull request #753 from bacongobbler/helm-2.9
bump helm to v2.9.0
2018-05-14 15:39:37 -07:00
Matthew Fisher ed0e80fa96 add important footnote about choco package
The Choco package is maintained by the community, and as such should be treated as untrusted.
2018-05-14 15:22:56 -07:00
Matthew Fisher d307a9d074 add Chocolatey and GoFish 2018-05-14 11:59:38 -07:00
Matthew Fisher 401cf6c12f install draft on homebrew using the full path for good measure 2018-05-14 11:54:37 -07:00
Matthew Fisher 93a2045bc8 bump helm to v2.9.0 2018-05-14 10:46:41 -07:00
Michelle Noorali 9ad7594a1a chore(docs): add link to Helm 2018-05-14 13:42:58 -04:00
Michelle Noorali c67c04f74a feat(docs): add examples and tutorials page 2018-05-14 13:25:50 -04:00
Michelle Noorali 7a2361dc47 Merge pull request #744 from michelleN/docs
feat(docs): add quickstart guide & README
2018-05-14 11:45:04 -04:00
Michelle Noorali c56a85f56d Merge pull request #741 from michelleN/draft-create
ref(*): deep copy from draft pack to current dir
2018-05-14 11:44:39 -04:00
Michelle Noorali 3465cadd62 Merge pull request #736 from michelleN/deps
ref(docs): mv index.md to README.md for visibility
2018-05-14 11:44:17 -04:00
Michelle Noorali 477c4a4e49 Merge pull request #737 from michelleN/init
ref(cmd/draft): add test for config flag on init
2018-05-14 11:43:42 -04:00
Michelle Noorali 3eff7bdfb7 Merge pull request #735 from michelleN/getting-started
ref(docs): update wait=true by default
2018-05-14 11:43:28 -04:00
Michelle Noorali ff51d608fb Merge pull request #733 from michelleN/readme
ref(README): make it easier to find install instru
2018-05-14 11:43:09 -04:00
Michelle Noorali c20bcdbaee feat(docs): add quickstart guide & README 2018-05-14 11:41:10 -04:00
Michelle Noorali a8039b3a97 ref(README): make it easier to find install instru
*places install instructions higher up for quickstart
2018-05-11 16:25:38 -04:00
Michelle Noorali 07ba596de8 ref(*): deep copy from draft pack to current dir
* draft create currently only copies top level files
* This PR allows draft to copy directories and nested files
over to the current working directory as well
2018-05-11 14:01:59 -04:00
Michelle Noorali 945e968004 fix(pkg): change back to cwd in test 2018-05-11 14:01:59 -04:00
Michelle Noorali 3caecf0d0f ref(cmd/draft): add test for config flag on init 2018-05-08 11:05:25 -04:00
Michelle Noorali 298430bd90 ref(docs): mv index.md to README.md for visibility 2018-05-08 09:34:22 -04:00
Michelle Noorali 3734b21604 ref(docs): update wait=true by default 2018-05-08 09:31:14 -04:00
Matthew Fisher 43460de1ad Merge pull request #721 from itowlson/suppress-unusable-escape-sequences
Suppress colorization when it would result in escape sequence noise
2018-05-04 07:08:02 +02:00
Ivan Towlson 1c3f3893ea Suppress colorization when it would result in escape sequence noise 2018-05-04 16:59:44 +12:00
Matthew Fisher ab977faa84 Merge pull request #718 from birdayz/registry_name
use strings.Replace instead of strings.Trim in getRegistryName
2018-05-03 15:43:01 +02:00
Johannes Brüderl 97e2ce0a06 use strings.Replace instead of strings.Trim in getRegistryName
Trim works with a cutset, i.e. all single characters contained in the cutset are
removed. This leads to unexpected and wrong behavior, since getRegistryName
should only remove a specific string contained in its given input.
Fixes #712
2018-05-03 14:28:30 +02:00
Johannes Brüderl 871de606dd builder/azure: add test for #712 2018-05-03 14:10:40 +02:00
Radu Matei cfed0d4892 Merge pull request #711 from radu-matei/remove-protobuf-setup
Remove protobuf setup from Makefile
2018-04-30 16:07:34 +03:00
Matthew Fisher 2a1fdf6b2a Merge pull request #709 from bacongobbler/zip-checksums
generate checksums for .zip files
2018-04-27 12:53:28 -07:00
Radu Matei 9a49827865 Remove protobuf setup from Makefile 2018-04-27 22:48:20 +03:00
Matthew Fisher 88854c503d Merge pull request #710 from bacongobbler/pack-repo-0.4.2
bump pack-repo to v0.4.2
2018-04-27 12:32:28 -07:00
Matthew Fisher dbf61794ef bump pack-repo to v0.4.2 2018-04-27 12:16:09 -07:00
Matthew Fisher aa560ae178 generate checksums for .zip files 2018-04-27 08:57:40 -07:00
Michelle Noorali 24850477ee Merge pull request #708 from michelleN/fix-doc
ref(docs): .draft/tasks.toml -> .draft-tasks.toml
2018-04-27 11:40:38 -04:00
Matthew Fisher 03b25169ab Merge pull request #706 from bacongobbler/changelog-0.14
add v0.14.0 CHANGELOG
2018-04-27 08:27:48 -07:00
Michelle Noorali 01bc85b569 ref(docs): .draft/tasks.toml -> .draft-tasks.toml 2018-04-27 11:09:42 -04:00
Matthew Fisher d44af7275d add v0.14.0 CHANGELOG
(cherry picked from commit 47106fe57d)
2018-04-26 18:29:29 -07:00
Brian 4ef58bb516 Merge pull request #703 from fibonacci1729/master
drop setpgid to fix windows build
2018-04-26 15:38:46 -06:00
fibonacci1729 0b5909d5ab drop setpgid to fix windows build 2018-04-26 15:39:18 -06:00
fibonacci1729 bfe7b7cf13 docs for draft connect detach mode 2018-04-26 14:56:44 -06:00
Brian 5e9b0d46d7 Merge pull request #702 from fibonacci1729/master
docs for draft connect detach mode
2018-04-26 14:53:41 -06:00
fibonacci1729 7efbcef86f enable detaching from draft connect 2018-04-26 14:42:31 -06:00
Brian f2671e1954 Merge pull request #701 from fibonacci1729/master
enable detaching from draft connect
2018-04-26 14:41:39 -06:00
Matthew Fisher 6d3c7fe991 Merge pull request #699 from bacongobbler/fix-inputs-digest
fixup inputs-digest
2018-04-26 12:47:50 -07:00