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

1330 Коммитов

Автор SHA1 Сообщение Дата
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
mlgibbons 1cb6abd34c Changed to use JAR file with dependencies 2018-05-12 08:11:51 +01: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
Johannes Brüderl adad69cf6d plugin: remove "WindowStyle Hidden" so the draft window is not closed 2018-05-02 01:52:17 +02:00
Johannes Brüderl 71bcdf6100 plugin: expand command after splitting string
In case of spaces in $DRAFT_PLUGIN_DIR, splitting the Command with spaces caused main to be
computed incorrectly, containing the executable path only partially up to the
first space.
2018-05-01 23:36:32 +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
Matthew Fisher d3a9362b5c Merge pull request #693 from bacongobbler/windows-builds
add windows canary binary to canary list
2018-04-26 12:47:41 -07:00
Matthew Fisher d38a9dd539 fixup inputs-digest 2018-04-25 10:33:26 -07:00
Matthew Fisher 3e4b24ccae Merge pull request #691 from bacongobbler/acrbuild
Add ACR Build support to Draft
2018-04-25 09:26:24 -07:00
Matthew Fisher 0c3ef73e54 add acr build support 2018-04-24 14:08:06 -07:00
Matthew Fisher 022e2200ca pull container builders into a separate package 2018-04-24 14:08:06 -07:00
Michelle Noorali 57c8714abd Merge pull request #697 from michelleN/task-err
fix(cmd/draft/up): fix panic when missing task file
2018-04-24 15:34:33 -04:00
Matthew Fisher 238c88a2ca Merge pull request #692 from bacongobbler/add-to-gitignore
add .dockerignore and .draft-tasks.toml to gitignore
2018-04-24 07:01:01 -07:00
Michelle Noorali 093297ad0a fix(cmd/draft/up): fix panic when missing task file
fixes #695
2018-04-24 09:40:26 -04:00
Matthew Fisher 17954e4821 add windows canary binary to canary list 2018-04-23 12:37:32 -07:00
Matthew Fisher 62ac3fb27b add .dockerignore and .draft-tasks.toml to gitignore 2018-04-23 12:31:14 -07:00
Matthew Fisher eed58f637c Merge pull request #689 from bacongobbler/pack-repo-0.4.1
bump pack-repo to 0.4.1
2018-04-23 11:32:48 -07:00