This website requires JavaScript.
Explore
Help
Sign in
ridv
/
australis
Watch
1
Star
0
Fork
You've already forked australis
0
Code
Issues
Pull requests
Projects
Releases
16
Packages
Wiki
Activity
Actions
40d14588b8
australis
/
cmd
History
Download ZIP
Download TAR.GZ
Renan DelValle
255546beb4
Explicitly initializing string pointers for env, role, and name since flag library does not do this.
2018-09-16 21:26:31 -07:00
..
create.go
Changing role, env, and name to be string pointers. This is due to the fact that TaskQuery can now take nil pointers to ignore certain fields. This allows querying for all jobs of a certain environment, all jobs from a certain role, and all jobs with a certain name.
2018-09-16 21:23:36 -07:00
fetch.go
Changing role, env, and name to be string pointers. This is due to the fact that TaskQuery can now take nil pointers to ignore certain fields. This allows querying for all jobs of a certain environment, all jobs from a certain role, and all jobs with a certain name.
2018-09-16 21:23:36 -07:00
kill.go
Changing role, env, and name to be string pointers. This is due to the fact that TaskQuery can now take nil pointers to ignore certain fields. This allows querying for all jobs of a certain environment, all jobs from a certain role, and all jobs with a certain name.
2018-09-16 21:23:36 -07:00
root.go
Explicitly initializing string pointers for env, role, and name since flag library does not do this.
2018-09-16 21:26:31 -07:00
start.go
Adding ability to force a snapshot and to force a backup.
2018-09-16 21:22:00 -07:00
stop.go
Changing role, env, and name to be string pointers. This is due to the fact that TaskQuery can now take nil pointers to ignore certain fields. This allows querying for all jobs of a certain environment, all jobs from a certain role, and all jobs with a certain name.
2018-09-16 21:23:36 -07:00