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

graphql: Fixes secret validation test (#4823)

Fixes a failing test.

github.com/unigraph-dev/dgraph - 0e3eb4b9c25d9717aeb360c07bc7222a37f94bfe authored over 4 years ago by Harshil Goel <[email protected]>
graphql: Minor improvements to the API and bugfixes (#4797)

* Draining endpoint changed from draining(input: {enable: String}) to draining(enable: String).
...

github.com/unigraph-dev/dgraph - 5c5547eefa93aa395e2e7afb1c3e973ae063789c authored over 4 years ago by Pawan Rawal <[email protected]>
graphql: Adds a Password type to GraphQL (#4691)

Adds password field to Graphql Layer.

github.com/unigraph-dev/dgraph - 261eda002e58ab56ddd22d85d0eb29183283f905 authored over 4 years ago by Harshil Goel <[email protected]>
graphql: Fix deleteGroup and deleteUser mutations. (#4820)

deleteGroup should also delete the group from the user group lists that it belongs to. This was ...

github.com/unigraph-dev/dgraph - 5ed4e38fda798cac5bcbbe83ff466f01e2209ea7 authored over 4 years ago by Pawan Rawal <[email protected]>
graphql: Added getCurrentUser functionality (#4788)

Add a graphql query to getCurrentUser as part of the admin ACL API.

github.com/unigraph-dev/dgraph - 06648c0b1a372e6c23c762c457d473073cc04c4d authored over 4 years ago by Harshil Goel <[email protected]>
graphql: Ignore unsupported schema directives (#4805)

We ignore schema directives that dgraph doesn't support. This allows the user to reuse the same ...

github.com/unigraph-dev/dgraph - 19c00d8377ebabfc6640d455fc46f25d1bef3c2c authored over 4 years ago by shynome <[email protected]>
Fix tls graphql test. (#4817)

* Fix tls graphql test.

github.com/unigraph-dev/dgraph - 4980fb261ba6504694aa97a8ace0b612de5f4d0b authored over 4 years ago by Arijit Das <[email protected]>
graphql: Log IP address when logging through GQL Query. (#4786)

* Log IP address when logging through GQL Query.

* Refactoring the PR.

* Fix test failures.

*...

github.com/unigraph-dev/dgraph - e3fd6d19eb7c1a7c7f33a0d58586bf4b8c26820d authored over 4 years ago by Arijit Das <[email protected]>
add new script argument to docs (#4746)

* add new script argument to docs

The user will be able to run like this
```
curl https://g...

github.com/unigraph-dev/dgraph - 1254e8ab8ea3b7e8c43ada8699cd36976f2f9b6e authored over 4 years ago by Michel Conrado <[email protected]>
graphql: Add test to query GQL Endpoint with TLS. (#4769)

* Add test to query GQL Endpoint with TLS.

* Added negative test case for GraphQL endpoint with...

github.com/unigraph-dev/dgraph - 2081efc506f8516dd1b300a1d86c4d23834a43f6 authored over 4 years ago by Arijit Das <[email protected]>
Permission for a predicate should be between 0 and 7 (#4809)

github.com/unigraph-dev/dgraph - a7809f298a9d65b297d5ba60bb4df89a07cdb77c authored over 4 years ago by Animesh Chandra Pathak <[email protected]>
Permission for a predicate should be between 0 and 7 (#4809)

github.com/unigraph-dev/dgraph - 975611c7cfd97b5bd0e9ddcd446abb7809f93385 authored over 4 years ago by Animesh Chandra Pathak <[email protected]>
Fix Nquad value conversion in live loader. (#4793)

* Fix Nquad value conversion in live loader.

* Minor change.

github.com/unigraph-dev/dgraph - 4e089e21edad54e275660efd9ca6e4bddc1e2785 authored over 4 years ago by Arijit Das <[email protected]>
contrib: Move run.sh script in standalone image. (#4800)

This allows the user to run the standalone image while bind-mounting the data
directories to so...

github.com/unigraph-dev/dgraph - 7a00f9aebe19f6509db106f3a303ddc7bd07881e authored over 4 years ago by Daniel Mai <[email protected]>
Clarify untagged value full-text documentation. (#4802)

In #4634, a user thought untagged values and the value with the
English tag were treated as the...

github.com/unigraph-dev/dgraph - d1fdac3078a8f839518049b99671751dd1508725 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
add info about deleting facets. (#4542)

* add info about deleting facets.

github.com/unigraph-dev/dgraph - 3675445fd2c406430fb73b080eb1d92215fefbc9 authored over 4 years ago by Michel Conrado <[email protected]>
fix graphql interface ID bug (#4792)

* fix graphql interface ID bug

* update test

github.com/unigraph-dev/dgraph - f60958def94b07c3b18ea3916030db952cad6f5a authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Upgrade gqlparser & gqlgen version (#4791)

* upgrade gqlparser & gqlgen version

* add missing name arg test

* Replace usage of deprec...

github.com/unigraph-dev/dgraph - 7c9fbe954c9dec9eac68391f9585cd147406568b authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Use /tmp dir to store temporary index (#4766)

Fixes #4600
While running dgraph as systemd service, we may not have permissions
to create a f...

github.com/unigraph-dev/dgraph - 8bf90461f28fcc5683c4edffc12ba70ff711c59e authored over 4 years ago by Aman Mangal <[email protected]>
Optimize computing reverse reindexing (#4755)

We used to compute reverse count indexes twice while reindexing.
First, while computing reverse...

github.com/unigraph-dev/dgraph - 43aa31017d60dbf1574c9238180490e20d558b54 authored over 4 years ago by Aman Mangal <[email protected]>
Update CHANGELOG for v2.0.0-rc1. (#4783)

github.com/unigraph-dev/dgraph - a4af81a364d255a689bcf3d0c0ac481433eee450 authored over 4 years ago by Leyla Galatin <[email protected]>
Remove ACL command line tool. (#4775)

github.com/unigraph-dev/dgraph - ca21f99164df11c8de44ba56778bfa0f23bdb597 authored over 4 years ago by Pawan Rawal <[email protected]>
docs - improve ACL section (#4763)

github.com/unigraph-dev/dgraph - 9bd93d7e8386838a1e2c6a25f95bfe2cef3b68e1 authored over 4 years ago by sleto-it <[email protected]>
ACL: Allow users to query data for their groups (#4774)

github.com/unigraph-dev/dgraph - 0e022cac0ee492bcfef003f666c4c48f264e4823 authored over 4 years ago by Animesh Chandra Pathak <[email protected]>
add /admin/schema endpoint (#4777)

Adds a POST `/admin/schema` endpoint which allows updating the GraphQL schema similar to how `/a...

github.com/unigraph-dev/dgraph - 6e30c1906f0ef195de9293cd23791fd6a5afbc76 authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Remove HTTP admin endpoints (#4754)

These endpoints are now served via the GraphQL Admin API which is available at `/admin` and henc...

github.com/unigraph-dev/dgraph - 8fa2fd943a362c588259a4c9b3e2216798a4e1c9 authored over 4 years ago by Pawan Rawal <[email protected]>
graphql: Added feature to ask for numUids in GraphQL layer (#4762)

Adds a query field NumUid in Add/Update/Delete Payload.

github.com/unigraph-dev/dgraph - ebbb91dc4a511981c89cf4ede3b6ad7b238291e4 authored over 4 years ago by Harshil Goel <[email protected]>
graphql: duplicate /health in GraphQL /admin (#4768)

github.com/unigraph-dev/dgraph - 2fa518bc6201ee22caa61be6a593f5dca02a0434 authored over 4 years ago by Michael Compton <[email protected]>
Do not include empty nodes in the export output. (#4773)

Empty nodes are not included in the export output but the separator (a
comma in the case of JSO...

github.com/unigraph-dev/dgraph - e96fb630dca5d5ffb2358e68ff449ccd1935475d authored over 4 years ago by Martin Martinez Rivera <[email protected]>
docs: Rename Kubernetes section header. (#4771)

* Remove K8s version from header name so the anchor link stays the same when we
update the docs...

github.com/unigraph-dev/dgraph - 8a6dc47b4468e6cde546ce5271bff214e10e7bc0 authored over 4 years ago by Daniel Mai <[email protected]>
[BREAKING] Language sorting on Indexed data. (#4316)

* Langauge sorting on Indexed data.

* Fixed formmating issues with gofmt.

* Minor changes ...

github.com/unigraph-dev/dgraph - 3dc6b9a9a322cdbd9ca04359bca6b446e8491d78 authored over 4 years ago by Arijit Das <[email protected]>
Add enterprise license URL (#4747)

* Add enterprise license URL

* Fix line length

* Update license expiry notification msg

...

github.com/unigraph-dev/dgraph - c78952d5c9a3010dd72fa8091ecc079ebfbca8e2 authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Fix full introspection query test (#4753)

* Fix full introspection query test

This fixes the absence of types named like __TypeName in ...

github.com/unigraph-dev/dgraph - ec5bbcab522ccd0dddefbf6fa5b83850f40756e7 authored over 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Support ACL operations using the admin GraphQL API (#4760)

This PR supports all the operations currently supported by the ACL tool using the admin API avai...

github.com/unigraph-dev/dgraph - 6f6a335bade4ba3aa45d34a3d5df026a4fecbd4e authored over 4 years ago by Pawan Rawal <[email protected]>
docs: improve encryption section (#4745)

github.com/unigraph-dev/dgraph - b2b0d790b6b5083e7cd1eb7b47687de3c1bd2ca3 authored over 4 years ago by sleto-it <[email protected]>
docs: TLS - small fixes (#4764)

github.com/unigraph-dev/dgraph - b311f56da72e4b178302631f52d581a27ca2cb7d authored over 4 years ago by sleto-it <[email protected]>
add support for $ in quoted string (#4702)

github.com/unigraph-dev/dgraph - 2f468879b34a5cc084a25044884a614603bb9131 authored over 4 years ago by balaji <[email protected]>
Fix error message for zero leader connection. (#4709)

github.com/unigraph-dev/dgraph - 79d27d32964089a69f26af8ea079487032d3715c authored over 4 years ago by Daniel Mai <[email protected]>
During backup, collapse split posting lists into a single list. (#4682)

Currently, the splits are preserved in a backup, this changes the
output of backup to only writ...

github.com/unigraph-dev/dgraph - 2ad482aff79382b6ee7b8bd14b87aa940c2a8b4a authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Re-enable splits. (#4749)

Splits have been re-enabled in version 1.2.1 after Jepsen tests
encoutered no errors.

Re-ena...

github.com/unigraph-dev/dgraph - b76fcbd46367ceb568870103d420b1fec8a7b539 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
[BREAKING] ACL schema change (#4725)

github.com/unigraph-dev/dgraph - b40aa981c138a4aaeef12785864b632bafce7a70 authored over 4 years ago by Animesh Chandra Pathak <[email protected]>
GraphQL Admin API: Support export, draining, shutdown and setting lru_mb operations (#4739)

This PR adds support for doing export, shutdown, setting `lru_mb` and draining using the GraphQL...

github.com/unigraph-dev/dgraph - c39bd3f59bb3a26f7a90d08f654911597f488157 authored over 4 years ago by Pawan Rawal <[email protected]>
GraphQL Admin API: Support Backup operation (#4706)

This PR adds support for doing backups using the GraphQL Admin API. A backup can be initiated wi...

github.com/unigraph-dev/dgraph - 2eca86c46531ee05c944b9d9273c7a816210fb6c authored over 4 years ago by Pawan Rawal <[email protected]>
GraphQL: Support reverse predicates as arguments to dgraph directive. (#4676)

This change allows supplying a reverse field as a dgraph predicate. For e.g.

```
type Movie ...

github.com/unigraph-dev/dgraph - e17bf1318afd04a9155bbbc5cf4c04462404d3ee authored over 4 years ago by Pawan Rawal <[email protected]>
Update CHANGELOG for v1.2.1. (#4743)

github.com/unigraph-dev/dgraph - 4303f4624ebd9e03bee46cd6b647708e5c0e1bc0 authored over 4 years ago by Daniel Mai <[email protected]>
make health and health?all consistent - DGRAPH-1024 (#4741)

github.com/unigraph-dev/dgraph - 7a3c1e9222dae86c9b734b3c0c5c0f5a02466dcf authored over 4 years ago by parasssh <[email protected]>
Optimize types.ParseTime and fix typo (#4693)

Also fixed typo in test.sh

BenchmarkParseTime-8 6821 3822 -43...

github.com/unigraph-dev/dgraph - 23c3c3e2a73d1397b79aefe26f1b024ab3aa5534 authored over 4 years ago by Alvin Ali Khaled <[email protected]>
Move runVlogGC to x and use it in zero as well (#4716)

github.com/unigraph-dev/dgraph - 55b1693e4dc8a1c78e2cb5e3eb2dbe312983d2c1 authored over 4 years ago by Animesh Chandra Pathak <[email protected]>
[OPTIMIZATION] Explicitly make xidmap shards as nil (#4738)

In bulk/live loader, we use xidmap to keep mapping of external ids to UUIDs. In case of bulk
lo...

github.com/unigraph-dev/dgraph - 68ab4c425cdc610b71d0d8ecef24b344d196a5d3 authored over 4 years ago by Ashish Goswami <[email protected]>
contrib: Update Jepsen test runner tool. (#4679)

* Add flags --replicas, --defer-db-teardown, and --exit-on-failure
* Fix usage of --down flag i...

github.com/unigraph-dev/dgraph - 744bad7e67579e27730ddcab981f508cdb4a7979 authored over 4 years ago by Daniel Mai <[email protected]>
Added liveness and readiness probes for k8s-HA (#4668)

* Added liveness and readiness probes for k8s-HA

* Adding Zero probes

* Setting publishNot...

github.com/unigraph-dev/dgraph - 242dd4da6b668a7b72febeebb42b61cdd39144ed authored over 4 years ago by Prashant Shahi <[email protected]>
Minor fix for multi-host setup docs (#4736)

Signed-off-by: Prashant Shahi <[email protected]>

github.com/unigraph-dev/dgraph - e8925dfca758cd2cbd0223feac9646f7ad850cb6 authored over 4 years ago by Prashant Shahi <[email protected]>
Expose Badger Compression Level option in Bulk Loader (#4669)

This commit exposes Badger's `Compression Level` option
in bulk loader.

github.com/unigraph-dev/dgraph - e360422b0de20c5b4cbfb86054a6b7d8a6bc60cf authored over 4 years ago by Ibrahim Jarif <[email protected]>
Update CHANGELOG.md for v2.0.0-beta1. (#4731)

github.com/unigraph-dev/dgraph - 4f87de903e07904ae78c6e06b5f656767b6f5be0 authored over 4 years ago by sleto-it <[email protected]>
Fix comment in backup_test.go (#4732)

github.com/unigraph-dev/dgraph - 11470c9878f93ab6b602d5f2f40fd66ea2d4905f authored over 4 years ago by Martin Martinez Rivera <[email protected]>
docs: update product roadmap links (#4727)

github.com/unigraph-dev/dgraph - 191f77d750c5c0a9bb1bfcebb84c58c968c79259 authored over 4 years ago by Pablo Castellano <[email protected]>
Check response status when posting telemtry data. (#4726)

* Check response status when posting telemtry data.

* Fix wrong url in telemetry.

github.com/unigraph-dev/dgraph - 1abf6f5b247b941d3be61dde76a8a5386fa5b8c7 authored over 4 years ago by Arijit Das <[email protected]>
Update indentation in run.go (#4708)

github.com/unigraph-dev/dgraph - aac99eef74ca8452ab90da8e88e2d9586730805e authored over 4 years ago by Sevki <[email protected]>
Fix for docker docs (#4718)

* Fix for docker docs

Fixes #4622

* Addressing comments

github.com/unigraph-dev/dgraph - d5e0a8b34d9862dbcdd2fc5a394759a3fcbe7600 authored over 4 years ago by Apoorv Vardhan <[email protected]>
Fix for tutorial series (#4715)

* Fix for tutorial series

* Screenshots fix for tutorial series

github.com/unigraph-dev/dgraph - 8ee696996ce7bf20b28d2aa8a43adb07cd272da2 authored over 4 years ago by Apoorv Vardhan <[email protected]>
Replacing docker-compose YAML file contents with links to config files (#4723)

- Replacing docker-compose yml files with links
- Adding more instructions and output logs
- O...

github.com/unigraph-dev/dgraph - ee8d7800b01a14bccd75da2ed322158aae5a0689 authored over 4 years ago by Prashant Shahi <[email protected]>
docs: Clarify /removeNode only works on Zero leader. (#4722)

github.com/unigraph-dev/dgraph - 9ea2aa31730d650524e6f419be3cffa2162fcddf authored over 4 years ago by Daniel Mai <[email protected]>
Fixes for getting started tutorials (#4704)

- updating contents and images

Signed-off-by: Prashant Shahi <[email protected]>

github.com/unigraph-dev/dgraph - 4f25b1fe71b8c7f4c953634ea5f06d3f52df6b72 authored over 4 years ago by Prashant Shahi <[email protected]>
docs: add get script flags for quick installer. (#4710)

github.com/unigraph-dev/dgraph - 56b4fc750296909774dd66605ed786b0b166b199 authored over 4 years ago by Michel Conrado <[email protected]>
graphql: strip out request IDs from response (#4687)

github.com/unigraph-dev/dgraph - 6fac5d7c4b1eef543ad4ca8e3047c28cd9538c6e authored over 4 years ago by Michael Compton <[email protected]>
docs: Update CHANGELOG for v2.0.0 beta. (#4697)

github.com/unigraph-dev/dgraph - feec1cc36150accf489de1e3ed7e157e20ec710c authored over 4 years ago by Leyla Galatin <[email protected]>
graphql: support @deprecated (#4685)

github.com/unigraph-dev/dgraph - 14a522db5db98cead0d9ebca93c4242a58f7c46b authored over 4 years ago by Michael Compton <[email protected]>
graphql: Don't log GraphQL introspection queries (#4660)

github.com/unigraph-dev/dgraph - d19858b2a3fa838bd1268eca3b8e277fe7a62ebf authored over 4 years ago by Michael Compton <[email protected]>
Don't write edge types into Dgraph types (graphql: #4681)

github.com/unigraph-dev/dgraph - 6370d9782e471102fc805b99acb41c009bfcfb52 authored over 4 years ago by Michael Compton <[email protected]>
Make panic catcher test message clear (#4686)

github.com/unigraph-dev/dgraph - 4e18f36d3b76f940e1e9b5ae5d24e55c053de077 authored over 4 years ago by Michael Compton <[email protected]>
docs: Set default version to v1.2.0. (#4683)

github.com/unigraph-dev/dgraph - 314965e8602fbbe9ce3f94a23129b827900cd0a8 authored over 4 years ago by Daniel Mai <[email protected]>
Disable multi-part list tests. (#4684)

Splits are currently disables. This PR temporarily disables the tests.
They should be re-enable...

github.com/unigraph-dev/dgraph - abc6afa44ad63274c06fd59fb538e47b0d2d8e9f authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Avoid running GC frequently. Only run for every 2GB of increase. Small optimizations in Bulk.reduce.

github.com/unigraph-dev/dgraph - 3e95a29b892412a513a25cb09a8dc098f523014f authored over 4 years ago by Manish R Jain <[email protected]>
Update CHANGELOG for v1.2.0 release. (#4584)

Co-authored-by: Daniel Mai <[email protected]>

github.com/unigraph-dev/dgraph - cfb66f485d6b81922d7a8b0fb45d8f24ce598b0c authored over 4 years ago by Leyla Galatin <[email protected]>
turn on readonly for graphql queries (#4649)

github.com/unigraph-dev/dgraph - 01ba0a4970bd5f9e0595f675d70ad5293a614323 authored over 4 years ago by Michael Compton <[email protected]>
Disable splits in release 1.2 (#4672)

github.com/unigraph-dev/dgraph - c1a7a2c29567fd2ab12462c60b5bf902fc3354b9 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
docs: Add /query options (read-only, best-effort) for HTTP API. (#4670)

Document the HTTP API /query options that are available via query parameters.

Read-only queri...

github.com/unigraph-dev/dgraph - 46c734dbd37557f1d7874613ef289df016326a65 authored over 4 years ago by Daniel Mai <[email protected]>
Remove ACL predicates from the list of reserved predicates (#4656)

This fixes the scendaio when ACL is off and a <uid * *> deletion is issued
Fixes JIRA DGRAPH-975

github.com/unigraph-dev/dgraph - 14ee065a539d03a7b90983f4d467be6a29bd62ef authored over 4 years ago by Aman Mangal <[email protected]>
@noconflict directives docs (#4490)

* @noconflict directives docs

Adds documentation for the @noconflict directive that was intro...

github.com/unigraph-dev/dgraph - 442bdcf60540092395c7625b974b5c01c83560f9 authored over 4 years ago by Arijit Das <[email protected]>
Fix error check warnings in contrib/integration. (#4664)

github.com/unigraph-dev/dgraph - 3b14facb7110c45e933b6d9657576275f38e8408 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Remove cluster_test.go (#4663)

The only test in this file has been disabled and not touched for more
than a year. The utility ...

github.com/unigraph-dev/dgraph - 1c07c4c48a25f99aa1f6e558101b8a96db04c1be authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Fix warnings about switch statements with only one case. (#4657)

github.com/unigraph-dev/dgraph - a2e07b40e9a06083ff769de8eabaf7ee47fd80cb authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Remove share tests. (#4658)

The share functionality has been removed from dgraph so there's no
point in keeping these files...

github.com/unigraph-dev/dgraph - 16b22ec3a285f7a018703f902de66c46f82071f8 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Fix copied argument warnings. (#4655)

Also fixes a warning about repeated appends.

github.com/unigraph-dev/dgraph - a28d5ec9f0a97c83582aec5de4b4f4b3968277bd authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Change if-else statements to switch statements. (#4654)

github.com/unigraph-dev/dgraph - 684fd27a0ada4a83e1959e50a240d3cfe39d0f30 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Moving helm chart from dgraph repo to charts repo (#4632)

Signed-off-by: Prashant Shahi <[email protected]>

github.com/unigraph-dev/dgraph - 20355a0dc0c1c5d9a40314a16ae5559668f56f11 authored over 4 years ago by Prashant Shahi <[email protected]>
Revert k8s ha yaml - Removing liveness and readiness probes (#4631)

* Removing livenessprobe and readinessprobe for now - till the issue is resolved

Signed-off-b...

github.com/unigraph-dev/dgraph - bb1803a30116ab0f3248fc9f4b96be12e507ad69 authored over 4 years ago by Prashant Shahi <[email protected]>
contrib: Add Restart option to systemd files (#4645)

github.com/unigraph-dev/dgraph - 1cc4e7935867f4e66ba4eee7d1602bce34f0651f authored over 4 years ago by Pablo Castellano <[email protected]>
Add checks to verify expected number of list splits in list_test.go (#4609)

github.com/unigraph-dev/dgraph - 9ca59f8ec906eb1d0245deb62a4a4f4b40cdc21a authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Bug Fix: Handle multi-part lists properly in ReadPostingList (#4574)

This PR changes ReadPostingList to skip over the parts of a multi-part list so that
they are no...

github.com/unigraph-dev/dgraph - 9eb7c0ae03cb03f9b8ec8dc4b06ca6bc27f7aea7 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Fix telemetry in alphas. (#4641)

- SinceHours now returns the uptime like zero does.
- NumQueries renamed to be more explicity t...

github.com/unigraph-dev/dgraph - 93f775ca5863a150e0d22142277ae9fd8678a3af authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Bugfix: Make /graphql work with ACL (#4625)

* `dgraph.graphql` is proposed as an initial type to all the alpha nodes in all the groups.
* g...

github.com/unigraph-dev/dgraph - b4c298e9e0220e3c5e2f1ba035f395c5c36259ff authored over 4 years ago by Harshil Goel <[email protected]>
docs: Update ports usage section. (#4640)

* Mark Dgraph Zero port 5080 as a gRPC-internal port.

* Add footnotes for Zero ports to descr...

github.com/unigraph-dev/dgraph - 71d6be2a27c389b550062900620282fe8cf5b7be authored over 4 years ago by Daniel Mai <[email protected]>
Fix panic in worker package.

Initialize `gr` global variable to avoid nil panic.

Fixes #4628

github.com/unigraph-dev/dgraph - 661109209154d90dea95fedd687fec31f4a8a1ac authored over 4 years ago by Pawan Rawal <[email protected]>
Fix copied argument warnings in raft code. (#4638)

github.com/unigraph-dev/dgraph - 4c5abcec53070259955a37fccead369fa0156c5a authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Fix error string warnings. (#4611)

Also use the errors library instead of fmt.

github.com/unigraph-dev/dgraph - a49b02b75e06250dfec43591a10f7826f867e255 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Fix error message warnings. (#4637)

github.com/unigraph-dev/dgraph - 4163101589b5ba6ec9b0258433c5d5af898f616a authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Check for erors when writing to buffers in x.go (#4636)

Writing to the buffers in the affected functions will most likely not
cause an error so using C...

github.com/unigraph-dev/dgraph - 64113abc12b89753a264bbfd52203b02ef4f6bc8 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
Fix else-if warnings in task.go (#4635)

github.com/unigraph-dev/dgraph - 1de30761674a13f134d5afb55da73c0436a03ac9 authored over 4 years ago by Martin Martinez Rivera <[email protected]>
use stdlib context package instead now (#4629)

github.com/unigraph-dev/dgraph - 2e0dc80742b9cb6e8fcf083be06e414a52e104b5 authored over 4 years ago by Aman Mangal <[email protected]>