1. 22 6月, 2021 1 次提交
  2. 09 4月, 2021 1 次提交
  3. 22 3月, 2021 1 次提交
  4. 24 2月, 2021 1 次提交
  5. 20 1月, 2021 1 次提交
  6. 21 12月, 2020 1 次提交
  7. 09 12月, 2020 1 次提交
  8. 16 11月, 2020 1 次提交
  9. 12 11月, 2020 1 次提交
  10. 26 10月, 2020 1 次提交
  11. 21 10月, 2020 1 次提交
    • S
      Bump go-restful from v2 to v3 (#5652) · 08c4845a
      Shu Muto 提交于
      To make go-restful as go module compatible, bump it from v2 to v3.
      
      But v3.3.0 or later have issue that breaks http response body,
      if the response has boolean value.
      So use v3.2.0 for now.
      08c4845a
  12. 15 10月, 2020 1 次提交
  13. 17 9月, 2020 1 次提交
  14. 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
  15. 03 9月, 2020 1 次提交
  16. 19 6月, 2020 1 次提交
  17. 25 5月, 2020 1 次提交
  18. 17 4月, 2020 1 次提交
  19. 16 4月, 2020 1 次提交
  20. 09 4月, 2020 1 次提交
  21. 03 4月, 2020 1 次提交
    • 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
  22. 17 2月, 2020 1 次提交
    • S
      Bump golang 1.12.6 to 1.13.6 (#4913) · 911d5b94
      Shu Muto 提交于
      Since latest Kubernetes 1.17.3 supports golang 1.13.6,
      dashboard also supports same version.
      
      Also, bump followings:
      - k8s related modules 0.17.2 to 0.17.3
      - prometheus prometheus/client_golang 0.9.2 to 1.4.1
      - golangci-lint 1.22.2 to 1.23.6
      911d5b94
  23. 31 1月, 2020 1 次提交
  24. 02 10月, 2019 1 次提交
  25. 02 9月, 2019 1 次提交
    • A
      Add plugin support on the frontend (#4094) · 90de38f1
      Ajat Prabha 提交于
      * add plugin mount support on frontend
      
      * list plugins in a resource-list and create a route for it
      
      * return errors with status 200 in case plugin crd is not applied
      
      * add PluginHolderComponent to plugin#RouterModule
      
      * handle error when no entry component is specified
      
      * list dependency names instead of total count
      
      * add plugin config provider route and serve plugin source with insecure client
      
      * show plugin routes only when plugin config is valid
      
      * move PluginsConfigService to GlobalModule
      
      * refresh PluginConfig after successful login
      
      * add pluginsClient to the ResourceVerber
      
      * rename plugin.config.ts => plugin.ts
      
      * move interfaces to typings/frontend
      
      * create router-outlet for plugin component injection
      
      * fix tests and sort order on first list fetch
      
      * add checks for generated code
      
      * add documentation comments
      
      * add tests for plugin handlers
      
      * install k8s.io/code-generator before running checks
      
      * improve coverage
      
      * update i18n/messages
      
      * fix lint issue
      
      * rebase with upstream/master
      90de38f1
  26. 01 8月, 2019 1 次提交
    • E
      CRD Support - Frontend (#4030) · d591aa61
      Elijah Oyekunle 提交于
      * add crd to sidenav
      
      * add crd routing
      
      * add crd module
      
      * fix headers
      
      * add divider to sidebar
      
      * implement crd list
      
      * add crd detail interface
      
      * add more columns to table
      
      * update crd detail fetch
      
      * show crd conditions in crd detail page
      
      * added types for crd objects
      
      * implement crd objects list
      
      * add crd information card and accepted names
      
      * add versions table to crd detail
      
      * update version table
      
      * lint files
      
      * add actionbar buttons to crd detail
      
      * add status icon
      
      * lint fix
      
      * update crd object route
      
      * wip
      
      * update crdobject api
      
      * crd object extending resourcelistbase
      
      * update objects list
      
      * extend verber to support raw crd objects
      
      * enable action bar buttons on object detail page
      
      * implement raw data display for CRD object
      
      * fix failing test
      
      * add code section to crdobject
      
      * add syntax highlighting
      
      * fix issue in i18n file
      
      * fix html formatting
      d591aa61
  27. 11 7月, 2019 1 次提交
  28. 04 7月, 2019 1 次提交
    • E
      CRD Support - Backend (#3843) · 3b106bb6
      Elijah Oyekunle 提交于
      * Installed k8s.io/apiextensions-apiserver
      
      * implement crd list - GetCustomResourceDefinitionList
      
      * add method to fetch API extensions client to client manager
      
      * implement verber for custom resource definitions
      
      * update fakeClient with new client manager methods
      
      * add tests for APIExtensionsClient
      
      * add events source file
      
      * add events test source file
      
      * implement objects list endpoint
      
      * replace '.Raw' with '.Into' in objects list
      
      * implement getCustomResourceObjectDetail
      
      * replace kdErrors with errors
      
      * fix conflicts
      
      * implement get crd detail
      
      * implement get events for custom resource object
      
      * add version to CustomResourceDefinition type
      
      * add (failing) test for detail fetch
      
      * add tests for cr objects events
      
      * remove unused import
      
      * update dependencies
      
      * rename customresourcedefinition to crd
      
      * removed vendor dir
      
      * update deps, remove object tests
      
      * order imports
      3b106bb6
  29. 28 6月, 2019 1 次提交
  30. 12 6月, 2019 1 次提交