1. 10 6月, 2021 2 次提交
  2. 03 6月, 2021 1 次提交
  3. 02 6月, 2021 1 次提交
  4. 21 5月, 2021 1 次提交
  5. 20 5月, 2021 1 次提交
    • S
      Node bump & resource list refresh (#6014) · 7a5d7e26
      Sebastian Florek 提交于
      * Increase watchers system limit
      
      * Update workloads resource lists
      
      * Fix cypress configuration
      
      * Avoid importing JSON directly
      
      * run fix and update configuration
      
      * Add browserslist config
      
      * Bump package.json deps
      
      * Update angular and use ngx-pipes
      
      * Migrate i18n file ids to new format
      
      * run ng-extract
      
      * Update i18n scripts
      
      * Update scss import keyword to use
      
      * Regenerate lockfile
      
      * Update angular.json config and login view
      
      * Fix prod build
      
      * Bump angular to v12.0.1
      7a5d7e26
  6. 29 4月, 2021 1 次提交
  7. 23 4月, 2021 1 次提交
  8. 09 4月, 2021 1 次提交
  9. 02 4月, 2021 2 次提交
  10. 25 3月, 2021 1 次提交
  11. 18 3月, 2021 2 次提交
    • M
      Improve resource status display (#5867) · d8833e4a
      Marcin Maciaszczyk 提交于
      * Use dot instead of icons to display resource statuses
      
      * Add tooltips to some of the resources
      
      * Add tooltips to some of the resources
      
      * Add tooltips to the rest of the resources
      
      * Change cursor
      Change pending color to orange
      
      * Add terminating state for pods
      
      * Improve unknown status logic
      
      * Improve unknown status logic
      
      * Export statuses to enum
      
      * Format files
      
      * Format files
      
      * Format files
      d8833e4a
    • S
      Refactor log viewer, remove follow logs option and fix autorefresh (#5868) · 98373162
      Sebastian Florek 提交于
      * Refactor log viewer, remove follow logs option and fix autorefresh
      
      * Fix style check
      
      * Update i18n
      98373162
  12. 17 3月, 2021 1 次提交
  13. 11 3月, 2021 1 次提交
  14. 18 2月, 2021 2 次提交
  15. 11 2月, 2021 1 次提交
  16. 05 2月, 2021 3 次提交
  17. 04 2月, 2021 2 次提交
  18. 29 1月, 2021 2 次提交
  19. 25 1月, 2021 1 次提交
  20. 17 12月, 2020 1 次提交
  21. 16 12月, 2020 1 次提交
  22. 26 11月, 2020 1 次提交
    • A
      Add change language option. (#5693) · 72c275c9
      Amir Ajorloo 提交于
      * Add change language option. Move available languages to index.config. Make lang value in cookie the most important, then the env variable and the least important is the default browser header.
      
      * Update zh translations based on helight suggestions.
      
      * Refactor code and fix caching issue
      
      * Small optimizations
      Co-authored-by: NSebastian Florek <sebastian.florek@kubermatic.com>
      72c275c9
  23. 08 10月, 2020 1 次提交
  24. 17 9月, 2020 1 次提交
  25. 10 9月, 2020 1 次提交
    • M
      Update dependencies (#5526) · a1578e8b
      Marcin Maciaszczyk 提交于
      * Update js-beautify & fix issues
      Auto update go.mod
      Update translations
      
      * Update Angular
      
      * Update Typescript & rest of the dependencies
      
      * Ignore one file in eslint check as it does not support tuple type in the new Typescript
      
      * Auto update go.mod
      a1578e8b
  26. 27 8月, 2020 2 次提交
  27. 19 8月, 2020 1 次提交
    • M
      Support roles (#5428) · 70216405
      Marcin Maciaszczyk 提交于
      * Display role list
      
      * Display role details
      
      * Remove unused import
      
      * Register role kind in verber
      
      * Fix other issues
      70216405
  28. 16 7月, 2020 1 次提交
    • M
      Add network policy support (#5307) · a436feb2
      Marcin Maciaszczyk 提交于
      * Add backend
      
      * Goimports files
      
      * Add frontend
      
      * Add network policy list to cluster overview
      
      * Fix routings
      
      * Add more info
      
      * Display more data
      
      * Display ingress and egress data
      
      * Add networking client
      a436feb2
  29. 19 6月, 2020 2 次提交
    • S
      Move namespace selector (#5250) · f3ca4ac7
      Sebastian Florek 提交于
      * Move namespace selector to the top bar and add namespaced indicator
      
      * Update translations
      
      * Fix translations
      
      * Move service accounts to cluster section
      
      * Fix style lint
      
      * Ignore IDE dir in license check
      
      * Hide the build progress of a i18n check
      f3ca4ac7
    • A
      Fixed change detection in resource lists (#5245) · 06e728b8
      Adam Netočný 提交于
      * Fixed change detection in lists
      
      * Move import
      
      * Fixed typo
      
      * More unique identifier
      
      * Fixed potential null pointer
      
      * Relative time differs each change detection loop
      
      * React on changes in labels
      
      * Fixed change detection in lists
      
      * Simplified sparkline
      
      * Fixed row details
      
      * Let people copy the message
      
      * Handle change detection better for DateComponent
      
      * Refresh date component on fixed intervals
      
      * Use smarter refresh time interval calculation for date component
      
      * Fix translations
      Co-authored-by: NSebastian Florek <sebastian.florek@loodse.com>
      06e728b8
  30. 18 6月, 2020 1 次提交
    • M
      Display service accounts (#5249) · 577f9ffa
      Marcin Maciaszczyk 提交于
      * Add service account backend
      
      * Format files
      
      * Register endpoints
      
      * Add details view
      
      * Add list view
      
      * Fix link
      
      * Add image pull secret list to the service account detail view
      
      * Update variable name
      
      * Add secrets
      
      * Change property name
      
      * Goimport files
      577f9ffa