Build: #551 was successful
Job: Default Job was successful
Code commits
caskdata/cdap
-
Ajai <1452845+ajainarayanan@users.noreply.github.com> 0aec200eadf5dee89954e20513ddba26b40963da
Merge pull request #11844 from cdapio/feature/ui-CDAP-14284-4
[CDAP-14284] Adds pan/zoom feature to pipeline canvas. -
Ajai Narayan 1084ac3fa86ea8040142d0a36ac56564e810c69e
Initial version of pan & zoom from react-pan-zoom npm package
- cdap-ui/app/cdap/components/DAG/DAGProvider.tsx (version 1084ac3fa86ea8040142d0a36ac56564e810c69e)
- cdap-ui/app/cdap/components/DAG/Nodes/ConditionNode/index.tsx (version 1084ac3fa86ea8040142d0a36ac56564e810c69e)
- cdap-ui/app/cdap/components/DAG/Nodes/SplitterNode/PortPopover.tsx (version 1084ac3fa86ea8040142d0a36ac56564e810c69e)
- cdap-ui/app/cdap/components/DAG/Nodes/utilities.ts (version 1084ac3fa86ea8040142d0a36ac56564e810c69e)
- cdap-ui/app/cdap/components/DAG/index.tsx (version 1084ac3fa86ea8040142d0a36ac56564e810c69e)
- cdap-ui/package.json (version 1084ac3fa86ea8040142d0a36ac56564e810c69e)
- cdap-ui/yarn.lock (version 1084ac3fa86ea8040142d0a36ac56564e810c69e)
-
Terence Yim <885032+chtyim@users.noreply.github.com> d4aaaa1323e09ead9949a0442b2493e260732463
Merge pull request #12330 from cdapio/feature/CDAP-16950-app-error-logs
(CDAP-16950) Tag all ERROR logs from program execution as program log -
Ajai <1452845+ajainarayanan@users.noreply.github.com> b628620ddc75c2269fb762a104ffdeb333c378d4
Merge pull request #12286 from cdapio/bugfix-ui/CDAP-16607-2
[CDAP-16607] Removes unnecessary margin on smaller screens -
Ajai Narayan 60da17698e272551b895c35a26f9b086ca8db2aa
[CDAP-16607] Removes unnecessary margin on smaller screens
- cdap-ui/app/hydrator/hydrator-modal.less (version 60da17698e272551b895c35a26f9b086ca8db2aa)
-
Jenna Choi <jena.choi1106@gmail.com> 603325394051ce39a1e190de1271b28d4af85082
Merge pull request #12214 from cdapio/feature-ui/CDAP-16863
[CDAP-16863] Show the live JSON view (plugin JSON Creator) -
Jenna Choi <jena.choi1106@gmail.com> a17fea4f353c986fd9d885fb05233a424a40a1b3
[CDAP-16863] Show the live JSON view (plugin JSON Creator)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/BasicPluginInfo/index.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/ConfigurationGroupsCollection/GroupActionButtons/index.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/ConfigurationGroupsCollection/index.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/JsonMenu/ClosedJsonMenu/index.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/JsonMenu/JsonLiveViewer/index.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/JsonMenu/index.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/JsonMenu/utilities.ts (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/WidgetCollection/WidgetActionButtons/index.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/WidgetCollection/WidgetInput/index.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/WidgetCollection/index.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/index.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/CreateContextConnect/index.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
- cdap-ui/app/cdap/components/PluginJSONCreator/constants.tsx (version a17fea4f353c986fd9d885fb05233a424a40a1b3)
-
Terence Yim c945082a9cdc83c91ba97188c6fd4f20e7fe0f3a
(CDAP-16950) Tag all ERROR logs from program execution as program log
- This allow easy filtering to spot out ERRORs- cdap-watchdog/src/main/java/io/cdap/cdap/logging/appender/LogAppender.java (version c945082a9cdc83c91ba97188c6fd4f20e7fe0f3a)
-
Jenna Choi <jena.choi1106@gmail.com> 1207d14c6cff1aaa8adb63b01f32b38dd5f63cae
Merge pull request #12211 from cdapio/feature-ui/CDAP-16862
[CDAP-16862] Define properties under each configuration group (plugin JSON creator) -
Jenna Choi <jena.choi1106@gmail.com> 577649e4cecff4c0af925b2a31e5f5d37646e2c0
[CDAP-16862] Define properties under each configuration group (plugin JSON creator)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/ConfigurationGroupsCollection/GroupActionButtons/index.tsx (version 577649e4cecff4c0af925b2a31e5f5d37646e2c0)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/ConfigurationGroupsCollection/index.tsx (version 577649e4cecff4c0af925b2a31e5f5d37646e2c0)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/PluginInput/index.tsx (version 577649e4cecff4c0af925b2a31e5f5d37646e2c0)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/WidgetCollection/WidgetActionButtons/index.tsx (version 577649e4cecff4c0af925b2a31e5f5d37646e2c0)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/WidgetCollection/WidgetInput/index.tsx (version 577649e4cecff4c0af925b2a31e5f5d37646e2c0)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/Content/WidgetCollection/index.tsx (version 577649e4cecff4c0af925b2a31e5f5d37646e2c0)
- cdap-ui/app/cdap/components/PluginJSONCreator/Create/index.tsx (version 577649e4cecff4c0af925b2a31e5f5d37646e2c0)
- cdap-ui/app/cdap/components/PluginJSONCreator/CreateContextConnect/index.tsx (version 577649e4cecff4c0af925b2a31e5f5d37646e2c0)
- cdap-ui/app/cdap/components/PluginJSONCreator/constants.tsx (version 577649e4cecff4c0af925b2a31e5f5d37646e2c0)