qo
Qovery
GitHub
console
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
console
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
GitHub
console
Workspace
Succeeded
v1.352.0
2de9bbb8 chore(release): promote staging to production (#2959) Opens the production promotion path from staging to main. Merging this PR triggers semantic-release, then the existing production deployment workflow. Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.
by Rémi Bonnet
R
Succeeded
2959
f39f4612 feat(agent-task): split triggers and output sections (#2956)
by Rémi Bonnet
R
Succeeded
2958
f39f4612 feat(agent-task): split triggers and output sections (#2956)
by Rémi Bonnet
R
Succeeded
staging
f39f4612 feat(agent-task): split triggers and output sections (#2956)
by Rémi Bonnet
R
Succeeded
staging
f39f4612 feat(agent-task): split triggers and output sections (#2956)
by Rémi Bonnet
R
Succeeded
v1.351.0
61f5fcd2 chore(release): promote staging to production (#2955) Opens the production promotion path from staging to main. Merging this PR triggers semantic-release, then the existing production deployment workflow. Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.
by Rémi Bonnet
R
Succeeded
2955
62daa67a feat(agent-task): improve validation and MCP ownership (#2952) * feat(agent-task): improve validation and MCP ownership * fix(agent-task): address validation review feedback * fix(variables): share environment variable name pattern * fix(agent-task): space MCP list items * fix(agent-task): compact execution mode selector * fix(agent-task): refine advanced settings layout * feat(agent-task): select MCP creation scope * fix(agent-settings): move MCP owner to tooltip * fix(agent-task): keep a single create action * fix(agent-task): tighten execution mode copy * feat(agent-task): track creation outcome
by Rémi Bonnet
R
Succeeded
v1.350.1
a60ae74a chore(release): promote staging to production (#2954) Opens the production promotion path from staging to main. Merging this PR triggers semantic-release, then the existing production deployment workflow. Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.
by Rémi Bonnet
R
Succeeded
staging
62daa67a feat(agent-task): improve validation and MCP ownership (#2952) * feat(agent-task): improve validation and MCP ownership * fix(agent-task): address validation review feedback * fix(variables): share environment variable name pattern * fix(agent-task): space MCP list items * fix(agent-task): compact execution mode selector * fix(agent-task): refine advanced settings layout * feat(agent-task): select MCP creation scope * fix(agent-settings): move MCP owner to tooltip * fix(agent-task): keep a single create action * fix(agent-task): tighten execution mode copy * feat(agent-task): track creation outcome
by Rémi Bonnet
R
Succeeded
2954
404add48 fix(agent-task): restore repo & branch when editing Git context (#2949) * fix(agent-task): restore repo & branch when editing Git context The Agent Task settings modal ('Edit Git repository') only showed the Git account field: the Repository and Branch selects were hidden because they are gated on a truthy 'provider'. When mapping the saved project_repositories back into the form, 'provider' was never set, so editing an existing repository could not load its target repo/branch. Derive the provider from the repository URL via guessGitProvider so both fields render and preselect their saved values on edit. * fix(agent-task): support self-hosted Git repositories * fix(agent-task): wait for Git provider resolution * chore(changelog): update latest release --------- Co-authored-by: qovery-agent <qovery-agent@qovery.com>
by Rémi Bonnet
R
Succeeded
staging
404add48 fix(agent-task): restore repo & branch when editing Git context (#2949) * fix(agent-task): restore repo & branch when editing Git context The Agent Task settings modal ('Edit Git repository') only showed the Git account field: the Repository and Branch selects were hidden because they are gated on a truthy 'provider'. When mapping the saved project_repositories back into the form, 'provider' was never set, so editing an existing repository could not load its target repo/branch. Derive the provider from the repository URL via guessGitProvider so both fields render and preselect their saved values on edit. * fix(agent-task): support self-hosted Git repositories * fix(agent-task): wait for Git provider resolution * chore(changelog): update latest release --------- Co-authored-by: qovery-agent <qovery-agent@qovery.com>
by Rémi Bonnet
R
Succeeded
staging
404add48 fix(agent-task): restore repo & branch when editing Git context (#2949) * fix(agent-task): restore repo & branch when editing Git context The Agent Task settings modal ('Edit Git repository') only showed the Git account field: the Repository and Branch selects were hidden because they are gated on a truthy 'provider'. When mapping the saved project_repositories back into the form, 'provider' was never set, so editing an existing repository could not load its target repo/branch. Derive the provider from the repository URL via guessGitProvider so both fields render and preselect their saved values on edit. * fix(agent-task): support self-hosted Git repositories * fix(agent-task): wait for Git provider resolution * chore(changelog): update latest release --------- Co-authored-by: qovery-agent <qovery-agent@qovery.com>
by Rémi Bonnet
R
Succeeded
staging
5f052754 chore(readme): refresh development and contribution guide (#2948) * chore(readme): refresh development and contribution guide * chore(readme): remove outdated forum link * chore(readme): restore detailed architecture tree * chore(readme): simplify getting started instructions
by Rémi Bonnet
R
Succeeded
staging
5f052754 chore(readme): refresh development and contribution guide (#2948) * chore(readme): refresh development and contribution guide * chore(readme): remove outdated forum link * chore(readme): restore detailed architecture tree * chore(readme): simplify getting started instructions
by Rémi Bonnet
R
Succeeded
v1.350.0
e84e5b9d chore(release): promote staging to production (#2947) Opens the production promotion path from staging to main. Merging this PR triggers semantic-release, then the existing production deployment workflow. Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.
by Rémi Bonnet
R
Succeeded
414
2c470fe6 wip
by Rémi Bonnet
R
Succeeded
staging
df2db23f fix(agent-task): require a creation trigger (#2941) * fix(agent-task): require a creation trigger * fix(agent-task): show required automation feedback * Revert "fix(agent-task): show required automation feedback" This reverts commit bc501e1db091ade037098df292a1d88f2ea58eb5.
by Rémi Bonnet
R
Succeeded
v1.349.1
17451295 chore(release): promote staging to production (#2942) Opens the production promotion path from staging to main. Merging this PR triggers semantic-release, then the existing production deployment workflow. Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.
by Rémi Bonnet
R
Succeeded
2942
df2db23f fix(agent-task): require a creation trigger (#2941) * fix(agent-task): require a creation trigger * fix(agent-task): show required automation feedback * Revert "fix(agent-task): show required automation feedback" This reverts commit bc501e1db091ade037098df292a1d88f2ea58eb5.
by Rémi Bonnet
R
Succeeded
staging
df2db23f fix(agent-task): require a creation trigger (#2941) * fix(agent-task): require a creation trigger * fix(agent-task): show required automation feedback * Revert "fix(agent-task): show required automation feedback" This reverts commit bc501e1db091ade037098df292a1d88f2ea58eb5.
by Rémi Bonnet
R
Previous
Next