Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4d69f9c
fix
a-thaler Oct 17, 2025
cf57e30
fix
a-thaler Oct 17, 2025
2a6a1f9
fix
a-thaler Oct 17, 2025
18ef130
fix log line
a-thaler Oct 20, 2025
df6d147
switch TLS Disabled to TLS Insecure
a-thaler Oct 20, 2025
d842abc
fix
a-thaler Oct 20, 2025
9d1e9dc
deleted leftover namespaceSelector
a-thaler Oct 20, 2025
ea96617
Merge branch 'main' into beta
a-thaler Oct 20, 2025
4581a1d
fix
a-thaler Oct 20, 2025
4ddd3cd
refactor
a-thaler Oct 20, 2025
13ad47f
fix
a-thaler Oct 20, 2025
0be3020
fix
a-thaler Oct 20, 2025
d1ce8a9
fix
a-thaler Oct 20, 2025
08535bd
Merge branch 'main' into beta
a-thaler Oct 21, 2025
e8c2e11
fix after merge
a-thaler Oct 21, 2025
bfd05be
fix
a-thaler Oct 21, 2025
513064c
fix
a-thaler Oct 21, 2025
fa18aa6
consistent namespace selector for otlp input
a-thaler Oct 21, 2025
4e9d01b
Merge branch 'main' into beta
a-thaler Oct 21, 2025
6d879ba
use more constants
a-thaler Oct 21, 2025
438f55d
Merge branch 'beta' of https://github.com/a-thaler/telemetry-manager …
a-thaler Oct 22, 2025
412c581
docu fix
a-thaler Oct 23, 2025
9168df9
Merge branch 'main' into beta
a-thaler Oct 23, 2025
8d96a47
fix
a-thaler Oct 23, 2025
0e1ab0a
Merge branch 'beta' of https://github.com/a-thaler/telemetry-manager …
a-thaler Oct 23, 2025
3c5ee09
fixed conversion
a-thaler Oct 23, 2025
11a68e5
fixes
a-thaler Oct 27, 2025
4b6a1ef
Merge branch 'main' into beta
skhalash Oct 27, 2025
078019c
added more docu
a-thaler Oct 28, 2025
090a90e
review
a-thaler Oct 30, 2025
2ec2ecd
review feedback
a-thaler Oct 30, 2025
242db94
Merge branch 'main' into beta
a-thaler Oct 31, 2025
a221ea5
Merge branch 'main' into beta
k15r Oct 31, 2025
3586cb4
Merge branch 'main' into beta
a-thaler Oct 31, 2025
339efc1
fix test failure
a-thaler Oct 31, 2025
c9fd951
Merge branch 'main' into beta
a-thaler Oct 31, 2025
5f6f299
fix
a-thaler Nov 3, 2025
5363438
fix
a-thaler Nov 4, 2025
8f67718
Merge branch 'main' into beta
a-thaler Nov 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .testcoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ override:
path: ^internal/validators/secretref$
- threshold: 75
path: ^internal/resourcelock$
- threshold: 84
- threshold: 83
path: ^internal/webhookcert$
- threshold: 74
path: ^webhook/logpipeline/v1alpha1$
Expand Down
16 changes: 0 additions & 16 deletions apis/telemetry/v1alpha1/groupversion_info.go
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
Copyright 2021.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

// Package v1alpha1 contains API Schema definitions for the telemetry v1alpha1 API group
// +kubebuilder:object:generate=true
// +groupName=telemetry.kyma-project.io
Expand Down
16 changes: 0 additions & 16 deletions apis/telemetry/v1alpha1/logparser_types.go
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
Copyright 2021.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

package v1alpha1

import (
Expand Down
Loading
Loading