1. 05 6月, 2020 1 次提交
  2. 28 5月, 2020 2 次提交
  3. 27 5月, 2020 1 次提交
  4. 22 5月, 2020 1 次提交
  5. 21 5月, 2020 3 次提交
  6. 14 5月, 2020 4 次提交
  7. 11 5月, 2020 1 次提交
  8. 08 5月, 2020 1 次提交
  9. 07 5月, 2020 1 次提交
  10. 21 4月, 2020 1 次提交
  11. 17 4月, 2020 1 次提交
  12. 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
  13. 14 4月, 2020 3 次提交
  14. 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
  15. 03 4月, 2020 2 次提交
    • 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
    • S
      Bump k8s modules to 0.18.0 (#4917) · 5246b8c3
      Shu Muto 提交于
      * Bump k8s modules to v0.18.0-beta.0
      
      As of now, v0.18.0-beta.0 is latest.
      https://pkg.go.dev/mod/k8s.io/api?tab=versions
      
      * Add `context` parameter for HTTP requests with client-go
      
      * Bump k8s modules to v0.18.0-beta.1
      
      Test failure due to bug in client-go was fixed.
      
      * Bump k8s modules to v0.18.0-beta.2
      
      Add context.TODO() and options into some functions.
      
      * Bump k8s modules to v0.18.0-rc.1
      
      * Bump k8s modules to v0.18.0
      5246b8c3
  16. 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
  17. 26 3月, 2020 2 次提交
  18. 20 3月, 2020 2 次提交
  19. 19 3月, 2020 1 次提交
  20. 16 3月, 2020 1 次提交
  21. 12 3月, 2020 2 次提交
  22. 05 3月, 2020 1 次提交
  23. 29 2月, 2020 1 次提交
  24. 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
  25. 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
  26. 17 2月, 2020 1 次提交
    • S
      Bump golang 1.12.6 to 1.13.6 (#4913) · 911d5b94
      Shu Muto 提交于
      Since latest Kubernetes 1.17.3 supports golang 1.13.6,
      dashboard also supports same version.
      
      Also, bump followings:
      - k8s related modules 0.17.2 to 0.17.3
      - prometheus prometheus/client_golang 0.9.2 to 1.4.1
      - golangci-lint 1.22.2 to 1.23.6
      911d5b94
  27. 16 2月, 2020 1 次提交
  28. 13 2月, 2020 1 次提交