Browse Source

#3410: [Fix][UI] Fix bug where crontab special of month and year (#11661)

git-as-svn/v1/dev
Devosend 2 years ago committed by GitHub
parent
commit
ac7f46e585
  1. 2
      commit.ref
  2. 57
      commit.yml

2
commit.ref

@ -1 +1 @@
Subproject commit 23d8aaf735496aa10f1984433f19eccaa8ca788f Subproject commit 769a20e98698ef6769c82c88ee31a93f5717743c

57
commit.yml

@ -3,33 +3,36 @@ branches: {
} }
fileChange: fileChange:
/dolphinscheduler-ui: /dolphinscheduler-ui:
newFile: !uuid 'bd95bdd2d6e41c6b21d0924075ba131f9cb152bc' newFile: !uuid 'cf3146b9d76b0c63333442099e9ef59e8fc43d24'
oldFile: !uuid '35cd7c6b3d93cf4f8c96a8dd8a4f3dd739680277' oldFile: !uuid 'bd95bdd2d6e41c6b21d0924075ba131f9cb152bc'
/dolphinscheduler-ui/src: /dolphinscheduler-ui/src:
newFile: !uuid '5aacc09c5e54189adf0339cfb255c0fc05ec9f38' newFile: !uuid 'b1c4a41924cea2741a7b1241e084f90c65dc0076'
oldFile: !uuid 'fa393f33d7ede3607be638994d22d7f14206105d' oldFile: !uuid '5aacc09c5e54189adf0339cfb255c0fc05ec9f38'
/dolphinscheduler-ui/src/views: /dolphinscheduler-ui/src/components:
newFile: !uuid '9e0553d404bbc5b914ceedc115d9dfa536e8a2c2' newFile: !uuid '0cc43619f6f00d5d49c196da0d5138456b9b0eb0'
oldFile: !uuid 'abc8958b473076b1e607332955823f93f8b58144' oldFile: !uuid '635039dffe4cdff3dc72f58c9c883b0bc376dcd7'
/dolphinscheduler-ui/src/views/projects: /dolphinscheduler-ui/src/components/crontab:
newFile: !uuid 'bc6d58ae519e91ddb87e81c65a2aa3df56a81979' newFile: !uuid '162eda1ce5a3937daf3ba5fe161555f70dbadae9'
oldFile: !uuid '42498acae8e0566d3a2cce6de9b0ae1a03347169' oldFile: !uuid '2cc34ad4132c6d0c4c802aa22719b803ac57e4cd'
/dolphinscheduler-ui/src/views/projects/task: /dolphinscheduler-ui/src/components/crontab/common.ts:
newFile: !uuid 'fdacc541e4867e2dc9f0793eb8eea2fb86d0f076' newFile: !uuid 'af4168f1ae484e1580028eaed494953072f71bc5'
oldFile: !uuid 'e3f4b90a17f07e41583f39603668b3c1f2625d1e' oldFile: !uuid '5069801d5dcbc31f5b8bc78a32545732702e3402'
/dolphinscheduler-ui/src/views/projects/task/components: /dolphinscheduler-ui/src/components/crontab/index.tsx:
newFile: !uuid '61a2a712248867688fb0825762e1c64882f3cd50' newFile: !uuid 'c0bc835f7012c9670c77875b14bb06dfc565058a'
oldFile: !uuid 'b042cf0bb51bb69ff1c4e8dabf8a234bd98a808b' oldFile: !uuid 'd74623f8411ce287834ef5da9b38b15bf7b26019'
/dolphinscheduler-ui/src/views/projects/task/components/node: /dolphinscheduler-ui/src/components/crontab/modules:
newFile: !uuid 'ecd8619c1df51adfd8c217d2f93c92d8401cbdc4' newFile: !uuid '9ad5d3adc62d27d0064cd6f4fbe6b8103be4326d'
oldFile: !uuid '005aee005fd4b61fc6049cd51d19ffa56d06fbed' oldFile: !uuid '8c6ac2acc33a9f466f75b37dda4527308b458520'
/dolphinscheduler-ui/src/views/projects/task/components/node/fields: /dolphinscheduler-ui/src/components/crontab/modules/day.tsx:
newFile: !uuid '8d28bdb3d594ad187b7ea14b6a53359ba550ce07' newFile: !uuid '201e9b777ac4069cbce09e0dba5d3833e91ad92c'
oldFile: !uuid '57ce41dd55e2f5b4917c8dbeae056ba4a6bf6b6c' oldFile: !uuid '9c67ff9db3ad78f0d4e0c265c4414915183a0680'
/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sql.ts: /dolphinscheduler-ui/src/components/crontab/modules/time.tsx:
newFile: !uuid '46e489d40ec8569c6cf233678e3fb0aec19b5e45' newFile: !uuid 'e2a7f30bb3f40a698b06de643ecaa38b93e5aa65'
oldFile: !uuid '602f3d67902451579c9a59fdadf192def85e22fa' oldFile: !uuid '1f53ccb793fc85cc920846c08a523ec9c293354f'
gitCommitId: !uuid '23d8aaf735496aa10f1984433f19eccaa8ca788f' /dolphinscheduler-ui/src/components/crontab/types.ts:
newFile: !uuid '99177ceadd4fab9336bdcb51efba065efdb781dc'
oldFile: !uuid '77d28676d50648edfe613d2be70e7331a69a95dd'
gitCommitId: !uuid '769a20e98698ef6769c82c88ee31a93f5717743c'
renames: { renames: {
} }
revisionId: 3409 revisionId: 3410

Loading…
Cancel
Save