Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dgraph
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
dgraph
Graph
894e9bf5d083cf9e6dfe6df2a3d8a1ea1fe49415
Select Git revision
Branches
20
eah/tls
master
default
protected
mrjn/deadlocks
mrjn/fuck-the-bank
mrjn/ideas
mrjn/licensing
mrjn/snapshot-posting
mrjn/stream
paulftw-master-docs
release/v0.7
release/v0.7.1
release/v0.7.2
release/v0.7.3
release/v0.7.4
release/v0.7.5
release/v0.7.6
release/v0.7.7
release/v0.8.0
release/v0.8.2
release/v0.8.3
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
May
2
28
Apr
26
20
19
18
14
13
4
2
30
Mar
24
21
11
10
9
8
7
4
3
2
1
29
Feb
27
26
25
24
23
18
17
16
15
14
13
12
11
10
8
7
6
5
4
3
2
1
28
Jan
31
Dec
9
8
7
1
30
Nov
27
26
25
24
23
21
20
19
18
17
16
15
13
12
11
10
9
6
5
4
3
2
30
Oct
29
28
27
23
22
21
20
19
16
15
14
13
7
18
Sep
17
16
25
Aug
Merge pull request #74 from dgraph-io/goclient
removing redundant string casting in tests
Storing string in value instead of byte slice for now
Fix a bug due to handle negative offset
Changing xid to _xid_
Adding xid field to graph.Node and passing pointer to destination node in
Refactored
Working end to end
Correctly parse argument first
Adding some documentation and renaming variables.
Merge branch 'master' into gql
Refactoring
Merge pull request #76 from dgraph-io/dmuts
Modifying server side code to build protocol buffer response.
Move argument parsing in a separate function
Fix the test breakage
Set timeout to a minute
Add logic for query timeout
Updated Dockerfile to fix the corruption issue with the existing docker image
modifying Value method
Incorporating feedback
Refactoring
Merge pull request #73 from dgraph-io/README
Specify what Github Issues is for. Also test hook.
Attempt at map[string]interface{} panic bug
Added helper methods for protocol buffer response.
Adding Query to GraphResponse.
Added new file client.go and client_test.go and moved relevant code there.
Fix bugs: Set GRPC server in Goroutine. Break out of loop if ServeRequest returns error -- this was causing the 100% CPU usage issue.
Added helper functions for Graph response to client
links in README now point to discourse
Merge pull request #70 from dgraph-io/protobuffers
Formatting changes
Adding documentation and refactoring to make sure lines don't exceed 80 chars.
Refactoring
Verifying rpc works
Adding DGraph service to proto file and communicating using gRpc
Made changes to proto file for GraphResponse
Did some renaming and formatting changes
Changing query so that response fits size of byte slice
Loading