1. 03 8月, 2017 1 次提交
  2. 02 8月, 2017 1 次提交
  3. 01 8月, 2017 1 次提交
  4. 31 7月, 2017 1 次提交
  5. 28 7月, 2017 4 次提交
  6. 27 7月, 2017 4 次提交
    • M
      Backend refactoring (#2194) · 6d8abef0
      Marcin Maciaszczyk 提交于
      * Create and use global ListEverything variable
      
      * Externalize event getter
      
      * Fix tests
      
      * Delete redundant API endpoint
      
      * Delete redundant  test
      6d8abef0
    • C
      Create an Overview page for namespaces (#2182) · 6aabc2d1
      Christopher Walker 提交于
      * Added allobjects endpoint and button
      
      * allobjects endpoint no longer returns cluster resources
      
      * replaced heapster structs with new metrics structs
      
      * removing frontend component
      
      * removed nav component
      
      * Added All Objects button and pulling workloads from allobjects endpoint
      
      * Added allobjects module
      
      * allobjects now includes services
      
      * Added Config and Storage
      
      * fixed backend styling
      
      * fixed frontend styling
      
      * fixed formatting
      
      * Fixed type annotation for google closure compiler
      
      * added backendApi definition for closure compiler
      
      * added comma to quiet closure compiler
      
      * added controller and stateconfig tests
      
      * Changed name from all objects to overview
      
      * fixed linting issues
      
      * renamed tests to overview
      
      * Fixed naming in overview tests
      
      * overview and search share an AllObjectsInNamespace object
      
      * Displaying errors, added translations and comments
      
      * resources subordinate to namespace are now in ResourcesInNamespace object
      
      * Add annotations to SearchResult and OverviewObjectList, restored deleted error spec for closure compiler
      
      * added annotations as comments
      
      * reverted search result to original state, using struct inheritance in overview endpoint
      
      * adding spacing to recognize header
      
      * added inline type annotations
      
      * Added handling for all namespaces
      6aabc2d1
    • S
      Add check to prevent index out of bound (#2193) · 5d3d8232
      Sebastian Florek 提交于
      5d3d8232
    • C
      Show consistent zero states (#2174) · 63d00967
      Christopher Walker 提交于
      * storageClassList now has consistent zero state with other cluster resources
      
      * Zero states show header for single resource views and do not for aggregate views
      
      * updated tests
      
      * Remove global scope of controllers in test
      63d00967
  7. 26 7月, 2017 2 次提交
  8. 25 7月, 2017 2 次提交
  9. 24 7月, 2017 5 次提交
  10. 21 7月, 2017 5 次提交
  11. 20 7月, 2017 1 次提交
  12. 19 7月, 2017 2 次提交
  13. 18 7月, 2017 3 次提交
    • C
      Aggregate logs (#2120) · 6a73a335
      Christoph Held 提交于
      * added pod selection to logs view
      
      * clean up
      
      * fix review comment
      
      * fix errors
      
      * recover log icon in pod list
      6a73a335
    • M
      Show non-critical errors in the UI (#2114) · 1037bdcb
      Marcin Maciaszczyk 提交于
      * Init warnings component
      
      * Clean up code
      
      * Style warnings card
      
      * Hide warnings card when it is empty
      
      * Update styling for multiple errors
      
      * Update CSS variables
      
      * Add show more/less toggle
      
      * Add dismiss button
      
      * Add dismiss all button
      
      * Add few more comments
      
      * Remove margin which was too big
      
      * Add tooltips
      
      * Refactor resource pages
      
      * Add translations
      
      * s/errors/warnings
      
      * Cleanup code
      
      * Wrap long lines
      
      * Fix lint errors
      
      * Remove test of removed method
      
      * Fix lint errors
      1037bdcb
    • S
      b48e96f9
  14. 17 7月, 2017 2 次提交
  15. 16 7月, 2017 1 次提交
    • S
      Update bower dependencies (ui-router migration) (#2108) · 1e35eb76
      Sebastian Florek 提交于
      * Update bower dependencies
      
      * Initial migration - dashboard working again
      
      * Fix logs page and configure routing better
      
      * Fix JSDoc and format files
      
      * Fix missing actionbar and disable html 5 mode
      
      * Fix integration tests
      
      * Fix karma tests and lint js
      
      * Resolve deps version conflict
      1e35eb76
  16. 13 7月, 2017 2 次提交
  17. 12 7月, 2017 1 次提交
    • M
      Enhance error handling/authorization (#2078) · 2e92e682
      Marcin Maciaszczyk 提交于
      * Enhance error handling/authorization for couple of resource list pages
      
      * Enhance error handling/authorization for storage class list page
      
      * Enhance error handling/authorization for persistent volume claim list page
      
      * Enhance error handling/authorization for service list page
      
      * Enhance error handling/authorization for ingress list page
      
      * Enhance error handling/authorization for horizontal pod autoscaler list
      
      * Partly enhance error handling/authorization for job list page
      
      * Enhance error handling/authorization for deployments list page
      
      * Enhance error handling/authorization for replica set list page
      
      * Enhance error handling/authorization for stateful set list page
      
      * Enhance error handling/authorization for replication controller list page
      
      * Enhance error handling/authorization for pod list page
      
      * Enhance error handling/authorization for third party resource list page
      
      * Move error localizer
      
      Fix pod detail page
      
      * Align cluster, config, discovery and workload pages
      
      * Finish storage class refactoring
      
      * Finish stateful set refactoring
      
      * Finish service refactoring
      
      * Move scaling package
      
      * Finish replication controller refactoring
      
      * Finish replica set refactoring
      
      * Finish node refactoring
      
      * Finish job refactoring
      
      * Finish namespace refactoring
      
      * Finish all details pages refactoring
      2e92e682
  18. 11 7月, 2017 2 次提交