Home
last modified time | relevance | path

Searched refs:downstream_project (Results 1 – 8 of 8) sorted by relevance

/development/tools/repo_diff/service/repodiff/tools/migrations/
D2018_02_21__21_30_16_upgrade.sql8 downstream_project VARCHAR(255) NOT NULL, field
D2018_02_09__00_07_41_upgrade.sql8 downstream_project VARCHAR(255) NOT NULL, field
D2018_03_28__16_59_46_upgrade.sql6 downstream_project VARCHAR(255) NOT NULL, field
D2018_02_22__19_16_57_upgrade.sql6 downstream_project VARCHAR(255) NOT NULL, field
/development/tools/repo_diff/service/repodiff/repositories/
Dproject.go32 downstream_project,
105 downstream_project,
Dcommit.go57 downstream_project,
131 downstream_project,
Ddenormalizer.go170 downstream_project,
255 downstream_project,
/development/tools/repo_diff/
Drepo_diff_trees.py453 downstream_project = stat['downstream']
454 if downstream_project in commit_stats:
455 commits_not_upstreamed = len(commit_stats[downstream_project])
458 'Downstream Project': downstream_project,