Commit Graph

28 Commits

Author SHA1 Message Date
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
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-09-15 10:09:10 -04:00
4d77a0e2bc Separated the repository initialization into a separate sub-command
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-15 10:04:39 -04:00
076947ebf9 Fixed the transcode job to rename the output file to the proper extension
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-09-03 19:55:50 -04:00
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
674327e0cf Added a multi-writer so that log messages go to both the console and log file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-03 10:51:25 -04:00
602ddb1a00 Added example config file to the build files
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-03 10:46:01 -04:00
4306a9bca5 Added logging to file feature
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-09-02 18:17:42 -04:00
579450a537 Updated runtime dependencies in the readme
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-02 17:58:08 -04:00
7011a1c776 Updated the readme with install and uninstall info
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-02 13:49:06 -04:00
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
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-02 13:43:32 -04:00
e915ebdf34 Fixed lsof in woodpecker testing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-02 12:12:09 -04:00
96e64d0c37 Consolidated the test file
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-09-02 12:08:45 -04:00
92d03f44dd Fixed the FileShouldBeLocked test for CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-09-02 01:57:05 -04:00
af65a9a92f Fixed the FileShouldBeLocked test for CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-09-02 01:56:04 -04:00
925ad42cb1 Added more unit tests; added Testify package to improve testing capabilities
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-09-02 00:55:47 -04:00
24f9b2b779 Added a quick and dirty file open check
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-01 15:16:56 -04:00
6d1a24cefb Added some basic unit tests for some of the utility functions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-01 14:25:02 -04:00
cf854a91f0 Added a main loop on a timed interval
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-09-01 00:17:29 -04:00
02dfc7c291 Finished the transcoding job
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-08-31 23:53:51 -04:00
1548701ed3 Added ingest file cleanup 2022-08-31 22:50:42 -04:00
9010de6a14 Added functionality to archive files from ingest 2022-08-31 22:41:05 -04:00
a544f1f016 Added woodpecker config 2022-08-31 20:21:24 -04:00
9fa369b62e Added an explicit file mode setting when creating repository directories 2022-08-31 20:16:21 -04:00
7dc2432819 Updated .gitignore 2022-08-31 20:13:45 -04:00
e82bb3c0f7 Updated .gitignore 2022-08-31 19:56:49 -04:00
e49de463d7 Removed compiled binary from repo 2022-08-31 19:56:26 -04:00
a8df1d0ab3 Basic project structure 2022-08-31 19:56:06 -04:00
d99784e613 Initial commit 2022-08-31 19:25:25 -04:00