Skip to content

Commit 10a420f

Browse files
committed
docs: add indexes for 2.9
1 parent 8ef156d commit 10a420f

File tree

4 files changed

+297
-88
lines changed

4 files changed

+297
-88
lines changed

indexes/read-models/accounts.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"key": {
4+
"gitopsUsage.cronRunId": 1
5+
},
6+
"collation": {
7+
"locale": "en_US",
8+
"caseLevel": false,
9+
"caseFirst": "off",
10+
"strength": 1,
11+
"numericOrdering": false,
12+
"alternate": "non-ignorable",
13+
"maxVariable": "punct",
14+
"normalization": false,
15+
"backwards": false
16+
}
17+
}
18+
]
Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
[
2+
{
3+
"key": {
4+
"favorites": 1
5+
},
6+
"collation": {
7+
"locale": "en_US",
8+
"caseLevel": false,
9+
"caseFirst": "off",
10+
"strength": 1,
11+
"numericOrdering": false,
12+
"alternate": "non-ignorable",
13+
"maxVariable": "punct",
14+
"normalization": false,
15+
"backwards": false
16+
}
17+
},
18+
{
19+
"key": {
20+
"application.release.application.prs.type": 1
21+
},
22+
"collation": {
23+
"locale": "en_US",
24+
"caseLevel": false,
25+
"caseFirst": "off",
26+
"strength": 1,
27+
"numericOrdering": false,
28+
"alternate": "non-ignorable",
29+
"maxVariable": "punct",
30+
"normalization": false,
31+
"backwards": false
32+
}
33+
},
34+
{
35+
"key": {
36+
"application.release.application.issues.type": 1
37+
},
38+
"collation": {
39+
"locale": "en_US",
40+
"caseLevel": false,
41+
"caseFirst": "off",
42+
"strength": 1,
43+
"numericOrdering": false,
44+
"alternate": "non-ignorable",
45+
"maxVariable": "punct",
46+
"normalization": false,
47+
"backwards": false
48+
}
49+
},
50+
{
51+
"key": {
52+
"application.self.name": 1
53+
},
54+
"collation": {
55+
"locale": "en_US",
56+
"caseLevel": false,
57+
"caseFirst": "off",
58+
"strength": 1,
59+
"numericOrdering": false,
60+
"alternate": "non-ignorable",
61+
"maxVariable": "punct",
62+
"normalization": false,
63+
"backwards": false
64+
}
65+
},
66+
{
67+
"key": {
68+
"application.self.name": 1,
69+
"application.self.kind": 1,
70+
"application.self.namespace": 1,
71+
"application.self.group": 1,
72+
"application.self.version": 1
73+
},
74+
"collation": {
75+
"locale": "en_US",
76+
"caseLevel": false,
77+
"caseFirst": "off",
78+
"strength": 1,
79+
"numericOrdering": false,
80+
"alternate": "non-ignorable",
81+
"maxVariable": "punct",
82+
"normalization": false,
83+
"backwards": false
84+
}
85+
},
86+
{
87+
"key": {
88+
"application.self.name": 1,
89+
"accountId": 1,
90+
"type": 1,
91+
"application.runtime": 1,
92+
"application.self.group": 1,
93+
"application.self.version": 1,
94+
"application.self.kind": 1,
95+
"application.self.cluster": 1,
96+
"application.self.namespace": 1
97+
},
98+
"unique": true,
99+
"collation": {
100+
"locale": "en_US",
101+
"caseLevel": false,
102+
"caseFirst": "off",
103+
"strength": 1,
104+
"numericOrdering": false,
105+
"alternate": "non-ignorable",
106+
"maxVariable": "punct",
107+
"normalization": false,
108+
"backwards": false
109+
}
110+
},
111+
{
112+
"key": {
113+
"accountId": 1,
114+
"application.deployedTo.name": 1,
115+
"application.deployedTo.server": 1,
116+
"application.deployedTo.namespace": 1,
117+
"application.runtime": 1
118+
},
119+
"collation": {
120+
"locale": "en_US",
121+
"caseLevel": false,
122+
"caseFirst": "off",
123+
"strength": 1,
124+
"numericOrdering": false,
125+
"alternate": "non-ignorable",
126+
"maxVariable": "punct",
127+
"normalization": false,
128+
"backwards": false
129+
}
130+
},
131+
{
132+
"key": {
133+
"accountId": 1,
134+
"application.status.health": 1
135+
},
136+
"collation": {
137+
"locale": "en_US",
138+
"caseLevel": false,
139+
"caseFirst": "off",
140+
"strength": 1,
141+
"numericOrdering": false,
142+
"alternate": "non-ignorable",
143+
"maxVariable": "punct",
144+
"normalization": false,
145+
"backwards": false
146+
}
147+
},
148+
{
149+
"key": {
150+
"accountId": 1,
151+
"application.release.appVersions.appVersion": 1
152+
}
153+
},
154+
{
155+
"key": {
156+
"accountId": 1,
157+
"application.runtime": 1,
158+
"application.deployedTo.namespace": 1,
159+
"application.deployedTo.name": 1
160+
}
161+
},
162+
{
163+
"key": {
164+
"accountId": 1,
165+
"application.runtime": 1,
166+
"application.deployedTo.namespace": 1,
167+
"application.deployedTo.server": 1
168+
}
169+
}
170+
]
Lines changed: 89 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,96 @@
11
[
2-
{
3-
"key": {
4-
"status": 1
5-
},
6-
"collation": {
7-
"locale": "en_US",
8-
"caseLevel": false,
9-
"caseFirst": "off",
10-
"strength": 1,
11-
"numericOrdering": false,
12-
"alternate": "non-ignorable",
13-
"maxVariable": "punct",
14-
"normalization": false,
15-
"backwards": false,
16-
"version": "57.1"
17-
}
2+
{
3+
"key": {
4+
"accountId": 1,
5+
"productName": 1
186
},
19-
{
20-
"key": {
21-
"accountId": 1,
22-
"updatedAt": -1
23-
},
24-
"collation": {
25-
"locale": "en",
26-
"caseLevel": false,
27-
"caseFirst": "off",
28-
"strength": 2,
29-
"numericOrdering": false,
30-
"alternate": "non-ignorable",
31-
"maxVariable": "punct",
32-
"normalization": false,
33-
"backwards": false,
34-
"version": "57.1"
35-
}
7+
"collation": {
8+
"locale": "en_US",
9+
"caseLevel": false,
10+
"caseFirst": "off",
11+
"strength": 1,
12+
"numericOrdering": false,
13+
"alternate": "non-ignorable",
14+
"maxVariable": "punct",
15+
"normalization": false,
16+
"backwards": false
17+
}
18+
},
19+
{
20+
"key": {
21+
"accountId": 1,
22+
"productName": 1,
23+
"status": 1,
24+
"triggerEnvironment": 1,
25+
"triggerCommit.sha": 1
26+
},
27+
"collation": {
28+
"locale": "en_US",
29+
"caseLevel": false,
30+
"caseFirst": "off",
31+
"strength": 1,
32+
"numericOrdering": false,
33+
"alternate": "non-ignorable",
34+
"maxVariable": "punct",
35+
"normalization": false,
36+
"backwards": false
37+
}
38+
},
39+
{
40+
"key": {
41+
"accountId": 1,
42+
"productName": 1,
43+
"triggerCommit.sha": 1
3644
},
37-
{
38-
"key": {
39-
"accountId": 1,
40-
"productName": 1,
41-
"triggerCommit.sha": 1
42-
},
43-
"collation": {
44-
"locale": "en_US",
45-
"caseLevel": false,
46-
"caseFirst": "off",
47-
"strength": 1,
48-
"numericOrdering": false,
49-
"alternate": "non-ignorable",
50-
"maxVariable": "punct",
51-
"normalization": false,
52-
"backwards": false,
53-
"version": "57.1"
54-
}
45+
"collation": {
46+
"locale": "en_US",
47+
"caseLevel": false,
48+
"caseFirst": "off",
49+
"strength": 1,
50+
"numericOrdering": false,
51+
"alternate": "non-ignorable",
52+
"maxVariable": "punct",
53+
"normalization": false,
54+
"backwards": false
55+
}
56+
},
57+
{
58+
"key": {
59+
"accountId": 1,
60+
"updatedAt": -1
5561
},
56-
{
57-
"key": {
58-
"accountId": 1,
59-
"productName": 1,
60-
"status": 1,
61-
"triggerEnvironment": 1,
62-
"triggerCommit.sha": 1
63-
},
64-
"collation": {
65-
"locale": "en_US",
66-
"caseLevel": false,
67-
"caseFirst": "off",
68-
"strength": 1,
69-
"numericOrdering": false,
70-
"alternate": "non-ignorable",
71-
"maxVariable": "punct",
72-
"normalization": false,
73-
"backwards": false,
74-
"version": "57.1"
75-
}
62+
"collation": {
63+
"locale": "en",
64+
"caseLevel": false,
65+
"caseFirst": "off",
66+
"strength": 2,
67+
"numericOrdering": false,
68+
"alternate": "non-ignorable",
69+
"maxVariable": "punct",
70+
"normalization": false,
71+
"backwards": false
72+
}
73+
},
74+
{
75+
"key": {
76+
"status": 1
7677
},
77-
{
78-
"key": {
79-
"accountId": 1,
80-
"productName": 1
81-
},
82-
"collation": {
83-
"locale": "en_US",
84-
"caseLevel": false,
85-
"caseFirst": "off",
86-
"strength": 1,
87-
"numericOrdering": false,
88-
"alternate": "non-ignorable",
89-
"maxVariable": "punct",
90-
"normalization": false,
91-
"backwards": false,
92-
"version": "57.1"
93-
}
78+
"collation": {
79+
"locale": "en_US",
80+
"caseLevel": false,
81+
"caseFirst": "off",
82+
"strength": 1,
83+
"numericOrdering": false,
84+
"alternate": "non-ignorable",
85+
"maxVariable": "punct",
86+
"normalization": false,
87+
"backwards": false
9488
}
89+
},
90+
{
91+
"key": {
92+
"createdAt": 1
93+
},
94+
"expireAfterSeconds": 23328000
95+
}
9596
]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[
2+
{
3+
"key": {
4+
"accountId": 1,
5+
"productName": 1,
6+
"triggerCommit.sha": 1
7+
},
8+
"collation": {
9+
"locale": "en_US",
10+
"caseLevel": false,
11+
"caseFirst": "off",
12+
"strength": 1,
13+
"numericOrdering": false,
14+
"alternate": "non-ignorable",
15+
"maxVariable": "punct",
16+
"normalization": false,
17+
"backwards": false
18+
}
19+
}
20+
]

0 commit comments

Comments
 (0)