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

Scripts in ApplyConstruct module not automatically updated on change of query #227

Open
blcham opened this issue Nov 5, 2023 · 2 comments · May be fixed by #245
Open

Scripts in ApplyConstruct module not automatically updated on change of query #227

blcham opened this issue Nov 5, 2023 · 2 comments · May be fixed by #245
Assignees

Comments

@blcham
Copy link
Contributor

blcham commented Nov 5, 2023

No description provided.

@blcham blcham converted this from a draft issue Nov 5, 2023
@blcham
Copy link
Contributor Author

blcham commented Nov 5, 2023

While using configuration:

contextsLoader.data.keepUpdated=true
execution.environment=development
execution.developmentServiceUrl=http://localhost:8080/s-pipes

Image

@blcham
Copy link
Contributor Author

blcham commented Nov 10, 2023

You can test it on pipeline https://github.com/kbss-cvut/s-pipes/blob/54dfb128d59584980a78be036965ab089d164dfa/doc/examples/hello-world/hello-world.sms.ttl#L53C1-L53C1 as follows:

  1. deploy Spipes
  2. run script hello-world
  3. modify apply construct in https://github.com/kbss-cvut/s-pipes/blob/54dfb128d59584980a78be036965ab089d164dfa/doc/examples/hello-world/hello-world.sms.ttl#L53C1-L53C1
  4. run script hello-world --- THIS IS BUG: You will not see changes made in step 3) as "hot-deploy" in this case does not work

@blcham blcham assigned MSattrtand and unassigned rodionnv Jul 9, 2024
MSattrtand pushed a commit that referenced this issue Feb 7, 2025
@blcham blcham moved this from Todo to In progress in SPipes related projects Feb 19, 2025
blcham pushed a commit that referenced this issue Feb 20, 2025
blcham added a commit that referenced this issue Feb 20, 2025
Module configuration was not updated previously, because it was taken from provided snapshot of the pipeline (configModel). Now we are loading model from the filesystem instead.
MSattrtand pushed a commit that referenced this issue Feb 24, 2025
MSattrtand pushed a commit that referenced this issue Feb 24, 2025
blcham added a commit that referenced this issue Feb 24, 2025
Module configuration was not updated previously, because it was taken from provided snapshot of the pipeline (configModel). Now we are loading model from the filesystem instead.
blcham pushed a commit that referenced this issue Feb 24, 2025
blcham pushed a commit that referenced this issue Feb 24, 2025
blcham added a commit that referenced this issue Feb 26, 2025
MSattrtand pushed a commit that referenced this issue Feb 26, 2025
MSattrtand pushed a commit that referenced this issue Feb 27, 2025
MSattrtand pushed a commit that referenced this issue Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

3 participants