Eran Kampf
Eran Kampf
This will require: - [ ] Make sure current code supports Python 3.4 because Flexible env can run that as opposed to current - [ ] Add another namespace -...
Allow embedding GraphQL queries in Python code. For example: ``` GetFilm = gql''' query GetFilm { film(id: "1") { title director } } ''' result = GetFilm.execute() film = result.data.film...
Added a CLI script to fetch reviews for a given package.
## Related Tickets & Documents Resolves #226 ## Changes - Publishing helm chart to OCI repo on dockerhub together with the image
This should be done to ensure software layers remain as designed and eng. do not import modules they shouldnt by mistake
**What is missing?** Often when creating Twimgate resources and we also want to give access to it to a group of users. Often, these groups will be created somewhere else...
## Changes Added `additionalPrinterColumns` section to the Connector and Resource CRDs. Connectors example: ``` ➜ get tc NAME ID DISPLAY NAME AGE my-connector-auto-updating-image Q29ubmVjdG9yOjY3ODMxMA== exuberant-coua 5m14s my-connector-fixed-image Q29ubmVjdG9yOjY3ODMxMQ== cordial-stork 5m14s...