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
f8a11bda8bb2c6fa740a45075cbac03d730f559e
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
Sep
27
26
23
22
21
20
19
16
15
14
15
14
13
12
9
8
7
6
7
6
3
2
1
31
Aug
30
29
28
24
23
17
16
15
14
12
11
12
11
10
9
8
5
3
2
28
Jul
27
14
13
11
2
1
30
Jun
28
26
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
Add byte to track the type of data throughout.
Fix the test script for egrep errors.
Simplify periodic merging code.
Add x.TraceError which outputs a more concise stacktrace for x.Trace. Only visible when debugmode=true
Fix index tests comments
Implement marshaling/unmarshaling for types.
Parse after uid as 64 bit
Support filter directive. See https://discuss.dgraph.io/t/filters-in-graphql/831/34
Uploading top20 from mem and cpu profiles
Update
Update
Replace gotomic hash with simple sharded hash
Add documentation on how to symlink git hooks
Support long lines in rdf files.
Update IsDebug to Params.IsDebug
Move subgraph fields to struct
add type validation in mutations
Script to run go tests and make them colorful.
Memory optimization: Reclaim posting.List objects shared among goroutines by using reference counting. This alleviates heap usage and GC, as shown in this thread: https://discuss.dgraph.io/t/using-sync-pool-for-posting-list/890
Support snapshots and checkpoints for RocksDB. Checkpointing is new --- it is not in RocksDB C API and not in gorocksdb.
Improvements to ToProtocolBuffer
Small fix: Use x.Trace for mutation errors in AddMutationWithIndex
Update flags in shell scripts run by travis
Breaking change: Remove camelcasing from flags and make them shorter. Remove unused flag. Small formatting changes.
Shutdown without exit call
Minor improvements to loader
Disable stack trace by default
Support field-alias in GraphQL
Lighten the tough stance on using Github Issues
Have /query endpoint, add travis key
Enable monitoring through /debug/pprof endpoint
Revert "Update"
Update
Run dgraphmerge on travis, upload mem and cpu profile for dgraph server
Fix travis for RocksDB 4.9.0
Remove gorocksdb. Update cockroachDB.
Fix some race conditions due to worker state.pools
Fix worker_test
support NQuads as mutation input from Go Client
Clean exit server through client
Loading