This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(facets): Remove Facets from Outserv (#3)
We don't need Facets in GraphQL. Their storage and processing is expensive. And GraphQL does not require them. Remove this feature. This PR does not fix up the tests. It also keeps types/facets directory, which should be removed once the tests are fixed up.
- Loading branch information
1 parent
08bfe44
commit 959b06b
Showing
30 changed files
with
612 additions
and
3,186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
# This gets built as part of release.sh. Must be run from /tmp/build, with the linux binaries | ||
# already built and placed there. | ||
|
||
FROM ubuntu:20.04 | ||
LABEL maintainer="Dgraph Labs <[email protected]>" | ||
FROM ubuntu:21.10 | ||
# LABEL maintainer="Dgraph Labs <[email protected]>" | ||
|
||
RUN apt-get update && \ | ||
apt-get install -y --no-install-recommends \ | ||
|
@@ -29,4 +29,4 @@ RUN mkdir /dgraph | |
WORKDIR /dgraph | ||
|
||
ENV GODEBUG=madvdontneed=1 | ||
CMD ["dgraph"] # Shows the dgraph version and commands available. | ||
CMD ["outserv"] # Shows the dgraph version and commands available. |
Oops, something went wrong.