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
bb8ed96eedd8de3bc0c9f032d38cb3a8c65c431b
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
30
Oct
29
28
27
26
25
21
20
19
18
16
14
13
12
11
10
7
6
5
4
3
30
Sep
29
28
27
26
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
Refactoring and various cleanup
Fix query/geo_test
Sorting. Tests remain broken. We fixed some.
Move RocksDB stats to /debug/store for dgraph binary
Make ICU data file optional for embedded binary
Fix build issues from loader.go
posting: Fix the bug with returning a *types.Posting
RAFT: Trigger cmpaigning in a single node cluster.
posting: Rewrite list.go to make it simpler
Use correct type during validity check
RAFT: Various cleanup
Bug Fix: If mindex moves past the last element in immutable posting list, we used to return false. Instead, try recursively with the new index.
Change the endian-ness of keys from little to big endian. Also, don't use bytes buffer to generate key.
Bug fix: If error is nil, return nil in wrapf.
Support for querying geo data.
RAFT: Change the logic to join peers before starting the node.
RAFT: Support node restarts.
Coerce scalars that aren't part of objects
Fix ICU for travis
Drop DISABLE_RENAMING flag in ICU
Update tests. Support anyof and allof
Update docker files
Add dockerfile for pulling from get.dgraph.io
Modify indexing and add tests
Rename terms to tokens in task.Query
Support partial match for filter
Tokinize different types
Adding geo indexing using s2.
Undo some dirty changes. Sorry
Quick fix for Mac and ICU dynamic link
Refactor the types code:
Use dgraph-io/goicu
Fix and handle error in gql parser
After is unsigned
Update
Add package tok to use ICU. No embedding yet.
Update
Delete binary
Testify gql and algo
Allow index specification in schema
Loading