Skip to content
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

FD-683 supress uc errors #470

Merged
merged 1 commit into from
Sep 9, 2024
Merged

FD-683 supress uc errors #470

merged 1 commit into from
Sep 9, 2024

Conversation

soson
Copy link
Collaborator

@soson soson commented Sep 9, 2024

HOW TO TEST:

try to change UNICONFIG_API_URL in ui-dev-proxy to some none existing ur (you can just add some non existing suffix to it like test).

when you run, you should get success result (not error):

query Devices {
  devices {
    edges {
      node {
        id
        name
        isInstalled
      }
    }
  }
}

@soson soson merged commit 1873b61 into story-geomap Sep 9, 2024
@soson soson deleted the FD-683-supress-uc-errors branch September 9, 2024 08:44
soson added a commit that referenced this pull request Sep 9, 2024
* FR-201 add edit device location (#454)

* create location with coordinates; add/edit device with location id

* deviceMetadata endpoint added

* add locationName to geomap data

* fixed locationId to be stored on creating device (#457)

* FR-235 start stop time (#453) (#458)

* stream start/stop activation time added

* migration added

* add startedAt/stoppedAt to stream

* lint fix

* Merge mpls (#459)

* FR-235 start stop time (#453)

* stream start/stop activation time added

* migration added

* add startedAt/stoppedAt to stream

* lint fix

* FR-306 mpls topology endpoint added (#456)

* mpls topology endpoint added

* mpls topology added to topology layer

* updateLocation, deleteLocation mutations added (#460)

* updateLocation mutation added
* deleteLocation mutation added

* mpls changes (#461)

* mpls changes

* updateLocation fix

* Fr 327 show overlay topology (#462)

* added filtering arguments to the DeviceMetaData query

* formatting

* adjusted filter parameters

* mpls count queries added (#463)

* FR-317 mpls topology version (#464)

* mpls topology version query added

* handle missing interfaces

* FR-329 - topology overlay integration (#465)

* adjusted metadata filter and phyDeviceName on netTopology query

* lint fix

* added neighbor query for map topology devices (#466)

* FR-312 lsp path (#467)

* lsp path query added

* connect to real backend lsp path endpint

* FD-696 update apis (#468)

* FR-235 start stop time (#453)

* stream start/stop activation time added

* migration added

* add startedAt/stoppedAt to stream

* lint fix

* update topology and performance monitor apis changes

* discovery api changes

* type check fix

* remove device from cache before reading status (#469)

* supress uc errors in device query (#470)

---------

Co-authored-by: plehocky <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants