| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add model field pattern (#527) * add field pattern and change name field's regex * Add NO TESTS * fix typo * Add FieldPattern to models.json * update names | 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 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 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
[git/validate] Fix swagger validation in pre-commit hook (#490) Adds main api package level doc.go that `swagger generate` uses to populate the info field in models.json. Allows models.json to pass `swagger validate`. | 8 年前 | |
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 年前 | |
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 年前 | |
Display error when the function run encounters an error. Implement error handling types: InputError, FunctionError, SystemError. | 8 年前 | |
Display error when the function run encounters an error. Implement error handling types: InputError, FunctionError, SystemError. | 8 年前 | |
fix eventdriver name filter: lower letter only (#540) * fix eventdriver name filter: lower letter only * update entity reason * swagger & add e2e | 8 年前 | |
Remove built-in event driver (#559) * Removes the logic and every mention of built-in event driver * Fixes a bug in libkv-based entity store where shared prefix could result in entities of different type to be returned when listing | 8 年前 | |
fix eventdriver name filter: lower letter only (#540) * fix eventdriver name filter: lower letter only * update entity reason * swagger & add e2e | 8 年前 | |
fetch image url upon function creation (#631) Images are looked up to get the docker URL of the image at the time of function building. Additionally did some cleanup: * Moved knhandlers to handlers in pkg/functions as there's nothing knative specific * Re-did the errors package in a style similar to k8s to make error cause easier to determine and return the correct status code 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 年前 | |
Display error when the function run encounters an error. Implement error handling types: InputError, FunctionError, SystemError. | 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 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 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 年前 | |
Add Org API/Model/Swagger Defs (#489) Adding all the boilerplate stuff for creating an Org. | 8 年前 | |
Add model field pattern (#527) * add field pattern and change name field's regex * Add NO TESTS * fix typo * Add FieldPattern to models.json * update names | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Knative based function-manager (#591) Implemented Functions and Secrets API on top of Knative. Updated the CLI accordingly. Fixed nits found by Go v1.11 compiler. | 7 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Knative based function-manager (#591) Implemented Functions and Secrets API on top of Knative. Updated the CLI accordingly. Fixed nits found by Go v1.11 compiler. | 7 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Add model field pattern (#527) * add field pattern and change name field's regex * Add NO TESTS * fix typo * Add FieldPattern to models.json * update names | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Add model field pattern (#527) * add field pattern and change name field's regex * Add NO TESTS * fix typo * Add FieldPattern to models.json * update names | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Lift API model structures to be first-class citizens (#434) * moves API models to a dedicated, common package versioned in similar fashion as kubernetes API structures * swagger model definitions are now generated from code (scripts/generate-models.sh) * all services use the same model definitions (many have been merged) * scripts/generate.sh now takes that into account and uses existing models to generate API handlers stubs * updated all references to models to use new package location | 8 年前 | |
Version API and CLI (#500) | 8 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 |