Skip to content

Add pagination to manage automations #26414

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

Merged
merged 65 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
1cb4da0
initial commit
sgress454 Feb 13, 2025
8e9dd5f
test integrating with modal
sgress454 Feb 13, 2025
6d90627
more implementation tests
sgress454 Feb 13, 2025
5a715ba
stylish!
sgress454 Feb 13, 2025
ed218e9
add software dropdown
sgress454 Feb 13, 2025
7b21097
working!
sgress454 Feb 13, 2025
686ec42
cleanup
sgress454 Feb 13, 2025
0a7fa8c
loading state
sgress454 Feb 13, 2025
717e247
abstraction
sgress454 Feb 17, 2025
dabb946
cleanup, start calendar intg
sgress454 Feb 17, 2025
8804c73
more calendar work
sgress454 Feb 17, 2025
a9131dc
run scripts modal
sgress454 Feb 18, 2025
50a8fe1
style and tweaks
sgress454 Feb 18, 2025
03c0b6c
workflows modal
sgress454 Feb 18, 2025
913782d
send changed policies on save
sgress454 Feb 18, 2025
c1d6dbe
comments
sgress454 Feb 18, 2025
2e8b494
cleanup
sgress454 Feb 18, 2025
6bda323
Hide main calendar modal when preview is open
sgress454 Feb 19, 2025
f825eb0
handle global policies
sgress454 Feb 19, 2025
fe73a69
remove "total" for now
sgress454 Feb 19, 2025
4e558b7
Use tooltip truncated text
sgress454 Feb 19, 2025
bec4141
allow disabling save button
sgress454 Feb 19, 2025
2ef5011
update disable logic
sgress454 Feb 19, 2025
cd348e0
Add disable logic to script modal
sgress454 Feb 19, 2025
61afb5f
lint
sgress454 Feb 19, 2025
105da85
update query test to account for controlled checkbox
sgress454 Feb 19, 2025
d66dea9
calendar preview style
sgress454 Feb 19, 2025
a30c9f4
better escape handling
sgress454 Feb 19, 2025
d351e74
move style
sgress454 Feb 19, 2025
80417db
update test
sgress454 Feb 19, 2025
7fd1cf8
add comment re: forwardref
sgress454 Feb 20, 2025
1746ad5
Merge branch 'main' into sgress454/23243-add-pagination-to-manage-aut…
sgress454 Feb 24, 2025
2004ce0
start gitopswrapper work
sgress454 Feb 24, 2025
cd4e2d5
more disabilability
sgress454 Feb 24, 2025
662c900
finish gitops mode wrapping
sgress454 Feb 24, 2025
c7e7af6
fix modal background
sgress454 Feb 25, 2025
e62b1e8
start tests
sgress454 Feb 25, 2025
42d6634
more tests
sgress454 Feb 25, 2025
6e80d94
more tests
sgress454 Feb 25, 2025
0bda63e
more tests
sgress454 Feb 25, 2025
f78015e
finish tests, add disabled mode
sgress454 Feb 25, 2025
c4c0427
PoliciesPaginatedList tests
sgress454 Feb 25, 2025
2e6ad1f
Merge branch 'main' into sgress454/23243-add-pagination-to-manage-aut…
sgress454 Feb 25, 2025
da967f6
changelog
sgress454 Feb 25, 2025
af56960
update test
sgress454 Feb 25, 2025
4a703d0
update tests
sgress454 Feb 25, 2025
6bdada5
Trigger Build
sgress454 Feb 25, 2025
769cdca
skip hover tests
sgress454 Feb 25, 2025
2e47a9c
Merge branch 'main' into sgress454/23243-add-pagination-to-manage-aut…
sgress454 Feb 26, 2025
82fb7c8
adjust tooltip z-index
sgress454 Feb 26, 2025
de1fb25
update default page size
sgress454 Feb 26, 2025
be88cbb
style fixes, make whole row clickable
sgress454 Feb 26, 2025
16602c1
don't propagate clicks from custom markup
sgress454 Feb 26, 2025
2465c59
run all tests
sgress454 Feb 26, 2025
1103218
update test
sgress454 Feb 26, 2025
b30efec
disable manage automations on software when all teams not selected
sgress454 Feb 27, 2025
1ac142a
use more modern pagination control
sgress454 Feb 27, 2025
e89fbae
Implement total
sgress454 Feb 27, 2025
9d72ef2
Add test
sgress454 Feb 27, 2025
6afe3f3
cleanup
sgress454 Feb 27, 2025
17f582f
comments
sgress454 Feb 27, 2025
513d8f0
Merge branch 'main' into sgress454/23243-add-pagination-to-manage-aut…
sgress454 Feb 27, 2025
70230b0
update tests
sgress454 Feb 27, 2025
abf1497
simplify markup
sgress454 Feb 27, 2025
9378809
minor fixes
sgress454 Feb 27, 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
1 change: 1 addition & 0 deletions changes/23243-add-pagination-to-policy-modals
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added pagination inside each of the Manage Automations modals for policies
Loading
Loading