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

WIP: continuous monitoring support #67

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

Commits on Jan 6, 2016

  1. add appconfig.POLLING_INTERVAL

    + change max file size to 5MB (rounded)
    breznak committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    84b1abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dfdf36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af8ee14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b93e82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3367438 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81636ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d478da6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64ba327 View commit details
    Browse the repository at this point in the history
  9. add FIXME

    breznak committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    2f3843f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Configuration menu
    Copy the full SHA
    facb3e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dbf998 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9def3e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    428959f View commit details
    Browse the repository at this point in the history
  5. record file.size

    breznak committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    c0f0e63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21f6277 View commit details
    Browse the repository at this point in the history
  7. avoid parallel timers

    breznak committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    9eea799 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f38c9c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

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

Commits on Jan 13, 2016

  1. Merge branch 'master' into online_polling

    Conflicts:
    	build/app.js
    	client/src/app/appConfig.js
    	client/src/app/appCtrl.js
    breznak committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    f86d7ab View commit details
    Browse the repository at this point in the history
  2. use Angular's $interval

    breznak committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    201b580 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f10a95 View commit details
    Browse the repository at this point in the history
  4. WIP chaining promises

    breznak committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    b61b3e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Merge branch 'master' into online_polling

    Conflicts:
    	build/app.js
    	client/src/app/appConfig.js
    	client/src/app/appCtrl.js
    breznak committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    f34d2f4 View commit details
    Browse the repository at this point in the history