-
Notifications
You must be signed in to change notification settings - Fork 2.8k
update console browse rows section #1642
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
update console browse rows section #1642
Conversation
|
Review app for commit b137d86 deployed to Heroku: https://hge-ci-pull-1642.herokuapp.com |
|
Review app for commit a179b15 deployed to Heroku: https://hge-ci-pull-1642.herokuapp.com |
|
Review app for commit d5efb7a deployed to Heroku: https://hge-ci-pull-1642.herokuapp.com |
|
@rikinsk - Hovering over sort icon gives me expand icon and its slightly confusing. Basically the sort icon is just for indication but sort works by clicking anywhere, but the icon. |
|
Review app for commit 6fa32dd deployed to Heroku: https://hge-ci-pull-1642.herokuapp.com |
|
Review app for commit 5e18875 deployed to Heroku: https://hge-ci-pull-1642.herokuapp.com |
|
Review app for commit db7439a deployed to Heroku: https://hge-ci-pull-1642.herokuapp.com |
|
Review app for commit c015ad9 deployed to Heroku: https://hge-ci-pull-1642.herokuapp.com |
|
Review app for commit a5afebb deployed to Heroku: https://hge-ci-pull-1642.herokuapp.com |
praveenweb
left a comment
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.
Tested functionality. Works fine.
May be we can do icon/ minor css changes in a later update based on feedback.
|
Review app for commit 41ec134 deployed to Heroku: https://hge-ci-pull-1642.herokuapp.com |
|
Review app https://hge-ci-pull-1642.herokuapp.com is deleted |
|
Review app for commit 2a83990 deployed to Heroku: https://hge-ci-pull-1642.herokuapp.com |
### What This PR enables many engine tests to run across both the NDC 0.1.6 and NDC 0.2.0 of the Postgres connector. ### How A new service was added to the docker-compose that represents the new NDC 0.2.0 (the existing service was renamed) and the justfile updated to start both. A new DataConnectorLink file was added to capture the 0.2.0 Postgres connector: `postgres_connector_ndc_v02_schema.json`. The existing file was renamed to `postgres_connector_ndc_v01_schema.json`. Most tests simply needed to be run while swapping out the DataConnectorLink. Some, in particular the aggregation tests, needed tweaks where separate metadata is required between the two NDC versions (because in NDC 0.2.0 the aggregate count type changed from Int32 to Int64 for Postgres). V3_GIT_ORIGIN_REV_ID: 22bfb4fdb588730adfb7ec96e4bab8811c56bc93
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
#1622
Solution and Design
Type
Checklist: