Skip to content

Commit

Permalink
remove commented code and add portrange
Browse files Browse the repository at this point in the history
Signed-off-by: jkoberg <jkoberg@owncloud.com>
  • Loading branch information
kobergj committed Sep 7, 2023
1 parent 6df7f72 commit 54e5eb0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 41 deletions.
6 changes: 3 additions & 3 deletions docs/services/general-info/port-ranges.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ We also suggest to use the last port in your extensions' range as a debug/metric
| 9195-9199 | FREE |
| 9200-9204 | [proxy]({{< ref "../proxy/_index.md" >}}) |
| 9205-9209 | [proxy]({{< ref "../proxy/_index.md" >}}) |
| 9210-9214 | [userlog]{{< ref "../userlog/_index.md" >}} |
| 9210-9214 | [userlog]({{< ref "../userlog/_index.md" >}}) |
| 9215-9219 | [storage-system]({{< ref "../storage-system/_index.md" >}}) |
| 9220-9224 | [search]({{< ref "../search/_index.md" >}}) |
| 9225-9229 | [audit]({{< ref "../audit/_index.md" >}}) |
Expand All @@ -61,8 +61,8 @@ We also suggest to use the last port in your extensions' range as a debug/metric
| 9240-9244 | [app-registry]({{< ref "../app-registry/_index.md" >}}) |
| 9245-9249 | FREE |
| 9250-9254 | [ocis server (runtime)](https://github.com/owncloud/ocis/tree/master/ocis/pkg/runtime) |
| 9255-9259 | [postprocessing]({{ ref "../postprocessing/_index.md" >}}) |
| 9260-9264 | FREE |
| 9255-9259 | [postprocessing]({{< ref "../postprocessing/_index.md" >}}) |
| 9260-9264 | [clientlog]({{ ref "../clientlog/index.md" }}) |
| 9265-9269 | FREE |
| 9270-9274 | [eventhistory]({{< ref "../eventhistory/_index.md" >}}) |
| 9275-9279 | FREE |
Expand Down
9 changes: 0 additions & 9 deletions services/clientlog/pkg/command/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ func Server(cfg *config.Config) *cli.Command {
return err
}

/*
grpcClient, err := ogrpc.NewClient(
append(ogrpc.GetClientOptions(cfg.GRPCClientTLS), ogrpc.WithTraceProvider(tracerProvider))...,
)
if err != nil {
return err
}
*/ // TODO: remove

gr := run.Group{}
ctx, cancel := func() (context.Context, context.CancelFunc) {
if cfg.Context == nil {
Expand Down
26 changes: 0 additions & 26 deletions services/clientlog/pkg/service/service_suit_test.go

This file was deleted.

3 changes: 0 additions & 3 deletions services/clientlog/pkg/service/service_test.go

This file was deleted.

0 comments on commit 54e5eb0

Please sign in to comment.