1. 05 9月, 2019 1 次提交
  2. 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
  3. 29 8月, 2019 3 次提交
  4. 28 8月, 2019 1 次提交
  5. 26 8月, 2019 1 次提交
  6. 20 8月, 2019 2 次提交
  7. 08 8月, 2019 1 次提交
  8. 07 8月, 2019 1 次提交
  9. 06 8月, 2019 1 次提交
  10. 05 8月, 2019 1 次提交
  11. 02 8月, 2019 2 次提交
  12. 01 8月, 2019 2 次提交
    • E
      81942b69
    • 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
  13. 31 7月, 2019 1 次提交
  14. 25 7月, 2019 4 次提交
  15. 24 7月, 2019 1 次提交
  16. 22 7月, 2019 1 次提交
  17. 19 7月, 2019 1 次提交
    • S
      Bump gts to 1.0.0 (#4034) · 7b199eed
      Shu Muto 提交于
      Fixed typescript format due to introducing `prettier`.
      Also, drop `clang-format` in favor of `prettier`.
      7b199eed
  18. 18 7月, 2019 3 次提交
  19. 17 7月, 2019 1 次提交
  20. 16 7月, 2019 1 次提交
    • A
      Plugin controller to manage plugin source from dashboard backend (#4017) · 79e490c7
      Ajat Prabha 提交于
      * add CRD for Plugin kind
      
      * add api types and test plugin yaml file
      
      * prepare for codegen
      
      * generate code from update-codegen
      
      * add pluginclientset.Interface to clientManager and PluginClient method to ClientManager interface
      
      * map v1alpha1.PluginList to plugin.PluginList
      
      * serve plugin code from configmap data based on spec from Plugin CRD
      
      * move plugin specific routes to handler.go in plugin package
      
      * move plugin-crd.yml to test-resources
      
      * add comments to files
      
      * add content type header and remove file extension properly
      
      * add tests for plugin package
      
      * fix license header errors
      79e490c7
  21. 12 7月, 2019 1 次提交
    • M
      Migrate some of the docs (#4052) · 99e8829d
      Marcin Maciaszczyk 提交于
      * Add architecture doc
      Move images to the new dir
      
      * Add deps managment doc
      
      * Update some of the docs
      
      * Update link to the docs
      
      * Add links to the wiki
      
      * Update 1.6.x-and-below.md
      
      * Update 1.7.x-and-above.md
      
      * Update architecture.md
      99e8829d
  22. 11 7月, 2019 5 次提交
  23. 04 7月, 2019 3 次提交
    • M
      Fix the wording on settings page (#4020) · 523a6fb1
      Marcin Maciaszczyk 提交于
      * Fix the wording on settings page
      
      * Add messages.new.xlf to .gitignore
      523a6fb1
    • 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
    • M
      57c50485
  24. 01 7月, 2019 1 次提交