-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat(pci-databases-analytics) - refactor data table and add filtering #14524
Open
jperchoc
wants to merge
2
commits into
master
Choose a base branch
from
feat/data-table-sort-filter
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Base automatically changed from
feat/pci-db-analytics-rework-modals
to
release/public-cloud-w51
December 12, 2024 16:40
github-actions
bot
added
the
has conflicts
Has conflicts to resolve before merging
label
Dec 12, 2024
fredericvilcot
force-pushed
the
release/public-cloud-w51
branch
2 times, most recently
from
December 12, 2024 17:02
6b29873
to
afc8dfc
Compare
jperchoc
force-pushed
the
feat/data-table-sort-filter
branch
2 times, most recently
from
December 13, 2024 16:02
9a88aaf
to
de328be
Compare
github-actions
bot
removed
the
has conflicts
Has conflicts to resolve before merging
label
Dec 13, 2024
jperchoc
changed the title
Feat/data table sort filter
feat(pci-databases-analytics) - refactor data table and add filtering
Dec 16, 2024
fredericvilcot
force-pushed
the
release/public-cloud-w51
branch
from
December 16, 2024 13:21
54e17af
to
9da7f4f
Compare
github-actions
bot
added
has conflicts
Has conflicts to resolve before merging
universe-public-cloud
labels
Dec 16, 2024
fredericvilcot
force-pushed
the
release/public-cloud-w51
branch
3 times, most recently
from
December 16, 2024 13:58
58793cd
to
0279f9d
Compare
jperchoc
force-pushed
the
feat/data-table-sort-filter
branch
from
December 16, 2024 14:07
878f3d5
to
4c1e100
Compare
github-actions
bot
added
translation required
and removed
universe-public-cloud
has conflicts
Has conflicts to resolve before merging
labels
Dec 16, 2024
abullet33
reviewed
Dec 17, 2024
packages/manager/apps/pci-databases-analytics/src/components/data-table/DataTable.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-databases-analytics/src/components/data-table/DataTable.tsx
Outdated
Show resolved
Hide resolved
...alytics/src/pages/services/[serviceId]/backups/_components/BackupsTableColumns.component.tsx
Show resolved
Hide resolved
...src/pages/services/[serviceId]/integrations/_components/IntegrationListColumns.component.tsx
Show resolved
Hide resolved
...src/pages/services/[serviceId]/integrations/_components/IntegrationListColumns.component.tsx
Show resolved
Hide resolved
...s/src/pages/services/[serviceId]/namespaces/_components/NamespacesTableColumns.component.tsx
Show resolved
Hide resolved
...s-analytics/src/pages/services/[serviceId]/pools/_components/PoolsTableColumns.component.tsx
Show resolved
Hide resolved
.../src/pages/services/[serviceId]/queries/_components/CurrentQueriesTableColumns.component.tsx
Show resolved
Hide resolved
...apps/pci-databases-analytics/src/pages/services/_components/ServiceListColumns.component.tsx
Show resolved
Hide resolved
...apps/pci-databases-analytics/src/pages/services/_components/ServiceListFilters.component.tsx
Outdated
Show resolved
Hide resolved
DATATR-1763 Signed-off-by: Jonathan Perchoc <[email protected]>
jperchoc
force-pushed
the
feat/data-table-sort-filter
branch
from
December 26, 2024 13:20
4c1e100
to
ccfdef7
Compare
Signed-off-by: Jonathan Perchoc <[email protected]>
jperchoc
force-pushed
the
feat/data-table-sort-filter
branch
from
December 26, 2024 13:23
ccfdef7
to
e3dff38
Compare
Quality Gate failedFailed conditions |
abullet33
approved these changes
Dec 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
develop
Description
Related