-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathcontent-packs.yml
111 lines (111 loc) · 3.24 KB
/
content-packs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
content_packs : [ {
name : "core-xml-schemas",
path : "source/core-xml-schemas/stroomContent",
repo: {
name: "stroom-content",
uri : "https://github.com/gchq/stroom-content.git",
branch: "7.5",
commit: "d5371bd52c8f812fdace2c35d40d84fc79c1f49d"
}
}, {
name : "event-logging-xml-schema",
path : "source/event-logging-xml-schema/stroomContent",
repo: {
name: "stroom-content",
uri : "https://github.com/gchq/stroom-content.git",
branch: "7.5",
commit: "d5371bd52c8f812fdace2c35d40d84fc79c1f49d"
}
}, {
name: "example-index",
path: "source/example-index/stroomContent",
repo: {
name: "stroom-content",
uri : "https://github.com/gchq/stroom-content.git",
branch: "7.5",
commit: "d5371bd52c8f812fdace2c35d40d84fc79c1f49d"
}
}, {
name: "internal-dashboards",
path: "source/internal-dashboards/stroomContent",
repo: {
name: "stroom-content",
uri : "https://github.com/gchq/stroom-content.git",
branch: "7.5",
commit: "d5371bd52c8f812fdace2c35d40d84fc79c1f49d"
}
}, {
name: "internal-statistics-sql",
path: "source/internal-statistics-sql/stroomContent",
repo: {
name: "stroom-content",
uri : "https://github.com/gchq/stroom-content.git",
branch: "7.5",
commit: "d5371bd52c8f812fdace2c35d40d84fc79c1f49d"
}
}, {
name: "internal-statistics-stroom-stats",
path: "source/internal-statistics-stroom-stats/stroomContent",
repo: {
name: "stroom-content",
uri : "https://github.com/gchq/stroom-content.git",
branch: "7.5",
commit: "d5371bd52c8f812fdace2c35d40d84fc79c1f49d"
}
}, {
name: "standard-pipelines",
path: "source/standard-pipelines/stroomContent",
repo: {
name: "stroom-content",
uri : "https://github.com/gchq/stroom-content.git",
branch: "7.5",
commit: "d5371bd52c8f812fdace2c35d40d84fc79c1f49d"
}
}, {
name: "stroom-101",
path: "source/stroom-101/stroomContent",
repo: {
name: "stroom-content",
uri : "https://github.com/gchq/stroom-content.git",
branch: "7.5",
commit: "d5371bd52c8f812fdace2c35d40d84fc79c1f49d"
}
}, {
name: "stroom-logs",
path: "source/stroom-logs/stroomContent",
repo: {
name: "stroom-content",
uri : "https://github.com/gchq/stroom-content.git",
branch: "7.5",
commit: "d5371bd52c8f812fdace2c35d40d84fc79c1f49d"
}
}, {
name: "template-pipelines",
path: "source/template-pipelines/stroomContent",
repo: {
name: "stroom-content",
uri : "https://github.com/gchq/stroom-content.git",
branch: "7.5",
commit: "d5371bd52c8f812fdace2c35d40d84fc79c1f49d"
}
}, {
name: "state",
path: "source/state/stroomContent",
repo: {
name: "state",
uri : "https://github.com/gchq/stroom-content.git",
branch: "7.5",
commit: "d5371bd52c8f812fdace2c35d40d84fc79c1f49d"
}
}, {
name: "stroom-visualisations",
path: "war/stroom-content",
repo: {
name: "stroom-visualisations-dev",
uri : "https://github.com/gchq/stroom-visualisations-dev.git",
branch: "7.2",
commit: "d95c1588bc13a697a818bffea6ed213239a1f993"
}
} ]
}