Skip to content

next node id not always going to be auto generated#1061

Merged
Taucher2003 merged 2 commits into
mainfrom
#1058-bug-next-node-gen
Jun 22, 2026
Merged

next node id not always going to be auto generated#1061
Taucher2003 merged 2 commits into
mainfrom
#1058-bug-next-node-gen

Conversation

@raphael-goetz

Copy link
Copy Markdown
Member

Resolves: #1058

@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2619969481

Status: Passed
Duration: 7 minutes

Job summaries

rspec: [cloud]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/14970570545/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2619969481/test_report
Finished in 26.81 seconds (files took 12.38 seconds to load)
1578 examples, 0 failures, 3 pending
Line Coverage: 93.2% (5965 / 6400)
[TEST PROF INFO] Time spent in factories: 00:16.804 (49.71% of total time)

rspec: [ee]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/14970570544/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2619969481/test_report
Finished in 26.75 seconds (files took 11.94 seconds to load)
1542 examples, 0 failures, 3 pending
Line Coverage: 93.4% (5812 / 6223)
[TEST PROF INFO] Time spent in factories: 00:16.705 (51.15% of total time)

rspec: [ce]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/14970570543/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2619969481/test_report
Finished in 34.78 seconds (files took 12.22 seconds to load)
1492 examples, 0 failures, 3 pending
Line Coverage: 92.99% (5636 / 6061)
[TEST PROF INFO] Time spent in factories: 00:21.881 (52.38% of total time)

docs:preview

Documentation preview available at https://code0-tech.gitlab.io/-/development/telescopium/-/jobs/14970624562/artifacts/out/index.html

rubocop

929 files inspected, no offenses detected

@nicosammito

Copy link
Copy Markdown
Member

Just a general sight node. This also affects the startingNode.

Velorum generated this:

{"name":"Hello World Flow","nodes":[],"settings":[{"value":{}},{"value":"/hello"},{"value":"GET"}],"starting_node_id":null,"type":"REST"}

But you are setting starting Node to gid://sagittarius/NodeFunction/None if no startingNode is provided. Starting Node is an optional field.

@Taucher2003 Taucher2003 merged commit 220ed85 into main Jun 22, 2026
1 check passed
@Taucher2003 Taucher2003 deleted the #1058-bug-next-node-gen branch June 22, 2026 17:08
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.

GenerationFlowSerializer auto generates a next node id

3 participants