1. 15 6月, 2021 1 次提交
    • S
      Remove `highlight.js` (#6166) · 51e6af28
      Shu Muto 提交于
      * Remove `highlight.js`
      
      `highlight.js` is not in use.
      
      * Remove `highlight.js/styles/github.css` from angular.json
      51e6af28
  2. 29 1月, 2021 1 次提交
  3. 27 8月, 2020 1 次提交
  4. 19 6月, 2020 1 次提交
    • S
      Move namespace selector (#5250) · f3ca4ac7
      Sebastian Florek 提交于
      * Move namespace selector to the top bar and add namespaced indicator
      
      * Update translations
      
      * Fix translations
      
      * Move service accounts to cluster section
      
      * Fix style lint
      
      * Ignore IDE dir in license check
      
      * Hide the build progress of a i18n check
      f3ca4ac7
  5. 05 6月, 2020 1 次提交
  6. 08 5月, 2020 1 次提交
  7. 20 3月, 2020 1 次提交
  8. 28 2月, 2020 1 次提交
    • S
      Migrate angular to v9 (#4930) · 4cab78ce
      Sebastian Florek 提交于
      * Bump required node version
      
      * Migrate angular from v8 to v9
      
      * Bump rest of dependencies
      
      * Bump angular material
      
      * Update tsconfig
      
      * Fix ace editor
      
      * Cleanup
      
      * Fix i18n
      4cab78ce
  9. 17 10月, 2019 1 次提交
    • E
      CRD - e2e Tests (#4161) · 2cab1460
      Elijah Oyekunle 提交于
      * switch data-cy selectors to id selectors
      
      * update apiextensions version to v1
      
      * update crd object delete test
      
      * add ids to resource information template
      
      * fix crd version in test
      
      * fix frontend
      
      * remove 'before'
      
      * update kind to 1.16.1
      
      * update kind version
      
      * update kind version
      
      * add reloads
      
      * remove crd delete tests
      2cab1460
  10. 29 8月, 2019 1 次提交
    • E
      Support 'Scale' subresource for CRDs (#4195) · 24b04c58
      Elijah Oyekunle 提交于
      * support scale subresource for crds
      
      * add omitempty for 'scalable' field
      
      * trigger build
      
      * make scalable property optional
      
      * refactor scalable method
      
      * move scalableResources implementation to backend
      
      * update backend tests with the 'scalable' property
      24b04c58
  11. 26 8月, 2019 1 次提交
  12. 20 8月, 2019 1 次提交
  13. 02 8月, 2019 1 次提交
  14. 01 8月, 2019 1 次提交
    • E
      CRD Support - Frontend (#4030) · d591aa61
      Elijah Oyekunle 提交于
      * add crd to sidenav
      
      * add crd routing
      
      * add crd module
      
      * fix headers
      
      * add divider to sidebar
      
      * implement crd list
      
      * add crd detail interface
      
      * add more columns to table
      
      * update crd detail fetch
      
      * show crd conditions in crd detail page
      
      * added types for crd objects
      
      * implement crd objects list
      
      * add crd information card and accepted names
      
      * add versions table to crd detail
      
      * update version table
      
      * lint files
      
      * add actionbar buttons to crd detail
      
      * add status icon
      
      * lint fix
      
      * update crd object route
      
      * wip
      
      * update crdobject api
      
      * crd object extending resourcelistbase
      
      * update objects list
      
      * extend verber to support raw crd objects
      
      * enable action bar buttons on object detail page
      
      * implement raw data display for CRD object
      
      * fix failing test
      
      * add code section to crdobject
      
      * add syntax highlighting
      
      * fix issue in i18n file
      
      * fix html formatting
      d591aa61