Skip to content

Commit

Permalink
refactor(nms): Remove legacy dashboard (#12606)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schmitt <thomas.schmitt@tngtech.com>
  • Loading branch information
thmsschmitt committed May 9, 2022
1 parent a5f8957 commit ab69e28
Show file tree
Hide file tree
Showing 55 changed files with 44 additions and 4,698 deletions.
4 changes: 0 additions & 4 deletions nms/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ API_HOST=staging.magma.test
API_CERT_FILENAME=/path/to/api_operator_cert.pem
API_PRIVATE_KEY_FILENAME=/path/to/operator_pk.pem

# Your mapbox access token to access the map tiles.
# See https://www.mapbox.com/help/how-access-tokens-work/ for more details
MAPBOX_ACCESS_TOKEN=pk.abcdefghzijklmnopqrstuvwxyz

# Configuration for connecting to the MySQL database
MYSQL_DB=nms
MYSQL_HOST=192.168.99.100
Expand Down
24 changes: 0 additions & 24 deletions nms/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,6 @@
.*/node_modules/rxjs/.*
.*/node_modules/vis/.*

; Mapbox disables these because of flow errors
; See https://github.com/mapbox/mapbox-gl-js/blob/master/.flowconfig
.*/node_modules/jsonlint-lines/.*
.*/node_modules/@mapbox/jsonlint-lines-primitives/.*
.*/node_modules/stylelint/.*
.*/node_modules/unflowify/.*
.*/node_modules/flow-coverage-report/.*
.*/node_modules/babel-plugin-transform-react-remove-prop-types/.*
.*/node_modules/conventional-changelog-core/.*
.*/node_modules/htmltojsx/.*
.*/node_modules/documentation/.*
.*/node_modules/module-deps/.*
.*/node_modules/bcryptjs/.*
.*/node_modules/@mapbox/geojson-types/fixtures/.*
.*/test/unit/style-spec/fixture/invalidjson.input.json
.*/test/integration/render-tests/.*
.*/test/build/downstream-flow-fixture/.*
.*/_batfish_site/.*

; fbc-js-core
;.*/fbc_js_core/.*

Expand All @@ -52,16 +33,11 @@
[options]
esproposal.optional_chaining=enable

[libs]
node_modules/mapbox-gl/flow-typed
node_modules/mapbox-gl/dist/mapbox-gl.js.flow

[declarations]
<PROJECT_ROOT>/node_modules/relay-runtime/.*
.*/flow-typed/npm/@material-ui/.*
.*/flow-typed/npm/@testing-library/.*
.*/node_modules/react-beautiful-dnd/.*
.*/node_modules/mapbox-gl/src/.*
.*/node_modules/express/.*
.*/fbc_js_core/express-middleware/.*
.*/fbc_js_core/ui/.*
Expand Down
286 changes: 0 additions & 286 deletions nms/app/components/ImportSubscribersDialog.js

This file was deleted.

0 comments on commit ab69e28

Please sign in to comment.