Skip to content

Releases: seeM/circleci-to-sqlite

0.3.1

31 Jul 09:10
Compare
Choose a tag to compare
  • Example script: circleci_to_sqlite.sh to (partially) incrementally load all CircleCI data using circleci-to-sqlite. #5
  • Fix handling existing jobs, steps, and actions.
  • Fix job.user.id being null.
  • Fix: remove invalid unique constraint on actions (step_id, index).

0.3.0

31 Jul 05:43
Compare
Choose a tag to compare
  • New command, circleci-to-sqlite jobs, for fetching jobs belonging to a project. #3
  • New command, circleci-to-sqlite steps, for fetching steps and their actions belonging to a job. #4

0.2.0

25 Jul 19:00
Compare
Choose a tag to compare
  • New command: circleci-to-sqlite projects, for fetching projects for the current user. #2

0.1.0

24 Jul 16:38
Compare
Choose a tag to compare
  • Initial release