1. 28 11月, 2019 1 次提交
  2. 31 10月, 2019 1 次提交
  3. 24 10月, 2019 2 次提交
  4. 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
  5. 14 10月, 2019 1 次提交
  6. 10 10月, 2019 1 次提交
  7. 08 10月, 2019 1 次提交
  8. 04 10月, 2019 1 次提交
  9. 26 9月, 2019 1 次提交
  10. 19 9月, 2019 1 次提交
  11. 05 9月, 2019 2 次提交
  12. 02 9月, 2019 1 次提交
    • A
      Add plugin support on the frontend (#4094) · 90de38f1
      Ajat Prabha 提交于
      * add plugin mount support on frontend
      
      * list plugins in a resource-list and create a route for it
      
      * return errors with status 200 in case plugin crd is not applied
      
      * add PluginHolderComponent to plugin#RouterModule
      
      * handle error when no entry component is specified
      
      * list dependency names instead of total count
      
      * add plugin config provider route and serve plugin source with insecure client
      
      * show plugin routes only when plugin config is valid
      
      * move PluginsConfigService to GlobalModule
      
      * refresh PluginConfig after successful login
      
      * add pluginsClient to the ResourceVerber
      
      * rename plugin.config.ts => plugin.ts
      
      * move interfaces to typings/frontend
      
      * create router-outlet for plugin component injection
      
      * fix tests and sort order on first list fetch
      
      * add checks for generated code
      
      * add documentation comments
      
      * add tests for plugin handlers
      
      * install k8s.io/code-generator before running checks
      
      * improve coverage
      
      * update i18n/messages
      
      * fix lint issue
      
      * rebase with upstream/master
      90de38f1
  13. 29 8月, 2019 2 次提交
  14. 26 8月, 2019 1 次提交
  15. 07 8月, 2019 1 次提交
  16. 02 8月, 2019 1 次提交
  17. 01 8月, 2019 2 次提交
    • E
      81942b69
    • 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
  18. 25 7月, 2019 1 次提交
  19. 19 7月, 2019 1 次提交
    • S
      Bump gts to 1.0.0 (#4034) · 7b199eed
      Shu Muto 提交于
      Fixed typescript format due to introducing `prettier`.
      Also, drop `clang-format` in favor of `prettier`.
      7b199eed
  20. 18 7月, 2019 2 次提交
  21. 11 7月, 2019 3 次提交
  22. 04 7月, 2019 1 次提交
  23. 28 6月, 2019 1 次提交
  24. 26 6月, 2019 1 次提交
  25. 19 6月, 2019 3 次提交
  26. 13 6月, 2019 3 次提交
  27. 06 6月, 2019 1 次提交
    • S
      Introduce angular router and add error handling (#3615) · 0a6d24cf
      Sebastian Florek 提交于
      * Refactor backend error handling and init angular router configuration
      
      * Handle default namespace when query params empty
      
      * Disable compile issues
      
      * Fix most resource list/details views and namespace selector
      
      * Lint
      
      * Update namespace handling
      
      * Refresh namespaces when opening ns selector
      
      * Disable namespace conflict dialog
      
      * Add auth guard
      
      * Commit most important changes as a comment right now
      
      * Display current state in the breadcrumbs
      
      * Add routing configuration for pods
      
      * Refactor breadcrumbs component a bit
      
      * Handle token expiration error
      
      * Refactor breadcrumbs component a bit
      
      * Add route data to top-level resources
      
      * Fix error module handling
      
      * Error handling improvements
      
      * Add route data to next part of resources
      
      * Add route data to next part of resources
      
      * Add route data to next part of resources
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Improve error handling
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Update title service
      
      * Change href to routerLink
      
      * Restore actionbars
      
      * Add routing for logs module
      
      * Breadcrumb improvements for logs
      
      * Use proper params map for breadcrumbs
      
      * Partly build URL path for breadcrumbs
      
      * Init shell routing
      
      * Remove ui-router dependencies
      
      * Fix conflicts
      
      * Fix travis
      
      * Fix resource views not loading correctly
      
      * Fix merge issues
      
      * Fix logs and exec views
      
      * Revert package.json
      
      * Fix backend panic
      
      * Add links to the breadcrumbs
      
      * Fix breadcrumbs for exec and logs views
      
      * Fix breadcrumbs for group views
      
      * Fix search
      
      * Remove unused code
      0a6d24cf
  28. 30 5月, 2019 2 次提交
    • E
      Switch chart engine from nvd3 to c3 (#3590) · d222ace6
      Elijah Oyekunle 提交于
      * remove nvd3 and install c3
      
      * extend 'PieChartData' with 'key'
      
      * update colors
      
      * added removed npm script
      
      * add set property to track allocated
      
      * reset allocationchart html
      
      * reset allocationchart html
      
      * change types/d3 package from range to specific version
      
      * add chart type
      
      * fix duplicated packages in package.json
      
      * add package-lock.json
      d222ace6
    • M
      Update to the new Angular (#3837) · 8ed73cad
      Marcin Maciaszczyk 提交于
      * Update to the new Angular
      
      * export NG_CLI_ANALYTICS=ci
      
      * Turn off deprecation errors due to a upstream bug
      8ed73cad