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] Client management screen #6325

Closed
wants to merge 42 commits into from
Closed

[WIP] Client management screen #6325

wants to merge 42 commits into from

Commits on Apr 5, 2016

  1. Add connections route

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    7830fca View commit details
    Browse the repository at this point in the history
  2. Add client model

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    053654e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cc8b11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3144ada View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ec10cd View commit details
    Browse the repository at this point in the history
  6. Fix route issue

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    1d040ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0f4a69 View commit details
    Browse the repository at this point in the history
  8. Add client route

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    4545048 View commit details
    Browse the repository at this point in the history
  9. Start work on edit function

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    f37c6f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    241404f View commit details
    Browse the repository at this point in the history
  11. Fix adapter issue

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    ea3b6c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    393d3bf View commit details
    Browse the repository at this point in the history
  13. Wrap Dropdown body click event handler in Ember.run

    This is necessary because when writing test that click on page,
    click event bubbles to body and triggers click event handler
    that's bound to the body.
    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    63d890b View commit details
    Browse the repository at this point in the history
  14. Add acceptance tests

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    915c6c9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    21398f9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d5a4d61 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5662db2 View commit details
    Browse the repository at this point in the history
  18. Add client edit component

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    1ed5ef6 View commit details
    Browse the repository at this point in the history
  19. Add client validator

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    6205eeb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5f40af3 View commit details
    Browse the repository at this point in the history
  21. Css fixes

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    7193ee4 View commit details
    Browse the repository at this point in the history
  22. Add form validation

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    ef86ee0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0e700c8 View commit details
    Browse the repository at this point in the history
  24. Minor css tweaks

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    103455f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    84577f0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d0a3e22 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f4ddb14 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    68a3e27 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6003e0e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    007e574 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e0dc4da View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8861780 View commit details
    Browse the repository at this point in the history
  33. Add client list styling

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    4aa6e4a View commit details
    Browse the repository at this point in the history
  34. Minor styling fixes

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    73996c2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    dad4eea View commit details
    Browse the repository at this point in the history
  36. Add trusted domains input

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    03b30f8 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6519070 View commit details
    Browse the repository at this point in the history
  38. Refactor from this.attrs

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    a72b83f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f596a48 View commit details
    Browse the repository at this point in the history
  40. Minor fixes and tweaks

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    c58b1f2 View commit details
    Browse the repository at this point in the history
  41. Minor refactor

    zinyando committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    44c05ac View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

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