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

Features/jerry/function level env #46

Merged
merged 5 commits into from
Jan 11, 2024
Merged

Conversation

jerryyiransun
Copy link
Collaborator

@jerryyiransun jerryyiransun commented Jan 10, 2024

closes #22

added new test multi_x_serverless/tests/deployment/client/deploy/test_workflow_builder_func_env_var.py and modified existing test for the new feature. Changed "name" to "key" in the config file for convention

added explanation of the new feature in the design.md file

@jerryyiransun jerryyiransun self-assigned this Jan 10, 2024
@vGsteiger
Copy link
Collaborator

I see you have two merge conflicts, let me know if you need any help resolving those.

@vGsteiger
Copy link
Collaborator

Also please usually add a comment "closes #22" to the description, this will let GitHub know that it should link the issue with the PR to close it subsequently.

docs/design.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@vGsteiger vGsteiger left a comment

Choose a reason for hiding this comment

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

LGTM now :) Thanks Jerry!

Copy link

✅ Result of Pytest Coverage

@vGsteiger vGsteiger merged commit efe3aef into main Jan 11, 2024
5 checks passed
@vGsteiger vGsteiger deleted the features/jerry/function_level_env branch January 11, 2024 01:00
Danidite pushed a commit that referenced this pull request Jan 12, 2024
* completed draft for function level env var

* completed func level env variable + added new tests

* fix issues

* Remove test_workflow_builder_func_env_var.py and fix tests

---------

Co-authored-by: vgsteiger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add functionality to add environment variables on function level
2 participants