Search before asking
What happened
Fresh install, connected github with appriopriate scopes to pull CI history, ran the blueprint & CI result sets were empty.
What do you expect to happen
Initial run of a converter that has never ran before should perform a full sync of collected data, regardless of the collectors state.
How to reproduce
- Fresh install of
v1.0.3-beta15 (empty database).
- Add a GitHub connection + scope with CICD entities enabled, on a repo with GitHub Actions history
- Run the blueprint once, let it finish
- Observe:
_tool_github_runs is populated, task log shows Convert Workflow Runs ... records processed: 0, and select count(*) from cicd_pipelines returns 0. Same for _tool_github_releases vs cicd_releases.
Anything else
Only on first install
Version
v1.0.3-beta15
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
Fresh install, connected github with appriopriate scopes to pull CI history, ran the blueprint & CI result sets were empty.
What do you expect to happen
Initial run of a converter that has never ran before should perform a full sync of collected data, regardless of the collectors state.
How to reproduce
v1.0.3-beta15(empty database)._tool_github_runsis populated, task log showsConvert Workflow Runs ... records processed: 0, andselect count(*) from cicd_pipelinesreturns 0. Same for_tool_github_releasesvscicd_releases.Anything else
Only on first install
Version
v1.0.3-beta15
Are you willing to submit PR?
Code of Conduct