1. 18 7月, 2019 2 次提交
  2. 17 7月, 2019 1 次提交
  3. 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
  4. 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
  5. 11 7月, 2019 5 次提交
  6. 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
  7. 01 7月, 2019 1 次提交
  8. 29 6月, 2019 1 次提交
  9. 28 6月, 2019 1 次提交
  10. 26 6月, 2019 2 次提交
  11. 20 6月, 2019 1 次提交
  12. 19 6月, 2019 4 次提交
  13. 17 6月, 2019 1 次提交
    • J
      Metrics "Sidecar" (scraping container) support (#3504) · 5c5c7363
      Jeffrey Sica 提交于
      * rebasing to master
      
      * rebase fixes
      
      * update npm deps
      
      * fix tests
      
      * first deployment script, just using head for now.
      
      * remove dev artifacts
      
      * golint fix
      
      * more govet fixes.
      
      * review nits. force goos to be linux. updated head deployment yaml
      
      * fix url
      
      * addressing nits
      
      * point to the correct endpoint
      
      * add deployment script for local testing
      
      * remove uncalled code
      
      * move/update local deployment
      5c5c7363
  14. 14 6月, 2019 2 次提交
  15. 13 6月, 2019 5 次提交
  16. 12 6月, 2019 2 次提交
  17. 07 6月, 2019 1 次提交
  18. 06 6月, 2019 1 次提交
    • S
      Introduce angular router and add error handling (#3615) · 0a6d24cf
      Sebastian Florek 提交于
      * Refactor backend error handling and init angular router configuration
      
      * Handle default namespace when query params empty
      
      * Disable compile issues
      
      * Fix most resource list/details views and namespace selector
      
      * Lint
      
      * Update namespace handling
      
      * Refresh namespaces when opening ns selector
      
      * Disable namespace conflict dialog
      
      * Add auth guard
      
      * Commit most important changes as a comment right now
      
      * Display current state in the breadcrumbs
      
      * Add routing configuration for pods
      
      * Refactor breadcrumbs component a bit
      
      * Handle token expiration error
      
      * Refactor breadcrumbs component a bit
      
      * Add route data to top-level resources
      
      * Fix error module handling
      
      * Error handling improvements
      
      * Add route data to next part of resources
      
      * Add route data to next part of resources
      
      * Add route data to next part of resources
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Improve error handling
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Update title service
      
      * Change href to routerLink
      
      * Restore actionbars
      
      * Add routing for logs module
      
      * Breadcrumb improvements for logs
      
      * Use proper params map for breadcrumbs
      
      * Partly build URL path for breadcrumbs
      
      * Init shell routing
      
      * Remove ui-router dependencies
      
      * Fix conflicts
      
      * Fix travis
      
      * Fix resource views not loading correctly
      
      * Fix merge issues
      
      * Fix logs and exec views
      
      * Revert package.json
      
      * Fix backend panic
      
      * Add links to the breadcrumbs
      
      * Fix breadcrumbs for exec and logs views
      
      * Fix breadcrumbs for group views
      
      * Fix search
      
      * Remove unused code
      0a6d24cf
  19. 03 6月, 2019 1 次提交
  20. 30 5月, 2019 4 次提交