Michelle Noorali
f395150f50
Merge pull request #784 from jgleonard/498-feat-chart-name-option
...
Set ChartName to appName
2018-05-29 08:13:39 -07:00
Michelle Noorali
23122f294c
Merge pull request #787 from michelleN/config-docs
...
chore(docs): add docs around draft init --config
2018-05-29 05:17:54 -07:00
Radu Matei
4a2fb2ee9f
Merge pull request #772 from radu-matei/docker-build-args
...
Implement image build arguments container builder
2018-05-26 15:36:34 +03:00
Michelle Noorali
9e2bb7a9dd
chore(docs): add docs around draft init --config
2018-05-25 14:40:43 -07:00
Matthew Fisher
3793d52648
Merge pull request #785 from bacongobbler/sign-commits
...
fix(release-checklist): sign commits
2018-05-25 10:02:22 -07:00
jon.leonard
b26e294da7
use regex to handle either slash in path
2018-05-24 20:47:41 -04:00
Matthew Fisher
b33e2732a4
sign commits
2018-05-24 15:09:41 -07:00
Matthew Fisher
dfdddd2c9b
Merge pull request #783 from bacongobbler/remove-upx
...
remove upx from hacking docs
2018-05-24 14:29:53 -07:00
jon.leonard
6774b16e07
Set ChartName to appName
2018-05-24 16:27:00 -04:00
Matthew Fisher
7502193d34
Merge pull request #782 from mootpt/add-client-auth-plugins
...
add kubernetes client auth plugins
2018-05-24 12:02:07 -07:00
Jay Wallace
e99022a144
add kubernetes client auth plugins
2018-05-24 11:46:35 -07:00
Matthew Fisher
b7347cf58b
remove upx from hacking docs
...
upx is no longer used in the Makefile to compress binaries.
2018-05-24 10:22:50 -07:00
Radu Matei
0f160e06c1
Merge branch 'master' into docker-build-args
2018-05-24 16:55:10 +03:00
Matthew Fisher
cc40315296
Merge pull request #775 from jgleonard/774-bug-dep-update
...
update rjeczalik/notify dependency to address #774
2018-05-23 17:58:33 -07:00
Radu Matei
cf41fb8a05
Add build arguments for ACR Builder
2018-05-23 18:49:00 +03:00
jon.leonard
e999604e4d
no need to keep the old hash around
2018-05-22 14:08:23 -04:00
jon.leonard
a2f83a4a1e
update rjeczalik/notify to address #774
2018-05-22 14:04:15 -04:00
Radu Matei
77d1e78b95
Merge pull request #771 from radu-matei/charts-dir
...
Allow charts in other directories
2018-05-21 20:35:22 +03:00
Radu Matei
433dac9a07
Implement Docker build arguments
2018-05-20 18:46:19 +03:00
Radu Matei
c2a84cb2d2
Allow charts in other directories
2018-05-19 14:59:04 +03:00
Matthew Fisher
57ed7f2bde
Merge pull request #751 from bacongobbler/lint-indentation
...
fix linter suggestion
2018-05-18 09:41:56 -07:00
Michelle Noorali
0770658363
Merge pull request #749 from mlgibbons/master
...
Changed to use JAR file with dependencies
2018-05-18 08:52:50 -04:00
Matthew Fisher
599721fc7f
Merge pull request #761 from bacongobbler/code-of-conduct
...
add link to Microsoft's Open Source Code of Conduct
2018-05-16 18:15:06 -07:00
Matthew Fisher
489dec983c
add link to Microsoft's Open Source Code of Conduct
2018-05-16 15:19:35 -07:00
Matthew Fisher
c03d800375
fix linter suggestion
...
because the `if` block ends with a return statement, the `else` block isn't necessary.
This lowers the Cyclomatic complexity of the given block of code.
2018-05-16 15:05:41 -07:00
Matthew Fisher
09ce3f373c
Merge pull request #752 from bacongobbler/appveyor
...
add appveyor.yml
2018-05-16 15:05:04 -07:00
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
3e3ad1abee
add comment about TestIsIgnored's behaviour
2018-05-16 14:29:39 -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
bb3c91acdb
refactor TestExists to work when file has been removed
2018-05-16 12:36:45 -07:00
Matthew Fisher
4e3b6da92e
remove bad test code
2018-05-16 10:47:32 -07:00
Matthew Fisher
8ecec2b49f
trim leading and trailing backslashes from path on Windows
...
This is because we accept the following form:
docs/ linguist-documentation
2018-05-16 10:47:32 -07:00
Matthew Fisher
d03d9c07c8
check if it's ignored first so the directory is skipped
2018-05-16 10:47:32 -07:00
Matthew Fisher
55e0ddea10
use filepath.Rel for portability
2018-05-16 10:47:32 -07:00
Matthew Fisher
59d7d502a8
add standalone binary install instructions
2018-05-16 09:03:29 -07:00
Matthew Fisher
2a348d11d8
fixup log formatting, remove debug level from tests
2018-05-15 17:09:55 -07:00
Matthew Fisher
a0caf51480
fix Windows filepath issues
2018-05-15 16:10:51 -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
291f62d2c3
add appveyor.yml
2018-05-14 15:40:24 -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