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

Chore(flags): Add disallow-dropall flag (#7549)

Add `disallow-dropall` flag, it can be used to disallow the drop all operations
on the server. ...

github.com/unigraph-dev/dgraph - c35a81b35d7822a292124b50eef86d9def92d047 authored over 3 years ago by Ahsan Barkati <[email protected]>
fix(GraphQL): fix order of entities query result (#7542)

github.com/unigraph-dev/dgraph - cc7cb785b712901541dddc76bc1090bf63fb00e9 authored over 3 years ago by minhaj-shakeel <[email protected]>
Fix(GraphQL): Change variable name generation from Type<Num> to Type_<Num> (#7556)

* Change variable name generation from Type<Num> to Type_<Num>

* Add yaml test

github.com/unigraph-dev/dgraph - 2e2f2951c86679d5e8441e496767388da6d0a50d authored over 3 years ago by vmrajas <[email protected]>
chore(live): fixing live loader abort errors when using force-namespace (#7553)

* chore(live): fixing live loader abort errors when using force-namespace

github.com/unigraph-dev/dgraph - 29647e3457cf3a2bdf3991921e76875c78bf0078 authored over 3 years ago by aman bansal <[email protected]>
fix(GRAPHQL): fix duplicate xid error for multiple xid fields. (#7546)

We were getting duplicate xid error for the multiple xid fields if typeName+xidName+xidValue is ...

github.com/unigraph-dev/dgraph - 3c3666c90afbe8d01de798f7168b599d297ed198 authored over 3 years ago by Jatin Dev <[email protected]>
fix(super-flags): Use GetPath for path arguments in superflags (#7541)

Use GetPath() instead of GetString() for path superflags. GetPath()
correctly resolves the path ...

github.com/unigraph-dev/dgraph - 7f57727d78069ba30a9d5b124ae970643d50ef24 authored over 3 years ago by Ahsan Barkati <[email protected]>
Fix(dql): Fix error message in case of wrong argument to val() (#7543)

Fix wrong error message for DQL queries which contains a
val() function and val's argument is n...

github.com/unigraph-dev/dgraph - 83fbc1b7684c3e5fa4b8f88ecb2d2ed060f31a95 authored over 3 years ago by Ahsan Barkati <[email protected]>
opt(reindex): do not try building indices when inserting a new predicate (#7109)

When inserting a new predicate, do not perform rebuilding indices operations. Though the rebuild...

github.com/unigraph-dev/dgraph - 7c34db62c5f805ae33a112fe6ea7b9897a9359c8 authored over 3 years ago by Naman Jain <[email protected]>
chore(cdc): fix cdc events for drop type and drop predicate (#7531)

* cdc fix for drop type and drop predicate

github.com/unigraph-dev/dgraph - a59e35eb39ebfd007eb6ac238cd5cced1c5498bd authored over 3 years ago by aman bansal <[email protected]>
feat(increment tool): Support queries to Dgraph Cloud

github.com/unigraph-dev/dgraph - 501a1203c9061b211076c7594dbf5f789cac8c52 authored over 3 years ago by Manish R Jain <[email protected]>
feat(cmd/debuginfo) add new metrics to be collected (#7439)

- This PR adds 5 new metrics (/jemalloc, /state, /health, /debug/vars, /metrics) to be collected...

github.com/unigraph-dev/dgraph - 79ada0eaacdbe090851adfa50a34e3ae95a09927 authored over 3 years ago by OmarAyo <[email protected]>
[Breaking] fix(Flags): consolidation and help text improvements (#7544)

* small SuperFlag --help fixes

* update Ristretto

* combine telemetry flags

* combine t...

github.com/unigraph-dev/dgraph - ee1bf5f9cb31b84d976dc778cffede16dc7c7472 authored over 3 years ago by Karl McGuire <[email protected]>
fix(GRAPHQL): Added support for exact index on field having @id directive. (#7534) (#7551)

Currently we add hash index on a field of type String! @id by default. And as index exact and ha...

github.com/unigraph-dev/dgraph - 20c98d2ad6467f6b679347c1a125d0edaccad5ac authored over 3 years ago by Jatin Dev <[email protected]>
removed raftmigrate tool (#7520)

This PR removes the raftmigrate tool as this tool is not needed anymore since it has been design...

github.com/unigraph-dev/dgraph - a39b57a94fe21c6584201b88f53a012bb296e91e authored over 3 years ago by OmarAyo <[email protected]>
fix(Roaring): Remove pack from posting list (#7535)

Remove UidPack from proto. Also remove the stale codes which are
not being used after bringing ...

github.com/unigraph-dev/dgraph - 13be143b29c5a49fa1bc3ff539f60f6106c517f9 authored over 3 years ago by Ahsan Barkati <[email protected]>
feat(GraphQL): Allow Multiple JWKUrls for auth. (#7528)

github.com/unigraph-dev/dgraph - f4c857b8eb565e4820405506b2c8e97acc547d28 authored over 3 years ago by minhaj-shakeel <[email protected]>
chore(dgraph): changing allocators to work with tags (#7516)

* changing allocators to work with tags

github.com/unigraph-dev/dgraph - 079751eee9dcf79e88d97b7fbf274fdc900ad984 authored over 3 years ago by aman bansal <[email protected]>
fix(Flags): immediately panic on SuperFlag user errors (#7529)

For example, using an invalid Raft option like: `dgraph alpha --raft "winners=avengers;"` will n...

github.com/unigraph-dev/dgraph - 307d87def85b71affb69933dd65f581f7550c16f authored over 3 years ago by Karl McGuire <[email protected]>
feat(flags): use Vault for ACL secrets (#7492)

github.com/unigraph-dev/dgraph - ecb27f021af06147daebea3baf5abe9260600bc7 authored over 3 years ago by Ajeet D'Souza <[email protected]>
chores(release) - modularized release.sh (#7521)

* modularize building artifacts (docker image, go binaries, archives, checksums) so that it can ...

github.com/unigraph-dev/dgraph - 4e19f19cbcdce28b20956cde3bad2e7c3f5a1061 authored over 3 years ago by Joaquin Menchaca <[email protected]>
Fix(Rollups): Don't try splitting a posting list with cardinality less than 2. (#7525)

We should only try splitting a posting list if it has cardinality
greater than 1. This fixes th...

github.com/unigraph-dev/dgraph - 32d0c3bb023b4cea550b3e484d811f37295f0c68 authored over 3 years ago by Ahsan Barkati <[email protected]>
fix(GRAPHQL): fix query rewriting for multiple order on nested field. (#7523)

We were not adding the , in-between multiple orders in query rewriting for the nested field.
Fo...

github.com/unigraph-dev/dgraph - 8e835f111d0fb5edf24ffde8b8456ed46bd82c08 authored over 3 years ago by Jatin Dev <[email protected]>
fix(export): fix namespace parameter in export (#7524)

This PR fixes the namespace parameter in export mutation.
Guardian of galaxy:
If nothing is pa...

github.com/unigraph-dev/dgraph - 98aaf009f7517173fb6d7ff728b6750fb9b10052 authored over 3 years ago by Naman Jain <[email protected]>
fix(live): fix usage of force-namespace parameter in export (#7526)

This PR fixes the behaviour of --force-namespace flag in live loader.
Earlier, we used to silen...

github.com/unigraph-dev/dgraph - 4de85057094e08aa02e6c4488eab38a0034536b7 authored over 3 years ago by Naman Jain <[email protected]>
Fix largeSchemaUpdate test (#7522)

Fix flaky behaviour of TestLargeSchemaUpdate test.

github.com/unigraph-dev/dgraph - 08f88f875932e4963ac16afe541f1eabfa434a3a authored over 3 years ago by vmrajas <[email protected]>
feat(Apollo): Add support for @provides and @requires directive. (#7503)

Fixes GRAPHQL-1053.
This PR adds support for @provides and @requires directive for Apollo feder...

github.com/unigraph-dev/dgraph - 02e51705aa7d57378738b407e35775263d83a9bd authored over 3 years ago by minhaj-shakeel <[email protected]>
Merge pull request #32 from unigraph-dev/explorer-experience-fixes

explorer experience update

github.com/unigraph-dev/unigraph-dev - 7beb9cab6a0efec779a9c4ee064e3a634169135c authored over 3 years ago by Sophia Xu <[email protected]>
explorer experience update

github.com/unigraph-dev/unigraph-dev - e7e997f99302849cd21d855a0823510761730dbb authored over 3 years ago by Sophia Xu <[email protected]>
fix(GraphQL) fix empty `type Query` with single extended type definition in the schema. (#7517)

github.com/unigraph-dev/dgraph - a77939a19f2f276d0490451a0d3220a92231ea94 authored over 3 years ago by minhaj-shakeel <[email protected]>
fix(Configs): Allow hierarchical notation in JSON/YAML configs (#7498)

config.yaml/yml and config.json files used with the --config flag can now use hierarchical notat...

github.com/unigraph-dev/dgraph - 016848f2bba5cf9fbd2f1b8c9656134780cf642e authored over 3 years ago by Karl McGuire <[email protected]>
chore(GraphQL): Log the time GraphQL schema update has to wait (GRAPHQL-1063) (#7518)

This PR logs the time a GraphQL schema update has to wait for another ongoing GraphQL schema upd...

github.com/unigraph-dev/dgraph - 9b24c1bb109f55605d0b70afba43bacce34dbbe8 authored over 3 years ago by Abhimanyu Singh Gaur <[email protected]>
fix(multi-tenancy): fix live loader for case when namespace does not exist for data (#7505)

Earlier, when live-loading data through Guardians of Galaxy, the NQuads make their way to the DB...

github.com/unigraph-dev/dgraph - 720048a1e2c95f1c4078753c3690e5ef45a0f158 authored over 3 years ago by Naman Jain <[email protected]>
Chore(backups): Consolidate the backup manifests (#7506)

This PR consolidates the backup manifests. Now there will be just
one manifest file for the bac...

github.com/unigraph-dev/dgraph - ca8624c20c8018ed72827f46f6f733b3881ad6b1 authored over 3 years ago by Ahsan Barkati <[email protected]>
Fix(Bulk): Remove stale allocator in reduce (#7510)

Remove unused allocators after the introduction of roaring bitmaps.

github.com/unigraph-dev/dgraph - 323a915517313a3c942ec8abf4762f6dd8962001 authored over 3 years ago by Ahsan Barkati <[email protected]>
Fix upsert mutations (#7515)

github.com/unigraph-dev/dgraph - 6fdafb710c5c928c12d7f639eb01ba27f11dbbf8 authored over 3 years ago by vmrajas <[email protected]>
Merge pull request #31 from unigraph-dev/editor-support

feat: property edit support in JSON tree

github.com/unigraph-dev/unigraph-dev - 787de45c8d2dc4c723c2264c3e5492a842919aa3 authored over 3 years ago by Sophia Xu <[email protected]>
feat: property edit support in JSON tree

github.com/unigraph-dev/unigraph-dev - a90c3e0e3680ffd75642d209779976a082bade42 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #30 from unigraph-dev/todo-library-fixes

fix: nested upsert fixes and object view cleanup

github.com/unigraph-dev/unigraph-dev - 9489509adddc7e9b4b7bbd642da645e889c46cf4 authored over 3 years ago by Sophia Xu <[email protected]>
lint: fix style

github.com/unigraph-dev/unigraph-dev - 1f10f882328407215fe2b74e79022b04785b5806 authored over 3 years ago by Sophia Xu <[email protected]>
perf(txn): de-duplicate the context keys and predicates (#7478)

The zero raft loop got stuck because the proposals took a long time to process. Hence, the gorou...

github.com/unigraph-dev/dgraph - 604cf637490d0108411957abc3002e09b20f2c04 authored over 3 years ago by Naman Jain <[email protected]>
fix: nested upsert fixes and object view cleanup

github.com/unigraph-dev/unigraph-dev - 6176be311880bce8e92b1817b8108990be3164a1 authored over 3 years ago by Sophia Xu <[email protected]>
chore(version): Add link to Dgraph Cloud. (#7513)

github.com/unigraph-dev/dgraph - 08d1bf0ddbbcbcf5f837736b0c30874a74e18c55 authored over 3 years ago by Daniel Mai <[email protected]>
breaking(metrics): Rename Badger metrics. (#7507)

This renames the Badger metrics in the /metrics endpoint to remove the
Badger version in the me...

github.com/unigraph-dev/dgraph - bfeec2f99556f3fb3ee4aef91615d9e26d2efd10 authored over 3 years ago by Daniel Mai <[email protected]>
fix(standalone): Set whitelist flag using superflag. (#7512)

github.com/unigraph-dev/dgraph - 4cab90e408817a3dc859cf2de406c867046fbc8e authored over 3 years ago by Daniel Mai <[email protected]>
Fix(admin-endpoints): Error out if the request is rejected by the server (#7511)

A few admin endpoints such as /admin/shutdown, /admin/drain, admin/config
sends a success resp...

github.com/unigraph-dev/dgraph - 7b4d0957af3476c2ac80d73d9e7372d819138cd9 authored over 3 years ago by Ahsan Barkati <[email protected]>
Fix(Dgraph): Throttle number of files to open while schema update (#7480)

* Throttle number of threads while schema update

* Fix windows build

* Fix test and addres...

github.com/unigraph-dev/dgraph - bfcce464d51f99d818fd5eccce5beba657691a4f authored over 3 years ago by vmrajas <[email protected]>
Merge pull request #29 from unigraph-dev/explorer-enhancements

style: frontend look and feel polishing

github.com/unigraph-dev/unigraph-dev - 596a32648f77f13936bfd906a832a413d5498f48 authored over 3 years ago by Sophia Xu <[email protected]>
style: frontend look and feel polishing

github.com/unigraph-dev/unigraph-dev - 3f5e50eb5426fe0a950073074ddfdcf1c03a5021 authored over 3 years ago by Sophia Xu <[email protected]>
chore(export_backup): s3 handler for export backup (#7450)

* s3 handler for export backup

github.com/unigraph-dev/dgraph - c4c3248db7a2a914171850430953c1890e3d7b75 authored over 3 years ago by aman bansal <[email protected]>
feat: add ability to choose server

github.com/unigraph-dev/unigraph-dev - 8afbc0de278b397ebdc2f4e76d68e56b229dabdd authored over 3 years ago by Sophia Xu <[email protected]>
chore(dgraph): making index badger with metrics enabled false (#7508)

* chore(dgraph): making index badger with metrics enabled false

github.com/unigraph-dev/dgraph - 7be566f61bedd4b2fbba2c267f0b6a345266f051 authored over 3 years ago by aman bansal <[email protected]>
chore(audit): masking audit of req having passwords + adding option of stdout for audits (#7482)

* masking password fields in audit of req body in case of login/resetpassword/checkpassword

*...

github.com/unigraph-dev/dgraph - e2da8f0b1452911fe9706e9f4f02ed44419cd993 authored over 3 years ago by aman bansal <[email protected]>
fix(metrics): Expose Badger LSM and vlog size bytes. (#7488)

Expose the Badger metrics for the lsm tree size and vlog size.

* badger_v3_lsm_size_bytes
* ...

github.com/unigraph-dev/dgraph - f21ee3672c452aead4c337efdefecf48b75a822f authored over 3 years ago by Daniel Mai <[email protected]>
fix(schema): log error instead of panic if schema not found for predicate (#7502)

This PR fixes alpha panic when drop operation and the query is run concurrently.
This may happe...

github.com/unigraph-dev/dgraph - 96073fcf52c527fa16addf3bc08b6c57100ee73e authored over 3 years ago by Naman Jain <[email protected]>
chore(graphql): refactoring request handler in alpha (#7501)

* chore(graphql): refactoring request handler in alpha

github.com/unigraph-dev/dgraph - d6d9d8c7a8446a89713fceefdbc2f264ef3ba0d6 authored over 3 years ago by aman bansal <[email protected]>
chore(tests): retry on login into namespace #7497

github.com/unigraph-dev/dgraph - 5a28ee1808f7cecf224f6386b11270978615cd36 authored over 3 years ago by Naman Jain <[email protected]>
feat(GraphQL): Add support for passing OAuth Bearer token as authorization JWT (#7490)

Fixes: [Discuss Issue](https://discuss.dgraph.io/t/authorization-bearer-token/9133).

github.com/unigraph-dev/dgraph - ded4efd1ff7586136a7d75d26c41384cfc98d93c authored over 3 years ago by Abhimanyu Singh Gaur <[email protected]>
chore(build): update release script for go-1.16 (#7500)

* toggle windows build (off), mac darwin build (off), ratel builds (on)
* added support for go-...

github.com/unigraph-dev/dgraph - e7ab33c4096c4320f262c07ccda782abd494d908 authored over 3 years ago by Joaquin Menchaca <[email protected]>
Update Dgraph Paper

github.com/unigraph-dev/dgraph - 782ce3c6c6497fb1c48ea72781d1e5815dde390f authored over 3 years ago by Manish R Jain <[email protected]>
[Breaking] Bring Roaring Bitmaps to master

This change modifies how we store posting lists. Instead of using
group varint based encoding, w...

github.com/unigraph-dev/dgraph - a3fb2ecd0847f9833bba356ef0b7dbdca283ddf2 authored over 3 years ago by Manish R Jain <[email protected]>
Merge master

github.com/unigraph-dev/dgraph - d871ef15ba0c4309cd4542ad0439f4038f103af6 authored over 3 years ago by Ahsan Barkati <[email protected]>
fix(Flags): Rename ambiguous TLS flags (#7491)

* cacert becomes ca-cert
* internal-port-enabled becomes internal-port
* node-cert becomes ser...

github.com/unigraph-dev/dgraph - d5b7c188661d26d9857eea6f27e81f84ee042815 authored over 3 years ago by Karl McGuire <[email protected]>
Fix(Roaring): Fix tests

- Introduce IterateAll to fix up the tests.
- Add iterateAll for single uid update

github.com/unigraph-dev/dgraph - 31c0cf6a25f9d7ccbff956f649c0d266950a4705 authored over 3 years ago by Ahsan Barkati <[email protected]>
Merge pull request #28 from unigraph-dev/multiwindow-support

feat: popup support

github.com/unigraph-dev/unigraph-dev - b87fb1b88a30c6668b01a86b10c28cebdebf02f6 authored over 3 years ago by Sophia Xu <[email protected]>
feat: popup support

github.com/unigraph-dev/unigraph-dev - bd1816f8df634a85ef9151dc08c27fb1d8e3fb26 authored over 3 years ago by Sophia Xu <[email protected]>
Various fixes to make tests work

- Fix indexes
- Add/delete uid from bitmap using lastest information
- Remove mergeLists and cle...

github.com/unigraph-dev/dgraph - 0b3cc3b39ce69003e0c368d72c837294bbc06c0e authored over 3 years ago by Ahsan Barkati <[email protected]>
Use Roaring Bitmaps

Instead of using group varint based encoding, this PR switches Dgraph to
use Roaring Bitmaps.

-...

github.com/unigraph-dev/dgraph - 1134839dec4c6c6d0ae2eb6b8db76f8b33129a24 authored over 3 years ago by Manish R Jain <[email protected]>
Merge pull request #27 from unigraph-dev/feat-web-bookmark

feat: bookmark view first pass

github.com/unigraph-dev/unigraph-dev - a420ae373b22059621e968bc67e70409cc992988 authored over 3 years ago by Sophia Xu <[email protected]>
feat: bookmark view first pass

github.com/unigraph-dev/unigraph-dev - e3da999bab85f08de733fa0293c184b6b1133ea4 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #26 from unigraph-dev/enhance-data-model-todo

Enhance data model todo

github.com/unigraph-dev/unigraph-dev - 8054a1ebb76a11ce2ea1c5f3a6bdc9b508dd3e8c authored over 3 years ago by Sophia Xu <[email protected]>
ci: add new checks and delete useless code

github.com/unigraph-dev/unigraph-dev - 21d7f89fabead81d0d06fb354a7b6937b3053170 authored over 3 years ago by Sophia Xu <[email protected]>
test: more tests for data model

github.com/unigraph-dev/unigraph-dev - 014adeabf160938b1577e189b372c7947447ff4d authored over 3 years ago by Sophia Xu <[email protected]>
feat: new todo schema & polished data model

github.com/unigraph-dev/unigraph-dev - d3f0582f0483bd59e242eb11bc014ae4f5d0bfcc authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #25 from unigraph-dev/dynamic-view

feat: dynamic view first pass

github.com/unigraph-dev/unigraph-dev - 289c377cac71cfd12d1713719fc670bf2391fe44 authored over 3 years ago by Sophia Xu <[email protected]>
feat: dynamic view first pass

github.com/unigraph-dev/unigraph-dev - 28db671c1f0dd764aafa19bfaf50fe6a6a2bcff4 authored over 3 years ago by Sophia Xu <[email protected]>
fix(GraphQL): Fix flaky tests caused by multiple increments of schemaUpdateCounter. (#7489)

Fixes GRAPHQL-1050
There were a couple of tests that were behaving flakily because for a single...

github.com/unigraph-dev/dgraph - c1d74c752092661d1c1af6c6d1d2f9cb413fab88 authored over 3 years ago by Jatin Dev <[email protected]>
fix(GraphQL): Added support for parameterized cascade with variables. (#7477)

Fixes: GRAPHQL-1007
We haven't added support to pass arguments of parameterized cascade through...

github.com/unigraph-dev/dgraph - 97f280fa3b88bcdc2ba1aac6371fc9481c8a2b30 authored over 3 years ago by Jatin Dev <[email protected]>
Merge pull request #24 from unigraph-dev/lint-init

ci: add linting to pipeline

github.com/unigraph-dev/unigraph-dev - 04ea4bd881a43b333e90c805939e7f3db39f1e2e authored over 3 years ago by Sophia Xu <[email protected]>
ci: add linting to pipeline

github.com/unigraph-dev/unigraph-dev - 0dc8715b1bf44cc4128d18c49c5ff9a3e4694a17 authored over 3 years ago by Sophia Xu <[email protected]>
Merge pull request #23 from unigraph-dev/ci-test-init

Ci test init

github.com/unigraph-dev/unigraph-dev - 9999a06a9f01ab727634b0d5383f85bfd8e2ec07 authored over 3 years ago by Sophia Xu <[email protected]>
test: template test config for all packages

github.com/unigraph-dev/unigraph-dev - 2c5aeb469150644eac602a87712d9f4b3433bb11 authored over 3 years ago by Sophia Xu <[email protected]>
ci: yarn install

github.com/unigraph-dev/unigraph-dev - 0021830039a73b6156ed4806e9e67d63e057df05 authored over 3 years ago by Sophia Xu <[email protected]>
ci: enforce node version

github.com/unigraph-dev/unigraph-dev - 113cfbf73e022d9cc7f1f1da6018c785a77fa8ab authored over 3 years ago by Sophia Xu <[email protected]>
ci: add github ci

github.com/unigraph-dev/unigraph-dev - 312b186dbb2812a4551824d52680baf2576d1b33 authored over 3 years ago by Sophia Xu <[email protected]>
test: add data model tests

github.com/unigraph-dev/unigraph-dev - 2477c78dfce41c11f4ff8a4897f4fada7ab58953 authored over 3 years ago by Sophia Xu <[email protected]>
fix(Flags): Small formatting improvements (#7487)

github.com/unigraph-dev/dgraph - 3b0e19fa638ef62a13768b5ff6723cf16db9cdc4 authored over 3 years ago by Karl McGuire <[email protected]>
[Breaking] Consolidate multiple flags into a few SuperFlags (#7436)

See PR #7436 for a list of all flag changes.

github.com/unigraph-dev/dgraph - e53f9668ca33edc5fef69b49c001660af2e9529a authored over 3 years ago by Karl McGuire <[email protected]>
feat(GraphQL): Support using custom DQL with @groupby (#7476)

Fixes GRAPHQL-754.
This PR adds support for the @remoteResponse directive in the GraphQL schema...

github.com/unigraph-dev/dgraph - 7405eeb379ed1c1743539efaf2abb6b0cfa648fa authored over 3 years ago by minhaj-shakeel <[email protected]>
Merge pull request #22 from unigraph-dev/explorer-cleanup

chore: cleanup codebase

github.com/unigraph-dev/unigraph-dev - e503a737354a43b4f86c4741f3ddc9b3034452a7 authored over 3 years ago by Sophia Xu <[email protected]>
chore: cleanup codebase

github.com/unigraph-dev/unigraph-dev - d7d650e317a8eca498f33bb55ea5659864150ccc authored over 3 years ago by Sophia Xu <[email protected]>
chore(multi-tenancy): add multi_tenancy to enterprise list in /health (#7483)

github.com/unigraph-dev/dgraph - c3c296ea0d2e0bacf732759f8f6c33da01998b25 authored over 3 years ago by Naman Jain <[email protected]>
chore(test): making create namespace in test more robust (#7481)

* chore(test): making create namespace in test more robust

github.com/unigraph-dev/dgraph - 49ebe6daba38e1e9bb8ecb167ccf2a513b290d13 authored over 3 years ago by aman bansal <[email protected]>
increment schema counter value on initialization (#7479)

If we have multiple alpha groups then sometimes it was happening that some alpha groups start a ...

github.com/unigraph-dev/dgraph - 2a43fa3251c41aacb92e80a84e9cfe9786da3daa authored over 3 years ago by Jatin Dev <[email protected]>
fix(Bulk): special badger defaults for Bulk (#7475)

github.com/unigraph-dev/dgraph - 974179f3f32bf87cb3e19c74037f0c33df38a682 authored over 3 years ago by Karl McGuire <[email protected]>
fix(multi-tenancy): update /state on delete namespace (#7463)

Delete namespace is sent to zero after alpha groups delete the namespace. Zero proposes the chan...

github.com/unigraph-dev/dgraph - c1b4c437076ff892d3899bec5fbc375e7fcff121 authored over 3 years ago by Naman Jain <[email protected]>
fix(multi-tenancy): handle graphql schema for bulk loader and export (#7466)

This PR fixes the export and bulk load of GraphQL schema by exporting it as JSON.

github.com/unigraph-dev/dgraph - 2932d7d8709d9cee6551fda2475b10a3916b1cce authored over 3 years ago by Naman Jain <[email protected]>
Handle upsert with multiple XIDs in case one of the XIDs does not exist (#7472)

github.com/unigraph-dev/dgraph - f367c35817884ac9511438509bd7ecd5bb5c799b authored over 3 years ago by vmrajas <[email protected]>
Delete redundant reference to inverse object (#7469)

github.com/unigraph-dev/dgraph - c66e86985b642eb6b563014ed05389e7b3170f72 authored over 3 years ago by vmrajas <[email protected]>
fix(GraphQL): Fix race conditions (GRAPHQL-1009) (#7471)

This PR fixes the race conditions that were introduced after the multi-tenancy changes for GraphQL.

github.com/unigraph-dev/dgraph - 30b50b77299807f12d8c601f8e3e89db21bc76ab authored over 3 years ago by Abhimanyu Singh Gaur <[email protected]>