Commit Graph

29 Commits

Author SHA1 Message Date
gballan 9b59d7485e Added a version subcommand
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-16 23:21:47 -04:00
gballan 1ccd481f9e Refactored a bit to put the configuration and logging setup before Cobra launches, so it doesn't need to be handled in every sub-command
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
v0.3.0
2022-09-15 10:09:10 -04:00
gballan 4d77a0e2bc Separated the repository initialization into a separate sub-command
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-15 10:04:39 -04:00
gballan 076947ebf9 Fixed the transcode job to rename the output file to the proper extension
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
v0.2.1
2022-09-03 19:55:50 -04:00
gballan 611d0dba9a Refactored the code a bit so that the Transcoder object handles more of its own setup 2022-09-03 19:51:37 -04:00
gballan 674327e0cf Added a multi-writer so that log messages go to both the console and log file
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-03 10:51:25 -04:00
gballan 602ddb1a00 Added example config file to the build files
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-03 10:46:01 -04:00
gballan 4306a9bca5 Added logging to file feature
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
v0.2.0
2022-09-02 18:17:42 -04:00
gballan 579450a537 Updated runtime dependencies in the readme
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-02 17:58:08 -04:00
gballan 7011a1c776 Updated the readme with install and uninstall info
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-02 13:49:06 -04:00
gballan a8a46df87f Updated the Makefile to add commands for installing and uninstalling the software on Linux - this will make up for not having native packaging for the time being
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-02 13:43:32 -04:00
gballan e915ebdf34 Fixed lsof in woodpecker testing
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-02 12:12:09 -04:00
gballan 96e64d0c37 Consolidated the test file
ci/woodpecker/push/woodpecker Pipeline failed
2022-09-02 12:08:45 -04:00
gballan 92d03f44dd Fixed the FileShouldBeLocked test for CI
ci/woodpecker/push/woodpecker Pipeline failed
2022-09-02 01:57:05 -04:00
gballan af65a9a92f Fixed the FileShouldBeLocked test for CI
ci/woodpecker/push/woodpecker Pipeline failed
2022-09-02 01:56:04 -04:00
gballan 925ad42cb1 Added more unit tests; added Testify package to improve testing capabilities
ci/woodpecker/push/woodpecker Pipeline failed
2022-09-02 00:55:47 -04:00
gballan 24f9b2b779 Added a quick and dirty file open check
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-01 15:16:56 -04:00
gballan 6d1a24cefb Added some basic unit tests for some of the utility functions
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-01 14:25:02 -04:00
gballan cf854a91f0 Added a main loop on a timed interval
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
v0.1.1
2022-09-01 00:17:29 -04:00
gballan 02dfc7c291 Finished the transcoding job
ci/woodpecker/tag/woodpecker Pipeline was successful
v0.1.0
2022-08-31 23:53:51 -04:00
gballan 1548701ed3 Added ingest file cleanup 2022-08-31 22:50:42 -04:00
gballan 9010de6a14 Added functionality to archive files from ingest 2022-08-31 22:41:05 -04:00
gballan a544f1f016 Added woodpecker config 2022-08-31 20:21:24 -04:00
gballan 9fa369b62e Added an explicit file mode setting when creating repository directories 2022-08-31 20:16:21 -04:00
gballan 7dc2432819 Updated .gitignore 2022-08-31 20:13:45 -04:00
gballan e82bb3c0f7 Updated .gitignore 2022-08-31 19:56:49 -04:00
gballan e49de463d7 Removed compiled binary from repo 2022-08-31 19:56:26 -04:00
gballan a8df1d0ab3 Basic project structure 2022-08-31 19:56:06 -04:00
gballan d99784e613 Initial commit 2022-08-31 19:25:25 -04:00