portainer/api
Anthony Lapenna 90d3f3a358
Enable endpoint backend pagination (#2989)
* feat(api): remove SnapshotRaw from EndpointList response

* feat(api): add pagination for EndpointList operation

* feat(api): rename last_id query parameter to start

* feat(api): implement filter for EndpointList operation

* feat(home): front - endpoint backend pagination (#2990)

* feat(home): endpoint pagination with backend

* feat(api): remove default limit value

* fix(endpoints): fix a minor issue with column span

* fix(endpointgroup-create): fix an issue with endpoint group creation

* feat(app): minor loading optimizations

* refactor(api): small refactor of EndpointList operation

* fix(home): fix minor loading text display issue

* refactor(api): document bolt services functions

* feat(home): minor optimization

* fix(api): replace seek with index scanning for EndpointPaginated

* fix(api): fix invalid starting index issue

* fix(api): first implementation of working filter

* fix(home): endpoints list keeps backend pagination when it needs to

* fix(api): endpoint pagination doesn't drop the first item on pages >=2 anymore

* fix(home): UI flickering on page/filter load/change

* feat(api): support searching in associated endpoint group data

* feat(api): declare EndpointList params as optional

* feat(endpoints): backend pagination for endpoints view (#3004)

* feat(endpoint-group): enable backend pagination (#3017)

* feat(api): support groupID filter on endpoints route

* feat(api): add new API operations endpointGroupAddEndpoint and endpointGroupDeleteEndpoint

* feat(endpoint-groups): backend pagination support for create and edit

* feat(endpoint-groups): debounce on filter for create/edit views

* feat(endpoint-groups): filter assigned on create view

* (endpoint-groups): unassigned endpoints edit view

* refactor(endpoint-groups): code clean

* feat(endpoint-groups): remove message for Unassigned group

* refactor(api): endpoint group endpoint association refactor

* refactor(api): rename files and remove comments

* refactor(api): remove usage of utils

* refactor(api): optional parameters

* feat(api): update endpointListOperation behavior and parameters

* refactor(api): remove unused methods associated to EndpointService

* refactor(api): remove unused methods associated to EndpointService

* refactor(api): minor refactor
2019-07-20 16:28:11 -07:00
..
archive feat(extensions): introduce extension support (#2527) 2018-12-09 16:49:27 +13:00
bolt Enable endpoint backend pagination (#2989) 2019-07-20 16:28:11 -07:00
cli refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
cmd/portainer fix(api): fix missing default Portainer permissions for users 2019-05-27 09:31:20 +12:00
cron Revert "fix(api): AddCron fix after library update (#3014)" (#3016) 2019-07-16 22:22:57 -07:00
crypto feat(api): update DigitalSignatureService (#2539) 2018-12-12 11:19:23 +13:00
docker refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
exec feat(extensions): introduce RBAC extension (#2900) 2019-05-24 18:04:58 +12:00
filesystem refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
git feat(stack-creation): add the ability to specify git reference (#1948) (#2063) 2018-07-24 16:11:35 +02:00
http Enable endpoint backend pagination (#2989) 2019-07-20 16:28:11 -07:00
jwt feat(extensions): introduce RBAC extension (#2900) 2019-05-24 18:04:58 +12:00
ldap refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
libcompose refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
errors.go feat(extensions): introduce RBAC extension (#2900) 2019-05-24 18:04:58 +12:00
portainer.go Enable endpoint backend pagination (#2989) 2019-07-20 16:28:11 -07:00
swagger.yaml docs(api): update swagger documentation 2019-06-11 10:34:54 +12:00
swagger_config.json chore(version): bump version number 2019-06-04 15:51:11 +12:00