1. 23 8月, 2017 1 次提交
    • M
      Update and clean Go dependencies (#2285) · c6cb1e30
      Marcin Maciaszczyk 提交于
      * Use stable version of client-go
      
      * Remove apiserver dependency
      
      * Remove apiserver dependency
      
      * dep ensure && dep prune
      
      * Update heapster version
      
      * Update x/net and x/text versions
      
      * Update glog
      
      * Update go-restful
      
      * Remove todo comment
      
      * Remove src/app/backend/resource/common/controller.go and src/app/backend/resource/common/controller_test.go files and use updated deps instead
      
      * Fix tests
      c6cb1e30
  2. 22 8月, 2017 1 次提交
  3. 21 8月, 2017 1 次提交
  4. 18 8月, 2017 2 次提交
    • M
      Do not use CreatedByAnnotation anymore (#2283) · 10524ccf
      Marcin Maciaszczyk 提交于
      * Update controller resource getters
      
      * Do not use created by annotation, use controller reference instead
      
      * Add missing file header
      
      * Fix tests
      
      * s/getPodCreator/getPodController
      
      * Remove redundant code
      
      * Restore single return
      
      * Add tests
      
      * Add tests
      
      * Fix tests
      
      * Update copyright header
      10524ccf
    • R
      Fix RC's podstatus (#2280) · d41ad753
      riverzhang 提交于
      * Fix RC's podstatus
      
      Fix RC's podstatus
      
      * modify Japanese Chinese translation
      d41ad753
  5. 17 8月, 2017 3 次提交
  6. 16 8月, 2017 3 次提交
    • S
      Fix scaling button (#2276) · 6e593890
      Sebastian Florek 提交于
      * Fix scaling button
      
      * Fix test
      6e593890
    • M
      Enable auth only on HTTPS and make gulp serve on HTTPS too (#2250) · 3ba8fbc5
      Marcin Maciaszczyk 提交于
      * Initial commit
      
      * Make gulp serve work with HTTPS too
      
      * Enable auth only on HTTPS
      
      * Secure token cookie
      
      * Minor code improvements
      
      * Disable login page for HTTP
      
      * Fixes in auth service
      
      * Fix lint and frontend tests
      
      * Refactor auth service
      
      * Revert integration tests
      
      * Format files
      
      * Final adjustments
      3ba8fbc5
    • R
      Add PVC and PV some types (#2255) · 3272374a
      riverzhang 提交于
      *  Add PVC and PV some types
      
       Add PVC some type include stauts capacity accessmodes storageclass
       Modify list PVC's Volume err
       Add PV some type include accessmodes and storageclass
      
      * run goformat
      fix PV list
      fix pv list test
      
      * * Fix some column names
      * Delete labels in PVC and PV list
      * Add some attributes to the details including StorageClass Reason.
      
      * Modify some column names
      
      * Add translations
      3272374a
  7. 14 8月, 2017 1 次提交
    • C
      Add link to roadmap (#2258) · 53876ede
      Christopher Walker 提交于
      * Added beginning of structure, split into basic, backend, and frontend
      
      * Link to structure docs from getting started guide
      
      * Renamed to code structure and reflects actual state of backend tests
      
      * Mention material design
      
      * Mentioned text conventions and localization guide
      
      * Added mention of closure compiler and exports
      
      * Change served to compiled
      
      * Add link to roadmap in code-structure docs
      53876ede
  8. 10 8月, 2017 1 次提交
    • C
      Add structure docs to new developer onboarding (#2233) · 73b4c2af
      Christopher Walker 提交于
      * Added beginning of structure, split into basic, backend, and frontend
      
      * Link to structure docs from getting started guide
      
      * Renamed to code structure and reflects actual state of backend tests
      
      * Mention material design
      
      * Mentioned text conventions and localization guide
      
      * Added mention of closure compiler and exports
      
      * Change served to compiled
      73b4c2af
  9. 08 8月, 2017 1 次提交
    • M
      Add login status and logout option to the toolbar (#2242) · 0bb81a4d
      Marcin Maciaszczyk 提交于
      * Init logout component
      
      * Update kd-action-separator style
      
      * Mark auth menu with red icon when auth was skipped
      
      * Add logout method to auth service
      
      * Clean up the code
      
      * Display login status
      
      * Update login page styling
      
      * Fix lint errors
      
      * Move login status check to $onInit
      
      * Rename auth to control panel
      
      * Remove redundant stylesheet rule
      
      * Add progress spinner for auth status field
      
      * Remove redundant auth status
      
      * Fix lint errors
      0bb81a4d
  10. 07 8月, 2017 2 次提交
    • C
      Pod status charts on overview (#2213) · 67b4ffd9
      Christopher Walker 提交于
      * Charts display aggregate pod state information
      
      * added info on raw number of pods in namespace
      
      * Using es6 recommended by linter, changed spacing to adhere to scss rules
      
      * Information now displayed on single ring
      
      * Formatting and linting
      
      * removed labels
      
      * Regenerated translations, fixed linting issues
      
      * Readd title and proper translations
      
      * put legend on left of chart
      
      * AllocatedResourcesChart is now an independent component and added tests
      
      * Refactored tests, mocking controller from component module
      
      * Formatting and closure compiler imports
      
      * Added podStatus tests
      
      * Added type annotations for closure compiler
      
      * using camelCase for colorPalette
      
      * updated tests to run onInit rather than getPodStats
      67b4ffd9
    • Z
      Update list.go (#2241) · 60ac4a7b
      zh168654 提交于
      60ac4a7b
  11. 04 8月, 2017 2 次提交
    • S
      Add log in mechanism (#2206) · b08ba789
      Sebastian Florek 提交于
      * Initial commit
      
      * Configure auth workflow
      
      * Run goimports
      
      * Add auth manager
      
      * Add go-jose dependency
      
      * Add JWE token support
      
      * Adapt frontend login page
      
      * Make login state independent of chrome state
      
      * Fix deps after rebase
      
      * Add documentation for Go files
      
      * Move login status endpoint to auth handler
      
      * Fix JSDoc
      
      * Update license header
      
      * Update formatting
      
      * Fix lint and format files
      
      * Fix backend imports
      
      * Refactor code
      
      * Refactor code and fix existing tests
      
      * Fix lint
      
      * Rebase and update go-jose dep
      
      * Prepare test files
      
      * Add test and refactor token manager
      
      * Add backend tests
      
      * Add frontend tests
      
      * Fix server prod
      
      * Fix tests
      
      * Revert translation files
      
      * Rever translation files to master
      
      * Regenerate translations
      
      * Fix documentation comments
      
      * Fix license header
      
      * Fix integration tests
      
      * Fix karma test failing on IE11
      b08ba789
    • M
      Add compatibility matrix to readme (#2220) · 03694be4
      Marcin Maciaszczyk 提交于
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      03694be4
  12. 03 8月, 2017 2 次提交
  13. 02 8月, 2017 1 次提交
  14. 01 8月, 2017 1 次提交
  15. 31 7月, 2017 1 次提交
  16. 28 7月, 2017 4 次提交
  17. 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
  18. 26 7月, 2017 2 次提交
  19. 25 7月, 2017 2 次提交
  20. 24 7月, 2017 5 次提交