-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bug fixes #142
Bug fixes #142
Conversation
Shubha-accenture
commented
Apr 26, 2024
•
edited
Loading
edited
- Implemented server side pagination
- Pagination changes for fetching first and last page
- Vertical spacing for Dataset explorer (Schema and Preview)
- Addressed review comments on dataset explorer
…-review-fixes Sprint19 scheduler code review fixes
…-review-fixes Code review changes
…upyter-plugin-fork into sprint19-bigquery-launcher-changes
…upyter-plugin-fork into sprint19-scheduler-enhancement-changes
…upyter-plugin-fork into sprint19-scheduler-enhancement-changes
…ncement-changes Sprint19 scheduler enhancement changes
…upyter-plugin-fork into sprint19-bigquery-launcher-changes
This reverts commit 24ff2e7.
…upyter-plugin-fork into sprint19-scheduler-enhancement-changes
1. Logo in dark mode color change 2. Loader added for cluster and serverless dropdown
…upyter-plugin-fork into sprint19-scheduler-enhancement-changes
…upyter-plugin-fork into sprint19-bigquery-launcher-changes
…ub.com/Shubha-accenture/dataproc-jupyter-plugin-fork into sprint19-scheduler-enhancement-changes
…ncement-changes Scheduler internal bug fixes
…upyter-plugin-fork into sprint19-bigquery-launcher-changes
1. Tooltip for cards changed 2. Local kernel - Create scheduler loader fix
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.
Please rename this to dataproc_juptyer_plugin/credentials.py
.
There's no reason to have anything in the codebase named utils
.
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.
- credentials.py is renamed to gcloudOperations.py
- utils folder is renamed to commons as it contains all the common code.
…er-fixes execution history height changes
…er-fixes Backend file, folder name changes
…upyter-plugin-fork into sprint19-dataset-explorer-fixes
…er-fixes Dpms Service refactor and Big Query changes
src/bigQuery/previewDataInfo.tsx
Outdated
|
||
const previewHeight = window.innerHeight - 180; |
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.
this wouldn't work if the user resizes the browser after js was loaded
Just the one thing around statically grabbing the window width |
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.
Just the one thing around statically grabbing the screen width
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.
The Python changes are fine, so this can be merged once Pat approves the TS changes
…er-fixes Height resize handled on window height change
…cker-fixes Client bug tracker & Buganizer fixes