Skip to content
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(remita-table): Extends classic table plugin with bulk actions and event publishing #32265

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
8f1f72b
Update INTHEWILD.md
mujibishola Jan 8, 2025
4413b3f
Merge pull request #1 from RemitaNet/mujibishola-patch-1
mujibishola Jan 8, 2025
e330f8a
Merge branch 'apache:master' into master
mujibishola Feb 9, 2025
0023499
fix: updated for remita table customizations
Feb 11, 2025
acaae78
fix: updated for remita table customizations
Feb 11, 2025
13c9dc3
feat: updated for Remita customizations styling
Feb 11, 2025
29e0816
fix: updated remita logo and full export
Feb 12, 2025
ed9790d
fix on docker build
Feb 12, 2025
e64ec66
Refactor table chart code for formatting and readability
asadu-code Feb 12, 2025
2d2b0a8
Set explicit column widths and improve table styles.
asadu-code Feb 13, 2025
034c4af
Add transient alert to display JSON message in embedded mode
asadu-code Feb 13, 2025
bee1fa2
fix: updated for control panel
Feb 13, 2025
8762c0a
Merge branch 'fix/new-branch-for-error-handling' of https://github.co…
asadu-code Feb 13, 2025
2d32f86
Add tooltips and improve validation in table components
asadu-code Feb 13, 2025
caf32b6
fix: updated styling for remita table
Feb 13, 2025
2037dd4
fix: updated inter window messaging logic
Feb 14, 2025
08fe7f6
fix: updated plugin for user interactions
Feb 14, 2025
a2d772b
Merge branch 'apache:master' into feature/anthony/ui-fixes
mujibishola Feb 14, 2025
e5c3dfb
fix: updated docker config for remita
Feb 14, 2025
a329b77
fix: updated docker config for remita
Feb 14, 2025
a2d2bbf
fix: updated docker config for remita
Feb 14, 2025
79a074a
fix: updated docker config for remita
Feb 14, 2025
7c3a913
fix: updated docker config for remita
Feb 14, 2025
3b4340a
fix: updated docker config for remita
Feb 14, 2025
72d85fe
fix: updated docker config for remita
Feb 14, 2025
2c8fa58
fix: updated docker config for remita
Feb 14, 2025
619d673
fix: updated custom table plugin and export issue temporily to be abl…
Feb 16, 2025
b869390
fix: updated superset for full export
Feb 17, 2025
223aa20
Add scoped CSS styles for Remita table actions UI
asadu-code Feb 17, 2025
f5a2b8e
Update table action headers and add custom rendering styles
asadu-code Feb 17, 2025
7ba4a2a
fix: updated slice header implementation
Feb 18, 2025
8bec834
fix: updated slice header implementation
Feb 18, 2025
7fe4107
fix: updated slice header implementation
Feb 18, 2025
ebeaa20
fix: updated slice header implementation
Feb 18, 2025
7fbbbef
fix: updated slice header implementation
Feb 18, 2025
7f1c9ac
fix: updated slice header implementation
Feb 18, 2025
fec18e6
fix: updated slice header implementation
Feb 18, 2025
b6fb799
fix: updated slice header implementation
Feb 18, 2025
d5c6bfe
fix: updated slice header implementation
Feb 18, 2025
6b15afc
fix: updated slice header implementation
Feb 18, 2025
2c84dcc
fix: updated slice header implementation
Feb 18, 2025
8a4ba91
fix: updated slice header implementation
Feb 18, 2025
1a73b81
fix: updated slice header implementation
Feb 18, 2025
e04d220
fix: updated slice header implementation
Feb 18, 2025
9c1729e
fix: updated slice header implementation
Feb 18, 2025
a9ccc19
fix: updated slice header implementation
Feb 18, 2025
684b8a4
fix: updated slice header implementation
Feb 18, 2025
f48f013
fix: updated slice header implementation
Feb 18, 2025
9967976
fix: updated slice header implementation
Feb 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ ARG BUILDPLATFORM=${BUILDPLATFORM:-amd64}
# Include translations in the final build
ARG BUILD_TRANSLATIONS="false"

ARG ORACLE_CLIENT_VERSION=19.21.0.0.0
ARG GECKODRIVER_VERSION=v0.32.0
ARG FIREFOX_VERSION=106.0.3

######################################################################
# superset-node-ci used as a base for building frontend assets and CI
######################################################################
Expand Down
Loading
Loading