Skip to content

Commit

Permalink
Merged in bugfix/nojira-ui-duration-backupfileinitnextrefreshdelay (p…
Browse files Browse the repository at this point in the history
…ull request #175)

Made backupFileInitNextRefreshDelay into duration attribute

Approved-by: Shibui Jenkins <shibui.jenkins@gmail.com>
Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Aug 24, 2018
2 parents 29ccb69 + d116865 commit 644883c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,23 @@
"initializeFromBackupFile": [
true
]
}
},
"widget": {
"id": "datalist",
"data": [
"PT0S",
"PT30S",
"PT1M",
"PT10M",
"PT30M",
"PT1H",
"PT4H",
"PT12H",
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
},
"requireValidMetadata": {
"title": "Require Valid Metadata?",
Expand Down
18 changes: 17 additions & 1 deletion ui/src/assets/schema/provider/filebacked-http-common.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,23 @@
"initializeFromBackupFile": [
true
]
}
},
"widget": {
"id": "datalist",
"data": [
"PT0S",
"PT30S",
"PT1M",
"PT10M",
"PT30M",
"PT1H",
"PT4H",
"PT12H",
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
},
"requireValidMetadata": {
"title": "Require Valid Metadata?",
Expand Down

0 comments on commit 644883c

Please sign in to comment.