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

Feature - 3240: Add volumes tab to application page #647

Merged
merged 30 commits into from
Mar 4, 2016

Commits on Mar 4, 2016

  1. Add tests for sort

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    9dda3a6 View commit details
    Browse the repository at this point in the history
  2. Add sortBy helper

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    d0099b0 View commit details
    Browse the repository at this point in the history
  3. Add Volumes List

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    0fdbcdf View commit details
    Browse the repository at this point in the history
  4. Add Volumes tab to app page

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    d3e4730 View commit details
    Browse the repository at this point in the history
  5. Add CHANGELOG entry

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    98e9e52 View commit details
    Browse the repository at this point in the history
  6. Add volumes tab to task page

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    9d1e126 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    8817477 View commit details
    Browse the repository at this point in the history
  8. Remove volume title on list

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    4b9c5e5 View commit details
    Browse the repository at this point in the history
  9. Add volumes functionality

    Now the volumes are filled with real data from the app.tasks.
    volumes now have a detail view.
    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    9b93457 View commit details
    Browse the repository at this point in the history
  10. Add tests for 2 functions

      - onAppReuestError
      - onDeleteAppSuccess
    
    Remove unused code
    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    d0449be View commit details
    Browse the repository at this point in the history
  11. Add tests for AppVolumeListItemComponent

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    8e89a35 View commit details
    Browse the repository at this point in the history
  12. Add tests for AppVolumeListComponent

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    afb203b View commit details
    Browse the repository at this point in the history
  13. Add Tooltips to table

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    ae96f59 View commit details
    Browse the repository at this point in the history
  14. Add style for volume status

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    6d2ca8d View commit details
    Browse the repository at this point in the history
  15. Add volume status

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    7ca7d17 View commit details
    Browse the repository at this point in the history
  16. Add task link

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    89608e6 View commit details
    Browse the repository at this point in the history
  17. Add host to volumes lists

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    67527f4 View commit details
    Browse the repository at this point in the history
  18. Fix volumeId

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    0be6622 View commit details
    Browse the repository at this point in the history
  19. Add tooltips

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    07452f5 View commit details
    Browse the repository at this point in the history
  20. Add volume header

    This will be shown in the volume detail view.
    Remove volume ID from list.
    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    d483434 View commit details
    Browse the repository at this point in the history
  21. Remove hostPath from volumes list

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    594b8c3 View commit details
    Browse the repository at this point in the history
  22. Add new field to volume detail

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    656f989 View commit details
    Browse the repository at this point in the history
  23. Add warning on scaling down

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    a0350e1 View commit details
    Browse the repository at this point in the history
  24. Fix tests

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    584e533 View commit details
    Browse the repository at this point in the history
  25. Add workaround to create resident tasks

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    03defa0 View commit details
    Browse the repository at this point in the history
  26. Refactor volumes mapping to Appsstore

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    123889f View commit details
    Browse the repository at this point in the history
  27. Introduce a Volume Detail Component

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    f85e9bb View commit details
    Browse the repository at this point in the history
  28. introduce LocalVolumesConstants

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    a15a2ec View commit details
    Browse the repository at this point in the history
  29. Fix volumes type

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    6b97638 View commit details
    Browse the repository at this point in the history
  30. Refactor volumes list sort highlight

    Philipp Hinrichsen committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    e7b9e17 View commit details
    Browse the repository at this point in the history