Erick Daniszewski

Results 22 issues of Erick Daniszewski

if using a GKE deployment that has been sitting for a while, then running a test using kubetest, you may get: ``` INTERNALERROR> if self._load_auth_provider_token(): INTERNALERROR> File "/Users/edaniszewski/dev/vaporio/kubetest/.tox/py36/lib/python3.6/site-packages/kubernetes/config/kube_config.py", line 196,...

bug

This implementation is a pretty sizable departure of the previous implementation attempt (https://github.com/serverless/serverless-google-cloudfunctions/pull/219) which did not work as anticipated (https://github.com/serverless/serverless-google-cloudfunctions/issues/222) because it seems like the documented configuration/behavior for setting via...

bug
help wanted

This PR: - casts the values from environment configuration to strings prior to deploy to prevent GCF invalid argument error - adds test cases for various non-string environment values Related:...

enhancement

I recently added support for IAM policies (https://github.com/serverless/serverless-google-cloudfunctions/pull/219), and it appears that using it is causing deploys to fail (https://github.com/serverless/serverless-google-cloudfunctions/pull/219#issuecomment-649422035) After overwriting my local `compileFunction.js` in my node_modules (probably a...

bug

Using `ipmitool` (version 1.8.16) to control chassis identify will result in multiple lines of raw response to be returned ```console $ ipmitool -H 127.0.0.1 -U ADMIN -P ADMIN -I lanplus...

from a recent script: ``` Running Synse query: method: POST url: localhost:5000/v3/write/wait/d7604ac1-3444-5fe0-bada-e8b9f11a411b data: {"action": "set", "data": "4"} { "http_code": 404, "description": "resource not found", "timestamp": "2021-01-12T12:45:10Z", "context": "plugin not found...

hacktoberfest

related to https://github.com/vapor-ware/synse-server/issues/384 the move to synse v3 including using structlog to get structured logging. the analysis in the above issue indicate that doing so added latency to requests. containerlog...

enhancement
optimization
hacktoberfest

upon dependency update in #422 , a small set of tests failed due to the event loop being closed. there seems to have been a change in something in the...

instead of hand-crafting the docs for the api, we should be using openapi. theres a bunch of support for generating it, so it could be defined in-code. tbd what the...

enhancement
documentation

This was discovered when updating a plugin ConfigMap, where the Deployment was configured to restart on config change in order to pick up the config. It looks like Synse failed...

bug
help wanted