SYN-11163 add it:os:posix:cron form#4990
Merged
Merged
Conversation
Add the it:os:posix:cron form to model cron job entries configured on a host.
invisig0th
marked this pull request as ready for review
July 15, 2026 22:09
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4990 +/- ##
==========================================
- Coverage 97.79% 97.78% -0.01%
==========================================
Files 301 301
Lines 64345 64345
==========================================
- Hits 62924 62922 -2
- Misses 1421 1423 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
it:os:posix:cronform to model a cron job entry configured on a host (SYN-11163).Per the ticket, no v3 interfaces are ported to v2. Property type mappings from v3 where the v3 type has no v2 equivalent:
:account->it:account,:period->ival,:desc->str.Props:
:host(it:host),:cmd(it:cmd),:schedule(it:dev:str),:account(it:account),:period(ival),:desc(str),:path(file:path),:file(file:bytes).Testing
test_infotech_posix_crontosynapse/tests/test_model_infotech.py.Jira: SYN-11163