-
Notifications
You must be signed in to change notification settings - Fork 3
Sc 115 add pagination to all tables that do not have it #873
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
Open
nbeatty-gpa
wants to merge
120
commits into
master
Choose a base branch
from
SC-115-Add-pagination-to-all-tables-that-do-not-have-it
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.
Open
Changes from all commits
Commits
Show all changes
120 commits
Select commit
Hold shift + click to select a range
a825668
paginate substation images
nbeatty-gpa dd8cb66
reset to first page on sort
nbeatty-gpa 4b86907
reset to first page on sort
nbeatty-gpa 2591eed
reset to first page on sort
nbeatty-gpa 6513500
reset to first page on sort
nbeatty-gpa 7ba0a60
reset to first page on sort
nbeatty-gpa 1791ceb
fix styling for paging
nbeatty-gpa 2d8505f
paginate value list group item
nbeatty-gpa e1d9eda
page asset ConnectedChannels endpoint
nbeatty-gpa c90f1b3
page Asset Channels table
nbeatty-gpa a7673e1
paginate tables tab of external db
nbeatty-gpa 6276f59
Fix error filtering users by additional fields
nbeatty-gpa cd77f84
Refactor byUser page from slices to local state with Generic Controller
nbeatty-gpa ce5d297
clean up byUser
nbeatty-gpa 1a759b5
move ByUserGroup from GenericSlice to GenericController
nbeatty-gpa f9b21b7
paginate GroupUsers
nbeatty-gpa 2b9e792
paginate ExternalDBTableFields
nbeatty-gpa 6761faf
paginate byAssetGroup
nbeatty-gpa e6f1cb4
paginate assetGroupSubGroups
nbeatty-gpa 2cb8765
paginate assetGroupsAssets
nbeatty-gpa 3b8507e
paginate assetGroupMeters
nbeatty-gpa ef53931
paginate assetSubstations
nbeatty-gpa 6905653
paginate assetMeters
nbeatty-gpa 6fdee61
paginate assetConnections
nbeatty-gpa 9e26f19
paginate customerMeter
nbeatty-gpa 911f692
paginate customerAsset
nbeatty-gpa 286d76a
paginate MeterTrendChannel
nbeatty-gpa 35f6a87
remove accidental comment
nbeatty-gpa c88a43a
paginate meterChannelScaling table
nbeatty-gpa cf87455
paginate meterEventChannels
nbeatty-gpa 0e07c4f
Paginate remoteXDA assets
nbeatty-gpa b073fb7
Paginate remoteXDA meters
nbeatty-gpa d890346
simplify settings sort
nbeatty-gpa 203b6e1
clean up user and userGroup
nbeatty-gpa 8f06df6
fix generic controller typing
nbeatty-gpa 82a76ee
fix dependency array
nbeatty-gpa 38df9db
use stricter typing in EventChannelSlice
nbeatty-gpa d4d1b2c
changes to store typing
nbeatty-gpa 15564f3
cleanup import
nbeatty-gpa 2c552fe
fix typing
nbeatty-gpa 4648845
refresh on changed
nbeatty-gpa 22d5847
fix broken Additional Field selector in ExternalDBTable
nbeatty-gpa 566f49b
fix decimal page
nbeatty-gpa d540c39
fix grammar mistakes in ExternalDBUpdate
nbeatty-gpa 7782fe4
do not error out completely on uncompleted search
nbeatty-gpa 8060133
fix utf-A typo
nbeatty-gpa f648d6d
remove companySlice from merged store
nbeatty-gpa ac24c69
abort correct handle
nbeatty-gpa 006da5f
return empty PagedResults if no images found for substation
nbeatty-gpa c9da134
include 'loading' status during paged search
nbeatty-gpa 35cee7b
filter customer assets on customer ID
nbeatty-gpa 351caa7
add filters to value list
nbeatty-gpa ab9287e
fix effect cleanup logic
nbeatty-gpa 141bf75
check OrderBy values
nbeatty-gpa a4eeb99
correct use of hasPermissions
nbeatty-gpa dd48bbf
clean up substation images
nbeatty-gpa cbde198
move valuelistitem away from slices
nbeatty-gpa 4ba46b4
remove unused imports
nbeatty-gpa efc6e9b
fix use effect returns
nbeatty-gpa ef50240
cleanup valuelistitem
nbeatty-gpa 44b6f42
changes to store typing
nbeatty-gpa a3cbd68
fix cleanup function
nbeatty-gpa deefb0e
move usergroups away from slices
nbeatty-gpa 452adf9
remove DataFileSlice
nbeatty-gpa 918e91e
clean up value list items table
nbeatty-gpa e65ad0b
fix refresh on change
nbeatty-gpa fb9492f
cleanup
nbeatty-gpa 76e08b6
move CustomerAsset away from slices
nbeatty-gpa 760776a
move CustomerMeter away from slices
nbeatty-gpa 2e0365d
move ExternalDBTableFields away from slices
nbeatty-gpa ed04ae6
revert callback pattern
nbeatty-gpa f42fd15
cleanup user
nbeatty-gpa f9bec20
cleanup extdb tables
nbeatty-gpa e6515e4
remove dead callback
nbeatty-gpa f88c362
remove dead callback
nbeatty-gpa 301142e
fix additional field window pagination
nbeatty-gpa 9a9ad9b
use AssetGroupController for searches
nbeatty-gpa 7de633e
move byMeter away from slice
nbeatty-gpa 6575dba
move location away from slice
nbeatty-gpa c99c5aa
cleanup
nbeatty-gpa b9f0fe1
search for and fix 'handle.abort == null' cleanup function bug
nbeatty-gpa 0252bcd
make more severe delete warning, wait for delete action to return bef…
nbeatty-gpa 02ab11d
fix pagination and string comparison
nbeatty-gpa 423cada
allow orderBy to be case-insensitive and simplify ordering
nbeatty-gpa 48e63dc
add status display to TaskRunner page, and set to loading during delete
nbeatty-gpa b686a00
move paging into sql and use whitelisting for orderBy
nbeatty-gpa 02f15c3
simplify sorting
nbeatty-gpa c9b7e0a
simplify paged asset-asset connection endpoint, and return BadRequest…
nbeatty-gpa 9ec92f4
add missing semicolon
nbeatty-gpa 637a7ad
clean up connected channels endpoint
nbeatty-gpa 4ff2cfc
clean up location image endpoint
nbeatty-gpa 5ce6243
remove stray semicolon
nbeatty-gpa 41a93c5
cleanup UserGroup User paged endpoint
nbeatty-gpa 1a211fa
move byAdditionalField to controller
nbeatty-gpa 10c6c29
cleanup asset channels
nbeatty-gpa 4fefee3
correct status initiation
nbeatty-gpa 6674f38
remove extraneous import
nbeatty-gpa dd813f0
Add Result Note
nbeatty-gpa fe1e165
cleanup
nbeatty-gpa 5ee33c5
clean up asset connection
nbeatty-gpa 14c7d55
clean up asset connection
nbeatty-gpa 3a3056e
cleanup assetChannels
nbeatty-gpa 708c608
reorganize imports
nbeatty-gpa 7e096c0
cleanup ByAdditionalField and paging snippet
nbeatty-gpa 84b4618
add doc
nbeatty-gpa 824c184
cleanup assetLocation
nbeatty-gpa bcec313
cleanup assetMeter
nbeatty-gpa a14dcdd
correct loading text placement
nbeatty-gpa d9dd1c7
cleanup AssetGroup Assets tab
nbeatty-gpa f71e9fe
cleanup AssetGroup ASsetGroup tab
nbeatty-gpa c1b1e3b
cleanup Asset Group meters tab
nbeatty-gpa 6cf4be4
cleanup Remote Asset Tab
nbeatty-gpa 332aeab
correct result note
nbeatty-gpa 057029d
move away from slices and use states to track network requests
nbeatty-gpa ac6d752
cleanup customer assets and meters
nbeatty-gpa 4f8ee84
cleanup externalDBTable and Fields
nbeatty-gpa f4dfbf4
additional cleaning value list group item
nbeatty-gpa 2fb4172
cleanup users and groups
nbeatty-gpa 662110f
clean up location image
nbeatty-gpa 7b66d02
cleanup by pages
nbeatty-gpa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.