Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wookiees codeowners #11666

Merged
merged 3 commits into from Jul 19, 2021
Merged

Conversation

pPrecel
Copy link
Contributor

@pPrecel pPrecel commented Jul 12, 2021

Description

Changes proposed in this pull request:

@pPrecel pPrecel added the area/serverless Issues or PRs related to serverless label Jul 12, 2021
@kyma-bot kyma-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 12, 2021
@pPrecel pPrecel added the kind/feature Categorizes issue or PR as related to a new feature. label Jul 12, 2021
m00g3n
m00g3n previously approved these changes Jul 13, 2021
Copy link
Contributor

@m00g3n m00g3n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kyma-bot kyma-bot added the lgtm Looks good to me! label Jul 13, 2021
@pPrecel
Copy link
Contributor Author

pPrecel commented Jul 14, 2021

/retest

tgorgol
tgorgol previously approved these changes Jul 14, 2021
@pPrecel pPrecel dismissed stale reviews from tgorgol and m00g3n via 567a17c July 14, 2021 09:47
@kyma-bot kyma-bot removed the lgtm Looks good to me! label Jul 14, 2021
Copy link
Contributor

@m00g3n m00g3n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kyma-bot kyma-bot added the lgtm Looks good to me! label Jul 14, 2021
@netlify
Copy link

netlify bot commented Jul 14, 2021

✔️ 🥰 Documentation preview ready! 🥰

🔨 Explore the source changes: 567a17c

🔍 Inspect the deploy log: https://app.netlify.com/sites/kyma-project-docs-preview/deploys/60eeb2b5ffd558000759cd2e

😎 Browse the preview: https://deploy-preview-11666--kyma-project-docs-preview.netlify.app

@pPrecel
Copy link
Contributor Author

pPrecel commented Jul 15, 2021

/retest

2 similar comments
@pPrecel
Copy link
Contributor Author

pPrecel commented Jul 15, 2021

/retest

@pPrecel
Copy link
Contributor Author

pPrecel commented Jul 15, 2021

/retest

@halamix2
Copy link
Member

/test pre-main-serverless-integration-alpha-k3s

2 similar comments
@halamix2
Copy link
Member

/test pre-main-serverless-integration-alpha-k3s

@halamix2
Copy link
Member

/test pre-main-serverless-integration-alpha-k3s

@kyma-bot kyma-bot merged commit be31fb9 into kyma-project:main Jul 19, 2021
@kyma-bot
Copy link
Contributor

@pPrecel: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Rerun command
pre-main-kyma-tools-failery 0d500cf link /test pre-main-kyma-tools-failery
pre-main-kyma-integration-k3s-compass-dev 567a17c link /test pre-main-kyma-integration-k3s-compass-dev

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

dbadura pushed a commit to dbadura/kyma that referenced this pull request Aug 31, 2021
* Remove kazydek, aerfio and magic...

* Remove kfurgol

* Remove changes from the failary directory
kyma-bot pushed a commit that referenced this pull request Sep 1, 2021
* Add Python39 runtime (#11498)

* Add Python39 runtime

* doc update

* update alpine for python39

* Update docs/serverless/03-01-function-specification.md

Co-authored-by: Karolina Zydek <karolina.zydek@sap.com>

* Update docs/serverless/03-04-git-source-type.md

Co-authored-by: Karolina Zydek <karolina.zydek@sap.com>

* cleanup

* fix typo

* fix docs typo

Co-authored-by: Karolina Zydek <karolina.zydek@sap.com>

* Migrate serverless admission webhooks to v1 (#11612)

* Update function-controller tests for python39 (#11656)

* update tests for python39

* go.mod update

* add function sample file

* bump tests image

* Update wookiees codeowners (#11666)

* Remove kazydek, aerfio and magic...

* Remove kfurgol

* Remove changes from the failary directory

* Fix Serverless admission webhook (#11708)

* Add missing liveness/readiness probes to serverless pods (#11744)

* Add readiness/liveness probes to the webhook svc

* Add readiness/liveness probes to the controller mgr

* Remove old code (#11785)

* Remove old code

* Bump image

* Security python expat (#11791)

* Security python expat

* Security python expat

* Security issues nodejs12 and nodejs14 (#11797)

* Security python expat

* Security python expat

* Security nodejs12

* Security nodejs12 and nodejs14

* Security nodejs12 and nodejs14

* Allow for easy back-channel communication from function to eventing backend (#11697)

* Helpers draft

* Resources draft

* SDK for nodejs12 and 14 runtimes

* Inject Publisher Proxy address to every function deployment

* Upgrade images tags

* Fix yaml

* Support for python runtimes

* Finish nodejs runtimes

* Move classes to the kubeless.py file

* Draft python event class

* Add more python helpers

* Fix python event publishing method

* Rename buildCloudEvent method to buildResponseCloudEvent

* K8S-tools: bump image (#11895)

* Implement gitv2 (#11912)

* add clone method

* refactor implementation

* add unit test and impl of last commit fn

* set up docker image

* bump images

* update README

* fix passphrase

* remove println from code

* fix imports

* remove go-git lib and refactor the code

* fix tests

* fix fn controller dockerfile

* fix fetch job reference

* fix env in deployment

* fix tags and apply suggestions from code review

* remove debugging code

* add test case

* Update components/function-controller/README.md

Co-authored-by: Klaudia Grzondziel <35192450+klaudiagrz@users.noreply.github.com>

* clean up dockerfiles

* add restrition to libgit2 version

Co-authored-by: Klaudia Grzondziel <35192450+klaudiagrz@users.noreply.github.com>

* Disable buffering in python runtimes (#11968)

* Add env PYTHONUNBUFFERED=TRUE

* Fix tests

* Update chart

* Bump tags (#11980)

* revert changes in other component than function controller

Co-authored-by: Mohamed El Sayed <m.elsayed@gmail.com>
Co-authored-by: Karolina Zydek <karolina.zydek@sap.com>
Co-authored-by: Tomasz Gorgol <45565988+tgorgol@users.noreply.github.com>
Co-authored-by: Filip Strózik <filip.strozik@outlook.com>
Co-authored-by: Stanislav Khalash <stanislav.khalash@sap.com>
Co-authored-by: Sayan Hazra <sayan.mnit@gmail.com>
Co-authored-by: Rafał Jankowski <rafal.jankowski.93@gmail.com>
Co-authored-by: Piotr Halama <piotr.halama@sap.com>
Co-authored-by: Klaudia Grzondziel <35192450+klaudiagrz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/serverless Issues or PRs related to serverless kind/feature Categorizes issue or PR as related to a new feature. lgtm Looks good to me! size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants