Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Layout update #45

Merged
merged 46 commits into from
Aug 10, 2015
Merged

Layout update #45

merged 46 commits into from
Aug 10, 2015

Commits on Aug 5, 2015

  1. Added App page

    James C. Scott committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    c822c86 View commit details
    Browse the repository at this point in the history
  2. Added buttons for actions

    James C. Scott committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    b1b167a View commit details
    Browse the repository at this point in the history
  3. Added functions to actual act on app actions.

    James C. Scott committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    9283608 View commit details
    Browse the repository at this point in the history
  4. Added live stats download.

    James C. Scott committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    d046916 View commit details
    Browse the repository at this point in the history
  5. Added ladda for spinners on buttons

    James C. Scott committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    42da6de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87b776d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2015

  1. Fixed karma.conf.js for ladda

    James C. Scott committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    3d8fdfd View commit details
    Browse the repository at this point in the history
  2. Update to bring coverage up for CF Service

    James C. Scott committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    bef9c3d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. More moving around

    dlapiduz committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    8358254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027a18c View commit details
    Browse the repository at this point in the history
  3. adding a delete route to the proxy

    ramirezg committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    c9f9a4d View commit details
    Browse the repository at this point in the history
  4. adding services for binding and unbinding

    ramirezg committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    45698a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf2e793 View commit details
    Browse the repository at this point in the history
  6. adding html ui for buttons

    ramirezg committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    af58db5 View commit details
    Browse the repository at this point in the history
  7. Add url for app view

    dlapiduz committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    3f5b7fe View commit details
    Browse the repository at this point in the history
  8. Added App page

    James C. Scott committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    e83bdac View commit details
    Browse the repository at this point in the history
  9. Added buttons for actions

    James C. Scott committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    092c737 View commit details
    Browse the repository at this point in the history
  10. Added functions to actual act on app actions.

    James C. Scott committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    a5b9513 View commit details
    Browse the repository at this point in the history
  11. Added live stats download.

    James C. Scott committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    fbdebde View commit details
    Browse the repository at this point in the history
  12. Added ladda for spinners on buttons

    James C. Scott committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    dd32828 View commit details
    Browse the repository at this point in the history
  13. Fixed karma.conf.js for ladda

    James C. Scott committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    eee54ac View commit details
    Browse the repository at this point in the history
  14. Update to bring coverage up for CF Service

    James C. Scott committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    906083d View commit details
    Browse the repository at this point in the history
  15. Additional coverage for Ctrl_tests

    James C. Scott committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    af34463 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    45403d6 View commit details
    Browse the repository at this point in the history
  17. More coverage for Ctrl tests

    James C. Scott committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    2c29d97 View commit details
    Browse the repository at this point in the history
  18. added tests for binding and unbinding

    ramirezg committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    2be6969 View commit details
    Browse the repository at this point in the history
  19. merging app bindings

    ramirezg committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    f642a21 View commit details
    Browse the repository at this point in the history
  20. Add marketplace link

    dlapiduz committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    5ab9892 View commit details
    Browse the repository at this point in the history
  21. Fix app link

    dlapiduz committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    82fad74 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    68a3645 View commit details
    Browse the repository at this point in the history
  23. Fix test name typo

    James C. Scott committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    8f8dc43 View commit details
    Browse the repository at this point in the history
  24. adding active org to cfservice

    ramirezg committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    fb8b4dc View commit details
    Browse the repository at this point in the history
  25. fixing some of the navigation

    ramirezg committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    c81830d View commit details
    Browse the repository at this point in the history
  26. fixing test mod

    ramirezg committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    ff263de View commit details
    Browse the repository at this point in the history
  27. fixing service maker

    ramirezg committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    3265023 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4aae82f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2015

  1. Fixed restart case. And fixed weird view bug.

    Before this patch, the restart failed to work completely. This patch
    fixes that.
    Also, during the restart case, the number of running instances would
    animate to -1. This patch forces them to 0.
    James C. Scott committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    922b269 View commit details
    Browse the repository at this point in the history
  2. removing unused methods and functions

    ramirezg committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    838df0b View commit details
    Browse the repository at this point in the history
  3. sidebar cleanup

    ramirezg committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    5c1f01a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. merging in app ctrls

    ramirezg committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    f9e2ae8 View commit details
    Browse the repository at this point in the history
  2. fixing tests

    ramirezg committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    4143ff3 View commit details
    Browse the repository at this point in the history
  3. adding service binder again

    ramirezg committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    b5cf64c View commit details
    Browse the repository at this point in the history
  4. acceptance tests fix

    ramirezg committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    f42a76c View commit details
    Browse the repository at this point in the history
  5. Added skip to one acceptance test.

    James C. Scott committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    bbd0bee View commit details
    Browse the repository at this point in the history
  6. Fixed formatting issue

    James C. Scott committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    d1cc053 View commit details
    Browse the repository at this point in the history
  7. Fixed path for karma coverage

    James C. Scott committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    b04526b View commit details
    Browse the repository at this point in the history