Ramiro Castillo

Results 17 issues of Ramiro Castillo

We need to add integration tests for the github actions main functions to make the first step into testing our application and have more confidence in our code. - [...

Now that we know that CONTRIBUTING.md is a good standard , we can take direction of how to create it with this link https://contributing.md/how-to-build-contributing-md/

documentation

right now we are starting a new warehouse operation by calling `warehouse.new(params).githubactions(params)` It will be a better pattern to do : `warehouse.new(params).start(ctx,job)` or something similar , that way we handle...

We need way to control from when we are starting to fetch data from runs and proceduraly from jobs and logs. Not only this helps out to not drowing out...

We need to figure out if this is from our side or from github side , either way we should reduce the level of the log to a warn level...

bug
worker

Seems like we are failing to delete repos that are no longer available . Logs`{ "insertId": "shl000vido4uelam", "jsonPayload": { "error": "mergestat select: Could not resolve to a Repository with the...

bug
worker

Basically in migration 029 we created fk on syncs but we didn't take into consideration the fact that already they where orphan syncs record without repos.. `mergestat-worker-1 | ADD CONSTRAINT...