1. 27 8月, 2020 3 次提交
  2. 26 8月, 2020 1 次提交
  3. 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
  4. 11 8月, 2020 1 次提交
  5. 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
  6. 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
  7. 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
  8. 05 6月, 2020 1 次提交
  9. 28 5月, 2020 1 次提交
  10. 22 5月, 2020 1 次提交
  11. 21 5月, 2020 1 次提交
  12. 14 5月, 2020 2 次提交
  13. 11 5月, 2020 1 次提交
  14. 08 5月, 2020 1 次提交
  15. 07 5月, 2020 1 次提交
  16. 21 4月, 2020 1 次提交
  17. 17 4月, 2020 1 次提交
  18. 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
  19. 14 4月, 2020 2 次提交
  20. 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
  21. 26 3月, 2020 1 次提交
  22. 20 3月, 2020 2 次提交
  23. 16 3月, 2020 1 次提交
  24. 12 3月, 2020 1 次提交
  25. 05 3月, 2020 1 次提交
  26. 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
  27. 13 2月, 2020 1 次提交
  28. 06 2月, 2020 2 次提交
  29. 31 1月, 2020 1 次提交
  30. 16 1月, 2020 1 次提交
  31. 09 1月, 2020 1 次提交
  32. 07 1月, 2020 1 次提交
    • D
      fix: node pie graphs to use consistent powers in divisor (#4726) · acb9f1fb
      Daphne Maddox 提交于
      1. The code determining whether or not the units of requests, limits and
      capacity  required normalization was leaving out capacity in its
      determination. As such, if the capacity was of different units than
      requests and limits, they'd be left  inconsistent and the percentage
      would be off by at least a factor of 1000 or 1024.
      
      2. The code normalizing units was erroneously reversing a value in one
      conditional, and thus erroneously triggering a second conditional which
      was reversing the work of the first one (multiplying by the same factor
      by which it had just divided). Rather than fix the bug, it's easier and
      better to just eliminate this code. The conditionals aren't even necessary,
      because negative exponentiation "just works".
      acb9f1fb
  33. 22 12月, 2019 1 次提交