9 Commits

Author SHA1 Message Date
Kareem Dabbour
52ed5f6344 WIFI-2543 Added delete methods and API endpoints for bulk deletion of client and client sessions 2021-06-07 21:42:15 -04:00
ralphlee3
4c0d39860b [WIFI-1681] Adding macSubstring filter to client API forCustomer (#81)
* [WIFI-1681] Adding macSubstring filter to client API forCustomer

* [WIFI-1681] Client forCustomer to use client session API only when equipmentIds is present
2021-03-02 13:28:20 -05:00
ralphlee3
b10b511c64 [WIFI-1358] Adding macSubstring to client session API forCustomer (#56)
* [WIFI-1358] Initial commit

* [WIFI-1358] Fixing cassandra indexing and added unit tests

* [WIFI-1358] Updated openapi yaml

* [WIFI-1358] Adding customerId filter to macSubstring query to Cassandra

* [WIFI-1358] Adding macAddressString column to postgresql table if not exists

* [WIFI-1358] Updating client session remote unit tests

* [WIFI-1358] Reorder client postgresql sql table initialization lines
2021-03-01 15:22:16 -05:00
ralphlee3
42f595b1eb WIFI-1228 get clients by macAddress (#49)
* [WIFI-1228] Adding API for searching clients by macSubstring

* [WIFI-1228] Clarify naming in Cassandra ClientDAO

* [WIFI-1228] Fixing comments

* [WIFI-1228] Fixing null and empty substring inputs, adding unit tests

* [WIFI-1228] Fixing CQL statement

* [WIFI-1228] Adding index if not exists

* [WIFI-1228] Using rs.one to compile paginated client MACs
2021-01-04 10:34:18 -05:00
Dmitry Toptygin
3cc48cd225 added an API to retrieve a list of blocked clients for the customer; send a command to OSGW when clients become blocked/unblocked 2020-07-22 18:30:50 -04:00
Dmitry Toptygin
0309d0c7bb changing attribute names in the data model: blacklist -> blocklist, whitelist -> allowlist 2020-07-20 16:59:31 -04:00
Dmitry Toptygin
6d96b1b817 added location filter to the getClientSessionsForCustomer API, added locationId to ClientSession 2020-06-11 11:44:40 -04:00
Dmitry Toptygin
57915add36 implemented service for managing wireless clients and their sessions 2020-05-21 12:12:09 -04:00
Dmitry Toptygin
754d49d77d added cloud services for managing Equipment routing records, manufacturer OUI records, firmware image records, and client sessions. Configured all services in processes for prov, ssc, all-in-one. 2020-04-26 18:09:40 -04:00