Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/unigraph-dev/dgraph

Native GraphQL Database with graph backend
https://github.com/unigraph-dev/dgraph

Fix bug with k shortest path

1c00e7d27f9da9d0b97e7d33f014e7de0355fd7e authored over 7 years ago
add doc to delete all data

44b3086fa30046ee44608571eb52c0280fa57cf6 authored over 7 years ago
Update deploy docs

150e3282f7be702e9950131e21843aca123ef0c3 authored over 7 years ago
docs updates: remove XID, add vars in mutations

0b7510b8cf0e39b33481c83b8ddb74279049b3c6 authored over 7 years ago
Fix #1069

f15315f658dc705c4e0ca5df3945a262bfbfc026 authored over 7 years ago
fix docs queries for new language rules

358c93821a2744ba2efca7372bd731a665daf732 authored over 7 years ago
fix play link on docs front page

33f2e3d0e1d564a5d339d8e01ebfe104171d7c3a authored over 7 years ago
use xid edge to query in spielberg test

c28ef3466d2b463acd81036941130fd731c8ccc1 authored over 7 years ago
remove build director cache

f669e0d8082aad2e4c027f1794b887ddc9a36717 authored over 7 years ago
fix merge

9131ee9a84184b7c1c9fdf38444789bf1051fb15 authored over 7 years ago
Squash mrjn/client branch

26ec2acf516836bf1a0f86d77d49eec94360c84e authored over 7 years ago
Fix #1055

efc1513813cd933f773f204fc74bf9428ecaf2de authored over 7 years ago
Support k shortest paths

b52041fa9fd9a52f997f2ed0e3c4a254509c2327 authored over 7 years ago
Initialize uids in sortByValue

5439a04cbe1c1eca6106dcfeef38cd5c3b7c8cfd authored over 7 years ago
Fix #1059 and #1056

0f0dff31633083ff41df6ed29438fdcb3b09d4d9 authored over 7 years ago
Have a mapping from Dgraph type to storage type

13d01676df961181599bb67d44e497d43e682e96 authored over 7 years ago
Merge branch 'master' of github.com:dgraph-io/dgraph

9ea052d0161949b5851ee2abcecf91d14ed8b067 authored over 7 years ago
Simplify posting.List by getting posting list upfront, and keeping it around instead of discarding it every time we sync it to disk.

134034d63656db7cb1dd5ba1822fb72d0d708e47 authored over 7 years ago
Remove extenernal link icon and fix typo

a6c67c84feb25bbfbeb4b065bcadf561354f6dd6 authored over 7 years ago
Don't error out on empty value. Fixes #1057

0a5d7bb1a7144006cd0a9fe62f2da1582677eb60 authored over 7 years ago
Introducing variables in mutation blocks

Variables in mutations - parsing
Variables expansion
Using variables as objects in mutations
uni...

426fcda508079f14d96c8663b9aab31510f0c1a3 authored over 7 years ago
Merge pull request #1042 from dgraph-io/archive-warning

Warn if documentation version is outdated

7ac1638749cc0a1447d029672df32e1b65b8c2af authored over 7 years ago
Modify how variable transformations are made

68014d1adc8aad5ab427a4b1455f251f6b62df84 authored over 7 years ago
Merge pull request #1049 from dgraph-io/doc-main-page

Rearrange contents in the main page

2013a2c935cae01101c8eb16ea3a690d28677d18 authored over 7 years ago
Add notices for outdated and incomplete doc sections

c080684c9578a85d5370a50df6f1279851a3a97a authored over 7 years ago
Remove outdated config and doc

3f3b4db973fa0c7e60d3c1b39dd87d4d95c5823f authored over 7 years ago
Keep content in markdown instead of shortcode

6fb8df3a5eacd3c107596a97884e77edfc58be2a authored over 7 years ago
Avoid extra copy now that we store sorted list in uidMatrix

5791536026a8cb0f562c1ea52514645ec1f1ff99 authored over 7 years ago
Add a uid function which allows filtering against a list of ids

f28e5ca83b2df0aba686f0f431d3b20a8ec39503 authored over 7 years ago
re-add docs for new language rules

5612c58c5082f5398df2b4d366d9ed0123408723 authored over 7 years ago
refactor docs

b620160b4b60bdd7e8b6f8d072195bd914aed4a9 authored over 7 years ago
Refactoring in tests of algo.Difference

6bc065ccc2db23c25ebadc4316bf279f84a87233 authored over 7 years ago
Another data race removed.

In #1020 there was data race that resulted in the crash (where `and`
and `not` filters was execu...

56b1323895be2b621784da90109c36cfedb488bb authored over 7 years ago
Fix schema for travis test

