Skip to content

Commit

Permalink
merge story geomap (#1618)
Browse files Browse the repository at this point in the history
* Merge main to story-geomap (#1592)

* FR-240 bulk stream operations (#1583)

* bulk streams delete implementation

* bulk streams activation/deactivation

* use stream bulk install/uninstall mutations

* formatter fix

* add duration to stream list (#1590)

---------

Co-authored-by: Martin Sottnik <[email protected]>

* Fr 323 react1820 geomap devices inventory (#1598)

* FR-240 bulk stream operations (#1583)

* bulk streams delete implementation

* bulk streams activation/deactivation

* use stream bulk install/uninstall mutations

* formatter fix

* add duration to stream list (#1590)

* map into device table as action

* formating update

---------

Co-authored-by: Martin Sottnik <[email protected]>

* FR-203 (react 18.2.0) topology map layer (#1599)

* FR-240 bulk stream operations (#1583)

* bulk streams delete implementation

* bulk streams activation/deactivation

* use stream bulk install/uninstall mutations

* formatter fix

* add duration to stream list (#1590)

* topology map layer implementation

* pr check fix

* Fr 306 mpls topology (#1596)

* mpls topology added

* update mpls node position

* add info panel

* graphql update

* merge error fix

---------

Co-authored-by: Martin Sottnik <[email protected]>

* Fr 201 add device location (#1600)

* FR-240 bulk stream operations (#1583)

* bulk streams delete implementation

* bulk streams activation/deactivation

* use stream bulk install/uninstall mutations

* formatter fix

* add duration to stream list (#1590)

* added location selectbox with modal to create location

* formatting

* formatting

* added functionality to choose location by clicking on the map

* adjusted map css and popup message

* formatting

---------

Co-authored-by: Martin Sottnik <[email protected]>

* Fd 684 change location on edit device page (#1601)

* added possibility to change location on edit device

* refactored to Autocomplete component

* refactored creade-device-form to use autoselect

* codegen

* added button to remove location and created location is automaticaly selected

* dep array fix

* FR-311 mpls device details (#1602)

* add device details to mpls topology

* revert topology layer default state to LLDP

* Fr 325 list of locations (#1603)

* location list implementation - first commit

* location list - Location map implementation

* making the map modal generic

* locations Add and Pagination

* delete location modal (only) added

* AddLocation mutation added

* location deletion added

* location update impl.

* pagination update

* location edit update

* pr check update

* Fd 685 leaflet icon crash (#1604)

* Default leaflet marker set explicitly because of a crash

* pr check - unnecessary import removal

* Fr 329 integration into topology layers - PART-1 (#1606)

* added map icons to devices to jump to geomap

* removed unused types

* removed state propss

* removed unused import

* codegen

* lint fix

* formatting

* codegen

* removed unused code

* FR-310 lsp count (#1605)

* lsp count implementation

* add mpls count labels

* add title to lsp count

* Fd 690 edit location refactor (#1608)

* Location edition refactoring - separate modal

* formatter update - pr check

* pr check update

* FR 329 integration into topology layers part2 (#1611)

* refactored to glbalContext, added net-info-panel component, devices without location are not clickable

* adjusted net-info-panel to link to correct map layer with correct device name

* load deviceMetadata on panel-info open

* FR-317 mpls topology version (#1609)

* lsp count implementation

* add mpls count labels

* add title to lsp count

* mpls topology version

* pr fixes

* FR-328 topology map layer filter by name (#1607)

* topology map layer filter by name

* minor format update

* Map zindex issue fixed

* Fr 327 show overlay topology (#1613)

* FR-240 bulk stream operations (#1583)

* bulk streams delete implementation

* bulk streams activation/deactivation

* use stream bulk install/uninstall mutations

* formatter fix

* add duration to stream list (#1590)

* added links to neighbor devices when device is selected

* remove unnecessary as statetemnt

* pr check fix

---------

Co-authored-by: Martin Sottnik <[email protected]>

* Fr 312 lsp path (#1614)

* lsp path search added

* connect to backend; lsp metadata panel added

* encode key=value pairs in uniconfig urls (#1616)

* finished map topology and adjusted last issues (#1617)

---------

Co-authored-by: oskovran <[email protected]>
Co-authored-by: plehocky <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2024
1 parent 47f980a commit ef7a49d
Show file tree
Hide file tree
Showing 57 changed files with 4,453 additions and 179 deletions.
154 changes: 115 additions & 39 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/frinx-api/src/api-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,7 @@ export function createGraphQLApiClient(config: ApiConfig): GraphQLApiClient {
authContext,
};
}

export function encodeUriValue(value: string): string {
return `%22${value}%22`;
}
Loading

0 comments on commit ef7a49d

Please sign in to comment.