1. 27 8月, 2020 1 次提交
  2. 12 6月, 2020 1 次提交
  3. 05 6月, 2020 1 次提交
  4. 21 5月, 2020 1 次提交
  5. 14 5月, 2020 1 次提交
  6. 20 2月, 2020 1 次提交
    • S
      Set default login mode to first authentication-mode option (#4921) · a8e3d616
      Shu Muto 提交于
      * Set default login mode to first authentication-mode option
      
      authentication-mode options specified in backend, i.e. `token` (default),
      `basic` or both, are retrieved from frontend, and login mode selections
      are set in order of the options specified.
      
      But `Kubeconfig` is set as default in frontend for now.
      
      This commit enables to set default selection by operator's specification
      of authentication-mode.
      
      * Simplify logic
      
      * Fix test
      Co-authored-by: NSebastian Florek <s.florek91@gmail.com>
      a8e3d616
  7. 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
  8. 29 8月, 2019 1 次提交
  9. 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
  10. 13 6月, 2019 2 次提交
  11. 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
  12. 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
  13. 24 1月, 2019 1 次提交
  14. 06 12月, 2018 1 次提交
  15. 22 3月, 2018 1 次提交
  16. 20 3月, 2018 1 次提交
  17. 16 3月, 2018 1 次提交