Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/major-opa
  • advisory/tj
  • main default protected
  • defect/telem
  • docs/pattern
  • spike/go-tools-124-gql
  • spike/go-tools-124
  • chore/deepmap
  • docs/mas
  • build/notify
  • fix/du
  • defect/diff
  • defect/json
  • chore/schema
  • feat/diff-json
  • chore/typo
  • build/binaries
  • build/changelog-
  • defect/otel
  • chore/otel
  • v0.116.2 protected
  • v0.116.1 protected
  • v0.116.0 protected
  • v0.115.3 protected
  • v0.115.2 protected
  • v0.115.1 protected
  • v0.115.0 protected
  • v0.114.0 protected
  • v0.113.5 protected
  • v0.113.4 protected
  • v0.113.3 protected
  • v0.113.2 protected
  • v0.113.1 protected
  • v0.113.0 protected
  • v0.112.0 protected
  • v0.111.1 protected
  • v0.111.0 protected
  • v0.110.2 protected
  • v0.110.1 protected
  • v0.110.0 protected
40 results

parser.go

  • Jamie Tanna's avatar
    bede96df
    Add `dmd db init` and `dmd import renovate` commands · bede96df
    Jamie Tanna authored
    As part of the longer piece of work to introduce a suite of tools for
    managing dependency-management-data, we're starting with the commands to
    bootstrap a DMD SQLite database.
    
    This mirrors the `filter.rb` from renovate-graph with some additional
    data points we've found useful at Deliveroo.
    
    We use sqlc to make it nicer to interact with our database in a strongly
    typed fashion.
    
    As it doesn't support migrations - and we're not yet at the point we need
    migrations - we can simply just run the `CREATE ...` steps.
    
    Closes #2
    bede96df
    History
    Add `dmd db init` and `dmd import renovate` commands
    Jamie Tanna authored
    As part of the longer piece of work to introduce a suite of tools for
    managing dependency-management-data, we're starting with the commands to
    bootstrap a DMD SQLite database.
    
    This mirrors the `filter.rb` from renovate-graph with some additional
    data points we've found useful at Deliveroo.
    
    We use sqlc to make it nicer to interact with our database in a strongly
    typed fashion.
    
    As it doesn't support migrations - and we're not yet at the point we need
    migrations - we can simply just run the `CREATE ...` steps.
    
    Closes #2
Code owners
Assign users and groups as approvers for specific file changes. Learn more.