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
24de201f94680aa07679a7e433ad7690e8032ed5
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
17
May
16
15
16
15
14
12
11
10
9
5
3
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
Changing type of Value from interface{} to []byte.
We don't need to use govendor here. All the deps are checked in.
Commit all dependencies.
vendor.json automatically gets updated to have rootPath. So, check it in.
Remove unnecessary notes.txt file. Also test out the gpg key signing.
Add gitignore to avoid pulling in dependencies for now
Merge pull request #84 from thezelus/vendoring
Merge pull request #81 from dgraph-io/benchmarking
added todo
Update dockerfile to support govendor
avoiding interface conversion
Changing type of val in Properties to byte slice
Make the Issue Tracker note more distinct from others
Enable vendoring using GOVENDOR
fixing nil pointer reference bug in server/main.go
Optimizations and refactoring
Changing properties in graph.Node to a slice from a map.
Benchmarking
Adding Latency to protocol buffer response.
Merge pull request #80 from dgraph-io/dmuts
Output the offending line in error log if rdf.Parse fails.
Merge pull request #79 from dgraph-io/grpcerror
shifting echo statement to end of run command
fixing indentation
appending go test to previous statement in Dockerfile
Merge pull request #77 from dgraph-io/gql
merge if else to if
Merge branch 'master' into gql
Prominently mention about Github Issue Tracker
Merge branch 'master' into gql
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.
Loading