Releases: DalgoT4D/webapp
Releases · DalgoT4D/webapp
2.0.3
What's Changed
- Test fixes by @kurund in #824
- [Snyk] Upgrade typescript from 5.4.3 to 5.4.4 by @mdshamoon in #832
- [Snyk] Upgrade @mui/x-date-pickers from 6.19.8 to 6.19.9 by @mdshamoon in #827
- [Snyk] Upgrade @mui/icons-material from 5.15.14 to 5.15.15 by @mdshamoon in #826
- Downgrade mui icons version by @mdshamoon in #834
- Fixed preview bug by @mdshamoon in #836
- Add generic sorting abilities to the list component by @Snehil-Shah in #793
- fix: Added the sorting of streams by name in connection form. by @Akshat-Jaiswal-8 in #841
- Added codecov token and increase test coverage by @mdshamoon in #838
- send hashkey to get celery task progress by @fatchat in #845
Full Changelog: 2.0.2...2.0.3
What's Changed
- Test fixes by @kurund in #824
- [Snyk] Upgrade typescript from 5.4.3 to 5.4.4 by @mdshamoon in #832
- [Snyk] Upgrade @mui/x-date-pickers from 6.19.8 to 6.19.9 by @mdshamoon in #827
- [Snyk] Upgrade @mui/icons-material from 5.15.14 to 5.15.15 by @mdshamoon in #826
- Downgrade mui icons version by @mdshamoon in #834
- Fixed preview bug by @mdshamoon in #836
- Add generic sorting abilities to the list component by @Snehil-Shah in #793
- fix: Added the sorting of streams by name in connection form. by @Akshat-Jaiswal-8 in #841
- Added codecov token and increase test coverage by @mdshamoon in #838
- send hashkey to get celery task progress by @fatchat in #845
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- c4gt template: hardcode product,project,area by @fatchat in #781
- [Snyk] Upgrade typescript from 5.3.3 to 5.4.3 by @mdshamoon in #780
- [Snyk] Upgrade eslint from 8.56.0 to 8.57.0 by @mdshamoon in #765
- Added validations for forms by @mdshamoon in #749
- Group by schema type in join form by @mdshamoon in #784
- Folders should be closed by default on UI transform screen by @mdshamoon in #785
- 766 pivot operation form by @Ishankoradia in #782
- 767 unpivot operation form by @Ishankoradia in #783
- Fixed focus issues in rename form by @mdshamoon in #786
- [Snyk] Upgrade @tanstack/react-table from 8.15.0 to 8.15.2 by @mdshamoon in #788
- Fixed all build errors by @mdshamoon in #790
- added linter in the ci by @Ishankoradia in #791
- fix: Added the height for the list item. by @Akshat-Jaiswal-8 in #778
- [Snyk] Upgrade @emotion/styled from 11.11.0 to 11.11.5 by @mdshamoon in #792
- Add custom dbt tasks to a pipeline by @mdshamoon in #736
- Fixed all failing test cases by @mdshamoon in #808
- [Snyk] Upgrade cronstrue from 2.48.0 to 2.49.0 by @mdshamoon in #810
- Fix: overflowing components when drawer is collapsed by @Snehil-Shah in #789
- Generic column operations form by @Ishankoradia in #795
- running workflow in canvas via celery task run by @Ishankoradia in #815
- [Snyk] Upgrade reactflow from 11.10.4 to 11.11.0 by @mdshamoon in #818
- [Snyk] Upgrade @mui/material from 5.15.14 to 5.15.15 by @mdshamoon in #817
- Added ability to select complete node by @mdshamoon in #819
- Added full screen option of preview tab by @mdshamoon in #820
- queued vs running job webapp by @Ishankoradia in #809
New Contributors
- @Akshat-Jaiswal-8 made their first contribution in #778
- @Snehil-Shah made their first contribution in #789
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- Tooltip for ops by @Ishankoradia in #750
- 716 show functions only on the function list by @Ishankoradia in #751
- Create c4gt.md by @fatchat in #757
- Update form title for editing existing connections by @masterismail in #755
- feat: Show connector docker image version by @huzaifmalik786 in #759
- added tooltips to Side Menu and new icon for usage dashboard by @Kushdapush in #761
- text and image update by @Abhishek-N in #762
- Edit mid workflow by @Ishankoradia in #774
- loaders for save and edit in operation forms by @Ishankoradia in #776
- fix: warehouse form field duplicate by @huzaifmalik786 in #777
New Contributors
- @masterismail made their first contribution in #755
- @Kushdapush made their first contribution in #761
Full Changelog: 2.0.0...2.0.1
2.0.0
Introducing UI for Transformations
This release brings UI4T, a graphical interface for defining a data transformation pipeline. While users may continue to choose to write dbt code in a GitHub repository, we now provide a second option which hides SQL from the user.
Read more about it on our blog post here.
What's Changed
- initial commit by @Ishankoradia in #559
- Transform type UI flow by @Abhishek-N in #561
- fix build errors by @fatchat in #565
- switched github and ui by @fatchat in #569
- 552 preview a source or a model by @Abhishek-N in #567
- 554 run the entire dbt workflow by @fatchat in #572
- 574 operation drop col by @Abhishek-N in #586
- arithmetic op by @Ishankoradia in #588
- Fix scroll issue and long text cleanups by @mdshamoon in #599
- Groupby operation by @Ishankoradia in #610
- where filter op by @Ishankoradia in #611
- UI update for tables and project tree by @mdshamoon in #613
- Casewhen op by @Ishankoradia in #612
- Added close transformation page option by @mdshamoon in #614
- for deletion of dangling nodes dont refresh the graph; for other case… by @Ishankoradia in #616
- Cast column by @Abhishek-N in #606
- Aggregation by @Abhishek-N in #617
- Union op by @Ishankoradia in #625
- 626 send output column name not output col name by @fatchat in #627
- Transform page fix by @Ishankoradia in #631
- UI fixes and node overlap issue by @mdshamoon in #634
- 601 UI transform arithmetic operation failed to create a table by @fatchat in #640
- 621 when creating a table ad loading sign to the centre of screen flip to logs and make the rest of the screen inactive and non clickable by @Ishankoradia in #644
- delete action on node should close the config panel if opened by sele… by @Ishankoradia in #650
- sync source feature from project tree; poll for logs; lock screen whi… by @Ishankoradia in #652
- create the dummy node ahead of the selected one by @Ishankoradia in #653
- 636 clicking on UI method getting text for GitHub method by @fatchat in #654
- Added sorted label in all dropdowns by @mdshamoon in #656
- Common UI elements by @mdshamoon in #645
- 657 ui4t operations should be sorted by @Ishankoradia in #693
- restrict branching from oepration node if it has an edge emanating fr… by @Ishankoradia in #694
- Added better styling for preview and logs panel by @mdshamoon in #695
- Fixed removal of last case by @mdshamoon in #696
- 671 aggregate all fields to be marked as required and toast by @Ishankoradia in #698
- validation for replace op; atleast 1 value is required to be entered by @Ishankoradia in #699
- 673 cast bug by @Ishankoradia in #700
- 681 group by issuebug save form incomplete by @Ishankoradia in #701
- 702 pressing back on unconfigured function and selecting another function creates branched functions by @Ishankoradia in #712
- Flatten json by @Abhishek-N in #704
- round run times to the nearest second by @fatchat in #720
- Highlight selected nodes by @mdshamoon in #721
- Added float option for number input by @mdshamoon in #722
- 717 UI transform info buttons by @Abhishek-N in #725
- Remove elements from grid with a cross icon by @mdshamoon in #718
- "select key column" by @fatchat in #727
- Added remove item option in replace form by @mdshamoon in #731
- Prepare for edit view by @Ishankoradia in #728
- Feature/ui4t by @Ishankoradia in #560
New Contributors
- @Abhishek-N made their first contribution in #561
Full Changelog: 1.2.3...2.0.0
1.2.3
What's Changed
- 528 product walkthrough by @Ishankoradia in #543
- [Snyk] Upgrade cronstrue from 2.47.0 to 2.48.0 by @mdshamoon in #542
- [Snyk] Upgrade @mui/material from 5.15.7 to 5.15.8 by @mdshamoon in #545
- [Snyk] Upgrade react-hook-form from 7.49.3 to 7.50.1 by @mdshamoon in #544
- Hide normalize raw option by @Ishankoradia in #570
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- [Snyk] Upgrade @mui/icons-material from 5.15.5 to 5.15.6 by @mdshamoon in #529
- Update orchestrate page with newapis and update orgtask apis to run via uuid by @Ishankoradia in #537
- connections are not required by @fatchat in #539
- [Snyk] Upgrade @mui/x-date-pickers from 6.19.0 to 6.19.2 by @mdshamoon in #536
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- use the new create org api in the signup user flow. by @Ishankoradia in #527
- fix ; if the flow is locked show nothing in the text area by @Ishankoradia in #535
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- [Snyk] Upgrade react-hook-form from 7.49.2 to 7.49.3 by @mdshamoon in #518
- activate usage dashboard by @Ishankoradia in #521
- collapsible sidebar by @huzaifmalik786 in #520
- Show orgtasks by @Ishankoradia in #523
- [Snyk] Upgrade @mui/material from 5.15.3 to 5.15.4 by @mdshamoon in #519
- disable row menu if demo by @fatchat in #525
- Create orgtask by @Ishankoradia in #526
New Contributors
- @huzaifmalik786 made their first contribution in #520
Full Changelog: 1.1.3...1.2.0
1.1.3
What's Changed
- hide usage menuitem by @fatchat in #509
- [Snyk] Upgrade @mui/x-date-pickers from 6.18.5 to 6.18.6 by @mdshamoon in #510
- [Snyk] Upgrade @emotion/react from 11.11.1 to 11.11.3 by @mdshamoon in #511
- Usage analytics + demo superset changes by @Ishankoradia in #515
- [Snyk] Upgrade moment from 2.29.4 to 2.30.1 by @mdshamoon in #513
- [Snyk] Upgrade @mui/icons-material from 5.15.1 to 5.15.2 by @mdshamoon in #514
- usage dashboard will take time - keep it hidden for now by @Ishankoradia in #517
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- Demo accounts by @Ishankoradia in #504
- [Snyk] Upgrade typescript from 5.3.2 to 5.3.3 by @mdshamoon in #499
- [Snyk] Upgrade react-hook-form from 7.48.2 to 7.49.0 by @mdshamoon in #500
- [Snyk] Upgrade @mui/material from 5.14.20 to 5.15.0 by @mdshamoon in #502
- [Snyk] Upgrade eslint from 8.55.0 to 8.56.0 by @mdshamoon in #505
- show status of last run by @fatchat in #507
- 501 change UI indicator for a locked pipeline which isnt running by @fatchat in #508
Full Changelog: 1.1...1.1.2