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
0e4236711663ecce46376a6f940b204c0b14df60
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
26
Jun
22
21
16
9
8
6
5
3
1
31
May
27
24
22
21
20
17
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
Fixing go1.7 compatability issues (#122)
Update badges at the top
Initial travis-ci and coveralls Integration (#121)
Changing DGraph to Dgraph
Fix a bug which causes us to return no results in JSON
Remove logrus and glog from most modules, keeping it only in bulk loaders. Instead switch to stubby like rpc tracing using net/tracer.
Modify gitignore
.gitignore should use dgraph binary name
Switch from Golang RPC with custom encoding to using GRPC with custom
Move the executables to cmd directory
Update README to add benchmark data
Add gorocksdb to govendor
Change RocksDB library used to tecbot gorocksdb
conn, gql: replace Error with Errorf (clear go vet errors)
Update paragraph on contribution to Dgraph
replace gitter with slack
Adding check for existence of mutations directory in commit/log.go.
Change execuable names to contain 'dgraph'
Change name from server to dgraph
Update README and Docker echo statement
Updating bin files and benchmark results.
BUG FIX: Don't call your binary go. It kills Gophers.
Add comments to clarify how ToJson works.
Modifying AddMutation and AddLog to fix the commit timestamp bug.
Convert bytes to string before JSON encoding during ToJson. Switch to 2 servers. Add profiling info for loader.
Adding suppirt for mutations in goclient
Have a flag to forbit mutations on a server. Very useful for the live demo, or other read-only situations.
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
Loading