Skip to content

added models for test executions#1000

Merged
Taucher2003 merged 6 commits into
mainfrom
#933-test-execution-persistance
Jun 2, 2026
Merged

added models for test executions#1000
Taucher2003 merged 6 commits into
mainfrom
#933-test-execution-persistance

Conversation

@raphael-goetz
Copy link
Copy Markdown
Member

Resolves: #933

Copilot AI review requested due to automatic review settings May 31, 2026 18:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 31, 2026

GitLab Pipeline Action

General information

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

Status: Passed
Duration: 6 minutes

Job summaries

rspec: [cloud]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/14659088753/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2571168794/test_report
Finished in 24.82 seconds (files took 9.75 seconds to load)
1505 examples, 0 failures
Line Coverage: 93.09% (5269 / 5660)
[TEST PROF INFO] Time spent in factories: 00:15.654 (51.32% of total time)

rspec: [ee]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/14659088752/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2571168794/test_report
Finished in 25.78 seconds (files took 10.91 seconds to load)
1469 examples, 0 failures
Line Coverage: 93.31% (5116 / 5483)
[TEST PROF INFO] Time spent in factories: 00:15.607 (49.1% of total time)

rspec: [ce]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/14659088751/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2571168794/test_report
Finished in 26.85 seconds (files took 13.5 seconds to load)
1419 examples, 0 failures
Line Coverage: 92.84% (4940 / 5321)
[TEST PROF INFO] Time spent in factories: 00:16.212 (49.7% of total time)

docs:preview

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

rubocop

872 files inspected, no offenses detected

Comment thread app/graphql/types/query_type.rb Outdated
Comment thread app/graphql/types/query_type.rb Outdated
Comment thread app/graphql/types/test_execution_node_result_type.rb Outdated
Comment thread app/models/flow.rb Outdated
Comment thread app/models/test_execution.rb Outdated
Comment thread db/migrate/20260531180000_create_test_executions.rb Outdated
Comment thread db/migrate/20260531180000_create_test_executions.rb Outdated
Comment thread db/migrate/20260531180000_create_test_executions.rb Outdated
Comment thread db/migrate/20260531180000_create_test_executions.rb Outdated
Comment thread db/migrate/20260531180000_create_test_executions.rb Outdated
@raphael-goetz raphael-goetz force-pushed the #933-test-execution-persistance branch from 9271cd7 to d98586e Compare May 31, 2026 20:16
Comment thread db/migrate/20260531180000_create_execution_results.rb Outdated
Comment thread db/migrate/20260531180000_create_execution_results.rb Outdated
Comment thread db/migrate/20260531180000_create_execution_results.rb Outdated
Comment thread db/migrate/20260531180000_create_execution_results.rb Outdated
Comment thread db/migrate/20260531180000_create_execution_results.rb Outdated
Co-authored-by: Niklas van Schrick <mc.taucher2003@gmail.com>
Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
Comment thread app/graphql/types/execution_error_type.rb Outdated
@raphael-goetz raphael-goetz force-pushed the #933-test-execution-persistance branch from 5328b0a to 2dc35d2 Compare June 2, 2026 14:38
@raphael-goetz raphael-goetz requested a review from Taucher2003 June 2, 2026 15:16
@Taucher2003 Taucher2003 merged commit cd92ea1 into main Jun 2, 2026
1 check passed
@Taucher2003 Taucher2003 deleted the #933-test-execution-persistance branch June 2, 2026 18: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.

Receiving, storing and query execution results

3 participants