1. 17 4月, 2020 1 次提交
  2. 16 4月, 2020 1 次提交
    • M
      Improve styling method (#5059) · 9c3e75eb
      Marcin Maciaszczyk 提交于
      * Refactor styling method
      
      * Further improvements
      
      * Align search location
      
      * Alignments in the toolbars
      
      * Change age column to created
      
      * Make status icon smaller
      
      * Further improvements
      
      * Add hover effect to icon buttons
      
      * Remove expand button from non-expandable cards
      9c3e75eb
  3. 09 4月, 2020 1 次提交
    • S
      Fix locale mapping (#4969) · 6ab57edc
      Shu Muto 提交于
      * Fix locale mapping
      
      Now, Angular>=9.0.5 supports `zh-Hant-HK` and `zh-Hans-SG`, so we can build for them.
      Also, `Match` of `golang.org/x/text/language` returns `zh-u-rg-cnzzzz` for `zh-CN` and
      `zh-u-rg-txzzzz` for `zh-TW`, so we need to handle them properly before.
      
      Since `Match` returns tag as `zh-Hant-HK` for `zh-HK`, and `zh-Hans-SG` for `zh-SG`,
      so dashboard just use them.
      
      However due to following reason, remove `zh-Hant-SG` and `zh` support for now.
      * Chinese is not official in Singapore
      * `zh` is not used often
      * Translation files for `zh` and `zh-Hans-SG` is same as `zh-Hant` for now.
      
      In conclusion, dashboard supports strictly matched locale IDs as followings:
      * en (default)
      * de
      * fr
      * ja
      * ko
      * zh-CN (zh-Hans)
      * zh-TW (zh-Hant)
      * zh-HK (zh-Hant-HK)
      
      Also, support locales in lowercase and clean up `state="new"` in some translation files.
      
      * Simplify locale matching logic
      Co-authored-by: NSebastian Florek <sebastian.florek@loodse.com>
      6ab57edc
  4. 03 4月, 2020 1 次提交
    • G
      Inline edit secret enhancements (#5046) · cb2c4cce
      Gregg B. Jensen 提交于
      * Completed toggling between visible read-only and edit for inline secret.
      
      * Changed inline edit button for secret to blue with border.
      
      * Added auto-size textarea for multi-line and input for single line secret editing.
      
      * Ran fontend fixes.
      
      * Added enableEdit flag to HiddenPropertyComponent.
      
      * Improve styling and behavior
      Co-authored-by: NSebastian Florek <sebastian.florek@loodse.com>
      cb2c4cce
  5. 01 4月, 2020 1 次提交
    • G
      Implemented inline editing for data entries on Secrets page. (#5040) · 7208845f
      Gregg Jensen 提交于
      * Implemented inline editing for data entries on Secrets page.
      
      * Fixed cancelling inline edit of secret data not returning to original.
      
      * Added ending newline to style.scss.
      
      * Fixed CSS property sort order, and applying update to current page with secret.
      
      * Fixed HTML alignment for build.
      7208845f
  6. 26 3月, 2020 1 次提交
  7. 23 3月, 2020 1 次提交
  8. 20 3月, 2020 2 次提交
  9. 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
  10. 17 2月, 2020 1 次提交
  11. 08 2月, 2020 1 次提交
  12. 16 1月, 2020 3 次提交
  13. 09 1月, 2020 1 次提交
  14. 24 12月, 2019 3 次提交
  15. 22 12月, 2019 1 次提交
  16. 19 12月, 2019 1 次提交
  17. 05 12月, 2019 1 次提交
  18. 28 11月, 2019 1 次提交
  19. 13 11月, 2019 1 次提交
    • M
      Fix metrics (#4506) · b9e7f5ce
      Marcin Maciaszczyk 提交于
      * Show sparklines even when there are completed pods
      Fix 'invalid number of resources from the sidecar' error
      
      * Do not fail if not able to fetch single metric
      
      * Add comments
      
      * Fix CI
      b9e7f5ce
  20. 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
  21. 11 10月, 2019 1 次提交
    • A
      Redesign errors on login page (#4384) · 24692c30
      Anshul Ahuja 提交于
      * Use mat-error for login page errors
      
      * Make login page error text to red(kd-error)
      
      * Fix linting, include .kd-error-text to fix login component failing test
      24692c30
  22. 26 9月, 2019 1 次提交
  23. 19 9月, 2019 1 次提交
  24. 12 9月, 2019 1 次提交
  25. 05 9月, 2019 1 次提交
  26. 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
  27. 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
  28. 26 8月, 2019 1 次提交
  29. 07 8月, 2019 2 次提交
  30. 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
  31. 22 7月, 2019 1 次提交
  32. 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
  33. 18 7月, 2019 1 次提交
  34. 17 7月, 2019 1 次提交