Commit Graph

8 Commits

Author SHA1 Message Date
313289d28d
Add rootpath to deb command to not include everything in the deb file
Some checks failed
continuous-integration/drone/push Build is failing
2020-09-04 10:42:32 +02:00
05e237560d
Add mage command to create a new migration
Some checks failed
continuous-integration/drone/push Build is failing
2020-09-04 10:15:33 +02:00
b64a80da0b
Make sure built binary files are executable when compressing with upx 2020-09-03 22:45:04 +02:00
bb26c9d97c
Make sure to only initialize all variables when needed
Some checks failed
continuous-integration/drone/push Build is failing
2020-09-03 22:14:30 +02:00
19a66450ec
Fix building for darwin with mage
Some checks failed
continuous-integration/drone/push Build is failing
2020-09-03 21:22:41 +02:00
3a839dfb86
Add util function to move files
Some checks failed
continuous-integration/drone/push Build is failing
2020-09-03 20:42:26 +02:00
78b261e440
Skip directories when moving build release artefacts in drone
Some checks failed
continuous-integration/drone/push Build is failing
2020-09-03 18:08:57 +02:00
d359130bcf Switch to mage (#651)
Some checks failed
continuous-integration/drone/push Build is failing
Add comment about magefile compile

Switch make to mage commands in drone

Fix misspell

Update docs

Add general release command

Add reprepro command

Make sure the filename contains the proper version

Add deb package building

Add zip command

Preserve file permissions when copying files

Fix release:os-package

Make sure to not create checksums of directories

Cleanup

Only compress what upx is able to compress

Add check command

Add release:os-package command

Add copy command

Add comments

Add compress step

Move releasing binaries to a more general function and add ones of linux + darwin

Add release:windows command

Add release:dir command

Add namespaces for commands

Reorder

Add command to run all checks at once

Add goconst-check

Add gosec-check

Add static-check

Add gocyclo-check

Add ineffasign-check

Add misspell-check

Add command to check for swagger docs regeneration

Add comments

Add command to generate swagger docs

Reorder

Add check for installing golint before running it

Add fmt check command

Add fmt command

Use runAndStreamOutput everywhere

Add aliases and comments

Add todo

Reorder

Add test coverage command

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#651
2020-09-03 15:13:19 +00:00