A cleanroom drop-in replacement for scheduler-for-ocf
Go to file
ryanmriddell b121b7e376
Merge pull request #63 from starkandwayne/feature/session-20220516
Refactoring towards maintainability
2022-05-19 09:51:53 -07:00
cf Standardized file name scheme 2022-05-18 10:57:12 -04:00
cmd Got rid of the exit-after-defer issue 2022-05-17 20:44:26 -04:00
combined Standardized file name scheme 2022-05-18 10:57:12 -04:00
core Converted failure signals to named consts 2022-05-19 12:30:30 -04:00
cron Standardized file name scheme 2022-05-18 10:57:12 -04:00
features Pushing active pairing changes 2022-03-29 12:58:49 -04:00
http Converted failure signals to named consts 2022-05-19 12:30:30 -04:00
logger Standardized file name scheme 2022-05-18 10:57:12 -04:00
mock Standardized file name scheme 2022-05-18 10:57:12 -04:00
postgres Standardized file name scheme 2022-05-18 10:57:12 -04:00
scripts Now using the REAL CF API CLIENT 2022-04-11 15:40:10 -04:00
workflows Converted failure signals to named consts 2022-05-19 12:30:30 -04:00
.gitignore Implemented http.RunService 2022-03-25 13:21:01 -07:00
Dockerfile.cfapi Now using the REAL CF API CLIENT 2022-04-11 15:40:10 -04:00
Dockerfile.dev Implemented http.RunService 2022-03-25 13:21:01 -07:00
Dockerfile.test Pushing active pairing changes 2022-03-29 12:58:49 -04:00
Dockerfile.uaa Implemented cf/AuthService 2022-04-07 13:20:23 -04:00
Makefile Adds a package task to Makefile 2022-05-16 11:32:46 -04:00
README.md Bump to v0.0.9 2022-05-17 15:35:12 -04:00
docker-compose.yml Now using the REAL CF API CLIENT 2022-04-11 15:40:10 -04:00
go.mod Various refactorings 2022-05-17 20:44:26 -04:00
go.sum Various refactorings 2022-05-17 20:44:26 -04:00

README.md

History

  • v0.0.9 - POST calls don't GET none
  • v0.0.8 - all-jobs logs
  • v0.0.7 - Now with root as health
  • v0.0.6 - Corrected Call field order
  • v0.0.5 - Now with listen port configuration
  • v0.0.4 - Now with working task creation
  • v0.0.3 - Better console errors
  • v0.0.1 - initial dev release