Home
last modified time | relevance | path

Searched defs:ApplicationConfig (Results 1 – 5 of 5) sorted by relevance

/development/tools/repo_diff/service/repodiff/controllers/
Ddifferential.go29 func ExecuteDifferentials(config ent.ApplicationConfig) error {
55 func defineCommonManifest(config ent.ApplicationConfig) (*ent.ManifestFile, error) {
91 func clearOutputDirectory(config ent.ApplicationConfig) error {
99 func setupCommand(pyScript string, config ent.ApplicationConfig, target ent.DiffTarget) *exec.Cmd {
116 func runPyScript(config ent.ApplicationConfig, target ent.DiffTarget) (projectCSV string, commitCSV…
134 func diffTarget(pyScript string, config ent.ApplicationConfig, target ent.DiffTarget) error {
152 config ent.ApplicationConfig,
176 func loadTargetManifests(config ent.ApplicationConfig, common *ent.ManifestFile) (*ent.ManifestFile…
Ddenormalize.go10 func DenormalizeData(config e.ApplicationConfig) error {
20 func denormalizeViewRecentProject(config e.ApplicationConfig) error {
52 func denormalizeDiffRows(config e.ApplicationConfig) error {
91 func denormalizeViewRecentCommit(config e.ApplicationConfig) error {
Dreporter.go16 func GenerateCommitReport(appConfig ent.ApplicationConfig) error {
25 func generateCommitReport(appConfig ent.ApplicationConfig, target ent.DiffTarget) error {
/development/tools/repo_diff/service/repodiff/entities/
Dentities.go17 type ApplicationConfig struct { struct
18 OutputDirectory string `json:"output_directory"`
19 AndroidProjectDir string `json:"android_project_dir"`
20 DiffScript string `json:"diff_script"`
21 DiffTargets []DiffTarget `json:"diff_targets"`
22 Port int `json:"port"`
23 CommonUpstream Project `json:"common_upstream"`
/development/tools/repo_diff/service/repodiff/
Drepodiff.go27 func run(appConfig ent.ApplicationConfig, statusChannel chan ent.StatusMessage) {