509c8e082adbcb454f4d700be6f790e36640acb4 authored over 7 years ago
Pass current version so that theme can generate warning for older version of doc

5862dc967543105e6eb2223a684d31ed5635f294 authored over 7 years ago
Remove date type from dgraph. Use dateTime

97f23914456345486f0c8540a49b795fc977775e authored over 7 years ago
Remove special check for * as ObjectValue while doing batch mutations

from the client. Fixes #1021.

f86a54bd18a3015fe1d4c0b57a506f0805ccafb1 authored over 7 years ago
Merge pull request #1040 from dgraph-io/doc-fix

Stop redirecting in nginx

89920e44f57e0394d9f925e0ed895807574e6292 authored over 7 years ago
Stop redirecting in nginx

804300be6d7e1d1ee7c6d613066d68db2de8ef6b authored over 7 years ago
Merge pull request #1037 from dgraph-io/doc-root

Root url for doc

3b523eb46fd952261544cd33d5b0b6266e54dff5 authored over 7 years ago
Implement root page for docs

39198b2135145e3e31dec9ebd6e6e843f8a981e5 authored over 7 years ago
Fix crash on nil list. Fixes #1035

eee34da7ac89374525c3a3fd29e4238074900a86 authored over 7 years ago
Unmarshal function for the Go client.

Allows unmarshalling resp.N into a custom struct given by the user.

7b9eb61b8326f504d58c301c76fbec202a76c7c0 authored over 7 years ago
Improved language list semantics

This commit resolves #1010.

e7d5de2921a5a32f87b1e0bdb6815db37aca249d authored over 7 years ago
Fix issues related to tracing

a257ba90fb9fa5e7042b39fe4ddd10a354640392 authored over 7 years ago
Concurrent filtering data race removed

This resolves #1020

7dd67a8742e5193a51e5f2f2d78e1ce1e47bdeb0 authored over 7 years ago
Set ValueDir for badger.

8de43f02807d0025a0a5f3b0b0e6ba457066dbee authored over 7 years ago
Dont cascade automatically

f5374880ad4cd514d0eac6e0b05871cf2f53226c authored over 7 years ago
Return error when trying to set index on predicate of type default using the gRPC client

c49a7bbe59ce89e07f04edb9a137706682b809e2 authored over 7 years ago
Support multiple equality in function and filters

975abeb38741a11f214b9d4292fb02d65081e22f authored over 7 years ago
Lex tokens within square brackets in gql insteaf of passing the entire token to parser

