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

Feat: Support versioning #22

Merged
merged 5 commits into from
Jun 4, 2024
Merged

Feat: Support versioning #22

merged 5 commits into from
Jun 4, 2024

Conversation

Ramimashkouk
Copy link
Member

No description provided.

condition = next(condition for condition in nodes[edge.source]["info"].data.conditions if condition["id"] == edge.sourceHandle)

custom_conditions = custom_conditions_file.read_text()
custom_conditions_names = [fun.split("(")[0].strip() for fun in custom_conditions.split("def ")[1:]]
Copy link
Member

Choose a reason for hiding this comment

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

#19 (comment)
This is still error-prone. Use ast instead.

@Ramimashkouk Ramimashkouk merged commit aaf7ed2 into dev Jun 4, 2024
0 of 3 checks passed
@Ramimashkouk Ramimashkouk deleted the feat/support_versioning branch June 5, 2024 08:42
Ramimashkouk added a commit that referenced this pull request Jun 6, 2024
* MAJOR CHANGE: Restructure repository (#13)

* feat: Add endpoints (#14)

* feat: Add db (#15)

* feat: Add docker (#16)

* feat: Add logging system (#17)

* refactor: Merge front and support it in docker (#18)

* Feat: Provide endpoint for logs and cli command `build_scenario` (#19)

* Chore: Update storage logic (#20)

* Merge frontend (#21)

* Feat: Support versioning (#22)

* chore: Sync with frontend new json format (#23)

* ci: Add workflows (#24)

* Test: Add tests (#25)

* feat: Support indexed search (#26)

* MAJOR CHANGE: New front (#30)

* test: Test new front (#43)

* test: Add end to end test (#32)

* feat: Add makefile (#33)

* test: Set e2e aside (#44)

* Prepare for version 0.1.0-beta.0 (#38)

* doc: Update README

---------

Co-authored-by: MXerFix <[email protected]>
Co-authored-by: Denis Kuznetsov <[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.

2 participants