Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: initial SR implementation #1

Merged
merged 35 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
1b3bc64
feat: initial SR implementation
Skenktio Oct 9, 2024
8e9ae08
feat: initial SR implementation
Skenktio Oct 9, 2024
b32a3d0
style: editor config fixes & hadolint
Skenktio Oct 9, 2024
deea677
style: editor config fixes
Skenktio Oct 9, 2024
b7a9893
style: editor config fixes
Skenktio Oct 9, 2024
7e0e395
style: bumped the go version
Skenktio Oct 9, 2024
7b28d81
style: dockerfile fixes
Skenktio Oct 9, 2024
925e043
style: removed toolchain from go.mod
Skenktio Oct 9, 2024
1b6e3fd
Merge 925e043dc1c7169ade6e86955e606e8dd5294b71 into c0982b6e36f37d4e4…
Skenktio Oct 9, 2024
9ca8b39
chore: update third party licenses
github-actions[bot] Oct 9, 2024
317e298
style: validator Dockerfile fix
Skenktio Oct 9, 2024
3289edf
style: validator Dockerfile fix & PR.yaml
Skenktio Oct 9, 2024
cca58eb
ci: pr lint job not showing results fix
Skenktio Oct 9, 2024
609af4a
ci: pr lint job not showing results fix
Skenktio Oct 9, 2024
df0c029
ci: pr lint job not showing results fix
Skenktio Oct 9, 2024
087be98
ci: pr lint job not showing results fix
Skenktio Oct 9, 2024
f692010
ci: pr lint job not showing results fix
Skenktio Oct 9, 2024
e58bd87
ci: reverted the .golanci.yaml to the private repo version
Skenktio Oct 9, 2024
8efe87c
style: golangci.yaml fix
Skenktio Oct 9, 2024
8ba3742
refactor: removed deprecated usage of rand.seed in centralconsumer/m…
Skenktio Oct 9, 2024
734cad8
style: lint fixes
Skenktio Oct 9, 2024
d2fb89a
style: lint fixes
Skenktio Oct 9, 2024
b8c57f8
style: lint fixes
Skenktio Oct 9, 2024
5d0e377
style: lint fixes
Skenktio Oct 9, 2024
1e16b75
style: lint fixes
Skenktio Oct 9, 2024
5918ac0
style: lint fixes
Skenktio Oct 9, 2024
5c98cbc
style: lint fixes
Skenktio Oct 9, 2024
2e36fd3
style: lint fixes
Skenktio Oct 9, 2024
eb38e16
style: lint fixes
Skenktio Oct 9, 2024
decd171
style: lint fixes
Skenktio Oct 9, 2024
4a95278
Merge pull request #2 from dataphos/update-third-party-licenses-11251…
Skenktio Oct 9, 2024
5609423
refactor: firestore removed
Skenktio Oct 9, 2024
9e0a883
Merge 56094231908e9f557de04e1b594fe25d4eba99d8 into c0982b6e36f37d4e4…
Skenktio Oct 9, 2024
c3a6679
chore: update third party licenses
github-actions[bot] Oct 9, 2024
9ac2f1c
Merge pull request #3 from dataphos/update-third-party-licenses-11256…
Skenktio Oct 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ indent_size = 2
trim_trailing_whitespace = false
insert_final_newline = true

eclint_indent_style = unset

[Dockerfile]
indent_size = 4

Expand Down Expand Up @@ -73,3 +71,6 @@ indent_size = unset

[**/LICENSE-3RD-PARTY.md]
insert_final_newline = unset

[**/docs.go]
indent_style = unset
198 changes: 0 additions & 198 deletions .github/workflows/libs/pr.yaml

This file was deleted.

90 changes: 0 additions & 90 deletions .github/workflows/libs/push.yaml

This file was deleted.

Loading
Loading