Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Feb 6, 2025
1 parent 3826305 commit b26b8a6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ lint:
- linters: [ALL]
paths:
- contrib/**
- "*.pb.go"
enabled:
- [email protected]
- [email protected]
Expand Down
2 changes: 1 addition & 1 deletion contrib/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# already built and placed there.

FROM ubuntu:22.04
LABEL maintainer="Dgraph Labs <[email protected]>"
LABEL maintainer="Hypermode Inc. <[email protected]>"

# need to remove the cache of sources lists
# apt-get Error Code 100
Expand Down
2 changes: 1 addition & 1 deletion contrib/standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DGRAPH_VERSION=latest
FROM dgraph/dgraph:${DGRAPH_VERSION}
LABEL MAINTAINER="Dgraph Labs <[email protected]>"
LABEL MAINTAINER="Hypermode Inc. <[email protected]>"

# Ratel port
# EXPOSE 8000 ## Ratel is not supported in the standalone image
Expand Down
2 changes: 1 addition & 1 deletion raftwal/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Modified by Dgraph Labs to test DiskStorage.
// Modified by Hypermode Inc. to test DiskStorage.

package raftwal

Expand Down
2 changes: 1 addition & 1 deletion systest/backup/nfs-backup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM dgraph/dgraph:local
LABEL maintainer="Dgraph Labs <[email protected]>"
LABEL maintainer="Hypermode Inc. <[email protected]>"

RUN apt-get update && apt-get install -y --no-install-recommends \
nfs-client
Expand Down
2 changes: 1 addition & 1 deletion x/sentry_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
// SentryOptOutNote - This is an opt out banner.
func SentryOptOutNote() {
glog.Infof("\nThis instance of Dgraph will send anonymous reports of panics back " +
"to Dgraph Labs via Sentry. No confidential information is sent. These reports " +
"to Hypermode Inc. via Sentry. No confidential information is sent. These reports " +
`help improve Dgraph. To opt-out, restart your instance with the --telemetry "sentry=false;" ` +
"flag. For more info, see https://dgraph.io/docs/howto/dgraph-sentry-integration/#data-handling.")
}
Expand Down

0 comments on commit b26b8a6

Please sign in to comment.