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

Make Weather Page more useful for Network Monitoring [2/2] #6

Merged
merged 30 commits into from
May 31, 2018

Commits on May 18, 2018

  1. tooltips now work -- meaning you can hover over a section marked clos…

    …e and see why it was closed
    Raleigh Littles committed May 18, 2018
    Configuration menu
    Copy the full SHA
    b395282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8876f00 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Early rough draft of trying to use the existing Store pattern to stor…

    …e the site status- not working yyet
    Raleigh Littles committed May 19, 2018
    Configuration menu
    Copy the full SHA
    2b08cbb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Still having a bit of trouble with the Vue store, going to try a diff…

    …erent approach
    Raleigh Littles committed May 21, 2018
    Configuration menu
    Copy the full SHA
    0467ac3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. The sidebar now properly displays the status of the site. There was a…

    …n issue with the asynchronous calback nature of JS
    Raleigh Littles committed May 22, 2018
    Configuration menu
    Copy the full SHA
    f562113 View commit details
    Browse the repository at this point in the history
  2. Now correctly displays how many sites are open and how many sites are…

    … closed
    Raleigh Littles committed May 22, 2018
    Configuration menu
    Copy the full SHA
    c639200 View commit details
    Browse the repository at this point in the history
  3. Added the 28 day option as suggested

    Raleigh Littles committed May 22, 2018
    Configuration menu
    Copy the full SHA
    866e728 View commit details
    Browse the repository at this point in the history
  4. Commenting out some console log statements, added a few TODOs to keep…

    … in mind for the future
    Raleigh Littles committed May 22, 2018
    Configuration menu
    Copy the full SHA
    9756407 View commit details
    Browse the repository at this point in the history
  5. Changed 28 day option to 14 day option, 28 day option takes too long …

    …to load
    Raleigh Littles committed May 22, 2018
    Configuration menu
    Copy the full SHA
    5fe0c4f View commit details
    Browse the repository at this point in the history
  6. Some more refactoring, removing commented code

    Raleigh Littles committed May 22, 2018
    Configuration menu
    Copy the full SHA
    7564a31 View commit details
    Browse the repository at this point in the history
  7. Removed package_lock.json file that was causing vulernability error o…

    …n github
    Raleigh Littles committed May 22, 2018
    Configuration menu
    Copy the full SHA
    fb14f97 View commit details
    Browse the repository at this point in the history
  8. Removed unused store methods

    Raleigh Littles committed May 22, 2018
    Configuration menu
    Copy the full SHA
    bbd069b View commit details
    Browse the repository at this point in the history
  9. Fixed issue where Night icon wasnt showing up in the blue box, was ca…

    …used by not enough CSS padding?
    Raleigh Littles committed May 22, 2018
    Configuration menu
    Copy the full SHA
    57479b1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Removed commented code, fixed some method documentation, removed unne…

    …eded store property
    Raleigh Littles committed May 23, 2018
    Configuration menu
    Copy the full SHA
    3e9b743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c3699 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Fixed merge conflicts from master, added property to let timelines co…

    …nnect dots so that theres no gaps in charts, added min/max coloring for thresholds
    Raleigh Littles committed May 24, 2018
    Configuration menu
    Copy the full SHA
    dc6cf3e View commit details
    Browse the repository at this point in the history
  2. removed node-sass dependency from package.json file, since that packa…

    …ge had a vulnerable package in its dependency tree
    Raleigh Littles committed May 24, 2018
    Configuration menu
    Copy the full SHA
    43c74e9 View commit details
    Browse the repository at this point in the history
  3. removed commented code that i missed earlier

    Raleigh Littles committed May 24, 2018
    Configuration menu
    Copy the full SHA
    1b16ca7 View commit details
    Browse the repository at this point in the history
  4. Fixed issue with hoek dependency -- no longer shows up in dependency …

    …tree?
    Raleigh Littles committed May 24, 2018
    Configuration menu
    Copy the full SHA
    121c888 View commit details
    Browse the repository at this point in the history
  5. Trying again to fix the security issues, changed the temperature thre…

    …shold color to be green, attempting to fix the bad layout issues
    Raleigh Littles committed May 24, 2018
    Configuration menu
    Copy the full SHA
    4c74d23 View commit details
    Browse the repository at this point in the history
  6. Committing package_lock.json to fix the security issues

    Raleigh Littles committed May 24, 2018
    Configuration menu
    Copy the full SHA
    cdb7b13 View commit details
    Browse the repository at this point in the history
  7. Added is-fluid to container so that it would take up the full space o…

    …f the viewport
    Raleigh Littles committed May 24, 2018
    Configuration menu
    Copy the full SHA
    a256442 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. looks like the CSS is mostly fixed, overlapping elements are gone, co…

    …rrectly resizes at smaller viewport sizes..?
    Raleigh Littles committed May 25, 2018
    Configuration menu
    Copy the full SHA
    424ee2e View commit details
    Browse the repository at this point in the history
  2. More fiddling with the CSS, trying to see if i can get to switch to v…

    …ertical columns at the right size; removed the unknown counter
    Raleigh Littles committed May 25, 2018
    Configuration menu
    Copy the full SHA
    8b9e07c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Removed inaccurate comment

    Raleigh Littles committed May 29, 2018
    Configuration menu
    Copy the full SHA
    42264ed View commit details
    Browse the repository at this point in the history
  2. Removed is-marginless, changed global filter to just be a methods() f…

    …unction, changed syntax used for filter in Site template, removed the filters js file since no global filters are used anymore
    Raleigh Littles committed May 29, 2018
    Configuration menu
    Copy the full SHA
    5397f8e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Added feature to only show labels if they're clicked on, added proper…

    … offset for labels so that they dont show up off screen
    Raleigh Littles committed May 30, 2018
    Configuration menu
    Copy the full SHA
    612e47b View commit details
    Browse the repository at this point in the history
  2. Added actual threshold value to min/max label, added short text to ex…

    …plain how to use the new click feature?
    Raleigh Littles committed May 30, 2018
    Configuration menu
    Copy the full SHA
    f73b418 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Added the min/max legend in the sidepanel, took out the Tip text, add…

    …ed a bit of spacing between the menu list and the site open/closed counts
    Raleigh Littles committed May 31, 2018
    Configuration menu
    Copy the full SHA
    6e2fefb View commit details
    Browse the repository at this point in the history
  2. Moved legend from sidebar to underneath all plots; removed min/max va…

    …lue in label since it was incorrect for sky transparency threshold; changed X/Y open/closed buttons to tags so that they cant be clicked; increased size of current values heading and timerange setting heading
    Raleigh Littles committed May 31, 2018
    Configuration menu
    Copy the full SHA
    c165029 View commit details
    Browse the repository at this point in the history