1. 27 8月, 2020 2 次提交
  2. 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
  3. 05 6月, 2020 1 次提交
  4. 21 5月, 2020 1 次提交
  5. 14 5月, 2020 2 次提交
  6. 20 3月, 2020 2 次提交
  7. 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
  8. 07 2月, 2020 1 次提交
  9. 06 2月, 2020 1 次提交
  10. 31 1月, 2020 1 次提交
  11. 16 1月, 2020 1 次提交
  12. 22 11月, 2019 1 次提交
  13. 14 10月, 2019 1 次提交
  14. 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
  15. 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
  16. 26 8月, 2019 1 次提交
  17. 25 7月, 2019 1 次提交
  18. 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
  19. 18 7月, 2019 2 次提交
  20. 11 7月, 2019 1 次提交
  21. 28 6月, 2019 1 次提交
  22. 13 6月, 2019 4 次提交
  23. 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
  24. 09 5月, 2019 1 次提交
    • S
      Fix ts errors (#3795) · 8c55caea
      Shu Muto 提交于
      * Fix typescript formatting in favor of gts 1.0.0
      
      This commit fixes format errors by `prettier`.
      
      * Fix deprecated errors in favor of gts 1.0.0
      
      * Ignore version.ts in gts and prettier
      8c55caea
  25. 27 2月, 2019 1 次提交
    • E
      Logs Auto Scroll (#3561) · 3f1009e0
      Elijah Oyekunle 提交于
      * wip
      
      * remove scroll method
      
      * added isScrolledBottom
      
      * updated isScrolledBottom
      
      * removed unnecessary stuffs
      
      * - adds option to follow logs
      - scrolls to bottom on navigation to prev page
      - scrolls to top on navigation to next page
      
      * remove invert class
      
      * remove invert class
      
      * fix html bug
      3f1009e0
  26. 17 2月, 2019 1 次提交
  27. 14 2月, 2019 1 次提交
  28. 24 1月, 2019 1 次提交
  29. 10 1月, 2019 1 次提交
  30. 06 12月, 2018 1 次提交
  31. 29 11月, 2018 2 次提交
  32. 23 11月, 2018 1 次提交