Ecosyste.ms: OpenCollective

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

Unigraph

Creating a universal, searchable personal knowledge base that integrates with your existing workflows.
Collective - Host: opensource - https://opencollective.com/unigraph-dev - Website: https://unigraph.dev - Code: https://github.com/unigraph-dev

Reorganize the dgraph --help output (#7287)

- Organize dgraph commands into categories
- Add custom templates
- move out decrypt tool from...

github.com/unigraph-dev/dgraph - cd99137f4d8427e84d9cae5b10cf1dfb37ca6039 authored over 3 years ago by OmarAyo <[email protected]>
feat(GraphQL): Extend Support For Apollo Federation (#7275)

This PR extends support for the `Apollo Federation`.

## Support for Apollo federation directi...

github.com/unigraph-dev/dgraph - 1e6af7edc0e8cb63528244070695a17c38ebae37 authored over 3 years ago by minhaj-shakeel <[email protected]>
chore: Update help text for flags in Alpha and Zero. (#7374)

* alpha: Update capitalization on `--zero` flag.
* zero: Update `--replicas` flag to mention Dg...

github.com/unigraph-dev/dgraph - 023f42e87820e73d1f664d7b9105d6753d576f37 authored over 3 years ago by Daniel Mai <[email protected]>
fix(GraphQL): Added error for case when multiple filter functions are used in filter. (#7368)

we were having indeterministic behavior in the filter when we have multiple filter functions as ...

github.com/unigraph-dev/dgraph - de2f4ab197b45f7cd8ac303f32b62e25f10f2634 authored over 3 years ago by Jatin Dev <[email protected]>
[BREAKING] feat(zero): Make zero lease out namespace IDs (#7341)

This change makes zero lease out the namespace IDs. It
changes the `AssignUids()` API to `Assig...

github.com/unigraph-dev/dgraph - 0561801fb656b48a3b72ed9e944efa3bd5651e03 authored over 3 years ago by Ahsan Barkati <[email protected]>
feat(multitenancy): Add support for namespace aware query and mutation (#7293)

Make queries and mutations namespace aware and add
methods for creation and deletion of namespace.

github.com/unigraph-dev/dgraph - 463942fa9b1ea235e32f7d7acc9a27828d83fb10 authored over 3 years ago by Ahsan Barkati <[email protected]>
fix: /probe/graphql now returns CORS headers too (#7367)

github.com/unigraph-dev/dgraph - 28b75cf26ac2d1646669bbd9bfab9bc5cbe053ee authored over 3 years ago by Tejas Dinkar <[email protected]>
feat(enterprise): audit logs for alpha and zero (#7295)

* starting work on audit logs

* making audit logs to work with alpha

* making audit logs t...

github.com/unigraph-dev/dgraph - be9ce74e8c7dac0b0fa856e447a5fa6736022f50 authored over 3 years ago by aman bansal <[email protected]>
fix: Calling Discard only adds to txn_discards metric, not txn_aborts. (#7365)

This PR is a follow-up to #7339 to update the way
dgraph_txn_discards_total and dgraph_txn_abor...

github.com/unigraph-dev/dgraph - 1bfb25a690dcd2f9a0d7091849271e17cabd8768 authored over 3 years ago by Daniel Mai <[email protected]>
feat(metrics): Add Dgraph txn metrics (commits and discards). (#7339)

* feat(metrics): Add metric dgraph_txn_commits_total.

* feat(metrics): Add metric dgraph_txn_...

github.com/unigraph-dev/dgraph - 34a96aae46123de8dee894c2358450a6dd15b3b8 authored over 3 years ago by Daniel Mai <[email protected]>
feat(Bulk Loader + Live Loader): Supporting Loading files via s3/minio (#7359)

It is now possible to pass an s3 / minio path to bulk and live loader. -f s3:///<bucket>/path-to...

github.com/unigraph-dev/dgraph - 764803c179359585425c7e2ae245e64f000410fb authored over 3 years ago by Tejas Dinkar <[email protected]>
feat(metrics): Add Raft leadership metrics. (#7338)

* dgraph_raft_has_leader

* dgraph_raft_is_leader

* dgraph_raft_leader_changes_total

github.com/unigraph-dev/dgraph - eba6e5aec9e04d4214fa193e39f6ca05b7e39edb authored over 3 years ago by Daniel Mai <[email protected]>
chore: update protos to use protoc-gen-gogofaster (#7336)

With protoc-gen-gofast, we had some extra XXX_ fields. Using gogofaster removes these extra fields.

github.com/unigraph-dev/dgraph - fde7e6421ded7046c01d4f3801be17ef8a2b2f84 authored over 3 years ago by Naman Jain <[email protected]>
Reuse allocator (#7360)

Instead of creating a new z.Allocator for every encoder, this PR reuses the allocator. On a 21M ...

github.com/unigraph-dev/dgraph - 889989f2dbecf9405e51891c507046bc19e6afca authored over 3 years ago by Manish R Jain <[email protected]>
Merge pull request #15 from unigraph-dev/object-viewer

Object viewer support

github.com/unigraph-dev/unigraph-dev - b075b9b3b499670c1efac0b1418a53834f810e5c authored over 3 years ago by Sophia Xu <[email protected]>
feat(frontend.library): generic object list view & filters

github.com/unigraph-dev/unigraph-dev - 5086b4a167d1409304b07690e2e4ac5af8aa5d81 authored over 3 years ago by Haoji Xu <[email protected]>
fix(subscriptions): fix subscription to use the kv with the max version (#7349)

Issue:
The last KV from the list received from subscription need not be the latest update. This...

github.com/unigraph-dev/dgraph - 4a2bc363c70e7f0ef8d09d2b6464746ca904a0b0 authored over 3 years ago by Naman Jain <[email protected]>
feat: dynamic object viewer support

github.com/unigraph-dev/unigraph-dev - 001b52d407aeb32fb0ce11296cbbc96842ad1974 authored over 3 years ago by Haoji Xu <[email protected]>
fix(GraphQl):This PR fix a panic when we pass a single ID as a integer and expected type is [ID].We now coerce that to type array of string. (#7325)

The following query was giving panic because here we passed ID as an int which is expected to be...

github.com/unigraph-dev/dgraph - 5fa67969890d05a4a069ca25f5216f14dcb8ae36 authored over 3 years ago by Jatin Dev <[email protected]>
fix(GRAPHQL):update gqlparser release to v2.1.4 (#7347)

github.com/unigraph-dev/dgraph - d2ea0e61606c85164bfc8236177cad49d40939fd authored over 3 years ago by Jatin Dev <[email protected]>
fix infilterOnFloat e2e test (#7346)

github.com/unigraph-dev/dgraph - 46d0270bfe5c2d46379b4ae8b3140ed247b3e9f5 authored over 3 years ago by minhaj-shakeel <[email protected]>
Update README.md (#7344)

github.com/unigraph-dev/dgraph - fc80047a57fcbc696ce172f31779d461110cdde8 authored over 3 years ago by aaroncarey <[email protected]>
feat(GraphQL): Extend Support of IN filter to all the scalar data types (#7340)

Fixes GRAPHQL-969.
This PR extends support of `in` filter to all the scalar data types. Now it ...

github.com/unigraph-dev/dgraph - 0968e110642ed32fc2606e7afbf01c562744288b authored over 3 years ago by minhaj-shakeel <[email protected]>
fix(GraphQL): Fix graphql flaky tests which were caused by receiving extra schema updates (#7329)

Don't update GraphQL schema if an older version of schema key is received.

github.com/unigraph-dev/dgraph - cc506cc24e77e5c9cde72e420211a42ab8f53d6d authored over 3 years ago by Jatin Dev <[email protected]>
[Breaking] snapshot_after flag moved inside --raft (#7337)

This PR introduces a new SuperFlag struct, which makes flag handling easier. The setting of the ...

github.com/unigraph-dev/dgraph - 8fbdca634f327df90ceefc6d07fc9bd3dede3f97 authored over 3 years ago by Manish R Jain <[email protected]>
chore(worker): Set initial schema and types directly to group-1 nodes. (#7324)

All internal predicates belong to group 1. Set the initial schemas/types
directly on all the n...

github.com/unigraph-dev/dgraph - ba12b648da87b510adb3b2717a316168a706ec31 authored over 3 years ago by Ahsan Barkati <[email protected]>
Docs (Admin): Documentation for the "dgraph decrypt" command (#7297)

* Added dgraph dcrypt draft docs

* Edits

* Remove E.E. reference

* major -> large

* ...

github.com/unigraph-dev/dgraph - 9481b946a49fdb6d783dc669433b9e263f514cf8 authored almost 4 years ago by aaroncarey <[email protected]>
docs(Copyediting): Minor fixes, typos + Oxford commas (#7328)

* Minor fixes, typos + Oxford commas

github.com/unigraph-dev/dgraph - 5957b169461ac8ca1a0cd8b7afaadc361ddb343e authored almost 4 years ago by Yanis Zafirópulos <[email protected]>
fix(Dgraph): check for deleteBelowTs in pIterator.valid (#7288)

github.com/unigraph-dev/dgraph - 590387f49343ba35aaa9c234a7c75772ee68a66c authored almost 4 years ago by Ajeet D'Souza <[email protected]>
chore: Fetch dependencies before regenerating protos. (#7326)

If the proto dependencies change, then they need to be fetched first before the
protos can be r...

github.com/unigraph-dev/dgraph - c1c7bf230ab4c33fe510d36eb30458cba796cb5e authored almost 4 years ago by Daniel Mai <[email protected]>
[BREAKING] feat(Dgraph): Read-Only replicas (#7272)

This PR allows a Dgraph Alpha or Zero instance to join as a "learner" node. That allows a user t...

github.com/unigraph-dev/dgraph - b738423ca00bfb7b72a80ddd792b7af1d724a9f6 authored almost 4 years ago by Manish R Jain <[email protected]>
Merge pull request #10 from unigraph-dev/subscription-support

Subscription support and sample todo app

github.com/unigraph-dev/unigraph-dev - 6429ec40a51c82d81159382b8271bef12c2ad0ce authored almost 4 years ago by Haoji Xu <[email protected]>
docs: Update latest release info. (#7322)

Changes:

* Update README with latest release info
* Update Releases page with latest release...

github.com/unigraph-dev/dgraph - ee0b99586ab740fbdec6da78605624c7feba2e5d authored almost 4 years ago by Daniel Mai <[email protected]>
Remove persistent types from adming.go (#7321)

github.com/unigraph-dev/dgraph - 9017ce532454c593fb69225cfbe82a245a72352b authored almost 4 years ago by Anurag <[email protected]>
Add @include and @skip to the Directives (#7314)

github.com/unigraph-dev/dgraph - 2c4b2b430447ac4ace91c4667360754945cfd2ba authored almost 4 years ago by Damián Parrino <[email protected]>
docs: nginx lb for Dgraph Cluster that are not started with docker-compose (#7291)

Our current documentation is focused on showing how to set up nginx lb with docker-compose.

T...

github.com/unigraph-dev/dgraph - 826ec4ef3025455e6c93210a68dfee14f9b5bf69 authored almost 4 years ago by OmarAyo <[email protected]>
chore: update gogo/protobuf version (#7308)

gogo/protobuf v1.3.1 has some security issues, hence upgrading the version to v1.4.1

github.com/unigraph-dev/dgraph - 914f9e4407ab04a0c797af536e100d80111e7b92 authored almost 4 years ago by Naman Jain <[email protected]>
fix(dgraph): Add X-Dgraph-AuthToken to list of access control allowed headers

Fixes GRAPHQL-928

This would allow the user to do schema alter operations from the browser wh...

github.com/unigraph-dev/dgraph - 4b3b2d93468205a555f051dfc93018b06b78baac authored almost 4 years ago by Pawan Rawal <[email protected]>
[Breaking Metrics] chore(dgraph): upgrading badger to v3 (#7254)

* upgrading badger to v3

* updating badger pb file names and imports

* updating badger to ...

github.com/unigraph-dev/dgraph - 4308da42e0cd1a33d768eb41f736642f9448241e authored almost 4 years ago by aman bansal <[email protected]>
docs: Document export_backup command (#7296)

github.com/unigraph-dev/dgraph - fbcd210844b74b8029fdbbb4dda3f62f62a5919d authored almost 4 years ago by Damián Parrino <[email protected]>
removed --shufflers flag for bulk loader (#7294)

The `--shufflers flag` (for bulk loader) has been removed with this commit on Jun 11, 2019

Ou...

github.com/unigraph-dev/dgraph - 7f914fd9d4d6618bcf449b5e55d568a8b78487f6 authored almost 4 years ago by OmarAyo <[email protected]>
fix(dgraph): Fix dgraph crash on windows (#7261)

There were two issues on windows

1. We were trying to delete a file with open file descriptor...

github.com/unigraph-dev/dgraph - 5aec24394570706ee0b0bb49586119959ed6dd72 authored almost 4 years ago by Ibrahim Jarif <[email protected]>
docs (20.11.1): Add docs about how errors are returned from custom endpoints (#7290)

github.com/unigraph-dev/dgraph - 95859e0822aa863e6fb2f36234dfc63866871fc0 authored almost 4 years ago by Damián Parrino <[email protected]>
Fix(GraphQL): This PR fix multi cors and multi schema nodes issue by selecting one of the latest added nodes, and add dgraph type to cors. (#7270)

Fixes GRAPHQL-948
We already fixed the issue which causes dgraph to have multiple schema or cor...

github.com/unigraph-dev/dgraph - fde103177002cb0965b3163ebfcab010e6399e94 authored almost 4 years ago by Jatin Dev <[email protected]>
fix(sort): Make sort consistent for indexed and without indexed predicates (#7241)

Make the result of sort consistent for predicate with and without index.
After this change, th...

github.com/unigraph-dev/dgraph - 85278f8aeb826a5e83c1de18310ab615572a62bf authored almost 4 years ago by Ahsan Barkati <[email protected]>
fix(ludicrous): Fix logical race in concurrent execution of mutations (#7269)

Fix the race condition in the concurrent execution of mutations in
the ludicrous mode. The issu...

github.com/unigraph-dev/dgraph - 594ff63fc6d13252de4a546edb7fdfa3ba5a40df authored almost 4 years ago by Ahsan Barkati <[email protected]>
chore(test): add the option to skip packages (#7286)

* chore(test): add the option to skip packages

* fixing pkg in has

* fixing has function

github.com/unigraph-dev/dgraph - c9e54b98afdffb0e9907c5107a664539a88b7e9c authored almost 4 years ago by aman bansal <[email protected]>
use --tmp directory for building indexes (#7289)

Makes reindexing use directory passed through --tmp flag of alpha.

github.com/unigraph-dev/dgraph - 1707ecfa8cb44cfccc20675d22929904e1cf7bde authored almost 4 years ago by Naman Jain <[email protected]>
fix(GraphQL): This PR allow to use __typename in mutation. (#7285)

Fixes GRAPHQL-921

The first mutation below will now return the "Mutation" type, which previou...

github.com/unigraph-dev/dgraph - b6edc7e0de203241f8f205e1b6ed6517dc3e149b authored almost 4 years ago by Jatin Dev <[email protected]>
chore: contrib monitoring/prometheus refresh (#7274)

* update to Prometheus monitoring adding alert rules for dgraph and Kubernetes cronjobs

github.com/unigraph-dev/dgraph - bbca670adfef997ed54a1a442e0414cc5a9099c6 authored almost 4 years ago by Joaquin Menchaca <[email protected]>
docs (chore): SEO optimization for Ludicrous mode (#7284)

github.com/unigraph-dev/dgraph - 7d2db56f61251a533bac52f0b1fed062cf50380a authored almost 4 years ago by Damián Parrino <[email protected]>
opt(rollup): change the way rollups are done (#7253)

ISSUE:
In a load that has a lot of updations to a key, a lot of deltas accumulate over time. Th...

github.com/unigraph-dev/dgraph - cbdc991f98b4b3fd800745565696f919cbd4e29d authored almost 4 years ago by Ibrahim Jarif <[email protected]>
Docs (Chore) Change example query for between function to run more quickly (#7262)

* Change example query for between function to run more quickly

github.com/unigraph-dev/dgraph - 3b499f063bffadc7dca4da1ce57e7e9aea0b3a3c authored almost 4 years ago by aaroncarey <[email protected]>
fixing bgindex + fix alpha z.closer (#7266)

github.com/unigraph-dev/dgraph - 65be0bd5d84439de328c57db8a51ff7b5041adc9 authored almost 4 years ago by aman bansal <[email protected]>
fix(restore): Handle MaxUid=0 appropriately (#7258)

At the end of the restore operation we update the MaxUid in zero. This
MaxUid can be zero if th...

github.com/unigraph-dev/dgraph - b05fb930ffdbbb2f849d73a1e57bc8bd7575255d authored almost 4 years ago by Ibrahim Jarif <[email protected]>
fixing plugin test when build with race (#7264)

github.com/unigraph-dev/dgraph - 867ca54fc28d7072fbe45a8d59c36d73417d69c0 authored almost 4 years ago by aman bansal <[email protected]>
fixing race condition in disk storage sync and save (#7263)

github.com/unigraph-dev/dgraph - d13e7440e053aac6126d854a3519d0c072d865d3 authored almost 4 years ago by aman bansal <[email protected]>
fix(indexing): use encrypted tmpDBs for index building if encryption is enabled (#6828)

If the encryption is enabled for cluster, we should enable encryption for temporary DBs used for...

github.com/unigraph-dev/dgraph - 31164dd6d6d21e0011cd030809bffe4102be2156 authored almost 4 years ago by Naman Jain <[email protected]>
debug(uidpack): add checks for uid pack in debug mode (#7250)

This PR adds checks for verification of plist's uidpack when dgraph is run in debug mode.

github.com/unigraph-dev/dgraph - d42f881e43d2aa393cd4ed52b26274eadf28de28 authored almost 4 years ago by Naman Jain <[email protected]>
fix(dgraph): making jemalloc to work with dgraph on macos (#7247)

* making jemalloc to work with dgraph on macos

* updating ristretto to latest version

* ru...

github.com/unigraph-dev/dgraph - dd7507a843fa676f3503876c38028501cf1b7da6 authored almost 4 years ago by aman bansal <[email protected]>
feat(tool/decrypt): Add dgraph decrypt tool (#7248)

Create a tool `dgraph tool decrypt` to decrypt encrypted export data.

e.g.
```
$ dgraph too...

github.com/unigraph-dev/dgraph - f53e6c0af9f53b78dafc80bdef76532191f71d2f authored almost 4 years ago by OmarAyo <[email protected]>
[UNDO-BREAKING] fix(zero-snapshot): Do not break the raftwal format due to ZeroSnapshot (#7249)

We introduced a change in #7143 that would have been breaking for the next release v21.03. That ...

github.com/unigraph-dev/dgraph - 0e4f76b2a27b3da974f5623fe4998cccc76ef3b1 authored almost 4 years ago by Naman Jain <[email protected]>
fix: Migrate debug tool to new DiskStorage (#7196)

github.com/unigraph-dev/dgraph - 23a27de4f3023d693d6591608c50d510d8fb4e3d authored almost 4 years ago by Ajeet D'Souza <[email protected]>
fix(bulk): save schemaMap after map phase (#7188)

github.com/unigraph-dev/dgraph - 55bdce884a2064726f4bede38ba5d15bce8871f1 authored almost 4 years ago by Ajeet D'Souza <[email protected]>
Fix(DQL): Fix Aggregate Functions on empty data (#7176)

* Return null instead of 0.0 in case of aggregate functions on empty data

* Add tests

* Addres...

github.com/unigraph-dev/dgraph - 12d50d8e8867f1af481cd8cd9e85d2b4c3482c20 authored almost 4 years ago by vmrajas <[email protected]>
fix(restore): reset acl accounts once restore is done if necessary (#7202)

* reset acl accounts once restore is done if necessary

* handling restores with wait group

...

github.com/unigraph-dev/dgraph - 5a1d0b4692844f50d1ab24199375e6321c50d0dc authored almost 4 years ago by aman bansal <[email protected]>
fixing unique proposal key error (#7218)

github.com/unigraph-dev/dgraph - 1088d309979281f10c3a447a81d1f2006a0154f3 authored almost 4 years ago by aman bansal <[email protected]>
fix(GraphQL): Fix auth-token propagation for HTTP endpoints resolved through GraphQL (GRAPHQL-946) (#7245)

Fixes [Discuss Issue](https://discuss.dgraph.io/t/alpha-problems-with-auth-token/12136).

github.com/unigraph-dev/dgraph - 146c4f18524f1133fc5f52bffc47a03eaf982a5e authored almost 4 years ago by Abhimanyu Singh Gaur <[email protected]>
fixing bulk load tests to run on 1 alpha 1 zero setup (#7220)

github.com/unigraph-dev/dgraph - c7719dd3561ef075258d210484b51025d8054dcd authored almost 4 years ago by aman bansal <[email protected]>
docs: add notes regarding restricted JSON values (#7234)

github.com/unigraph-dev/dgraph - 2f10119f4e48d23a8d51b14522ecbb06d553dd6c authored almost 4 years ago by Damián Parrino <[email protected]>
docs (feat): Adds C# client library documentation (#7227)

* C# update

github.com/unigraph-dev/dgraph - 613531278666205ad0a7895cacdc971d5dafdd6a authored almost 4 years ago by Damián Parrino <[email protected]>
docs: how to properly bulk load (#7223)

* provided two ways to run bulk loader

github.com/unigraph-dev/dgraph - 7735d4b805064a7e33b7ccd8477ce754c940eaee authored almost 4 years ago by OmarAyo <[email protected]>
docs (feat): Adds Python client library documentation (#7225)

github.com/unigraph-dev/dgraph - 28b839f603aacd8cb7850d106916ab0d0b4e9e64 authored almost 4 years ago by Damián Parrino <[email protected]>
chore: fixed a typo in password (#7228)

made even more generic the alpha log when failing the auth

github.com/unigraph-dev/dgraph - 2bf8eed016fa18521a1246ef3e5d08420645e025 authored almost 4 years ago by OmarAyo <[email protected]>
docs (feat): Add JS client library documentation (#7213)

github.com/unigraph-dev/dgraph - a57470e06e88530897e651c064ea70e42dbee6c1 authored almost 4 years ago by Damián Parrino <[email protected]>
fixing test cases for race enabled tests (#7224)

github.com/unigraph-dev/dgraph - 3051863156db7ef744e0bee78e0c4749dcdae7eb authored almost 4 years ago by aman bansal <[email protected]>
docs (feat): Adds Java client library documentation (#7222)

github.com/unigraph-dev/dgraph - 991be91ba42f1946f52cecc2b01327d9436cea57 authored almost 4 years ago by Damián Parrino <[email protected]>
fix(test) : http test to be more resilient and fix race (#7167)

* http test to be more resilient and fix race

* fixing basic races in other tests

github.com/unigraph-dev/dgraph - 323bbcd66004b0194a8a02ea85b91aff92022da5 authored almost 4 years ago by aman bansal <[email protected]>
docs: Fix Netlify previews and typos. (#7215)

Changes:
* Fix Netlify preview links. Builds now happen for the changes
done in the PR using...

github.com/unigraph-dev/dgraph - 5abc64ddecf4460f70ebf02e915c81cd5163806d authored almost 4 years ago by Daniel Mai <[email protected]>
docs (chore): Fix code indentation in cascade.md (#7216)

github.com/unigraph-dev/dgraph - 59bba330b61650d697bfa42410b657bd19038f30 authored almost 4 years ago by Damián Parrino <[email protected]>
fix: broken subscription query

github.com/unigraph-dev/unigraph-dev - 3037b9cc5bf9bdb3f40c826f5c884157c9f7bf33 authored almost 4 years ago by Haoji Xu <[email protected]>
chore(docs): add Ratel Docs (#6400)

* add Ratel Docs

* add Ratel screenshots

* update links

Co-authored-by: Damian Parrino <dparr...

github.com/unigraph-dev/dgraph - 5cb12fe56a8f82c88af996b5677864481daddad2 authored almost 4 years ago by Michel Diz <[email protected]>
feat: initial base for user library/any object view

github.com/unigraph-dev/unigraph-dev - db7a67d8889504217423059b75823d78e4dc3a8d authored almost 4 years ago by Haoji Xu <[email protected]>
feat: add support for subscribing to everything

github.com/unigraph-dev/unigraph-dev - 7c59f5273bc71885612de5e93c630ce3b459c223 authored almost 4 years ago by Haoji Xu <[email protected]>
netlify: fix host url for prod ennv (#7209)

github.com/unigraph-dev/dgraph - aabc9d4a00ea2edb94e67de44ec04cd7f8b25650 authored almost 4 years ago by Mohit kumar Bajoria <[email protected]>
feat: add autocomplete to schema editor

github.com/unigraph-dev/unigraph-dev - c3000283dff7ba660a48f3d2f6b281b3ca9e4d20 authored almost 4 years ago by Haoji Xu <[email protected]>
style: tidy codebase

github.com/unigraph-dev/unigraph-dev - fd62358a6211a2b421178b95f4b153d03d28d4e7 authored almost 4 years ago by Haoji Xu <[email protected]>
netlify: change host url for netlify preview prod env (#7200)

* netlify: change host url for netlify preview

* Add branch deploy information

github.com/unigraph-dev/dgraph - 1cb279e06a246b691d047635ef3f23e2414b9c8a authored almost 4 years ago by Mohit kumar Bajoria <[email protected]>
fix(ludicrous): Fix data race in executor (#7203)

The operations on inDeg field of mutation struct should be done atomically because
it is being...

github.com/unigraph-dev/dgraph - 49fd1f466a07808d46f8047f19c51fb357072217 authored almost 4 years ago by Ahsan Barkati <[email protected]>
increasing timeouts when running with race (#7197)

github.com/unigraph-dev/dgraph - c70b86d8cb641f2ea59901b5cee8581a39858a7f authored almost 4 years ago by aman bansal <[email protected]>
chore: codebase cleanup

github.com/unigraph-dev/unigraph-dev - 29ea343b7db626e95f435154d7f8362f5be7de3a authored almost 4 years ago by Haoji Xu <[email protected]>
feat: convert conditional updates into hooks

github.com/unigraph-dev/unigraph-dev - d22344d1c6c533cc68226da470cbef6972225f1c authored almost 4 years ago by Haoji Xu <[email protected]>
feat: unsubscription support

github.com/unigraph-dev/unigraph-dev - 70619f93d03333b1c0001f799a2088172f5350ea authored almost 4 years ago by Haoji Xu <[email protected]>
docs: Fix link to lambda directive. (#7198)

github.com/unigraph-dev/dgraph - 54702eff3414ca3c9a64b506246016a51855c68b authored almost 4 years ago by Daniel Mai <[email protected]>
Docs(Migration): "Migrate from Dgraph v1.0 to Newer Versions" (#7179)

* Initial edit and reframing

* Update migrate-dgraph-1-1.md

Update introduction

* Pull commen...

github.com/unigraph-dev/dgraph - 0230b6dd6cdd7c7c3078006cd4d15a49d68b177e authored almost 4 years ago by aaroncarey <[email protected]>
docs(DQL): Tweaked DQL Introduction (#6817)

* Tweaked DQL Introduction.

Spelled out DQL as Dgraph Query Language. Italicized first mentio...

github.com/unigraph-dev/dgraph - 1130b13acc1fc4c2cac46824730b2bdcc0bcc96d authored almost 4 years ago by verneleem <[email protected]>
feat: add basic nquad updating support (no edit history)

github.com/unigraph-dev/unigraph-dev - 6f10d92eb46c98aa711b81373f02f0e736aa508b authored almost 4 years ago by Haoji Xu <[email protected]>
fix: only send updates to existing connections

github.com/unigraph-dev/unigraph-dev - 5fd3cc4daa7af591669f7d20abc99cf569bf51a3 authored almost 4 years ago by Haoji Xu <[email protected]>
chore: optimize messages display

github.com/unigraph-dev/unigraph-dev - e2b0dd51d09b6f6658fc8bd33d94aa376e361bda authored almost 4 years ago by Haoji Xu <[email protected]>
perf: optimized schema-based on-demand queries for performance

github.com/unigraph-dev/unigraph-dev - bea07ad6e945d98511f8e26f1240208625d1616c authored almost 4 years ago by Haoji Xu <[email protected]>