Skip to content

v0.5.0

Compare
Choose a tag to compare
@anagri anagri released this 01 Feb 12:08
· 59 commits to master since this release
42f3d8c

Changelog

23b967f Add create schedule functionality to client
714ae41 Add test case for create schedule job
3af408b Add validation for notificartion emails and Tags
5943c47 Fix list schedule mock
dbb1e0e Fix make file .env path
8ac000e Merge pull request #63 from olttwa/master
c2a571a Merge pull request #65 from jensoncs/master
98cd617 Merge pull request #66 from jensoncs/master
b6277d6 Merge pull request #67 from AishwaryaRK/master
ecb250c Merge pull request #69 from AishwaryaRK/master
42f3d8c Merge pull request #70 from AishwaryaRK/master
7c77ada Schedule default is to create scheduled jobs
d435d5e [Aishwarya|Jenson] Add describe,remove scheduled jobs functionality to server
8de2524 [Aishwarya|Jenson] Add group attribute for scheduling job
5cb79d0 [Aishwarya|Jenson] Add remove scheduled job command and functionality
d95f9c3 [Aishwarya|Jenson] Fix postgres error check
9f1bcd4 [Aishwarya|Jenson] List should through no content if no jobs founf - describe should give only single job details
0307b23 [Aishwarya|Jenson] add annotations in pod spec
608e807 [Aishwarya|Jenson] fix 404 bug of job execution status on waiting state
d092780 [Aishwarya|Jenson] handle authorization error in schedule job
321b79a [Aishwarya|Jenson] integrate with sentry
8e750da [Aishwarya|Jenson] use linux cron format for golang cron
ed84fe9 [Aishwarya|Jenson] use linux cron format for golang cron, Add anotations in pod spec
b3b12b3 [Akshat] Fix mailer test
8aa8297 [Jenson] Refactor Auditing to build upon an object
d40d3f9 [WIP] Add list schedule jobs
63a9e6d [jenson] Add unique constraints for scheduled job name and args
17bb27c [jenson] List scheduled procs
592c509 [jenson] Pick scheduled jobs from DB
e8f5a41 [jenson] Remove redundant disabling of new relic instrumentation
857a98d [jenson] Remove unused proc execution handler mock
aa25c33 [jenson] Schedule procs for execution from proctord
b38e1ad [jenson] Validate cron expression provided by user
356ded8 add tags, job_name, user to logs for easy searching