1. 21 4月, 2020 2 次提交
  2. 17 4月, 2020 2 次提交
  3. 16 4月, 2020 2 次提交
    • 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
    • S
      Bump sockjs-go from 2.0.1 to 2.1.0 (#5073) · 9d78a5fe
      Shu Muto 提交于
      Latest release v2.0.1 uses CDN that have gone.
      9d78a5fe
  4. 14 4月, 2020 3 次提交
  5. 09 4月, 2020 2 次提交
    • 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
    • S
      Bump k8s modules to 0.18.1 (#5058) · bd741a03
      Shu Muto 提交于
      Also, bump golang to 1.13.9
      bd741a03
  6. 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
  7. 01 4月, 2020 2 次提交
  8. 30 3月, 2020 2 次提交
  9. 26 3月, 2020 3 次提交
  10. 24 3月, 2020 2 次提交
  11. 23 3月, 2020 2 次提交
  12. 21 3月, 2020 1 次提交
  13. 20 3月, 2020 2 次提交
  14. 19 3月, 2020 1 次提交
  15. 17 3月, 2020 1 次提交
  16. 16 3月, 2020 7 次提交
  17. 13 3月, 2020 1 次提交
  18. 12 3月, 2020 3 次提交