File tree Expand file tree Collapse file tree 17 files changed +258
-2
lines changed
test/helper/observability Expand file tree Collapse file tree 17 files changed +258
-2
lines changed Original file line number Diff line number Diff line change @@ -630,3 +630,13 @@ install-ako-helm:
630
630
--set subobjectDeletionProtection=false \
631
631
--namespace=$(HELM_AKO_NAMESPACE ) --create-namespace
632
632
kubectl get crds
633
+
634
+ .PHONY : license-headers
635
+ license-headers :
636
+ addlicense \
637
+ -l apache \
638
+ -c "MongoDB Inc" \
639
+ -ignore "**/*.md" \
640
+ -ignore "**/*.yaml" \
641
+ -ignore "**/*.yml" \
642
+ -ignore "**/*Dockerfile" .
Original file line number Diff line number Diff line change
1
+ // Copyright 2025 MongoDB Inc
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
1
15
package root
2
16
3
17
import "embed"
Original file line number Diff line number Diff line change 25
25
" awscli2@latest" ,
26
26
" go-mockery@latest" ,
27
27
" docker-sbom@latest" ,
28
- " openshift@latest"
28
+ " openshift@latest" ,
29
+ " addlicense@latest"
29
30
]
30
31
}
Original file line number Diff line number Diff line change 49
49
}
50
50
}
51
51
},
52
+ "addlicense@latest": {
53
+ "last_modified": "2025-05-16T20:19:48Z",
54
+ "resolved": "github:NixOS/nixpkgs/12a55407652e04dcf2309436eb06fef0d3713ef3#addlicense",
55
+ "source": "devbox-search",
56
+ "version": "1.1.1",
57
+ "systems": {
58
+ "aarch64-darwin": {
59
+ "outputs": [
60
+ {
61
+ "name": "out",
62
+ "path": "/nix/store/866yzzrrgksaa052vbpxfrqkqsgw0khf-addlicense-1.1.1",
63
+ "default": true
64
+ }
65
+ ],
66
+ "store_path": "/nix/store/866yzzrrgksaa052vbpxfrqkqsgw0khf-addlicense-1.1.1"
67
+ },
68
+ "aarch64-linux": {
69
+ "outputs": [
70
+ {
71
+ "name": "out",
72
+ "path": "/nix/store/lg4psq4bzdnl7jv4jhm7r20d5b0m3rks-addlicense-1.1.1",
73
+ "default": true
74
+ }
75
+ ],
76
+ "store_path": "/nix/store/lg4psq4bzdnl7jv4jhm7r20d5b0m3rks-addlicense-1.1.1"
77
+ },
78
+ "x86_64-darwin": {
79
+ "outputs": [
80
+ {
81
+ "name": "out",
82
+ "path": "/nix/store/zaqc4vhc8n9n09pyqxpx18hh1qxli5i6-addlicense-1.1.1",
83
+ "default": true
84
+ }
85
+ ],
86
+ "store_path": "/nix/store/zaqc4vhc8n9n09pyqxpx18hh1qxli5i6-addlicense-1.1.1"
87
+ },
88
+ "x86_64-linux": {
89
+ "outputs": [
90
+ {
91
+ "name": "out",
92
+ "path": "/nix/store/jxxsajb6qsk39jgrgn64mam4ir7nr66g-addlicense-1.1.1",
93
+ "default": true
94
+ }
95
+ ],
96
+ "store_path": "/nix/store/jxxsajb6qsk39jgrgn64mam4ir7nr66g-addlicense-1.1.1"
97
+ }
98
+ }
99
+ },
52
100
"awscli2@latest": {
53
101
"last_modified": "2025-05-19T23:16:24Z",
54
102
"resolved": "github:NixOS/nixpkgs/359c442b7d1f6229c1dc978116d32d6c07fe8440#awscli2",
Original file line number Diff line number Diff line change
1
+ // Copyright 2025 MongoDB Inc
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
1
15
package main
2
16
3
17
import (
Original file line number Diff line number Diff line change
1
+ // Copyright 2025 MongoDB Inc
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
1
15
package observability
2
16
3
17
import (
Original file line number Diff line number Diff line change
1
+ // Copyright 2025 MongoDB Inc
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
1
15
package test
2
16
3
17
import (
Original file line number Diff line number Diff line change
1
+ // Copyright 2025 MongoDB Inc
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
1
15
package test
2
16
3
17
import (
Original file line number Diff line number Diff line change
1
+ // Copyright 2025 MongoDB Inc
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
1
15
package ginkgo
2
16
3
17
import (
Original file line number Diff line number Diff line change
1
+ // Copyright 2025 MongoDB Inc
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
1
15
package ginkgo
2
16
3
17
import (
You can’t perform that action at this time.
0 commit comments