| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
create/delete batch operations for all resource types (#495) * add batch/import operations for all resource types - makes demos much easier :) * refactoring commands a bit to enable unittesting - see create base image - this is a WIP | 8 年前 | |
support cli commands: - create entity with application tags - dispatch create [entity] --application foo ... - list entities by application name - dispatch get [entity] --application foo ... - dispatch get [entity] -a bar - provide --application flag for get/update/delete command - e.g. dispatch get/update/delete [entity] [entity-name] --application <application-name> - note: due to issue of entity-store interface, current the application flag has no filtering abilities - to be able to filter with application, need some refactor on entity-store interface - some refactor on secret store, add an Options arg on secretService interface - some refactor on entity-store filter, be able to filter on Tags - add e2e test for applications - refactor entity-store Get interface, adding an Option local e2e test passed | 8 年前 | |
Add Organization CLI and fix tenancy issues (#529) * Adds CLI for managing organizations * Adds a flag for specifying global policies (policies that work across organizations) * Update CHANGELOG * Misc fixes for handling service accounts in CLI | 8 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
Fix viper flag/env binding (#481) * Fix viper flag binding viper flag/env binding needs to be fixed after adding contexts to config. * Fix CLI unit tests | 8 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
renamed kong plugin for dispatch; minor cleanups debug build error in e2e test | 8 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
renamed kong plugin for dispatch; minor cleanups debug build error in e2e test | 8 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
Adding -o yaml|json option to CLI commands (#576) The format is consistent with other tools such as kubectl. The existing --json flag remains, but is hidden. Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
renamed kong plugin for dispatch; minor cleanups debug build error in e2e test | 8 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
Make e2e tests pass for images and functions (#651) * update for different function cli behavior * remove the status checks on baseimages (not currently supported) * make updates work for images and functions - expose revision * configure outbound connectivity for knative Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Update CloudEvent implementation to adhere to the latest version (#535) * Remove Namespace attribute * Consolidate SourceID and SourceType into Source. Subscription now only expects EventType. * Use `json.RawMessage` as data type for CloudEvent. This should ensure it's properly passed down to the function manager (should not require additional processing) * CloudEvent attributes are now top level in /v1/event payload body * Update accepted content type for /v1/event to also include `application/cloudevent+json` | 8 年前 | |
Initial transfer commit (#2) | 8 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
renamed kong plugin for dispatch; minor cleanups debug build error in e2e test | 8 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
Update seed images to knative (#648) * also display language for baseimages Fixes: 647,646 Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Rename api-manager -> endpoints (#630) * Follow existing patterns from functions and image - largely rewrote and validated that endpoints are managed correctly - use Meta object * Remove dead-code (api-manager) * Move utils.Constants to api/v1 to avoid circular dependencies Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Initial transfer commit (#2) | 8 年前 | |
Initial transfer commit (#2) | 8 年前 | |
Initial transfer commit (#2) | 8 年前 | |
Add `iam` subcommand to CLI and support for ServiceAccount (#361) * Create iam subcommand for Dispatch for managing iam resources, move create/delete/get for policy/serviceaccount resources under iam subcommand * new usages: * dispatch iam [create | get | delete] [policy | serviceaccount] * CLI Support for ServiceAccount * Add Kind property in Policy and ServiceAccount | 8 年前 | |
Add Organization CLI and fix tenancy issues (#529) * Adds CLI for managing organizations * Adds a flag for specifying global policies (policies that work across organizations) * Update CHANGELOG * Misc fixes for handling service accounts in CLI | 8 年前 | |
Adding -o yaml|json option to CLI commands (#576) The format is consistent with other tools such as kubectl. The existing --json flag remains, but is hidden. Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Adding -o yaml|json option to CLI commands (#576) The format is consistent with other tools such as kubectl. The existing --json flag remains, but is hidden. Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Add `iam` subcommand to CLI and support for ServiceAccount (#361) * Create iam subcommand for Dispatch for managing iam resources, move create/delete/get for policy/serviceaccount resources under iam subcommand * new usages: * dispatch iam [create | get | delete] [policy | serviceaccount] * CLI Support for ServiceAccount * Add Kind property in Policy and ServiceAccount | 8 年前 | |
Adding -o yaml|json option to CLI commands (#576) The format is consistent with other tools such as kubectl. The existing --json flag remains, but is hidden. Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Add Organization CLI and fix tenancy issues (#529) * Adds CLI for managing organizations * Adds a flag for specifying global policies (policies that work across organizations) * Update CHANGELOG * Misc fixes for handling service accounts in CLI | 8 年前 | |
Adding -o yaml|json option to CLI commands (#576) The format is consistent with other tools such as kubectl. The existing --json flag remains, but is hidden. Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Adding -o yaml|json option to CLI commands (#576) The format is consistent with other tools such as kubectl. The existing --json flag remains, but is hidden. Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Adding -o yaml|json option to CLI commands (#576) The format is consistent with other tools such as kubectl. The existing --json flag remains, but is hidden. Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Add Organization CLI and fix tenancy issues (#529) * Adds CLI for managing organizations * Adds a flag for specifying global policies (policies that work across organizations) * Update CHANGELOG * Misc fixes for handling service accounts in CLI | 8 年前 | |
Adding -o yaml|json option to CLI commands (#576) The format is consistent with other tools such as kubectl. The existing --json flag remains, but is hidden. Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Adding -o yaml|json option to CLI commands (#576) The format is consistent with other tools such as kubectl. The existing --json flag remains, but is hidden. Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Adding -o yaml|json option to CLI commands (#576) The format is consistent with other tools such as kubectl. The existing --json flag remains, but is hidden. Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Misc install and chart fixes (#480) * Retry stalled/failed image building * Retry image creation if entity is still INITIALIZED after timeout - Also will pick up in progress or interrupted work across restarts * Fix installer to work with both IPs and ELB/DNS names for exposed services * Add some additonal logging to image manager * Set resource requirements for image builder container * Pin DIND to version * Misc install and chart fixes * set default resource requirements for dind container * get the hostname (ELB) address back for installation on AWS * allow image manager specific debug flag (quiet docker output) * logs alias * vcenter driver logs (temporary implementation) | 8 年前 | |
CLI: Improve config file handling and misc fixes * Verifies that the config file specified in --config or DISPATCH_CONFIG env exists. * When the current context was missing or the config file didn't exist - the flags weren't bound correctly - login/logout commands didn't write the config file correctly * A validation for org is not needed since org is not mandatory (e.g when using tokens) * Fixes an issue in uninstall cmd when using the single-namespace option | 8 年前 | |
Initial transfer commit (#2) | 8 年前 | |
CLI: Improve config file handling and misc fixes * Verifies that the config file specified in --config or DISPATCH_CONFIG env exists. * When the current context was missing or the config file didn't exist - the flags weren't bound correctly - login/logout commands didn't write the config file correctly * A validation for org is not needed since org is not mandatory (e.g when using tokens) * Fixes an issue in uninstall cmd when using the single-namespace option | 8 年前 | |
WIP: Enhance bootstrap command Enhance the bootstrap command to 1. enable bootstrap mode 2. create organization (still dummy) 3. create service account (optional if --bootstrap-user is not provided) 4. create policies 5. disable bootstrap mode (and wait) | 8 年前 | |
Add read from $KUBECONFIG for k8s config during bootstrap (#533) | 8 年前 | |
Adding -o yaml|json option to CLI commands (#576) The format is consistent with other tools such as kubectl. The existing --json flag remains, but is hidden. Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
Fix dispatch uninstall cmd ignoring config file (#569) Currently, dispatch uninstall cmd is ignoring the namespace definition in config file. This patch fixes it and adds some unit test as the command is broken more often than not. | 8 年前 | |
Make e2e tests pass for images and functions (#651) * update for different function cli behavior * remove the status checks on baseimages (not currently supported) * make updates work for images and functions - expose revision * configure outbound connectivity for knative Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Improve CLI & services error handling (#516) * Add missing Identity Manager SDK client. * Contain Swagger errors within SDK. Define SDK error types. * Improve consistency of errors between services | 8 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 |