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

Fixed loops in TraceMON graphs #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

massimocandela
Copy link
Contributor

Sometimes loops happen in the graph, which are artifacts of how hops are created and linked together in case of multiple traceroutes sharing nodes. This PR addresses this issue (plus some other minor edits).

@massimocandela
Copy link
Contributor Author

massimocandela commented Sep 13, 2021

It's already compiled. I don't remember how the deployment process was; however, what should end up on the production server are the *-dist* files included in this PR, no additional processing is needed on the files.

In case you prefer to generate the dist files yourself. Series of commands:

  • npm install -g requirejs
  • r.js -o app.build.1.js
  • r.js -o app.build.2.js
  • r.js -o app.build.3.js

@massimocandela massimocandela deleted the branch RIPE-NCC:master October 22, 2021 17:31
@massimocandela massimocandela deleted the master branch October 22, 2021 17:31
@massimocandela massimocandela restored the master branch November 1, 2021 18:39
@massimocandela massimocandela reopened this Nov 1, 2021
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.

1 participant