Browse Source

#3931: [bug][UI]Fixed a bug where the environment name of a task could not be changed when a workflow was created(issue-12457) (#13148)

git-as-svn/v1/dev
yangyang zhong 2 years ago committed by GitHub
parent
commit
215f34f11e
  1. 2
      commit.ref
  2. 64
      commit.yml

2
commit.ref

@ -1 +1 @@
Subproject commit b9ef4a717772b448ac97e21a307ad3ea94471a77 Subproject commit 615b1dbb37b4af1ac933d4b7c608fc6c1ecfcd05

64
commit.yml

@ -2,40 +2,34 @@
branches: { branches: {
} }
fileChange: fileChange:
/dolphinscheduler-dao: /dolphinscheduler-ui:
newFile: !uuid '0dbdbfa1a0347ac35e6081120b3bf734050e17a0' newFile: !uuid '0aaf773636c01ecd4959ed1a747dfd986f24e804'
oldFile: !uuid '182cbd32ce5de27b16939fe88cd842b89506e07e' oldFile: !uuid '513fdbddc1d0593981c739e2ef2bc5eb6f5cc5f7'
/dolphinscheduler-dao/src: /dolphinscheduler-ui/src:
newFile: !uuid '4cebc038f357286e33b82e32b5084e3c054a0f44' newFile: !uuid '6b8501f7ae137af16fecde51cb80b38d7a9eaacb'
oldFile: !uuid '24e72ef5344b54a19e7005da88776e21bb18acb9' oldFile: !uuid '0cb1b6b4e230d0eed47ce44cde6dc9c094f3b174'
/dolphinscheduler-dao/src/main: /dolphinscheduler-ui/src/views:
newFile: !uuid 'b5a919da7db3eb18cd4426f85f288d41c819ac85' newFile: !uuid '43dd85c47449f1020c97cc5bbb414f2e44fe25b5'
oldFile: !uuid '065e48d533cea98885de46cfbf426642b5a5978d' oldFile: !uuid '08534facf7b2729744320e2bc2b0f0fae4662013'
/dolphinscheduler-dao/src/main/resources: /dolphinscheduler-ui/src/views/projects:
newFile: !uuid '487a6fe8f3ba8ee90a658c963172c7127d0db3be' newFile: !uuid '4c6abfd5742e3a21a7ec3e84c809e0af0fca19b5'
oldFile: !uuid '9d839823061f1459887b0c22058092ed577b1f7b' oldFile: !uuid 'd86446c92cec1f36c71bd9e08e61ab9d5da9702b'
/dolphinscheduler-dao/src/main/resources/sql: /dolphinscheduler-ui/src/views/projects/task:
newFile: !uuid 'da382dff694680279563ebbc39430af33d29541c' newFile: !uuid '2c1981939941b50249d6355f9ce65cbf1750d56f'
oldFile: !uuid '153de09db211febf80c55f29608854d798f99e9f' oldFile: !uuid 'a0043848e6dd5da83e8814b344af7f747b1cff1b'
/dolphinscheduler-dao/src/main/resources/sql/upgrade: /dolphinscheduler-ui/src/views/projects/task/components:
newFile: !uuid 'a28fd7aecb9731e6cff382380c26d2aef3e2e4b9' newFile: !uuid '1bbafca5241a763ef0b39334c7b064f771f41840'
oldFile: !uuid 'bdc7e37118322e05367207f08f343d347475c392' oldFile: !uuid '9983307539abd29a51f100bd6226e9618edeafbf'
/dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema: /dolphinscheduler-ui/src/views/projects/task/components/node:
newFile: !uuid '2245301ffe6be7121c85ac3b3a88e355928d7407' newFile: !uuid '4decdb1e48f43e6b70e4bc723e2c832d9f7d4ee5'
oldFile: !uuid '5b6580d49a14274290f689f2cd7584b0b710b2d7' oldFile: !uuid '2f9cfc2f8b38fb9162023d3484ed0ae5820b56cb'
/dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/mysql: /dolphinscheduler-ui/src/views/projects/task/components/node/fields:
newFile: !uuid '68adbd5826b0ae3404e0eb424ec8dc24f21616c6' newFile: !uuid '02fbe81bd70e0e18e828cb1c3ccbaa967d409ec5'
oldFile: !uuid '74a991e69f266232a107e8e9f039dc842340f4a6' oldFile: !uuid '3e14ca75771504c200f4b1617e6c47b650d245b6'
/dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/mysql/dolphinscheduler_dml.sql: /dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-environment-name.ts:
newFile: !uuid '52eccc50efcdadc5478461f4f504b984a39abf3d' newFile: !uuid '0f959ebdfb703e6159f7c9cd76551860117aaece'
oldFile: !uuid '825be2d50573ddd63adc516e27c058740251dfb4' oldFile: !uuid '17b293eeba11203f0bdf6bcaedb8bf45f76e4048'
/dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/postgresql: gitCommitId: !uuid '615b1dbb37b4af1ac933d4b7c608fc6c1ecfcd05'
newFile: !uuid 'adc7e21d14e9324869526469f620a12ab06a9465'
oldFile: !uuid 'bed52b138449bcaff4849d62451c2e17004398a9'
/dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/postgresql/dolphinscheduler_dml.sql:
newFile: !uuid '52eccc50efcdadc5478461f4f504b984a39abf3d'
oldFile: !uuid '825be2d50573ddd63adc516e27c058740251dfb4'
gitCommitId: !uuid 'b9ef4a717772b448ac97e21a307ad3ea94471a77'
renames: { renames: {
} }
revisionId: 3930 revisionId: 3931

Loading…
Cancel
Save