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

Add Best Constrained Path Menu #56

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

Commits on Jun 4, 2020

  1. Finished webui

     + Adds in support for constraints
     + Adds in support for flexibility
    Ktmi authored and MarvinTorres committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    8617f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3656d99 View commit details
    Browse the repository at this point in the history
  3. updated change log

    MarvinTorres committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    a421cc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    042f48c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008373f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    74e8f01 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    58d8074 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    a1d9701 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    04a0735 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    fae7c0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e289683 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Fixed logic error in get_constrained_paths_v4

     - self.v4_is_flexible[checked] was comparing strings, not boolean.
      - Will need to change code to use bools
    MarvinTorres committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    cbd1286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f609341 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Updated API endpoints and removed unnecessary menu

     -  "Best Constrained Path With Flexible Metrics" now "Best Constrained Path"
     -  Original "Best Constrained Path" menu removed since it was redundant
     - v3 endpoint removed
     - v4 endpoint changed to v2/best-constrained-paths
     - variable names changed to reflect removed menu
    MarvinTorres committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    eec5d70 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    58d0f39 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Multiple changes to improve UX

       - Added "Minimum Flexible Hits" text to menu
       - Changed "maximum_misses" var name to "minimum_flexible_hits"
    MarvinTorres committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    6848cee View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Removed changelog update

    MarvinTorres committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    ae4d00b View commit details
    Browse the repository at this point in the history