Skip to content

Feature load queue and length of queue #104

Merged
merged 8 commits into from
Oct 30, 2020

Commits on Oct 30, 2020

  1. implementation of QueueList class to store queue list info for /api/g…

    …etQueues call
    Jacob Daniel Bennett committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    c807416 View commit details
    Browse the repository at this point in the history
  2. removal of QueueList class from ECNQueue.py and replaced with functio…

    …ns directly accessible in the ECNQueue module
    Jacob Daniel Bennett committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    c67c721 View commit details
    Browse the repository at this point in the history
  3. pep8 formatting

    Justin Campbell committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    a65c60a View commit details
    Browse the repository at this point in the history
  4. pep8 fomatting

    Justin Campbell committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    3adbf91 View commit details
    Browse the repository at this point in the history
  5. Separate building valid queue list and loading queues

    Justin Campbell committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    f07895a View commit details
    Browse the repository at this point in the history
  6. Create utility function for checking valid item names

    Justin Campbell committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    50a899f View commit details
    Browse the repository at this point in the history
  7. Add getQueueCounts() function

    Justin Campbell committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    aba6964 View commit details
    Browse the repository at this point in the history
  8. Move getQueues endpoint to get_queues

    Justin Campbell committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    20b0c37 View commit details
    Browse the repository at this point in the history