1. 16 6月, 2021 1 次提交
  2. 10 6月, 2021 2 次提交
  3. 02 6月, 2021 1 次提交
  4. 23 4月, 2021 1 次提交
  5. 18 2月, 2021 1 次提交
  6. 17 2月, 2021 3 次提交
  7. 16 2月, 2021 1 次提交
  8. 11 2月, 2021 1 次提交
  9. 04 2月, 2021 1 次提交
  10. 14 1月, 2021 1 次提交
  11. 21 12月, 2020 1 次提交
  12. 11 12月, 2020 1 次提交
  13. 03 12月, 2020 1 次提交
  14. 26 11月, 2020 1 次提交
  15. 16 10月, 2020 1 次提交
  16. 09 10月, 2020 1 次提交
  17. 08 10月, 2020 1 次提交
  18. 02 10月, 2020 1 次提交
  19. 24 9月, 2020 1 次提交
  20. 08 9月, 2020 2 次提交
  21. 03 9月, 2020 2 次提交
  22. 09 7月, 2020 1 次提交
  23. 25 6月, 2020 1 次提交
    • S
      Update CI (#5309) · 22a42a09
      Sebastian Florek 提交于
      * Restrict CI for source code to src dir and add license check action for other changes
      
      * Update step name
      
      * Require package-lock.json hash to match before using cached deps
      
      * Always run license check
      
      * Run license fix after every commit
      
      * Update license check and add licenses to more files
      
      * Action name update
      
      * Update code check condition
      22a42a09
  24. 22 6月, 2020 1 次提交
  25. 20 6月, 2020 1 次提交
  26. 01 6月, 2020 1 次提交
  27. 22 5月, 2020 2 次提交
  28. 14 5月, 2020 1 次提交
  29. 21 4月, 2020 1 次提交
  30. 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
  31. 30 3月, 2020 1 次提交
  32. 13 3月, 2020 1 次提交
  33. 28 2月, 2020 1 次提交