Releases: linyows/dewy
v0.2.0
Changelog
4cd3a95 Merge branch 'assets' of github.com:linyows/dewy into assets
00b4487 Merge pull request #1 from linyows/notice
1d577d3 Merge pull request #2 from linyows/assets
039a7fa add command to config
5c8634e add comments
1ec809d add error logging
5bbc670 add finalize
b7f1ad8 add icon
f3ad299 add if for command
10d0e57 add notice package
4107380 add notify events
972404d add releaseHTMLURL
e97b15f add slack mod
c0a340c add task for make
cd5c244 add validation for command
f355968 allow download failure for assets so if upload takes time, download fails
4a5f587 bump version to 0.2.0
ebf3e84 change ignore
7294aea change provider format
642144f fast return if assets
69b3df3 generate color for slack attachment
e06031b hostname to lower
32496c5 ignore dist for goreleaser
0a787e9 move error logging to top
39a7d3d move scheduling to dewy.go
216d8a3 not use pointer
18fa7cf notify signal
14cd544 remove Gopkg.toml
51bfe49 show help if error in cli
ef9a7bd specify slack channel
d8a5073 split method as deploy
0c2f275 to changeable loglevel
378816f to const some hard codings
9dabafb to rich format for slack
eb17589 to rich format for slack
0a984f1 update go mod
c05b686 update go module
ac61259 update modules
c76d5db update notification format for slack
4fbb1b2 use ISO8601
089d114 use notify
0d01642 use tag and link for notice
v0.1.0
Changelog
7a174e0 :lip_stick:
236d965 :lip_stick:
e9c980a Merge branch 'master' of github.com:linyows/dewy
b2a4d2c Update README.md
b3f6865 Update README.md
598e4ba Update README.md
4bee8da WIP: server
6f483ee add .travis.yml
82500d7 add CLI struct
3f57df0 add Date
4ae117f add DefaultConfig
b35b19b add Delete
7daf0d9 add GetDir
3ff3a2b add Gopkg.toml
163c686 add LICENSE
b08f32f add List
80cc0f0 add Makefile
3294972 add README.md
b027621 add Read
c60ac52 add Unzip as kvs interface
9936d08 add archiver package
ac3a617 add artifact to repo
492886b add buildHelp
840a678 add cache interfaces
93bd809 add cli.run
36887fa add cmd/main
079b1a1 add config
b83805a add const
f721f6c add current and preserves dir to gitignore
a71db89 add dewy-log.png
0bf0fce add download method
381190f add downloadURL
15a5c1b add exists method
66e9f56 add f.Unzip
a0e9566 add genKeyByURL
70a777e add gitignore
ca09fc3 add goreleaser yml
b9915d1 add integration task
8b03867 add interval for config
fc39b9d add isFileExist
68b1431 add kvs as argument
e6df8b7 add lint & cover
1a62055 add lint task
b316e26 add logger for error
03ddb54 add loggings
85014a7 add logo.ai
1c1952b add main.go
8c83d6b add maxsize
bc8df07 add methods
b594cf3 add missing return
38aa099 add preserve
4f49d7c add repository config key
64adf2e add repository interfaces
55bc68e add revision
210098b add scheduler to dep
9104b5e add showHelp
c7af32f add start server and restart
eed3ee4 add test
1dc88f1 add test
a6285db add test
0185269 add test file
d036023 add test for default
ad3815a add test for isFileExist
ca5b517 add to LogLevel
790d768 add usage
01c3176 add various caches
0a72ccc add verbose for test
dfbfc30 add version.go
a6df7af add write for file
2c9fd47 change path
453e649 change repo for server-starter
cf824bc change scope
a74e43f change struct
aa68fba change test repo
58bc257 check token to Makefile
9ce9ed1 commentout
eb28303 default value is singleton
4e65d52 download
ca20f78 download and unzip
ce1e714 enable lint
6d166dd fix ci task on Makefile
ce77ed2 fix compiler error
b35c197 fix error
33cfe87 fix for starter config
24b2cbb fix goreleaser.yml
dfdc805 fix interface for cache
0c5b011 fix struct
cc70a68 fix test
c6c4c0b goreleaser way
d813d9c hide unnecessary log
9fe1142 ignore dewy binary
45ecd03 log error for github response
b2ca8e3 method to public
81b30a0 mock
a63ce18 move goreleaser installation
cae66c9 no method
a3d418a output download url
66daa7d preserve and symlink
3a8eade remove comments
30ff5fd remove duplicated in phony
6b23e6d remove file if symlink exists
fd3e0b4 remove old version
150d729 remove print
925b6f2 remove quote
8eb9db3 remove unnecessary definition
a89c2f5 remove unnecessary logutils
de5dac7 remove verbose for test
fbcc448 rename
32c6978 rename command
9eba8f4 rename variable
2c19e61 return error when cache found
8491c7e set -1 as interval
8359c24 set argument for kvs
dc96a47 set artifact
c99295f set kvs to struct
40f88ee skip if get error
b96367c split cache
93f292b split config
0b3d48a split dewy
9108baf split package as kvs
5bae33e split preserve to dewy.go
bd24e1a split to cache
e1b04d5 split to repository
e320bba support SIGINT
2890551 support command options
795e299 support go v1.11
cf6c2cf test
f660b4c typo
155b27e typo
fc96b96 unzip method to kvs pkg
c42165a update README.md
29ec649 update go version on travis
a842b90 update interface
4d4a851 update interface
8fdf7d0 update interface
e747f67 update repo interface
4c786fc update repo struct
e358728 use IsDownloadNecessary
098672a use artifact and name
5771ce5 use arvhiver
cef7fe9 use cache
318aaf6 use dep
0eaa30d use f.Unzip
ffce8a7 use for
e247545 use genKeyByURL
98cc1eb use goreleaser instead of ghr
dfc299c use goroutine
4265582 use hashicorp/logutils
349acc7 use kvs.File
a3d1b51 use method on repo struct
12fa72d use path.Join
4e07e30 use scheduler
ff6ad9b use setCacheKey
6166bce use starter instead of mock
80972a2 use testapp