58119d0be9dbb07e73f18a7a7d1a10ead6546da9 authored over 7 years ago
status code fix (#1005)

* status code fix

status code fix, writing to response sets status to 200

1bf63dd6de5b0a3d624de9229c1998d9dc9a807e authored over 7 years ago
Parse facets on server instead of client to remove dependency of client on tok(which uses CGO through tebeka/snowball).

f6ba1687f2d64d202ad660d76b5a36c689c9d322 authored over 7 years ago
Allow alias for math expressions

7cf8741722f85c8c3a2da3e39960f48ed94f8099 authored over 7 years ago
Gathering predicate names from query

This is a part of #824 (Subscription logic)

2a59cffe0e102a86bd833c43ca24b6e6c70a7102 authored over 7 years ago
don't return myself as peer

dec3198d68480633b78aec09064bd9dd199413fa authored over 7 years ago
badger get api change (#997)

* badger get api change

* update

* update

347e233902c054db17eef774dcae2c87349478b9 authored over 7 years ago
Support has function

fbb1b14a356dbcb5b837b66eaee6c86b3a3d3906 authored over 7 years ago
Travis: Dont update description everytime

b8e0e9913461bacb6444355c3dbeb32953c23aec authored over 7 years ago
Return ctx.Err when context is done

4e48993b0f4f8407477a39b1e135f9deaf0069e8 authored over 7 years ago
Integrate badger. Remove RocksDB

ed048d5d59248875c55ff5fbf14025e67f1a164c authored over 7 years ago
vendor.json: remove conflict markers (#977)

74afa9de71e4668adaa022a6ebd33031b2486b1f authored over 7 years ago
Allow retrieving other children with groupby. Fixes #964

2e435a70f8a3d240af0a01e02d138b2f3f0344d3 authored over 7 years ago
Docs: binding docker ports on localhost

410a51d06c72a97c1f6687fe3ef6f627f5c16c10 authored over 7 years ago
Merge branch 'release/v0.7.7'

f656a8c638d7a859e7813bd95702c8140ae657d7 authored over 7 years ago
Merge pull request #966 from dgraph-io/dashboard/fix

Browser fix

d768a377217df0381ef35ed38c3d215e94b4fd35 authored over 7 years ago
Build

c74574a29f98f4cb020ba53d719946d1ab3021ee authored over 7 years ago
Define max-height of the editor relative to viewheight

1306e9fd50967af3dcba1e618fb64bb0ac0fc0bb authored over 7 years ago
Show survey only once

17171e816ffec33865472b36c1a665448214d2cc authored over 7 years ago
Add feedback menu and NPS score survey

4a1f2e1df3c616804c012d25777abc9e82dcde27 authored over 7 years ago
Keep the query in the editor when run

51bbaa50b40d68eee49d2fe73b593ba9a7fde97c authored over 7 years ago
Allow to discard all frames

9d32875508bc8acb254be0dc1576cfe52a80c4d2 authored over 7 years ago
Collapse all other frames on frame expand

97479eb63e4cad3d82f6a21d7cadca8dc4bc0e7b authored over 7 years ago
Increase the max-height of query editor

8c0ed503b17aa8a0719c80a5a94c725be332aaea authored over 7 years ago
Collapse all frames on query run

ddeaf967ea34886121a97d25d9cf0afc8bfb31bc authored over 7 years ago
Fix how count and groupby results are rendered in the UI

f925747d256a07c266634d2af8c5f1e45b324f05 authored over 7 years ago
Language filtering for inequality functions

03d8cc379f9472e2a966a4d8c1b6de75f96c4196 authored over 7 years ago
Fix bug when constant math value is assigned to empty level

647712bf8635d62497966bfb82799919b890ac2d authored over 7 years ago
Fix a bug when count with filter was assigned to a var

a37cded8f725489bcffaf063fa17eb9852c0a29e authored over 7 years ago
Fix panic on empty values in groups. Fixes #961

bbf05df34807376b1b702f437d7e57778b735999 authored over 7 years ago
return server latency for schema block (#958)

* return server latency for schema block. Fixes #894

177edd2c98eeeee2adbe0a33ac63808661dddfd6 authored over 7 years ago
Update nightly to upload assets when a new tag is pushed or updates pushed after release

db6bed15d5b605bab462f4cf34988d865397f5c1 authored over 7 years ago
Update build script and nginx config for docs

5237bdf3475188827e7623e97e86741988152177 authored over 7 years ago
Merge pull request #956 from dgraph-io/dashboard/new-ui

New UI

d0c3fca23493c2142ccfc5ec9f273b36eb46c272 authored over 7 years ago
Unignore sourcemap for Sentry

be4f56b7daa101fbad1bba1a437f9923fbcdf17d authored over 7 years ago
Fix a bug in iteration. Fixes #951

327a4a9de5a4bea73ed4ff65593e17ce72d224ef authored over 7 years ago
Build

b7ed1148d9ba02b9ad50a9cb9af8259375dacf62 authored over 7 years ago
Implement a new theme

bb66ad64a1c1d12f2c5a98cab2387480fc33821a authored over 7 years ago
Delete unused files and depedencies

a67d75e90e007da34affa9764fd579af9b76fade authored over 7 years ago
Integrate sentry and return 400 from server in case of errors

ff1b46c3f36dffe33a513b7a7b48a286f20af451 authored over 7 years ago
Build trigrams from 3-bytes, not 3-runes

This change is necessary to be compatible with codesearch library.

This commit fixes #945.

0d73f85154a7c561dbf2efb12ff034da07a2cb88 authored over 7 years ago
Support lang tags in groupby attrs and aggregate functions

e7cd793feb7ec1a14f7f3adef3cabdfc88b32539 authored over 7 years ago
update docs - groupby, filter on value variables

428ef419b25a00b267c28b693fdb97dd6c3dbb3e authored over 7 years ago
fix merge

b9de0acdabdb0b2dd6a4da5f5458f6d59944e0b1 authored over 7 years ago
Feature/uid allocation (#904)

Take lease and allocate uid. Support xids natively

0db99e3e16a6d4cd90a0df831a6c3fb4f321f05c authored over 7 years ago
Error out if the variables are not defined in proper order

bde9b190030ca110853af2e38a9c54d316e31563 authored over 7 years ago
Fix #942. Overwriting map entity

db43c6a4c92c8776b15a0bee54d20fde5ff50c85 authored over 7 years ago
Support groupby at root

e93753a9e308e03ab36f393031c6d741c6c7be05 authored over 7 years ago
TLS reconnection test - missing file

1545055d73afa52349ba7b1e41fc3c1c8e78c128 authored over 7 years ago
Support count() at root

bcddd6e8328e88f6961028d13d923eb814022bf1 authored over 7 years ago