1. 05 2月, 2021 2 次提交
  2. 04 2月, 2021 2 次提交
  3. 29 1月, 2021 2 次提交
  4. 25 1月, 2021 1 次提交
  5. 17 12月, 2020 1 次提交
  6. 16 12月, 2020 1 次提交
  7. 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
  8. 08 10月, 2020 1 次提交
  9. 17 9月, 2020 1 次提交
  10. 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
  11. 27 8月, 2020 2 次提交
  12. 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
  13. 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
  14. 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
  15. 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
  16. 21 5月, 2020 1 次提交
  17. 14 5月, 2020 3 次提交
  18. 08 5月, 2020 1 次提交
  19. 21 4月, 2020 1 次提交
  20. 17 4月, 2020 1 次提交
  21. 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
  22. 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
  23. 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
  24. 30 3月, 2020 1 次提交
  25. 26 3月, 2020 1 次提交
  26. 20 3月, 2020 2 次提交
  27. 03 2月, 2020 1 次提交
    • A
      Add cypress tests (navbar, userpanel) (#4435) · 0434a947
      Anshul Ahuja 提交于
      * Create webpack.config.js
      
      * Add ts based cypress tests for nav links
      
      * Cleanup commands.ts
      
      * Add ids to nav/template.html elements
      
      * Refactor & cleanup methods
      
      * Add dependancies
      
      * Fix no-any tslint
      
      * Fix linting
      
      * Add test for all other nav items
      
      * Create abstractPage to inherit in other pages, refactor code
      
      * Refactor methods
      
      * Refactor AbstractPage methods
      
      * Add userpanel tests
      
      * Minor fixes, linting
      
      * Move navbar item IDs to NavbarPage
      
      * Add new lines between tests to enhance readability
      
      * Remove redundant 'navbar' from nav spec describe
      
      * Remove redundant describe from userpanel specs
      
      * Move to devdependancy
      
      * manually update package jsons
      
      * Update package-lock.json
      
      * Add ts-loader dependancy
      
      * Add missing ,
      0434a947
  28. 29 1月, 2020 1 次提交
  29. 16 1月, 2020 2 次提交
  30. 09 1月, 2020 1 次提交
  31. 23 12月, 2019 1 次提交