-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Dev #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Dev #208
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
cc3ebfa
Bump vega from 5.33.0 to 6.2.0
dependabot[bot] 46f3852
Merge pull request #199 from microsoft/dependabot/npm_and_yarn/vega-6…
Chenglong-MS bcd47a7
Merge branch 'main' into dev
Chenglong-MS dd900ad
Add BigQuery DataLoader
hurairahmateen 66690b9
Merge pull request #1 from theinfinitereality/bigquery-data-loader
hurairahmateen 2562c5a
Bump validator from 13.15.20 to 13.15.22
dependabot[bot] 8ff7b6e
simplify ui
Chenglong-MS 6f78c1f
some cleanup
Chenglong-MS 13b6877
fix some db connection issue
Chenglong-MS 900ea2d
fix and test
Chenglong-MS f21698a
version bump
Chenglong-MS 8b0a523
fix accessibility issues
Chenglong-MS 26824a4
small fixes
Chenglong-MS bf38f06
Merge branch 'dev' into dependabot/npm_and_yarn/validator-13.15.22
Chenglong-MS 8fb69de
Merge pull request #207 from microsoft/dependabot/npm_and_yarn/valida…
Chenglong-MS 0b0931a
Update py-src/data_formulator/data_loader/mysql_data_loader.py
Chenglong-MS c345c70
Update src/views/VisualizationView.tsx
Chenglong-MS f280be6
Update py-src/data_formulator/data_loader/mysql_data_loader.py
Chenglong-MS 72b65e7
Update py-src/data_formulator/data_loader/mysql_data_loader.py
Chenglong-MS 350c138
Initial plan
Copilot f4b2d7e
Initial plan
Copilot 95dc5da
Fix password sanitization in PostgreSQL and add __del__ to MySQL data…
Copilot 0436063
Add __del__ method to MySQLDataLoader for connection cleanup
Copilot 3017e36
Improve error messages and add exception handling to __del__ method
Copilot d66f0dc
Merge pull request #210 from microsoft/copilot/sub-pr-208-again
Chenglong-MS 0446017
Merge branch 'dev' into copilot/sub-pr-208
Chenglong-MS 3624be1
Merge pull request #209 from microsoft/copilot/sub-pr-208
Chenglong-MS 5912ff9
fix issues that copilot introduced, bruh
Chenglong-MS 64d69e6
Expand chart type supports: Pie Chart
KaranPradhan266 bf477f4
Expand chart type supports: US Map
KaranPradhan266 5c3e801
simplify
Chenglong-MS 042bf2c
fixes
Chenglong-MS 4b04973
Update py-src/data_formulator/data_loader/bigquery_data_loader.py
hurairahmateen 532fecb
changes
hurairahmateen 6a53da8
Add MongoDB Support
BAIGUANGMEI 58d86f9
Merge pull request #211 from KaranPradhan266/feat/expand-chart-support
Chenglong-MS 5f7e227
add icon for chart templates
Chenglong-MS 4fa8ff8
Merge pull request #206 from hurairahmateen/bigquery-data-loader
Chenglong-MS eee8537
Merge branch 'dev' into feature/dbsupport
Chenglong-MS b863916
Merge pull request #213 from BAIGUANGMEI/feature/dbsupport
Chenglong-MS f80a2bd
some fixes with data loaders
Chenglong-MS 6a5f0ed
resolve dependency
Chenglong-MS 9dab794
fix and tested mongodb data loader
Chenglong-MS 55412f6
fixes
Chenglong-MS 95e23e7
update readme and version
Chenglong-MS 68ac9e6
readme style
Chenglong-MS 33d8782
readme style
Chenglong-MS 99ee72b
readme style
Chenglong-MS 57676e2
finally
Chenglong-MS 5939cc3
use image for cleaner readme
Chenglong-MS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Major version upgrade: Vega has been upgraded from
^5.32.0to^6.2.0, which is a major version change. Major version upgrades typically include breaking changes. The corresponding changes inyarn.lockshow many Vega-related packages have been upgraded to version 6.x or later.Ensure thorough testing has been done to verify: