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

Data change alerting #566

Draft
wants to merge 48 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
93f3326
Initial backend integration of CDC
puehringer Oct 11, 2021
2538a0e
add CDCFilterDialog + refactor for FilterComponents + try eval query
dvtschachinger Oct 14, 2021
72056a8
minor style improvements
dvtschachinger Oct 14, 2021
2d665c0
create sqlalchemy schema + endpoints for backend + minor changes to a…
dvtschachinger Oct 18, 2021
64a0fc7
minor backend changes + improving filter dialog + getting endpoints i…
dvtschachinger Oct 19, 2021
ce35184
alignments in UI + send formdata of dialog to backend
dvtschachinger Oct 20, 2021
c892110
refactoring filter components to split jsonify and functions + UI imp…
dvtschachinger Oct 21, 2021
d165848
refactor components + finalizing first draft of functionality & desig…
dvtschachinger Oct 25, 2021
c3a223c
improve UI + add running alerts in frontend
dvtschachinger Oct 25, 2021
5b639dc
tslint errors
dvtschachinger Oct 25, 2021
3eb360b
add backend concept + some UI improvements + add confirm button to ed…
dvtschachinger Oct 27, 2021
a9b58be
make range slider less hardcoded + improve UI
dvtschachinger Oct 28, 2021
1e41275
minor style changes
dvtschachinger Oct 28, 2021
82332d4
lint errors
dvtschachinger Oct 28, 2021
b74afb1
UI improvements
dvtschachinger Nov 2, 2021
874b30f
CDC filters
dvmarkusvogl Nov 2, 2021
8b41dae
filter error fix
dvtschachinger Nov 2, 2021
5fba0a4
show all data changes in UI
dvtschachinger Nov 3, 2021
0657722
improve deep_diff and visualization of cdc_data in UI
dvtschachinger Nov 4, 2021
db5634d
code improvements
dvtschachinger Nov 8, 2021
5fd4363
Merge branch 'mv/cdc_filter' into data_change_alerting
dvtschachinger Nov 8, 2021
e84d3de
add compare_columns to UI
dvtschachinger Nov 8, 2021
36ddb11
Unify filters into one class to clear cyclic dependencies
dvmarkusvogl Nov 8, 2021
d3078e5
Add checckbox filter
dvmarkusvogl Nov 9, 2021
281602c
align filter-components that they fit the new backend implementation
dvtschachinger Nov 9, 2021
2341e7a
minor fix
dvtschachinger Nov 9, 2021
9b643f3
Merge remote-tracking branch 'origin/mv/cdc_filter' into data_change_…
dvmarkusvogl Nov 9, 2021
5a9e2d5
Backend filters: Remove name from filters (only used in UI), rename c…
dvmarkusvogl Nov 9, 2021
4c9e66e
style improvement of filtercards + combine CDCCreateAlert + CDCEditAl…
dvtschachinger Nov 10, 2021
be37282
Merge branch 'develop' into data_change_alerting
puehringer Nov 11, 2021
6ea78fc
Unified front- and backend for CDCs
puehringer Nov 11, 2021
6d92646
code refactoring + bug fix
dvtschachinger Nov 12, 2021
bded9a5
combine all single cdc filter dependecies in one dict entered by cdci…
dvtschachinger Nov 15, 2021
7ec5c8e
add error handling to several endpoints + bug fixes
dvtschachinger Nov 15, 2021
96a9169
filter error
dvtschachinger Nov 16, 2021
6b35346
Removed CDCManager and stuff
puehringer Nov 16, 2021
6d0a580
Fixed stale state issue with React DnD
puehringer Nov 16, 2021
ad9c55b
Temporary commit for merging
dvmarkusvogl Nov 16, 2021
b4b8d34
Temporary commit for merging
puehringer Nov 16, 2021
641145e
Merge branch 'develop' into data_change_alerting
puehringer Nov 17, 2021
d0040af
Changed back to MyDict because edit/persist did not work
puehringer Nov 17, 2021
6a19036
Merge branch 'tschachinger/cdc_UI_improvements' into data_change_aler…
puehringer Nov 17, 2021
87fe0f6
Add better configurable scheduling for mail and cdc update
dvmarkusvogl Nov 18, 2021
e2b652a
Merge branch 'develop' into data_change_alerting
puehringer Nov 23, 2021
eab2004
Migrated to latest useAsync
puehringer Nov 24, 2021
51a8fda
Merge branch 'develop' into data_change_alerting
puehringer Dec 1, 2021
a53cbea
Merge branch 'develop' into data_change_alerting
puehringer Dec 14, 2021
73245a8
Fixed wrong id in alert view
puehringer Dec 17, 2021
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
15 changes: 15 additions & 0 deletions dist/cdc/CDCFilterDialog.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

155 changes: 155 additions & 0 deletions dist/cdc/CDCFilterDialog.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/cdc/CDCFilterDialog.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions dist/cdc/alert/CDCAlertView.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading