From aad8b17d0d6665aa736704b23949f577d6c605c4 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:07:03 -0500 Subject: [PATCH] chore: repo alignment (#9256) align repo to Hypermode: - issue templates - PR templates - code of conduct - Renovate for dependency management - copyright and other legal references --- .github/ISSUE_TEMPLATE/bug_report.md | 38 + .github/ISSUE_TEMPLATE/bug_report.yml | 62 - .github/ISSUE_TEMPLATE/config.yml | 5 + .github/ISSUE_TEMPLATE/feature_request.md | 23 + .github/ISSUE_TEMPLATE/feature_request.yml | 56 - .github/ISSUE_TEMPLATE/question.yml | 16 - .github/PULL_REQUEST_TEMPLATE.md | 33 +- .github/dependabot.yml | 28 - .github/prlint.json | 14 - .github/renovate.json | 4 + .github/workflows/stale.yml | 20 - CHANGELOG.md | 3130 ++++++++--------- CODE_OF_CONDUCT.md | 114 +- CONTRIBUTING.md | 8 +- LICENSE.md | 4 +- Makefile | 2 +- RFC/Deprecated/readme.md | 9 - RFC/Post-mortem/readme.md | 12 - RFC/Proposals/readme.md | 11 - RFC/readme.md | 117 - RFC/template.md | 59 - algo/doc.go | 2 +- algo/heap.go | 2 +- algo/heap_test.go | 2 +- algo/packed.go | 2 +- algo/packed_test.go | 2 +- algo/uidlist.go | 2 +- algo/uidlist_test.go | 2 +- check_upgrade/check_upgrade.go | 2 +- check_upgrade/check_upgrade_test.go | 2 +- chunker/chunk.go | 2 +- chunker/chunk_test.go | 2 +- chunker/json_parser.go | 2 +- chunker/json_parser_test.go | 2 +- chunker/rdf_parser.go | 2 +- chunker/rdf_parser_test.go | 2 +- chunker/rdf_state.go | 2 +- codec/codec.go | 2 +- codec/codec_test.go | 2 +- compose/Makefile | 2 +- compose/compose.go | 2 +- conn/node.go | 2 +- conn/node_test.go | 2 +- conn/pool.go | 2 +- conn/raft_server.go | 2 +- contrib/integration/acctupsert/main.go | 2 +- contrib/integration/bank/main.go | 2 +- contrib/integration/bigdata/main.go | 2 +- contrib/integration/mutates/main.go | 2 +- contrib/integration/swap/main.go | 2 +- contrib/integration/swap/words.go | 2 +- contrib/integration/testtxn/main_test.go | 2 +- contrib/jepsen/Makefile | 2 +- contrib/jepsen/main.go | 2 +- contrib/scripts/license.py | 69 - contrib/scripts/license.sh | 15 - contrib/tlstest/Makefile | 2 +- dgraph/Makefile | 2 +- dgraph/cmd/alpha/admin.go | 2 +- dgraph/cmd/alpha/dashboard.go | 2 +- dgraph/cmd/alpha/http.go | 2 +- dgraph/cmd/alpha/http_test.go | 2 +- dgraph/cmd/alpha/login_ee.go | 2 +- dgraph/cmd/alpha/metrics_test.go | 2 +- .../mutations_mode/mutations_mode_test.go | 2 +- dgraph/cmd/alpha/reindex_test.go | 2 +- dgraph/cmd/alpha/run.go | 2 +- dgraph/cmd/alpha/run_test.go | 2 +- dgraph/cmd/alpha/upsert_test.go | 2 +- dgraph/cmd/bulk/count_index.go | 2 +- dgraph/cmd/bulk/loader.go | 2 +- dgraph/cmd/bulk/mapper.go | 2 +- dgraph/cmd/bulk/merge_shards.go | 2 +- dgraph/cmd/bulk/progress.go | 2 +- dgraph/cmd/bulk/reduce.go | 2 +- dgraph/cmd/bulk/run.go | 2 +- dgraph/cmd/bulk/schema.go | 2 +- dgraph/cmd/bulk/shard_map.go | 2 +- dgraph/cmd/cert/cert.go | 4 +- dgraph/cmd/cert/create.go | 2 +- dgraph/cmd/cert/info.go | 2 +- dgraph/cmd/cert/run.go | 2 +- dgraph/cmd/conv/conv.go | 2 +- dgraph/cmd/conv/run.go | 2 +- dgraph/cmd/debug/run.go | 2 +- dgraph/cmd/debug/wal.go | 2 +- dgraph/cmd/debuginfo/archive.go | 2 +- dgraph/cmd/debuginfo/debugging.go | 2 +- dgraph/cmd/debuginfo/run.go | 2 +- dgraph/cmd/decrypt/decrypt.go | 2 +- dgraph/cmd/increment/increment.go | 2 +- dgraph/cmd/increment/increment_test.go | 2 +- dgraph/cmd/live/batch.go | 2 +- dgraph/cmd/live/load-json/load_test.go | 2 +- dgraph/cmd/live/load-uids/load_test.go | 2 +- dgraph/cmd/live/run.go | 2 +- dgraph/cmd/migrate/datatype.go | 2 +- dgraph/cmd/migrate/dump.go | 2 +- dgraph/cmd/migrate/run.go | 2 +- dgraph/cmd/migrate/table_guide.go | 2 +- dgraph/cmd/migrate/table_info.go | 2 +- dgraph/cmd/migrate/utils.go | 2 +- dgraph/cmd/root.go | 2 +- dgraph/cmd/root_ee.go | 2 +- dgraph/cmd/version/run.go | 2 +- dgraph/cmd/zero/assign.go | 2 +- dgraph/cmd/zero/http.go | 2 +- dgraph/cmd/zero/license.go | 2 +- dgraph/cmd/zero/license_ee.go | 2 +- dgraph/cmd/zero/oracle.go | 2 +- dgraph/cmd/zero/pgp.go | 2 +- dgraph/cmd/zero/raft.go | 2 +- dgraph/cmd/zero/run.go | 2 +- dgraph/cmd/zero/tablet.go | 2 +- dgraph/cmd/zero/zero.go | 2 +- dgraph/cmd/zero/zero_test.go | 2 +- dgraph/main.go | 2 +- dgraphapi/cluster.go | 2 +- dgraphapi/ee.go | 2 +- dgraphapi/json.go | 2 +- dgraphapi/snapshot.go | 2 +- dgraphapi/vector.go | 2 +- dgraphtest/compose_cluster.go | 2 +- dgraphtest/config.go | 2 +- dgraphtest/dcloud_cluster.go | 2 +- dgraphtest/dgraph.go | 2 +- dgraphtest/image.go | 2 +- dgraphtest/load.go | 2 +- dgraphtest/local_cluster.go | 2 +- dgraphtest/paths.go | 2 +- dql/bench_test.go | 2 +- dql/math.go | 2 +- dql/mutation.go | 2 +- dql/parser.go | 2 +- dql/parser_fuzz_test.go | 2 +- dql/parser_mutation.go | 2 +- dql/parser_test.go | 2 +- dql/state.go | 2 +- dql/state_test.go | 2 +- dql/upsert_test.go | 2 +- edgraph/access.go | 2 +- edgraph/access_ee.go | 2 +- edgraph/access_ee_test.go | 2 +- edgraph/graphql.go | 2 +- edgraph/multi_tenancy.go | 2 +- edgraph/multi_tenancy_ee.go | 2 +- edgraph/server.go | 2 +- edgraph/server_test.go | 2 +- ee/acl/acl.go | 2 +- ee/acl/acl_curl_test.go | 2 +- ee/acl/acl_integration_test.go | 2 +- ee/acl/acl_test.go | 2 +- ee/acl/integration_test.go | 2 +- ee/acl/jwt_algo_test.go | 2 +- ee/acl/run.go | 2 +- ee/acl/run_ee.go | 2 +- ee/acl/upgrade_test.go | 2 +- ee/acl/utils.go | 2 +- ee/audit/audit.go | 2 +- ee/audit/audit_ee.go | 2 +- ee/audit/interceptor.go | 2 +- ee/audit/interceptor_ee.go | 2 +- ee/audit/run.go | 2 +- ee/audit/run_ee.go | 2 +- ee/audit/run_ee_test.go | 2 +- ee/backup/run.go | 2 +- ee/enc/util.go | 2 +- ee/enc/util_ee.go | 2 +- ee/flags.go | 2 +- ee/keys.go | 2 +- ee/keys_ee.go | 2 +- ee/vault/vault.go | 2 +- ee/vault_ee.go | 2 +- filestore/filestore.go | 2 +- filestore/local_files.go | 2 +- filestore/remote_files.go | 2 +- graphql/admin/admin.go | 2 +- graphql/admin/assign.go | 2 +- graphql/admin/backup.go | 2 +- graphql/admin/config.go | 2 +- graphql/admin/current_user.go | 2 +- graphql/admin/draining.go | 2 +- graphql/admin/endpoints.go | 2 +- graphql/admin/endpoints_ee.go | 2 +- graphql/admin/enterpriseLicense.go | 2 +- graphql/admin/export.go | 2 +- graphql/admin/health.go | 2 +- graphql/admin/http.go | 2 +- graphql/admin/list_backups.go | 2 +- graphql/admin/login.go | 2 +- graphql/admin/moveTablet.go | 2 +- graphql/admin/namespace.go | 2 +- graphql/admin/removeNode.go | 2 +- graphql/admin/reset_password.go | 2 +- graphql/admin/restore.go | 2 +- graphql/admin/schema.go | 2 +- graphql/admin/shutdown.go | 2 +- graphql/admin/task.go | 2 +- graphql/api/panics.go | 2 +- graphql/authorization/auth.go | 2 +- graphql/bench/auth_test.go | 2 +- graphql/dgraph/execute.go | 2 +- graphql/dgraph/graphquery.go | 2 +- .../poorman_auth/admin_auth_test.go | 2 +- .../poorman_auth_with_acl/admin_auth_test.go | 2 +- graphql/e2e/auth/add_mutation_test.go | 2 +- graphql/e2e/auth/auth_test.go | 2 +- graphql/e2e/auth/delete_mutation_test.go | 2 +- graphql/e2e/auth/update_mutation_test.go | 2 +- .../auth_closed_by_default_test.go | 2 +- graphql/e2e/common/admin.go | 2 +- graphql/e2e/common/common.go | 2 +- graphql/e2e/common/error.go | 2 +- graphql/e2e/common/fragment.go | 2 +- graphql/e2e/common/lambda.go | 2 +- graphql/e2e/common/mutation.go | 2 +- graphql/e2e/common/query.go | 2 +- graphql/e2e/common/schema.go | 2 +- graphql/e2e/common/subscription.go | 2 +- graphql/e2e/custom_logic/cmd/main.go | 2 +- graphql/e2e/custom_logic/custom_logic_test.go | 2 +- .../e2e/directives/dgraph_directives_test.go | 2 +- .../e2e/multi_tenancy/multi_tenancy_test.go | 2 +- graphql/e2e/normal/normal_test.go | 2 +- graphql/e2e/schema/schema_test.go | 2 +- graphql/e2e/subscription/subscription_test.go | 2 +- graphql/resolve/auth_test.go | 2 +- graphql/resolve/extensions_test.go | 2 +- graphql/resolve/middlewares.go | 2 +- graphql/resolve/middlewares_test.go | 2 +- graphql/resolve/mutation.go | 2 +- graphql/resolve/mutation_rewriter.go | 2 +- graphql/resolve/mutation_test.go | 2 +- graphql/resolve/query.go | 2 +- graphql/resolve/query_rewriter.go | 2 +- graphql/resolve/query_test.go | 2 +- graphql/resolve/resolver.go | 2 +- graphql/resolve/resolver_error_test.go | 2 +- graphql/resolve/resolver_test.go | 2 +- graphql/resolve/webhook.go | 2 +- graphql/run.go | 2 +- graphql/schema/auth.go | 2 +- graphql/schema/completion.go | 2 +- graphql/schema/custom_http.go | 2 +- graphql/schema/errors.go | 2 +- graphql/schema/errors_test.go | 2 +- graphql/schema/gqlschema.go | 2 +- graphql/schema/remote.go | 2 +- graphql/schema/remote_test.go | 2 +- graphql/schema/request.go | 2 +- graphql/schema/response.go | 2 +- graphql/schema/response_test.go | 2 +- graphql/schema/rules.go | 2 +- graphql/schema/schemagen.go | 2 +- graphql/schema/schemagen_test.go | 2 +- graphql/schema/validation_rules.go | 2 +- graphql/schema/wrappers.go | 2 +- graphql/schema/wrappers_test.go | 2 +- graphql/subscription/poller.go | 2 +- graphql/test/test.go | 2 +- .../custom_bench/dgraph_api_server.go | 2 +- .../profiling/graphql_profiler.go | 2 +- lex/iri.go | 2 +- lex/iri_test.go | 2 +- lex/lexer.go | 2 +- licenses/DCL.txt | 2 +- paper/dgraph.tex | 4 +- posting/config.go | 2 +- posting/doc.go | 2 +- posting/index.go | 2 +- posting/index_test.go | 2 +- posting/list.go | 2 +- posting/list_test.go | 2 +- posting/lists.go | 2 +- posting/lmap_test.go | 2 +- posting/mvcc.go | 2 +- posting/mvcc_test.go | 2 +- posting/oracle.go | 2 +- posting/size.go | 2 +- posting/size_test.go | 2 +- posting/writer.go | 2 +- posting/writer_test.go | 2 +- present/ann.txt | 23 - present/sydney5mins/g.slide | 86 - present/sydney5mins/graph.png | Bin 65157 -> 0 bytes protos/Makefile | 2 +- protos/depcheck.sh | 2 +- protos/pb.proto | 2 +- protos/pb/pb.pb.go | 2 +- protos/pb/pb_grpc.pb.go | 2 +- protos/pb/sensitive.go | 2 +- protos/protos_test.go | 2 +- query/aggregator.go | 2 +- query/arena.go | 2 +- query/benchmark_test.go | 2 +- query/cloud_test.go | 2 +- query/common_test.go | 2 +- query/groupby.go | 2 +- query/integration_test.go | 2 +- query/math.go | 2 +- query/math_test.go | 2 +- query/mutation.go | 2 +- query/mutation_test.go | 2 +- query/normalize_feature_flag_test.go | 2 +- query/outputnode.go | 2 +- query/outputnode_graphql.go | 2 +- query/outputnode_test.go | 2 +- query/outputrdf.go | 2 +- query/query.go | 2 +- query/query0_test.go | 2 +- query/query1_test.go | 2 +- query/query2_test.go | 2 +- query/query3_test.go | 2 +- query/query4_test.go | 2 +- query/query_facets_test.go | 2 +- query/rdf_result_test.go | 2 +- query/recurse.go | 2 +- query/shortest.go | 2 +- query/upgrade_test.go | 2 +- query/vector/integration_test.go | 2 +- query/vector/vector_graphql_test.go | 2 +- query/vector/vector_test.go | 2 +- raftwal/encryption_test.go | 2 +- raftwal/log.go | 2 +- raftwal/meta.go | 2 +- raftwal/storage.go | 2 +- raftwal/storage_test.go | 2 +- raftwal/wal.go | 2 +- schema/parse.go | 2 +- schema/parse_test.go | 2 +- schema/schema.go | 2 +- schema/schema_test.go | 2 +- schema/state.go | 2 +- systest/1million/1million_test.go | 2 +- systest/21million/bulk/run_test.go | 2 +- systest/21million/common/run_queries.go | 2 +- systest/21million/live/run_test.go | 2 +- systest/audit/audit_test.go | 2 +- systest/audit_encrypted/audit_test.go | 2 +- .../127-Namespace/backup_test.go | 2 +- .../acl-nonAcl/backup_test.go | 2 +- .../deleted-namespace/backup_test.go | 2 +- systest/backup/common/utils.go | 2 +- systest/backup/encryption/backup_test.go | 2 +- systest/backup/filesystem/backup_test.go | 2 +- systest/backup/minio-large/backup_test.go | 2 +- systest/backup/minio/backup_test.go | 2 +- systest/backup/multi-tenancy/backup_test.go | 2 +- systest/backup/nfs-backup/backup_test.go | 2 +- systest/bgindex/common_test.go | 2 +- systest/bgindex/count_test.go | 2 +- systest/bgindex/parallel_test.go | 2 +- systest/bgindex/reverse_test.go | 2 +- systest/bgindex/string_test.go | 2 +- systest/bulk_live/bulk/bulk_test.go | 2 +- systest/bulk_live/common/bulk_live_cases.go | 2 +- systest/bulk_live/common/bulk_live_fixture.go | 2 +- systest/bulk_live/live/live_test.go | 2 +- systest/cdc/cdc_test.go | 2 +- systest/cloud/cloud_test.go | 2 +- systest/export/export_test.go | 2 +- systest/group-delete/group_delete_test.go | 2 +- systest/integration2/acl_test.go | 2 +- systest/integration2/bulk_loader_test.go | 2 +- .../integration2/graphql_schema_auth_test.go | 2 +- .../integration2/incremental_restore_test.go | 2 +- systest/integration2/snapshot_test.go | 2 +- systest/license/integration_test.go | 2 +- systest/license/license_test.go | 2 +- systest/license/upgrade_test.go | 2 +- systest/live_pw_test.go | 2 +- systest/loader/loader_test.go | 2 +- systest/multi-tenancy/basic_test.go | 2 +- .../integration_basic_helper_test.go | 2 +- systest/multi-tenancy/integration_test.go | 2 +- systest/multi-tenancy/login_test.go | 2 +- systest/multi-tenancy/upgrade_test.go | 2 +- .../mutations-and-queries/integration_test.go | 2 +- .../mutations-and-queries/mutations_test.go | 2 +- systest/mutations-and-queries/queries_test.go | 2 +- systest/mutations-and-queries/upgrade_test.go | 2 +- .../namespace-aware/restore_test.go | 2 +- systest/online-restore/online_restore_test.go | 2 +- systest/plugin/integration_test.go | 2 +- systest/plugin/plugin_test.go | 2 +- systest/plugin/upgrade_test.go | 2 +- systest/posting-list-benchmark/main.go | 2 +- systest/unique_test.go | 2 +- systest/vector/backup_test.go | 2 +- systest/vector/load_test.go | 2 +- systest/vector/vector_test.go | 2 +- t/Makefile | 2 +- t/t.go | 2 +- task/conversion.go | 2 +- telemetry/telemetry.go | 2 +- testutil/backup.go | 2 +- testutil/bulk.go | 2 +- testutil/client.go | 2 +- testutil/custom_plugins/anagram/main.go | 2 +- testutil/custom_plugins/cidr/main.go | 2 +- testutil/custom_plugins/cidr/main_test.go | 2 +- testutil/custom_plugins/factor/main.go | 2 +- testutil/custom_plugins/rune/main.go | 2 +- testutil/docker.go | 2 +- testutil/exec.go | 2 +- testutil/graphql.go | 2 +- testutil/json.go | 2 +- testutil/minio.go | 2 +- testutil/multi_tenancy.go | 2 +- testutil/plugin.go | 2 +- testutil/schema.go | 2 +- testutil/utils.go | 2 +- testutil/zero.go | 2 +- tok/bleve.go | 2 +- tok/constraints/constraints.go | 2 +- tok/hnsw/heap.go | 2 +- tok/hnsw/helper.go | 2 +- tok/hnsw/persistent_factory.go | 2 +- tok/hnsw/persistent_hnsw.go | 2 +- tok/hnsw/persistent_hnsw_test.go | 2 +- tok/hnsw/search_layer.go | 2 +- tok/hnsw/test_helper.go | 2 +- tok/index/helper.go | 2 +- tok/index/helper_test.go | 2 +- tok/index/index.go | 2 +- tok/index/search_path.go | 2 +- tok/index/types.go | 2 +- tok/index_factory.go | 2 +- tok/langbase.go | 2 +- tok/langbase_test.go | 2 +- tok/options/allowed_options.go | 2 +- tok/options/option_parser.go | 2 +- tok/options/options.go | 2 +- tok/options/options_test.go | 2 +- tok/stemmers.go | 2 +- tok/stemmers_test.go | 2 +- tok/stopwords.go | 2 +- tok/stopwords_test.go | 2 +- tok/tok.go | 2 +- tok/tok_test.go | 2 +- tok/tokens.go | 2 +- types/compare.go | 2 +- types/conversion.go | 2 +- types/conversion_test.go | 2 +- types/earth.go | 2 +- types/facets/facet_types.go | 2 +- types/facets/utils.go | 2 +- types/geo_test.go | 2 +- types/geofilter.go | 2 +- types/geofilter_test.go | 2 +- types/password.go | 2 +- types/password_test.go | 2 +- types/s2.go | 2 +- types/s2_test.go | 2 +- types/s2index.go | 2 +- types/s2index_test.go | 2 +- types/scalar_types.go | 2 +- types/scalar_types_test.go | 2 +- types/select.go | 2 +- types/sort.go | 2 +- types/sort_test.go | 2 +- types/value.go | 2 +- types/value_test.go | 2 +- upgrade/change_list.go | 2 +- upgrade/change_v20.03.0.go | 2 +- upgrade/change_v20.07.0.go | 2 +- upgrade/change_v21.03.0.go | 2 +- upgrade/doc.go | 2 +- upgrade/upgrade.go | 2 +- upgrade/upgrade_test.go | 2 +- upgrade/utils.go | 2 +- upgrade/utils_test.go | 2 +- worker/acl_cache.go | 2 +- worker/acl_cache_test.go | 2 +- worker/aggregator.go | 2 +- worker/backup.go | 2 +- worker/backup_ee.go | 2 +- worker/backup_handler.go | 2 +- worker/backup_manifest.go | 2 +- worker/backup_oss.go | 2 +- worker/cdc.go | 2 +- worker/cdc_ee.go | 2 +- worker/compare.go | 2 +- worker/config.go | 2 +- worker/draft.go | 2 +- worker/draft_test.go | 2 +- worker/export.go | 2 +- worker/export_test.go | 2 +- worker/graphql_schema.go | 2 +- worker/groups.go | 2 +- worker/match.go | 2 +- worker/multi_tenancy.go | 2 +- worker/multi_tenancy_ee.go | 2 +- worker/mutation.go | 2 +- worker/mutation_integration_test.go | 2 +- worker/mutation_unit_test.go | 2 +- worker/online_restore.go | 2 +- worker/online_restore_oss.go | 2 +- worker/predicate_move.go | 2 +- worker/predicate_test.go | 2 +- worker/proposal.go | 2 +- worker/proposal_test.go | 2 +- worker/queue.go | 2 +- worker/restore_map.go | 2 +- worker/restore_reduce.go | 2 +- worker/schema.go | 2 +- worker/server_state.go | 2 +- worker/sink_handler.go | 2 +- worker/snapshot.go | 2 +- worker/snapshot_test.go | 2 +- worker/sort.go | 2 +- worker/sort_test.go | 2 +- worker/stringfilter.go | 2 +- worker/task.go | 2 +- worker/tokens.go | 2 +- worker/trigram.go | 2 +- worker/upgrade_test.go | 2 +- worker/worker.go | 2 +- worker/worker_test.go | 2 +- worker/zero.go | 2 +- x/config.go | 2 +- x/debug.go | 2 +- x/doc.go | 2 +- x/error.go | 2 +- x/error_test.go | 2 +- x/file.go | 2 +- x/file_test.go | 2 +- x/flags.go | 2 +- x/health.go | 2 +- x/init.go | 4 +- x/jwt_helper.go | 2 +- x/keys.go | 2 +- x/keys_test.go | 2 +- x/lock.go | 2 +- x/log.go | 2 +- x/log_writer.go | 2 +- x/log_writer_test.go | 2 +- x/logger.go | 2 +- x/metrics.go | 2 +- x/nodebug.go | 2 +- x/profile.go | 2 +- x/sentry_integration.go | 2 +- x/sentry_integration_test.go | 2 +- x/subcommand.go | 2 +- x/tls_helper.go | 2 +- x/types.go | 2 +- x/ulimit_unix.go | 2 +- x/ulimit_windows.go | 2 +- x/values.go | 2 +- x/values_test.go | 2 +- x/x.go | 2 +- x/x_test.go | 2 +- xidmap/trie.go | 2 +- xidmap/trie_test.go | 2 +- xidmap/xidmap.go | 2 +- 555 files changed, 2308 insertions(+), 2714 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.yml delete mode 100644 .github/dependabot.yml delete mode 100644 .github/prlint.json create mode 100644 .github/renovate.json delete mode 100644 .github/workflows/stale.yml delete mode 100644 RFC/Deprecated/readme.md delete mode 100644 RFC/Post-mortem/readme.md delete mode 100644 RFC/Proposals/readme.md delete mode 100644 RFC/readme.md delete mode 100644 RFC/template.md delete mode 100644 contrib/scripts/license.py delete mode 100755 contrib/scripts/license.sh delete mode 100644 present/ann.txt delete mode 100644 present/sydney5mins/g.slide delete mode 100644 present/sydney5mins/graph.png diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..5f95c284903 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "" +labels: bug +assignees: "" +--- + +## Describe the bug + +A clear and concise description of what the bug is. + +## To Reproduce + +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## Expected behavior + +A clear and concise description of what you expected to happen. + +## Screenshots + +If applicable, add screenshots to help explain your problem. + +## Environment + +- OS: [e.g. macOS, Windows, Ubuntu] +- Language [e.g. AssemblyScript, Go] +- Version [e.g. v0.xx] + +## Additional context + +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 605d38683bb..00000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,62 +0,0 @@ -name: "🐞 Bug Report" -description: File a bug report -title: "[BUG]: " -labels: ["kind/bug", "status/triage"] -body: - - type: markdown - attributes: - value: | - Thank you for reporting an issue. - If you suspect this could be a bug, follow the template. - - type: textarea - attributes: - label: What version of Dgraph are you using? - description: Copy and paste all you see using the command 'dgraph version'. - placeholder: | - Paste here. - validations: - required: false - - type: textarea - attributes: - label: Tell us a little more about your go-environment? - description: Copy and paste all you see using the command 'go version'. - placeholder: | - Paste here. - validations: - required: false - - type: dropdown - attributes: - label: Have you tried reproducing the issue with the latest release? - options: - - "Yes" - - "No" - validations: - required: false - - type: textarea - attributes: - label: What is the hardware spec (RAM, CPU, OS)? - description: Share all possible context of your machine. - placeholder: | - Type here. - validations: - required: true - - type: textarea - attributes: - label: What steps will reproduce the bug? - description: Enter details about your bug (command/config used to run Dgraph). - placeholder: | - Type here. - validations: - required: true - - type: textarea - attributes: - label: Expected behavior and actual result. - description: Enter details about your expectations. - placeholder: | - Type here. - validations: - required: false - - type: textarea - attributes: - label: Additional information - description: Tell us anything else you think we should know. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..29ea9f2b12c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Dgraph Community Support + url: https://discord.hypermode.com + about: Please ask and answer questions here diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..9a4aae5a13f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "" +labels: "" +assignees: "" +--- + +## Is your feature request related to a problem? Please describe + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +## Describe the solution you'd like + +A clear and concise description of what you want to happen. + +## Describe alternatives you've considered + +A clear and concise description of any alternative solutions or features you've considered. + +## Additional context + +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 4f7b78d8b50..00000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,56 +0,0 @@ -name: "⚡ Feature Request" -description: Suggest a new feature -title: "[FEATURE]: <Title>" -labels: ["kind/feature","status/triage"] -body: - - type: markdown - attributes: - value: | - You have an idea for making Dgraph better? We'd love to hear about it. - Please search the issue list first as there is a chance that someone else has had the same idea. - Feature requests are tagged `kind/feature`. - If you find a similar request, add a thumbs-up to vote for it and optionally add a comment to be part of the conversation. - - type: textarea - attributes: - label: Use case - description: Describe the context in which the feature will be used and what is achieved when the feature is used. - placeholder: | - Type here. - validations: - required: true - - type: textarea - attributes: - label: Links to Discuss, RFC or previous Issues and PRs - description: Reference of any prior work, post on Discuss or other. - placeholder: | - Type here. - validations: - required: false - - type: textarea - attributes: - label: Links to examples and research - description: Is there a software that has this feature? Any relevant standards or conventions? - placeholder: | - Type here. - validations: - required: false - - type: textarea - attributes: - label: Current state - description: Is there any workaround to achieve the expected result? Why is the current state not acceptable? - validations: - required: false - - type: textarea - attributes: - label: Solution proposal - description: You have an idea on how to implement the feature? Please share it with us. - placeholder: | - Type here. - validations: - required: false - - type: textarea - attributes: - label: Additional Information - description: Any useful additional info? - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml deleted file mode 100644 index 13dad91b2fa..00000000000 --- a/.github/ISSUE_TEMPLATE/question.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: "🙋 Question" -description: Question related to Dgraph -title: "[QUESTION]: <Title>" -labels: ["kind/question ", "status/triage"] -body: - - type: markdown - attributes: - value: | - The issue tracker is not for questions. - - If you have a question, please try asking it on https://discuss.dgraph.io - - Our Docs: https://dgraph.io/docs/ - - If it is code related, you could open it here - - type: textarea - attributes: - label: Question. - description: Ask your Question. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 396092cedab..cae77b76401 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,26 @@ -# Title format +**Description** -- `Topic(Area): Feature` -- `Topic` must be one of `build|ci|docs|feat|fix|perf|refactor|chore|test` -- `Area` must be one of `acl|audit|backup|badger|cdc|dql|export|graphql|indexing|multi-tenancy|raft|restore|upgrade|zero` -- Add [BREAKING] if it is a breaking change +Please explain the changes you made here. -# Body Format +**Checklist** -Description: {add description} -Fixes: {GitHub Issue} -Closes: {Linear Issue} -Docs: {docs PR} +- [ ] Code compiles correctly and linting passes locally +- [ ] For all _code_ changes, an entry added to the `CHANGELOG.md` file describing and linking to + this PR +- [ ] Tests added for new functionality, or regression tests for bug fixes added as applicable +- [ ] For public APIs, new features, etc., PR on [docs repo](https://github.com/dgraph-io/dgraph-docs) + staged and linked here + +**Instructions** + +- The PR title should follow the [Conventional Commits](https://www.conventionalcommits.org/) + syntax, leading with `fix:`, `feat:`, `chore:`, `ci:`, etc. +- The description should briefly explain what the PR is about. In the case of a bugfix, describe or + link to the bug. +- In the checklist section, check the boxes in that are applicable, using `[x]` syntax. + - If not applicable, remove the entire line. Only leave the box unchecked if you intend to come + back and check the box later. +- Delete the `Instructions` line and everything below it, to indicate you have read and are + following these instructions. 🙂 + +Thank you for your contribution to Dgraph! diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index de993fc708e..00000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,28 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - day: "wednesday" - time: "16:00" - rebase-strategy: "disabled" - groups: - minor-and-patch: - update-types: - - "patch" - - "minor" - - - package-ecosystem: "github-actions" - # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) - directory: "/" - schedule: - interval: "weekly" - day: wednesday - time: "16:00" - groups: - actions: - update-types: - - "patch" - - "minor" - - "major" diff --git a/.github/prlint.json b/.github/prlint.json deleted file mode 100644 index 09d8f35cf6b..00000000000 --- a/.github/prlint.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "title": [ - { - "pattern": "^(build|ci|docs|feat|fix|perf|refactor|chore|test)((.+))?:\\s.+", - "message": "Your title needs to be prefixed with a topic" - } - ], - "body": [ - { - "pattern": ".{1,}", - "message": "You need literally anything in your description" - } - ] -} diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000000..6bd88fb87eb --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>hypermodeinc/renovate-config"] +} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index e8ca23e573e..00000000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: 'Close stale issues and PRs' -on: - schedule: - - cron: '00 02 * * *' - -permissions: - issues: write - pull-requests: write - actions: write - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v9 - with: - days-before-issue-stale: 180 - stale-issue-message: 'This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.' - stale-pr-message: 'This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.' - operations-per-run: 250 diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb894c8145..2cab1071dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project will adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v24.0.5] - 2024-11-05 -[v24.0.5]: https://github.com/dgraph-io/dgraph/compare/v24.0.4...v24.0.5 +[v24.0.5]: https://github.com/hypermodeinc/dgraph/compare/v24.0.4...v24.0.5 ### Fixed @@ -16,7 +16,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - Update cd-dgraph.yml to create unique artifacts (#9194) ## [v24.0.4] - 2024-10-08 -[v24.0.4]: https://github.com/dgraph-io/dgraph/compare/v24.0.2...v24.0.4 +[v24.0.4]: https://github.com/hypermodeinc/dgraph/compare/v24.0.2...v24.0.4 ### Fixed @@ -65,28 +65,28 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the minor-and-patch group (#9178) ## [v24.0.2] - 2024-08-16 -[v24.0.1]: https://github.com/dgraph-io/dgraph/compare/v24.0.1...v24.0.2 +[v24.0.1]: https://github.com/hypermodeinc/dgraph/compare/v24.0.1...v24.0.2 - **Fixed** - - fix(core): Fix namespace used by unique query https://github.com/dgraph-io/dgraph/pull/9119 - - fix(core): Fix regression in computing cond variables https://github.com/dgraph-io/dgraph/pull/9126 - - fix(live): Fix derigster while retrying https://github.com/dgraph-io/dgraph/pull/9121 + - fix(core): Fix namespace used by unique query https://github.com/hypermodeinc/dgraph/pull/9119 + - fix(core): Fix regression in computing cond variables https://github.com/hypermodeinc/dgraph/pull/9126 + - fix(live): Fix derigster while retrying https://github.com/hypermodeinc/dgraph/pull/9121 - **Chore** - - chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /contrib/config/marketplace/aws/tests https://github.com/dgraph-io/dgraph/pull/9110 - - chore(deps): bump idna from 2.9 to 3.7 in /contrib/config/marketplace/aws/tests https://github.com/dgraph-io/dgraph/pull/9072 + - chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /contrib/config/marketplace/aws/tests https://github.com/hypermodeinc/dgraph/pull/9110 + - chore(deps): bump idna from 2.9 to 3.7 in /contrib/config/marketplace/aws/tests https://github.com/hypermodeinc/dgraph/pull/9072 - **Perf** - - perf(query): Read just the latest value for scalar types https://github.com/dgraph-io/dgraph/pull/8966 - - perf(vector): Add heap to neighbour edges https://github.com/dgraph-io/dgraph/pull/9122 + - perf(query): Read just the latest value for scalar types https://github.com/hypermodeinc/dgraph/pull/8966 + - perf(vector): Add heap to neighbour edges https://github.com/hypermodeinc/dgraph/pull/9122 ## [v24.0.1] - 2024-07-30 -[v24.0.1]: https://github.com/dgraph-io/dgraph/compare/v24.0.0...v24.0.1 +[v24.0.1]: https://github.com/hypermodeinc/dgraph/compare/v24.0.0...v24.0.1 > **Warning** > After upgrading to v24.0.1, vector index needs to be rebuilt as underlying data has changed. @@ -108,7 +108,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti ## [v24.0.0] - 2024-06-06 -[v24.0.0]: https://github.com/dgraph-io/dgraph/compare/v24.0.0...v23.1.0 +[v24.0.0]: https://github.com/hypermodeinc/dgraph/compare/v24.0.0...v23.1.0 > **Warning** > This will be a breaking change for anyone moving from to `v.24.0.0`. @@ -178,7 +178,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0in #9051[ ## [23.1.1] - 2024-04-26 -[v23.1.1]: https://github.com/dgraph-io/dgraph/compare/v23.1.0...v23.1.1 +[v23.1.1]: https://github.com/hypermodeinc/dgraph/compare/v23.1.0...v23.1.1 ### Fixed @@ -190,7 +190,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - ci/cd optimizations (#9069) ## [v23.1.0] - 2023-08-17 -[v23.1.0]: https://github.com/dgraph-io/dgraph/compare/v23.0.1...v23.1.0 +[v23.1.0]: https://github.com/hypermodeinc/dgraph/compare/v23.0.1...v23.1.0 ### Added @@ -245,7 +245,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - chore: update pull request template (#8899) ## [v23.0.1] - 2023-07-09 -[v23.0.1]: https://github.com/dgraph-io/dgraph/compare/v23.0.0...v23.0.1 +[v23.0.1]: https://github.com/hypermodeinc/dgraph/compare/v23.0.0...v23.0.1 ### Fixed @@ -269,91 +269,91 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 (#8822) ## [v23.0.0] - 2023-05-08 -[v23.0.0]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0 +[v23.0.0]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0 ### Added - **GraphQL** - - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/dgraph-io/dgraph/pull/8574) + - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/hypermodeinc/dgraph/pull/8574) - **Core Dgraph** - - feat(metrics): add badger metrics (#8034) (https://github.com/dgraph-io/dgraph/pull/8737) - - feat(restore): introduce incremental restore (#7942) (https://github.com/dgraph-io/dgraph/pull/8624) - - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size (https://github.com/dgraph-io/dgraph/pull/8516) - - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/dgraph-io/dgraph/pull/8625) - - chore(deps): update prometheus dependency, adds new metrics (https://github.com/dgraph-io/dgraph/pull/8655) - - feat(cdc): add superflag `tls` to enable TLS without CA or certs (https://github.com/dgraph-io/dgraph/pull/8564) - - feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511) + - feat(metrics): add badger metrics (#8034) (https://github.com/hypermodeinc/dgraph/pull/8737) + - feat(restore): introduce incremental restore (#7942) (https://github.com/hypermodeinc/dgraph/pull/8624) + - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size (https://github.com/hypermodeinc/dgraph/pull/8516) + - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/hypermodeinc/dgraph/pull/8625) + - chore(deps): update prometheus dependency, adds new metrics (https://github.com/hypermodeinc/dgraph/pull/8655) + - feat(cdc): add superflag `tls` to enable TLS without CA or certs (https://github.com/hypermodeinc/dgraph/pull/8564) + - feat(multitenancy): namespace aware drop data (https://github.com/hypermodeinc/dgraph/pull/8511) ### Fixed - **GraphQL** - - fix(GraphQL): nested Auth Rules not working properly (https://github.com/dgraph-io/dgraph/pull/8571) + - fix(GraphQL): nested Auth Rules not working properly (https://github.com/hypermodeinc/dgraph/pull/8571) - **Core Dgraph** - - Fix wal replay issue during rollup (https://github.com/dgraph-io/dgraph/pull/8774) - - security(logging): fix aes implementation in audit logging (https://github.com/dgraph-io/dgraph/pull/8323) - - chore(worker): unify mapper receiver names (https://github.com/dgraph-io/dgraph/pull/8740) - - fix(dql): fix panic in parsing of regexp (https://github.com/dgraph-io/dgraph/pull/8739) - - fix(Query): Do an error check before bubbling up nil error (https://github.com/dgraph-io/dgraph/pull/8769) - - chore: replace global index with local one & fix typos (https://github.com/dgraph-io/dgraph/pull/8719) - - chore(logs): add logs to track dropped proposals (https://github.com/dgraph-io/dgraph/pull/8568) - - fix(debug): check length of wal entry before parsing (https://github.com/dgraph-io/dgraph/pull/8560) - - opt(schema): optimize populateSchema() (https://github.com/dgraph-io/dgraph/pull/8565) - - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (https://github.com/dgraph-io/dgraph/pull/8573) - - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/dgraph-io/dgraph/pull/8561) - - fix(restore): set kv version to restoreTs for all keys (https://github.com/dgraph-io/dgraph/pull/8563) - - fix(probe): do not contend for lock in lazy load (https://github.com/dgraph-io/dgraph/pull/8566) - - fix(core): fixed infinite loop in CommitToDisk (https://github.com/dgraph-io/dgraph/pull/8614) - - fix(proposals): incremental proposal key for zero proposals (https://github.com/dgraph-io/dgraph/pull/8567) - - fix(zero): fix waiting for random time while rate limiting (https://github.com/dgraph-io/dgraph/pull/8656) - - chore(deps): upgrade badger (https://github.com/dgraph-io/dgraph/pull/8654, https://github.com/dgraph-io/dgraph/pull/8658) - - opt(schema): load schema and types using Stream framework (https://github.com/dgraph-io/dgraph/pull/8562) - - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/dgraph-io/dgraph/pull/8510) - - fix(audit): fixing audit logs for websocket connections (https://github.com/dgraph-io/dgraph/pull/8627) - - fix(restore): consider the banned namespaces while bumping (https://github.com/dgraph-io/dgraph/pull/8559) - - fix(backup): create directory before writing backup (https://github.com/dgraph-io/dgraph/pull/8638) + - Fix wal replay issue during rollup (https://github.com/hypermodeinc/dgraph/pull/8774) + - security(logging): fix aes implementation in audit logging (https://github.com/hypermodeinc/dgraph/pull/8323) + - chore(worker): unify mapper receiver names (https://github.com/hypermodeinc/dgraph/pull/8740) + - fix(dql): fix panic in parsing of regexp (https://github.com/hypermodeinc/dgraph/pull/8739) + - fix(Query): Do an error check before bubbling up nil error (https://github.com/hypermodeinc/dgraph/pull/8769) + - chore: replace global index with local one & fix typos (https://github.com/hypermodeinc/dgraph/pull/8719) + - chore(logs): add logs to track dropped proposals (https://github.com/hypermodeinc/dgraph/pull/8568) + - fix(debug): check length of wal entry before parsing (https://github.com/hypermodeinc/dgraph/pull/8560) + - opt(schema): optimize populateSchema() (https://github.com/hypermodeinc/dgraph/pull/8565) + - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (https://github.com/hypermodeinc/dgraph/pull/8573) + - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/hypermodeinc/dgraph/pull/8561) + - fix(restore): set kv version to restoreTs for all keys (https://github.com/hypermodeinc/dgraph/pull/8563) + - fix(probe): do not contend for lock in lazy load (https://github.com/hypermodeinc/dgraph/pull/8566) + - fix(core): fixed infinite loop in CommitToDisk (https://github.com/hypermodeinc/dgraph/pull/8614) + - fix(proposals): incremental proposal key for zero proposals (https://github.com/hypermodeinc/dgraph/pull/8567) + - fix(zero): fix waiting for random time while rate limiting (https://github.com/hypermodeinc/dgraph/pull/8656) + - chore(deps): upgrade badger (https://github.com/hypermodeinc/dgraph/pull/8654, https://github.com/hypermodeinc/dgraph/pull/8658) + - opt(schema): load schema and types using Stream framework (https://github.com/hypermodeinc/dgraph/pull/8562) + - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/hypermodeinc/dgraph/pull/8510) + - fix(audit): fixing audit logs for websocket connections (https://github.com/hypermodeinc/dgraph/pull/8627) + - fix(restore): consider the banned namespaces while bumping (https://github.com/hypermodeinc/dgraph/pull/8559) + - fix(backup): create directory before writing backup (https://github.com/hypermodeinc/dgraph/pull/8638) - **Test** - - chore(tests): add upgrade tests in query package (https://github.com/dgraph-io/dgraph/pull/8750) - - simplify test setup in query package (https://github.com/dgraph-io/dgraph/pull/8782) - - add a test for incremental restore (https://github.com/dgraph-io/dgraph/pull/8754) - - chore(tests): run tests in query package against dgraph cloud (https://github.com/dgraph-io/dgraph/pull/8726) - - fix the backup test cluster compose file (https://github.com/dgraph-io/dgraph/pull/8775) - - cleanup tests to reduce the scope of err var (https://github.com/dgraph-io/dgraph/pull/8771) - - use t.TempDir() for using a temp dir in tests (https://github.com/dgraph-io/dgraph/pull/8772) - - fix(test): clan cruft from test run (https://github.com/dgraph-io/dgraph/pull/8348) - - chore(tests): avoid calling os.Exit in TestMain (https://github.com/dgraph-io/dgraph/pull/8765) - - chore: fix linter issue on main (https://github.com/dgraph-io/dgraph/pull/8749) - - recreate the context variable for parallel test (https://github.com/dgraph-io/dgraph/pull/8748) - - fix(tests): wait for license to be applied before trying to login (https://github.com/dgraph-io/dgraph/pull/8744) - - fix(tests): sleep longer so that ACLs are updated (https://github.com/dgraph-io/dgraph/pull/8745) - - chore(test): use pointer receiver for LocalCluster methods (https://github.com/dgraph-io/dgraph/pull/8734) - - chore(linter): fix unconvert linter issues on linux (https://github.com/dgraph-io/dgraph/pull/8718) - - chore(linter): add unconvert linter and address related issues (https://github.com/dgraph-io/dgraph/pull/8685) - - chore(ci): resolve community PR goveralls failure (https://github.com/dgraph-io/dgraph/pull/8716) - - chore(test): increased iterations of the health check (https://github.com/dgraph-io/dgraph/pull/8711) - - fix(test): avoid host volume mount in minio container (https://github.com/dgraph-io/dgraph/pull/8569) - - chore(test): add tests for lex/iri.go,chunker/chunk.go (https://github.com/dgraph-io/dgraph/pull/8515) - - chore(test): add Backup/Restore test for NFS (https://github.com/dgraph-io/dgraph/pull/8551) - - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed (https://github.com/dgraph-io/dgraph/pull/8619) - - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/dgraph-io/dgraph/pull/8662) - - chore(test): add automated test to test multitenant --limit flag (https://github.com/dgraph-io/dgraph/pull/8646) - - chore(test): add restore test for more than 127 namespaces (https://github.com/dgraph-io/dgraph/pull/8643) - - fix(test): fix the corner case for raft entries test (https://github.com/dgraph-io/dgraph/pull/8617) + - chore(tests): add upgrade tests in query package (https://github.com/hypermodeinc/dgraph/pull/8750) + - simplify test setup in query package (https://github.com/hypermodeinc/dgraph/pull/8782) + - add a test for incremental restore (https://github.com/hypermodeinc/dgraph/pull/8754) + - chore(tests): run tests in query package against dgraph cloud (https://github.com/hypermodeinc/dgraph/pull/8726) + - fix the backup test cluster compose file (https://github.com/hypermodeinc/dgraph/pull/8775) + - cleanup tests to reduce the scope of err var (https://github.com/hypermodeinc/dgraph/pull/8771) + - use t.TempDir() for using a temp dir in tests (https://github.com/hypermodeinc/dgraph/pull/8772) + - fix(test): clan cruft from test run (https://github.com/hypermodeinc/dgraph/pull/8348) + - chore(tests): avoid calling os.Exit in TestMain (https://github.com/hypermodeinc/dgraph/pull/8765) + - chore: fix linter issue on main (https://github.com/hypermodeinc/dgraph/pull/8749) + - recreate the context variable for parallel test (https://github.com/hypermodeinc/dgraph/pull/8748) + - fix(tests): wait for license to be applied before trying to login (https://github.com/hypermodeinc/dgraph/pull/8744) + - fix(tests): sleep longer so that ACLs are updated (https://github.com/hypermodeinc/dgraph/pull/8745) + - chore(test): use pointer receiver for LocalCluster methods (https://github.com/hypermodeinc/dgraph/pull/8734) + - chore(linter): fix unconvert linter issues on linux (https://github.com/hypermodeinc/dgraph/pull/8718) + - chore(linter): add unconvert linter and address related issues (https://github.com/hypermodeinc/dgraph/pull/8685) + - chore(ci): resolve community PR goveralls failure (https://github.com/hypermodeinc/dgraph/pull/8716) + - chore(test): increased iterations of the health check (https://github.com/hypermodeinc/dgraph/pull/8711) + - fix(test): avoid host volume mount in minio container (https://github.com/hypermodeinc/dgraph/pull/8569) + - chore(test): add tests for lex/iri.go,chunker/chunk.go (https://github.com/hypermodeinc/dgraph/pull/8515) + - chore(test): add Backup/Restore test for NFS (https://github.com/hypermodeinc/dgraph/pull/8551) + - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed (https://github.com/hypermodeinc/dgraph/pull/8619) + - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/hypermodeinc/dgraph/pull/8662) + - chore(test): add automated test to test multitenant --limit flag (https://github.com/hypermodeinc/dgraph/pull/8646) + - chore(test): add restore test for more than 127 namespaces (https://github.com/hypermodeinc/dgraph/pull/8643) + - fix(test): fix the corner case for raft entries test (https://github.com/hypermodeinc/dgraph/pull/8617) - **CD** - - fix(build): update dockerfile to use cache busting and reduce image size (https://github.com/dgraph-io/dgraph/pull/8652) - - chore(deps): update min go build version (https://github.com/dgraph-io/dgraph/pull/8423) - - chore(cd): add badger binary to dgraph docker image (https://github.com/dgraph-io/dgraph/pull/8790) + - fix(build): update dockerfile to use cache busting and reduce image size (https://github.com/hypermodeinc/dgraph/pull/8652) + - chore(deps): update min go build version (https://github.com/hypermodeinc/dgraph/pull/8423) + - chore(cd): add badger binary to dgraph docker image (https://github.com/hypermodeinc/dgraph/pull/8790) - **Security** - - chore(deps): bump certifi from 2020.4.5.1 to 2022.12.7 in /contrib/config/marketplace/aws/tests (https://github.com/dgraph-io/dgraph/pull/8496) - - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (https://github.com/dgraph-io/dgraph/pull/8575) - - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo (https://github.com/dgraph-io/dgraph/pull/8676) - - fix(sec): upgrade networkx to (https://github.com/dgraph-io/dgraph/pull/8613) - - fix(sec): CVE-2022-41721 (https://github.com/dgraph-io/dgraph/pull/8633) - - fix(sec): CVE & OS Patching (https://github.com/dgraph-io/dgraph/pull/8634) + - chore(deps): bump certifi from 2020.4.5.1 to 2022.12.7 in /contrib/config/marketplace/aws/tests (https://github.com/hypermodeinc/dgraph/pull/8496) + - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (https://github.com/hypermodeinc/dgraph/pull/8575) + - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo (https://github.com/hypermodeinc/dgraph/pull/8676) + - fix(sec): upgrade networkx to (https://github.com/hypermodeinc/dgraph/pull/8613) + - fix(sec): CVE-2022-41721 (https://github.com/hypermodeinc/dgraph/pull/8633) + - fix(sec): CVE & OS Patching (https://github.com/hypermodeinc/dgraph/pull/8634) - <details> <summary>CVE Fixes (31 total)</summary> @@ -394,236 +394,236 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti ### Changed - **Core Dgraph** - - upgrade badger to v4.1.0 (https://github.com/dgraph-io/dgraph/pull/8783) (https://github.com/dgraph-io/dgraph/pull/8709) - - fix(multitenancy) store namespace in predicate as a hex separated by a hyphen to prevent json marshal issues (https://github.com/dgraph-io/dgraph/pull/8601) - - fix(query): handle bad timezone correctly (https://github.com/dgraph-io/dgraph/pull/8657) - - chore(ludicroud): remove ludicrous mode from the code (https://github.com/dgraph-io/dgraph/pull/8612) - - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/dgraph-io/dgraph/pull/8554) - - fix(mutation): validate mutation before applying it (https://github.com/dgraph-io/dgraph/pull/8623) + - upgrade badger to v4.1.0 (https://github.com/hypermodeinc/dgraph/pull/8783) (https://github.com/hypermodeinc/dgraph/pull/8709) + - fix(multitenancy) store namespace in predicate as a hex separated by a hyphen to prevent json marshal issues (https://github.com/hypermodeinc/dgraph/pull/8601) + - fix(query): handle bad timezone correctly (https://github.com/hypermodeinc/dgraph/pull/8657) + - chore(ludicroud): remove ludicrous mode from the code (https://github.com/hypermodeinc/dgraph/pull/8612) + - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/hypermodeinc/dgraph/pull/8554) + - fix(mutation): validate mutation before applying it (https://github.com/hypermodeinc/dgraph/pull/8623) - **CI Enhancements** - - fix(ci): unpin curl (https://github.com/dgraph-io/dgraph/pull/8577) - - fix(ci): adjust cron schedules (https://github.com/dgraph-io/dgraph/pull/8592) - - chore(ci): Capture coverage from bulk load and LDBC tests (https://github.com/dgraph-io/dgraph/pull/8478) - - chore(linter): enable gosec linter (https://github.com/dgraph-io/dgraph/pull/8678) - - chore: apply go vet improvements (https://github.com/dgraph-io/dgraph/pull/8620) - - chore(linter): fix some of the warnings from gas linter (https://github.com/dgraph-io/dgraph/pull/8664) - - chore(linter): fix golangci config and some issues in tests (https://github.com/dgraph-io/dgraph/pull/8669) - - fix(linter): address gosimple linter reports & errors (https://github.com/dgraph-io/dgraph/pull/8628) + - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577) + - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/dgraph/pull/8592) + - chore(ci): Capture coverage from bulk load and LDBC tests (https://github.com/hypermodeinc/dgraph/pull/8478) + - chore(linter): enable gosec linter (https://github.com/hypermodeinc/dgraph/pull/8678) + - chore: apply go vet improvements (https://github.com/hypermodeinc/dgraph/pull/8620) + - chore(linter): fix some of the warnings from gas linter (https://github.com/hypermodeinc/dgraph/pull/8664) + - chore(linter): fix golangci config and some issues in tests (https://github.com/hypermodeinc/dgraph/pull/8669) + - fix(linter): address gosimple linter reports & errors (https://github.com/hypermodeinc/dgraph/pull/8628) ## [v23.0.0-rc1] - 2023-04-11 -[v23.0.0-rc1]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0-rc1 +[v23.0.0-rc1]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0-rc1 ### Added - **GraphQL** - - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/dgraph-io/dgraph/pull/8574) + - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/hypermodeinc/dgraph/pull/8574) - **Core Dgraph** - - feat(metrics): add badger metrics (#8034) (https://github.com/dgraph-io/dgraph/pull/8737) - - feat(restore): introduce incremental restore (#7942) (https://github.com/dgraph-io/dgraph/pull/8624) - - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size (https://github.com/dgraph-io/dgraph/pull/8516) - - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/dgraph-io/dgraph/pull/8625) - - chore(deps): update prometheus dependency, adds new metrics (https://github.com/dgraph-io/dgraph/pull/8655) - - feat(cdc): add superflag `tls` to enable TLS without CA or certs (https://github.com/dgraph-io/dgraph/pull/8564) - - feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511) + - feat(metrics): add badger metrics (#8034) (https://github.com/hypermodeinc/dgraph/pull/8737) + - feat(restore): introduce incremental restore (#7942) (https://github.com/hypermodeinc/dgraph/pull/8624) + - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size (https://github.com/hypermodeinc/dgraph/pull/8516) + - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/hypermodeinc/dgraph/pull/8625) + - chore(deps): update prometheus dependency, adds new metrics (https://github.com/hypermodeinc/dgraph/pull/8655) + - feat(cdc): add superflag `tls` to enable TLS without CA or certs (https://github.com/hypermodeinc/dgraph/pull/8564) + - feat(multitenancy): namespace aware drop data (https://github.com/hypermodeinc/dgraph/pull/8511) ### Fixed - **GragphQL** - - fix(GraphQL): nested Auth Rules not working properly (https://github.com/dgraph-io/dgraph/pull/8571) + - fix(GraphQL): nested Auth Rules not working properly (https://github.com/hypermodeinc/dgraph/pull/8571) - **Core Dgraph** - - Fix wal replay issue during rollup (https://github.com/dgraph-io/dgraph/pull/8774) - - security(logging): fix aes implementation in audit logging (https://github.com/dgraph-io/dgraph/pull/8323) - - chore(worker): unify mapper receiver names (https://github.com/dgraph-io/dgraph/pull/8740) - - fix(dql): fix panic in parsing of regexp (https://github.com/dgraph-io/dgraph/pull/8739) - - fix(Query): Do an error check before bubbling up nil error (https://github.com/dgraph-io/dgraph/pull/8769) - - chore: replace global index with local one & fix typos (https://github.com/dgraph-io/dgraph/pull/8719) - - chore(logs): add logs to track dropped proposals (https://github.com/dgraph-io/dgraph/pull/8568) - - fix(debug): check length of wal entry before parsing (https://github.com/dgraph-io/dgraph/pull/8560) - - opt(schema): optimize populateSchema() (https://github.com/dgraph-io/dgraph/pull/8565) - - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (https://github.com/dgraph-io/dgraph/pull/8573) - - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/dgraph-io/dgraph/pull/8561) - - fix(restore): set kv version to restoreTs for all keys (https://github.com/dgraph-io/dgraph/pull/8563) - - fix(probe): do not contend for lock in lazy load (https://github.com/dgraph-io/dgraph/pull/8566) - - fix(core): fixed infinite loop in CommitToDisk (https://github.com/dgraph-io/dgraph/pull/8614) - - fix(proposals): incremental proposal key for zero proposals (https://github.com/dgraph-io/dgraph/pull/8567) - - fix(zero): fix waiting for random time while rate limiting (https://github.com/dgraph-io/dgraph/pull/8656) - - chore(deps): upgrade badger (https://github.com/dgraph-io/dgraph/pull/8654, https://github.com/dgraph-io/dgraph/pull/8658) - - opt(schema): load schema and types using Stream framework (https://github.com/dgraph-io/dgraph/pull/8562) - - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/dgraph-io/dgraph/pull/8510) - - fix(audit): fixing audit logs for websocket connections (https://github.com/dgraph-io/dgraph/pull/8627) - - fix(restore): consider the banned namespaces while bumping (https://github.com/dgraph-io/dgraph/pull/8559) - - fix(backup): create directory before writing backup (https://github.com/dgraph-io/dgraph/pull/8638) + - Fix wal replay issue during rollup (https://github.com/hypermodeinc/dgraph/pull/8774) + - security(logging): fix aes implementation in audit logging (https://github.com/hypermodeinc/dgraph/pull/8323) + - chore(worker): unify mapper receiver names (https://github.com/hypermodeinc/dgraph/pull/8740) + - fix(dql): fix panic in parsing of regexp (https://github.com/hypermodeinc/dgraph/pull/8739) + - fix(Query): Do an error check before bubbling up nil error (https://github.com/hypermodeinc/dgraph/pull/8769) + - chore: replace global index with local one & fix typos (https://github.com/hypermodeinc/dgraph/pull/8719) + - chore(logs): add logs to track dropped proposals (https://github.com/hypermodeinc/dgraph/pull/8568) + - fix(debug): check length of wal entry before parsing (https://github.com/hypermodeinc/dgraph/pull/8560) + - opt(schema): optimize populateSchema() (https://github.com/hypermodeinc/dgraph/pull/8565) + - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (https://github.com/hypermodeinc/dgraph/pull/8573) + - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/hypermodeinc/dgraph/pull/8561) + - fix(restore): set kv version to restoreTs for all keys (https://github.com/hypermodeinc/dgraph/pull/8563) + - fix(probe): do not contend for lock in lazy load (https://github.com/hypermodeinc/dgraph/pull/8566) + - fix(core): fixed infinite loop in CommitToDisk (https://github.com/hypermodeinc/dgraph/pull/8614) + - fix(proposals): incremental proposal key for zero proposals (https://github.com/hypermodeinc/dgraph/pull/8567) + - fix(zero): fix waiting for random time while rate limiting (https://github.com/hypermodeinc/dgraph/pull/8656) + - chore(deps): upgrade badger (https://github.com/hypermodeinc/dgraph/pull/8654, https://github.com/hypermodeinc/dgraph/pull/8658) + - opt(schema): load schema and types using Stream framework (https://github.com/hypermodeinc/dgraph/pull/8562) + - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/hypermodeinc/dgraph/pull/8510) + - fix(audit): fixing audit logs for websocket connections (https://github.com/hypermodeinc/dgraph/pull/8627) + - fix(restore): consider the banned namespaces while bumping (https://github.com/hypermodeinc/dgraph/pull/8559) + - fix(backup): create directory before writing backup (https://github.com/hypermodeinc/dgraph/pull/8638) - **Test** - - chore(tests): add upgrade tests in query package (https://github.com/dgraph-io/dgraph/pull/8750) - - simplify test setup in query package (https://github.com/dgraph-io/dgraph/pull/8782) - - add a test for incremental restore (https://github.com/dgraph-io/dgraph/pull/8754) - - chore(tests): run tests in query package against dgraph cloud (https://github.com/dgraph-io/dgraph/pull/8726) - - fix the backup test cluster compose file (https://github.com/dgraph-io/dgraph/pull/8775) - - cleanup tests to reduce the scope of err var (https://github.com/dgraph-io/dgraph/pull/8771) - - use t.TempDir() for using a temp dir in tests (https://github.com/dgraph-io/dgraph/pull/8772) - - fix(test): clan cruft from test run (https://github.com/dgraph-io/dgraph/pull/8348) - - chore(tests): avoid calling os.Exit in TestMain (https://github.com/dgraph-io/dgraph/pull/8765) - - chore: fix linter issue on main (https://github.com/dgraph-io/dgraph/pull/8749) - - recreate the context variable for parallel test (https://github.com/dgraph-io/dgraph/pull/8748) - - fix(tests): wait for license to be applied before trying to login (https://github.com/dgraph-io/dgraph/pull/8744) - - fix(tests): sleep longer so that ACLs are updated (https://github.com/dgraph-io/dgraph/pull/8745) - - chore(test): use pointer receiver for LocalCluster methods (https://github.com/dgraph-io/dgraph/pull/8734) - - chore(linter): fix unconvert linter issues on linux (https://github.com/dgraph-io/dgraph/pull/8718) - - chore(linter): add unconvert linter and address related issues (https://github.com/dgraph-io/dgraph/pull/8685) - - chore(ci): resolve community PR goveralls failure (https://github.com/dgraph-io/dgraph/pull/8716) - - chore(test): increased iterations of the health check (https://github.com/dgraph-io/dgraph/pull/8711) - - fix(test): avoid host volume mount in minio container (https://github.com/dgraph-io/dgraph/pull/8569) - - chore(test): add tests for lex/iri.go,chunker/chunk.go (https://github.com/dgraph-io/dgraph/pull/8515) - - chore(test): add Backup/Restore test for NFS (https://github.com/dgraph-io/dgraph/pull/8551) - - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed (https://github.com/dgraph-io/dgraph/pull/8619) - - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/dgraph-io/dgraph/pull/8662) - - chore(test): add automated test to test multitenant --limit flag (https://github.com/dgraph-io/dgraph/pull/8646) - - chore(test): add restore test for more than 127 namespaces (https://github.com/dgraph-io/dgraph/pull/8643) - - fix(test): fix the corner case for raft entries test (https://github.com/dgraph-io/dgraph/pull/8617) + - chore(tests): add upgrade tests in query package (https://github.com/hypermodeinc/dgraph/pull/8750) + - simplify test setup in query package (https://github.com/hypermodeinc/dgraph/pull/8782) + - add a test for incremental restore (https://github.com/hypermodeinc/dgraph/pull/8754) + - chore(tests): run tests in query package against dgraph cloud (https://github.com/hypermodeinc/dgraph/pull/8726) + - fix the backup test cluster compose file (https://github.com/hypermodeinc/dgraph/pull/8775) + - cleanup tests to reduce the scope of err var (https://github.com/hypermodeinc/dgraph/pull/8771) + - use t.TempDir() for using a temp dir in tests (https://github.com/hypermodeinc/dgraph/pull/8772) + - fix(test): clan cruft from test run (https://github.com/hypermodeinc/dgraph/pull/8348) + - chore(tests): avoid calling os.Exit in TestMain (https://github.com/hypermodeinc/dgraph/pull/8765) + - chore: fix linter issue on main (https://github.com/hypermodeinc/dgraph/pull/8749) + - recreate the context variable for parallel test (https://github.com/hypermodeinc/dgraph/pull/8748) + - fix(tests): wait for license to be applied before trying to login (https://github.com/hypermodeinc/dgraph/pull/8744) + - fix(tests): sleep longer so that ACLs are updated (https://github.com/hypermodeinc/dgraph/pull/8745) + - chore(test): use pointer receiver for LocalCluster methods (https://github.com/hypermodeinc/dgraph/pull/8734) + - chore(linter): fix unconvert linter issues on linux (https://github.com/hypermodeinc/dgraph/pull/8718) + - chore(linter): add unconvert linter and address related issues (https://github.com/hypermodeinc/dgraph/pull/8685) + - chore(ci): resolve community PR goveralls failure (https://github.com/hypermodeinc/dgraph/pull/8716) + - chore(test): increased iterations of the health check (https://github.com/hypermodeinc/dgraph/pull/8711) + - fix(test): avoid host volume mount in minio container (https://github.com/hypermodeinc/dgraph/pull/8569) + - chore(test): add tests for lex/iri.go,chunker/chunk.go (https://github.com/hypermodeinc/dgraph/pull/8515) + - chore(test): add Backup/Restore test for NFS (https://github.com/hypermodeinc/dgraph/pull/8551) + - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed (https://github.com/hypermodeinc/dgraph/pull/8619) + - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/hypermodeinc/dgraph/pull/8662) + - chore(test): add automated test to test multitenant --limit flag (https://github.com/hypermodeinc/dgraph/pull/8646) + - chore(test): add restore test for more than 127 namespaces (https://github.com/hypermodeinc/dgraph/pull/8643) + - fix(test): fix the corner case for raft entries test (https://github.com/hypermodeinc/dgraph/pull/8617) - **CD** - - fix(build): update dockerfile to use cache busting and reduce image size (https://github.com/dgraph-io/dgraph/pull/8652) - - chore(deps): update min go build version (https://github.com/dgraph-io/dgraph/pull/8423) - - chore(cd): add badger binary to dgraph docker image (https://github.com/dgraph-io/dgraph/pull/8790) + - fix(build): update dockerfile to use cache busting and reduce image size (https://github.com/hypermodeinc/dgraph/pull/8652) + - chore(deps): update min go build version (https://github.com/hypermodeinc/dgraph/pull/8423) + - chore(cd): add badger binary to dgraph docker image (https://github.com/hypermodeinc/dgraph/pull/8790) - **Security** - - chore(deps): bump certifi from 2020.4.5.1 to 2022.12.7 in /contrib/config/marketplace/aws/tests (https://github.com/dgraph-io/dgraph/pull/8496) - - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (https://github.com/dgraph-io/dgraph/pull/8575) - - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo (https://github.com/dgraph-io/dgraph/pull/8676) - - fix(sec): upgrade networkx to (https://github.com/dgraph-io/dgraph/pull/8613) - - fix(sec): CVE-2022-41721 (https://github.com/dgraph-io/dgraph/pull/8633) - - fix(sec): CVE & OS Patching (https://github.com/dgraph-io/dgraph/pull/8634) + - chore(deps): bump certifi from 2020.4.5.1 to 2022.12.7 in /contrib/config/marketplace/aws/tests (https://github.com/hypermodeinc/dgraph/pull/8496) + - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (https://github.com/hypermodeinc/dgraph/pull/8575) + - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo (https://github.com/hypermodeinc/dgraph/pull/8676) + - fix(sec): upgrade networkx to (https://github.com/hypermodeinc/dgraph/pull/8613) + - fix(sec): CVE-2022-41721 (https://github.com/hypermodeinc/dgraph/pull/8633) + - fix(sec): CVE & OS Patching (https://github.com/hypermodeinc/dgraph/pull/8634) ### Changed - **Core Dgraph** - - upgrade badger to v4.1.0 (https://github.com/dgraph-io/dgraph/pull/8783) (https://github.com/dgraph-io/dgraph/pull/8709) - - fix(multitenancy) store namespace in predicate as a hex separated by a hyphen to prevent json marshal issues (https://github.com/dgraph-io/dgraph/pull/8601) - - fix(query): handle bad timezone correctly (https://github.com/dgraph-io/dgraph/pull/8657) - - chore(ludicroud): remove ludicrous mode from the code (https://github.com/dgraph-io/dgraph/pull/8612) - - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/dgraph-io/dgraph/pull/8554) - - fix(mutation): validate mutation before applying it (https://github.com/dgraph-io/dgraph/pull/8623) + - upgrade badger to v4.1.0 (https://github.com/hypermodeinc/dgraph/pull/8783) (https://github.com/hypermodeinc/dgraph/pull/8709) + - fix(multitenancy) store namespace in predicate as a hex separated by a hyphen to prevent json marshal issues (https://github.com/hypermodeinc/dgraph/pull/8601) + - fix(query): handle bad timezone correctly (https://github.com/hypermodeinc/dgraph/pull/8657) + - chore(ludicroud): remove ludicrous mode from the code (https://github.com/hypermodeinc/dgraph/pull/8612) + - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/hypermodeinc/dgraph/pull/8554) + - fix(mutation): validate mutation before applying it (https://github.com/hypermodeinc/dgraph/pull/8623) - **CI Enhancements** - - fix(ci): unpin curl (https://github.com/dgraph-io/dgraph/pull/8577) - - fix(ci): adjust cron schedules (https://github.com/dgraph-io/dgraph/pull/8592) - - chore(ci): Capture coverage from bulk load and LDBC tests (https://github.com/dgraph-io/dgraph/pull/8478) - - chore(linter): enable gosec linter (https://github.com/dgraph-io/dgraph/pull/8678) - - chore: apply go vet improvements (https://github.com/dgraph-io/dgraph/pull/8620) - - chore(linter): fix some of the warnings from gas linter (https://github.com/dgraph-io/dgraph/pull/8664) - - chore(linter): fix golangci config and some issues in tests (https://github.com/dgraph-io/dgraph/pull/8669) - - fix(linter): address gosimple linter reports & errors (https://github.com/dgraph-io/dgraph/pull/8628) + - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577) + - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/dgraph/pull/8592) + - chore(ci): Capture coverage from bulk load and LDBC tests (https://github.com/hypermodeinc/dgraph/pull/8478) + - chore(linter): enable gosec linter (https://github.com/hypermodeinc/dgraph/pull/8678) + - chore: apply go vet improvements (https://github.com/hypermodeinc/dgraph/pull/8620) + - chore(linter): fix some of the warnings from gas linter (https://github.com/hypermodeinc/dgraph/pull/8664) + - chore(linter): fix golangci config and some issues in tests (https://github.com/hypermodeinc/dgraph/pull/8669) + - fix(linter): address gosimple linter reports & errors (https://github.com/hypermodeinc/dgraph/pull/8628) ## [v23.0.0-beta1] - 2023-03-01 -[v23.0.0-beta1]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0-beta1 +[v23.0.0-beta1]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0-beta1 ### Added - **GraphQL** - - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/dgraph-io/dgraph/pull/8574) + - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/hypermodeinc/dgraph/pull/8574) - **Core Dgraph** - - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size (https://github.com/dgraph-io/dgraph/pull/8516) - - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/dgraph-io/dgraph/pull/8625) - - chore(deps): update prometheus dependency, adds new metrics (https://github.com/dgraph-io/dgraph/pull/8655) - - feat(cdc): add superflag `tls` to enable TLS without CA or certs (https://github.com/dgraph-io/dgraph/pull/8564) - - chore(deps): bump badger up to v4 (https://github.com/dgraph-io/dgraph/pull/8709) - - feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511) + - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size (https://github.com/hypermodeinc/dgraph/pull/8516) + - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/hypermodeinc/dgraph/pull/8625) + - chore(deps): update prometheus dependency, adds new metrics (https://github.com/hypermodeinc/dgraph/pull/8655) + - feat(cdc): add superflag `tls` to enable TLS without CA or certs (https://github.com/hypermodeinc/dgraph/pull/8564) + - chore(deps): bump badger up to v4 (https://github.com/hypermodeinc/dgraph/pull/8709) + - feat(multitenancy): namespace aware drop data (https://github.com/hypermodeinc/dgraph/pull/8511) ### Fixed - **GragphQL** - - fix(GraphQL): nested Auth Rules not working properly (https://github.com/dgraph-io/dgraph/pull/8571) + - fix(GraphQL): nested Auth Rules not working properly (https://github.com/hypermodeinc/dgraph/pull/8571) - **Core Dgraph** - - chore(logs): add logs to track dropped proposals (https://github.com/dgraph-io/dgraph/pull/8568) - - fix(debug): check length of wal entry before parsing (https://github.com/dgraph-io/dgraph/pull/8560) - - opt(schema): optimize populateSchema() (https://github.com/dgraph-io/dgraph/pull/8565) - - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (https://github.com/dgraph-io/dgraph/pull/8573) - - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/dgraph-io/dgraph/pull/8561) - - fix(restore): set kv version to restoreTs for all keys (https://github.com/dgraph-io/dgraph/pull/8563) - - fix(probe): do not contend for lock in lazy load (https://github.com/dgraph-io/dgraph/pull/8566) - - fix(core): fixed infinite loop in CommitToDisk (https://github.com/dgraph-io/dgraph/pull/8614) - - fix(proposals): incremental proposal key for zero proposals (https://github.com/dgraph-io/dgraph/pull/8567) - - fix(zero): fix waiting for random time while rate limiting (https://github.com/dgraph-io/dgraph/pull/8656) - - chore(deps): upgrade badger (https://github.com/dgraph-io/dgraph/pull/8654, https://github.com/dgraph-io/dgraph/pull/8658) - - opt(schema): load schema and types using Stream framework (https://github.com/dgraph-io/dgraph/pull/8562) - - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/dgraph-io/dgraph/pull/8510) - - fix(audit): fixing audit logs for websocket connections (https://github.com/dgraph-io/dgraph/pull/8627) - - fix(restore): consider the banned namespaces while bumping (https://github.com/dgraph-io/dgraph/pull/8559) - - fix(backup): create directory before writing backup (https://github.com/dgraph-io/dgraph/pull/8638) + - chore(logs): add logs to track dropped proposals (https://github.com/hypermodeinc/dgraph/pull/8568) + - fix(debug): check length of wal entry before parsing (https://github.com/hypermodeinc/dgraph/pull/8560) + - opt(schema): optimize populateSchema() (https://github.com/hypermodeinc/dgraph/pull/8565) + - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (https://github.com/hypermodeinc/dgraph/pull/8573) + - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/hypermodeinc/dgraph/pull/8561) + - fix(restore): set kv version to restoreTs for all keys (https://github.com/hypermodeinc/dgraph/pull/8563) + - fix(probe): do not contend for lock in lazy load (https://github.com/hypermodeinc/dgraph/pull/8566) + - fix(core): fixed infinite loop in CommitToDisk (https://github.com/hypermodeinc/dgraph/pull/8614) + - fix(proposals): incremental proposal key for zero proposals (https://github.com/hypermodeinc/dgraph/pull/8567) + - fix(zero): fix waiting for random time while rate limiting (https://github.com/hypermodeinc/dgraph/pull/8656) + - chore(deps): upgrade badger (https://github.com/hypermodeinc/dgraph/pull/8654, https://github.com/hypermodeinc/dgraph/pull/8658) + - opt(schema): load schema and types using Stream framework (https://github.com/hypermodeinc/dgraph/pull/8562) + - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/hypermodeinc/dgraph/pull/8510) + - fix(audit): fixing audit logs for websocket connections (https://github.com/hypermodeinc/dgraph/pull/8627) + - fix(restore): consider the banned namespaces while bumping (https://github.com/hypermodeinc/dgraph/pull/8559) + - fix(backup): create directory before writing backup (https://github.com/hypermodeinc/dgraph/pull/8638) - **Test** - - fix(test): avoid host volume mount in minio container (https://github.com/dgraph-io/dgraph/pull/8569) - - chore(test): add tests for lex/iri.go,chunker/chunk.go (https://github.com/dgraph-io/dgraph/pull/8515) - - chore(test): add Backup/Restore test for NFS (https://github.com/dgraph-io/dgraph/pull/8551) - - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed (https://github.com/dgraph-io/dgraph/pull/8619) - - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/dgraph-io/dgraph/pull/8662) - - chore(test): add automated test to test multitenant --limit flag (https://github.com/dgraph-io/dgraph/pull/8646) - - chore(test): add restore test for more than 127 namespaces (https://github.com/dgraph-io/dgraph/pull/8643) - - fix(test): fix the corner case for raft entries test (https://github.com/dgraph-io/dgraph/pull/8617) + - fix(test): avoid host volume mount in minio container (https://github.com/hypermodeinc/dgraph/pull/8569) + - chore(test): add tests for lex/iri.go,chunker/chunk.go (https://github.com/hypermodeinc/dgraph/pull/8515) + - chore(test): add Backup/Restore test for NFS (https://github.com/hypermodeinc/dgraph/pull/8551) + - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed (https://github.com/hypermodeinc/dgraph/pull/8619) + - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/hypermodeinc/dgraph/pull/8662) + - chore(test): add automated test to test multitenant --limit flag (https://github.com/hypermodeinc/dgraph/pull/8646) + - chore(test): add restore test for more than 127 namespaces (https://github.com/hypermodeinc/dgraph/pull/8643) + - fix(test): fix the corner case for raft entries test (https://github.com/hypermodeinc/dgraph/pull/8617) - **CD** - - fix(build): update dockerfile to use cache busting and reduce image size (https://github.com/dgraph-io/dgraph/pull/8652) - - chore(deps): update min go build version (https://github.com/dgraph-io/dgraph/pull/8423) + - fix(build): update dockerfile to use cache busting and reduce image size (https://github.com/hypermodeinc/dgraph/pull/8652) + - chore(deps): update min go build version (https://github.com/hypermodeinc/dgraph/pull/8423) - **Security** - - chore(deps): bump certifi from 2020.4.5.1 to 2022.12.7 in /contrib/config/marketplace/aws/tests (https://github.com/dgraph-io/dgraph/pull/8496) - - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (https://github.com/dgraph-io/dgraph/pull/8575) - - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo (https://github.com/dgraph-io/dgraph/pull/8676) - - fix(sec): upgrade networkx to (https://github.com/dgraph-io/dgraph/pull/8613) - - fix(sec): CVE-2022-41721 (https://github.com/dgraph-io/dgraph/pull/8633) - - fix(sec): CVE & OS Patching (https://github.com/dgraph-io/dgraph/pull/8634) + - chore(deps): bump certifi from 2020.4.5.1 to 2022.12.7 in /contrib/config/marketplace/aws/tests (https://github.com/hypermodeinc/dgraph/pull/8496) + - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (https://github.com/hypermodeinc/dgraph/pull/8575) + - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo (https://github.com/hypermodeinc/dgraph/pull/8676) + - fix(sec): upgrade networkx to (https://github.com/hypermodeinc/dgraph/pull/8613) + - fix(sec): CVE-2022-41721 (https://github.com/hypermodeinc/dgraph/pull/8633) + - fix(sec): CVE & OS Patching (https://github.com/hypermodeinc/dgraph/pull/8634) ### Changed - **Core Dgraph** - - fix(multitenancy) store namespace in predicate as a hex separated by a hyphen to prevent json marshal issues (https://github.com/dgraph-io/dgraph/pull/8601) - - fix(query): handle bad timezone correctly (https://github.com/dgraph-io/dgraph/pull/8657) - - chore(ludicroud): remove ludicrous mode from the code (https://github.com/dgraph-io/dgraph/pull/8612) - - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/dgraph-io/dgraph/pull/8554) - - fix(mutation): validate mutation before applying it (https://github.com/dgraph-io/dgraph/pull/8623) + - fix(multitenancy) store namespace in predicate as a hex separated by a hyphen to prevent json marshal issues (https://github.com/hypermodeinc/dgraph/pull/8601) + - fix(query): handle bad timezone correctly (https://github.com/hypermodeinc/dgraph/pull/8657) + - chore(ludicroud): remove ludicrous mode from the code (https://github.com/hypermodeinc/dgraph/pull/8612) + - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/hypermodeinc/dgraph/pull/8554) + - fix(mutation): validate mutation before applying it (https://github.com/hypermodeinc/dgraph/pull/8623) - **CI Enhancements** - - fix(ci): unpin curl (https://github.com/dgraph-io/dgraph/pull/8577) - - fix(ci): adjust cron schedules (https://github.com/dgraph-io/dgraph/pull/8592) - - chore(ci): Capture coverage from bulk load and LDBC tests (https://github.com/dgraph-io/dgraph/pull/8478) - - chore(linter): enable gosec linter (https://github.com/dgraph-io/dgraph/pull/8678) - - chore: apply go vet improvements (https://github.com/dgraph-io/dgraph/pull/8620) - - chore(linter): fix some of the warnings from gas linter (https://github.com/dgraph-io/dgraph/pull/8664) - - chore(linter): fix golangci config and some issues in tests (https://github.com/dgraph-io/dgraph/pull/8669) - - fix(linter): address gosimple linter reports & errors (https://github.com/dgraph-io/dgraph/pull/8628) + - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577) + - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/dgraph/pull/8592) + - chore(ci): Capture coverage from bulk load and LDBC tests (https://github.com/hypermodeinc/dgraph/pull/8478) + - chore(linter): enable gosec linter (https://github.com/hypermodeinc/dgraph/pull/8678) + - chore: apply go vet improvements (https://github.com/hypermodeinc/dgraph/pull/8620) + - chore(linter): fix some of the warnings from gas linter (https://github.com/hypermodeinc/dgraph/pull/8664) + - chore(linter): fix golangci config and some issues in tests (https://github.com/hypermodeinc/dgraph/pull/8669) + - fix(linter): address gosimple linter reports & errors (https://github.com/hypermodeinc/dgraph/pull/8628) ## [v22.0.2] - 2022-12-16 -[v22.0.2]: https://github.com/dgraph-io/dgraph/compare/v22.0.1...v22.0.2 +[v22.0.2]: https://github.com/hypermodeinc/dgraph/compare/v22.0.1...v22.0.2 ### Added -- **ARM Support** - Dgraph now supports ARM64 Architecture for development (https://github.com/dgraph-io/dgraph/pull/8543 https://github.com/dgraph-io/dgraph/pull/8520 https://github.com/dgraph-io/dgraph/pull/8503 https://github.com/dgraph-io/dgraph/pull/8436 https://github.com/dgraph-io/dgraph/pull/8405 https://github.com/dgraph-io/dgraph/pull/8395) -- Additional logging and trace tags for debugging (https://github.com/dgraph-io/dgraph/pull/8490) +- **ARM Support** - Dgraph now supports ARM64 Architecture for development (https://github.com/hypermodeinc/dgraph/pull/8543 https://github.com/hypermodeinc/dgraph/pull/8520 https://github.com/hypermodeinc/dgraph/pull/8503 https://github.com/hypermodeinc/dgraph/pull/8436 https://github.com/hypermodeinc/dgraph/pull/8405 https://github.com/hypermodeinc/dgraph/pull/8395) +- Additional logging and trace tags for debugging (https://github.com/hypermodeinc/dgraph/pull/8490) ### Fixed - **EDgraph** - - fix(ACL): Prevents permissions overrride and merges acl cache to persist permissions across different namespaces (https://github.com/dgraph-io/dgraph/pull/8506) + - fix(ACL): Prevents permissions overrride and merges acl cache to persist permissions across different namespaces (https://github.com/hypermodeinc/dgraph/pull/8506) - **Core Dgraph** - - Fix(badger): Upgrade badger version to fix manifest corruption (https://github.com/dgraph-io/dgraph/pull/8365) - - fix(pagination): Fix after for regexp, match functions (https://github.com/dgraph-io/dgraph/pull/8471) - - fix(query): Do not execute filters if there are no source uids(https://github.com/dgraph-io/dgraph/pull/8452) - - fix(admin): make config changes to pass through gog middlewares (https://github.com/dgraph-io/dgraph/pull/8442) - - fix(sort): Only filter out nodes with positive offsets (https://github.com/dgraph-io/dgraph/pull/8441) - - fix(fragment): merge the nested fragments fields (https://github.com/dgraph-io/dgraph/pull/8435) - - Fix(lsbackup): Fix profiler in lsBackup (https://github.com/dgraph-io/dgraph/pull/8432) - - fix(DQL): optimize query for has function with offset (https://github.com/dgraph-io/dgraph/pull/8431) + - Fix(badger): Upgrade badger version to fix manifest corruption (https://github.com/hypermodeinc/dgraph/pull/8365) + - fix(pagination): Fix after for regexp, match functions (https://github.com/hypermodeinc/dgraph/pull/8471) + - fix(query): Do not execute filters if there are no source uids(https://github.com/hypermodeinc/dgraph/pull/8452) + - fix(admin): make config changes to pass through gog middlewares (https://github.com/hypermodeinc/dgraph/pull/8442) + - fix(sort): Only filter out nodes with positive offsets (https://github.com/hypermodeinc/dgraph/pull/8441) + - fix(fragment): merge the nested fragments fields (https://github.com/hypermodeinc/dgraph/pull/8435) + - Fix(lsbackup): Fix profiler in lsBackup (https://github.com/hypermodeinc/dgraph/pull/8432) + - fix(DQL): optimize query for has function with offset (https://github.com/hypermodeinc/dgraph/pull/8431) - **GraphQL** - - Fix(GraphQL): Make mutation rewriting tests more robust (https://github.com/dgraph-io/dgraph/pull/8449) + - Fix(GraphQL): Make mutation rewriting tests more robust (https://github.com/hypermodeinc/dgraph/pull/8449) - **Security** - <details> @@ -675,26 +675,26 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti ### Changed - **CI Enhancements** - - Added more unit tests (https://github.com/dgraph-io/dgraph/pull/8470 https://github.com/dgraph-io/dgraph/pull/8489 https://github.com/dgraph-io/dgraph/pull/8479 https://github.com/dgraph-io/dgraph/pull/8488 https://github.com/dgraph-io/dgraph/pull/8433) - - [Coveralls](https://coveralls.io/github/dgraph-io/dgraph?branch=main) on CI is enhanced to measure code coverage for integration tests (https://github.com/dgraph-io/dgraph/pull/8494) - - [**LDBC Benchmarking**](https://ldbcouncil.org) in enabled on [CI](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-ldbc-tests.yml) + - Added more unit tests (https://github.com/hypermodeinc/dgraph/pull/8470 https://github.com/hypermodeinc/dgraph/pull/8489 https://github.com/hypermodeinc/dgraph/pull/8479 https://github.com/hypermodeinc/dgraph/pull/8488 https://github.com/hypermodeinc/dgraph/pull/8433) + - [Coveralls](https://coveralls.io/github/dgraph-io/dgraph?branch=main) on CI is enhanced to measure code coverage for integration tests (https://github.com/hypermodeinc/dgraph/pull/8494) + - [**LDBC Benchmarking**](https://ldbcouncil.org) in enabled on [CI](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-ldbc-tests.yml) - **CD Enhancements** - - Enhanced our [CD Pipeline](https://github.com/dgraph-io/dgraph/actions/workflows/cd-dgraph.yml) to support ARM64 binaries and docker-images (https://github.com/dgraph-io/dgraph/pull/8520) - - Enhanced [dgraph-lambda](https://github.com/dgraph-io/dgraph-lambda) to support arm64 (https://github.com/dgraph-io/dgraph-lambda/pull/39 https://github.com/dgraph-io/dgraph-lambda/pull/38 https://github.com/dgraph-io/dgraph-lambda/pull/37) + - Enhanced our [CD Pipeline](https://github.com/hypermodeinc/dgraph/actions/workflows/cd-dgraph.yml) to support ARM64 binaries and docker-images (https://github.com/hypermodeinc/dgraph/pull/8520) + - Enhanced [dgraph-lambda](https://github.com/hypermodeinc/dgraph-lambda) to support arm64 (https://github.com/hypermodeinc/dgraph-lambda/pull/39 https://github.com/hypermodeinc/dgraph-lambda/pull/38 https://github.com/hypermodeinc/dgraph-lambda/pull/37) - Enhanced [badger](https://github.com/dgraph-io/badger) to support arm64 (https://github.com/dgraph-io/badger/pull/1838) ## [v22.0.1] - 2022-11-10 -[v22.0.1]: https://github.com/dgraph-io/dgraph/compare/v22.0.0...v22.0.1 +[v22.0.1]: https://github.com/hypermodeinc/dgraph/compare/v22.0.0...v22.0.1 ### Fixed - **CD Release Pipeline** - - Badger Binary fetch steps added to the release CD pipeline (https://github.com/dgraph-io/dgraph/pull/8425) + - Badger Binary fetch steps added to the release CD pipeline (https://github.com/hypermodeinc/dgraph/pull/8425) - Corresponding Badger artifacts will be fetched & uploaded from v22.0.1 onwards ## [v22.0.0] - 2022-10-21 -[v22.0.0]: https://github.com/dgraph-io/dgraph/compare/v21.03.2...v22.0.0 +[v22.0.0]: https://github.com/hypermodeinc/dgraph/compare/v21.03.2...v22.0.0 > **Note** > `v22.0.0` release is based of `v21.03.2` release. @@ -706,13 +706,13 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti ### Fixed - **GraphQL** - - fix(GraphQL): optimize eq filter queries (https://github.com/dgraph-io/dgraph/pull/7895) - - fix(GraphQL): add validation of null values with correct order of graphql rule validation (https://github.com/dgraph-io/dgraph/pull/8333) - - fix(GraphQL) fix auth query rewriting with ID filter (https://github.com/dgraph-io/dgraph/pull/8157) + - fix(GraphQL): optimize eq filter queries (https://github.com/hypermodeinc/dgraph/pull/7895) + - fix(GraphQL): add validation of null values with correct order of graphql rule validation (https://github.com/hypermodeinc/dgraph/pull/8333) + - fix(GraphQL) fix auth query rewriting with ID filter (https://github.com/hypermodeinc/dgraph/pull/8157) - **EDgraph** - - fix(query): Prevent multiple entries for same predicate in mutations (https://github.com/dgraph-io/dgraph/pull/8332) + - fix(query): Prevent multiple entries for same predicate in mutations (https://github.com/hypermodeinc/dgraph/pull/8332) - **Posting** - - fix(rollups): Fix splits in roll-up (https://github.com/dgraph-io/dgraph/pull/8297) + - fix(rollups): Fix splits in roll-up (https://github.com/hypermodeinc/dgraph/pull/8297) - **Security** - <details> <summary>CVE Fixes (417 total)</summary> @@ -1146,31 +1146,31 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - GHSA-cg3q-j54f-5p7p - GHSA-wxc4-f4m6-wwqv </details> - - fix(sec): fixing HIGH CVEs (https://github.com/dgraph-io/dgraph/pull/8289) - - fix(sec): CVE High Vulnerability (https://github.com/dgraph-io/dgraph/pull/8277) - - fix(sec): Fixing CVE-2021-31525 (https://github.com/dgraph-io/dgraph/pull/8274) - - fix(sec): CVE-2019-11254 (https://github.com/dgraph-io/dgraph/pull/8270) + - fix(sec): fixing HIGH CVEs (https://github.com/hypermodeinc/dgraph/pull/8289) + - fix(sec): CVE High Vulnerability (https://github.com/hypermodeinc/dgraph/pull/8277) + - fix(sec): Fixing CVE-2021-31525 (https://github.com/hypermodeinc/dgraph/pull/8274) + - fix(sec): CVE-2019-11254 (https://github.com/hypermodeinc/dgraph/pull/8270) ### Changed - **CI Test Infrastructure** - - Configured to run with [Github Actions](https://github.com/dgraph-io/dgraph/tree/main/.github/workflows) + - Configured to run with [Github Actions](https://github.com/hypermodeinc/dgraph/tree/main/.github/workflows) - Stability Improvements to test harness - - Enabled [Unit/Integration Tests](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-tests.yml) - - Enabled [Load Tests](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-load-tests.yml) - - Enabled [Linters](https://github.com/dgraph-io/dgraph/actions/workflows/ci-golang-lint.yml) + - Enabled [Unit/Integration Tests](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-tests.yml) + - Enabled [Load Tests](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-load-tests.yml) + - Enabled [Linters](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-golang-lint.yml) - Enabled [Code Coverage](https://coveralls.io/github/dgraph-io/dgraph?branch=main) - **CI Security** - - Configured to run with [Github Actions](https://github.com/dgraph-io/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml) - - Enabled [Trivy Scans](https://github.com/dgraph-io/dgraph/actions/workflows/ci-aqua-security-trivy-tests.yml) + - Configured to run with [Github Actions](https://github.com/hypermodeinc/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml) + - Enabled [Trivy Scans](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-aqua-security-trivy-tests.yml) - Enabled dependabot scans - - Configured to run with [Github Actions](https://github.com/dgraph-io/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml) + - Configured to run with [Github Actions](https://github.com/hypermodeinc/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml) - **CD Release Pipeline** - - Automated [Release Pipeline](https://github.com/dgraph-io/dgraph/blob/main/.github/workflows/cd-dgraph.yml) to facilitate building of dgraph-binary & corresponding docker-images. The built artifacts are published to repositories through the same pipeline. -- [**Github Issues Enabled**](https://github.com/dgraph-io/dgraph/issues/new/choose) + - Automated [Release Pipeline](https://github.com/hypermodeinc/dgraph/blob/main/.github/workflows/cd-dgraph.yml) to facilitate building of dgraph-binary & corresponding docker-images. The built artifacts are published to repositories through the same pipeline. +- [**Github Issues Enabled**](https://github.com/hypermodeinc/dgraph/issues/new/choose) ## [21.03.2] - 2021-08-26 -[21.03.2]: https://github.com/dgraph-io/dgraph/compare/v21.03.1...v21.03.2 +[21.03.2]: https://github.com/hypermodeinc/dgraph/compare/v21.03.1...v21.03.2 ### Fixed @@ -1198,23 +1198,23 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - feat(acl): allow access to all the predicates using wildcard. ([#7993][]) - feat(Multi-tenancy): Add namespaces field to state. ([#7936][]) -[#7923]: https://github.com/dgraph-io/dgraph/issues/7923 -[#7908]: https://github.com/dgraph-io/dgraph/issues/7908 -[#7921]: https://github.com/dgraph-io/dgraph/issues/7921 -[#7952]: https://github.com/dgraph-io/dgraph/issues/7952 -[#7967]: https://github.com/dgraph-io/dgraph/issues/7967 -[#7964]: https://github.com/dgraph-io/dgraph/issues/7964 -[#7981]: https://github.com/dgraph-io/dgraph/issues/7981 -[#7934]: https://github.com/dgraph-io/dgraph/issues/7934 -[#7999]: https://github.com/dgraph-io/dgraph/issues/7999 -[#7998]: https://github.com/dgraph-io/dgraph/issues/7998 -[#7949]: https://github.com/dgraph-io/dgraph/issues/7949 -[#7913]: https://github.com/dgraph-io/dgraph/issues/7913 -[#7993]: https://github.com/dgraph-io/dgraph/issues/7993 -[#7936]: https://github.com/dgraph-io/dgraph/issues/7936 +[#7923]: https://github.com/hypermodeinc/dgraph/issues/7923 +[#7908]: https://github.com/hypermodeinc/dgraph/issues/7908 +[#7921]: https://github.com/hypermodeinc/dgraph/issues/7921 +[#7952]: https://github.com/hypermodeinc/dgraph/issues/7952 +[#7967]: https://github.com/hypermodeinc/dgraph/issues/7967 +[#7964]: https://github.com/hypermodeinc/dgraph/issues/7964 +[#7981]: https://github.com/hypermodeinc/dgraph/issues/7981 +[#7934]: https://github.com/hypermodeinc/dgraph/issues/7934 +[#7999]: https://github.com/hypermodeinc/dgraph/issues/7999 +[#7998]: https://github.com/hypermodeinc/dgraph/issues/7998 +[#7949]: https://github.com/hypermodeinc/dgraph/issues/7949 +[#7913]: https://github.com/hypermodeinc/dgraph/issues/7913 +[#7993]: https://github.com/hypermodeinc/dgraph/issues/7993 +[#7936]: https://github.com/hypermodeinc/dgraph/issues/7936 ## [21.03.1] - 2021-06-16 -[21.03.1]: https://github.com/dgraph-io/dgraph/compare/v21.03.0...v21.03.1 +[21.03.1]: https://github.com/hypermodeinc/dgraph/compare/v21.03.0...v21.03.1 ### Fixed - GraphQL @@ -1253,59 +1253,59 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - make exports synchronous again ([#7877][]) - feat(schema): do schema versioning and make backup non-blocking for i… ([#7856][]) ([#7873][]) -[#7701]: https://github.com/dgraph-io/dgraph/issues/7701 -[#7737]: https://github.com/dgraph-io/dgraph/issues/7737 -[#7745]: https://github.com/dgraph-io/dgraph/issues/7745 -[#7722]: https://github.com/dgraph-io/dgraph/issues/7722 -[#7749]: https://github.com/dgraph-io/dgraph/issues/7749 -[#7719]: https://github.com/dgraph-io/dgraph/issues/7719 -[#7750]: https://github.com/dgraph-io/dgraph/issues/7750 -[#7765]: https://github.com/dgraph-io/dgraph/issues/7765 -[#7767]: https://github.com/dgraph-io/dgraph/issues/7767 -[#7759]: https://github.com/dgraph-io/dgraph/issues/7759 -[#7769]: https://github.com/dgraph-io/dgraph/issues/7769 -[#7782]: https://github.com/dgraph-io/dgraph/issues/7782 -[#7784]: https://github.com/dgraph-io/dgraph/issues/7784 -[#7803]: https://github.com/dgraph-io/dgraph/issues/7803 -[#7804]: https://github.com/dgraph-io/dgraph/issues/7804 -[#7827]: https://github.com/dgraph-io/dgraph/issues/7827 -[#7741]: https://github.com/dgraph-io/dgraph/issues/7741 -[#7811]: https://github.com/dgraph-io/dgraph/issues/7811 -[#7845]: https://github.com/dgraph-io/dgraph/issues/7845 -[#7847]: https://github.com/dgraph-io/dgraph/issues/7847 -[#7744]: https://github.com/dgraph-io/dgraph/issues/7744 -[#7756]: https://github.com/dgraph-io/dgraph/issues/7756 -[#7787]: https://github.com/dgraph-io/dgraph/issues/7787 -[#7802]: https://github.com/dgraph-io/dgraph/issues/7802 -[#7832]: https://github.com/dgraph-io/dgraph/issues/7832 -[#7834]: https://github.com/dgraph-io/dgraph/issues/7834 -[#7796]: https://github.com/dgraph-io/dgraph/issues/7796 -[#7781]: https://github.com/dgraph-io/dgraph/issues/7781 -[#7713]: https://github.com/dgraph-io/dgraph/issues/7713 -[#7797]: https://github.com/dgraph-io/dgraph/issues/7797 -[#7835]: https://github.com/dgraph-io/dgraph/issues/7835 -[#7836]: https://github.com/dgraph-io/dgraph/issues/7836 -[#7856]: https://github.com/dgraph-io/dgraph/issues/7856 -[#7873]: https://github.com/dgraph-io/dgraph/issues/7873 -[#7881]: https://github.com/dgraph-io/dgraph/issues/7881 -[#7885]: https://github.com/dgraph-io/dgraph/issues/7885 -[#7888]: https://github.com/dgraph-io/dgraph/issues/7888 -[#7877]: https://github.com/dgraph-io/dgraph/issues/7877 -[#7695]: https://github.com/dgraph-io/dgraph/issues/7695 -[#7726]: https://github.com/dgraph-io/dgraph/issues/7726 -[#7730]: https://github.com/dgraph-io/dgraph/issues/7730 -[#7728]: https://github.com/dgraph-io/dgraph/issues/7728 -[#7733]: https://github.com/dgraph-io/dgraph/issues/7733 -[#7751]: https://github.com/dgraph-io/dgraph/issues/7751 -[#7754]: https://github.com/dgraph-io/dgraph/issues/7754 -[#7757]: https://github.com/dgraph-io/dgraph/issues/7757 -[#7760]: https://github.com/dgraph-io/dgraph/issues/7760 -[#7900]: https://github.com/dgraph-io/dgraph/issues/7900 -[#7904]: https://github.com/dgraph-io/dgraph/issues/7904 +[#7701]: https://github.com/hypermodeinc/dgraph/issues/7701 +[#7737]: https://github.com/hypermodeinc/dgraph/issues/7737 +[#7745]: https://github.com/hypermodeinc/dgraph/issues/7745 +[#7722]: https://github.com/hypermodeinc/dgraph/issues/7722 +[#7749]: https://github.com/hypermodeinc/dgraph/issues/7749 +[#7719]: https://github.com/hypermodeinc/dgraph/issues/7719 +[#7750]: https://github.com/hypermodeinc/dgraph/issues/7750 +[#7765]: https://github.com/hypermodeinc/dgraph/issues/7765 +[#7767]: https://github.com/hypermodeinc/dgraph/issues/7767 +[#7759]: https://github.com/hypermodeinc/dgraph/issues/7759 +[#7769]: https://github.com/hypermodeinc/dgraph/issues/7769 +[#7782]: https://github.com/hypermodeinc/dgraph/issues/7782 +[#7784]: https://github.com/hypermodeinc/dgraph/issues/7784 +[#7803]: https://github.com/hypermodeinc/dgraph/issues/7803 +[#7804]: https://github.com/hypermodeinc/dgraph/issues/7804 +[#7827]: https://github.com/hypermodeinc/dgraph/issues/7827 +[#7741]: https://github.com/hypermodeinc/dgraph/issues/7741 +[#7811]: https://github.com/hypermodeinc/dgraph/issues/7811 +[#7845]: https://github.com/hypermodeinc/dgraph/issues/7845 +[#7847]: https://github.com/hypermodeinc/dgraph/issues/7847 +[#7744]: https://github.com/hypermodeinc/dgraph/issues/7744 +[#7756]: https://github.com/hypermodeinc/dgraph/issues/7756 +[#7787]: https://github.com/hypermodeinc/dgraph/issues/7787 +[#7802]: https://github.com/hypermodeinc/dgraph/issues/7802 +[#7832]: https://github.com/hypermodeinc/dgraph/issues/7832 +[#7834]: https://github.com/hypermodeinc/dgraph/issues/7834 +[#7796]: https://github.com/hypermodeinc/dgraph/issues/7796 +[#7781]: https://github.com/hypermodeinc/dgraph/issues/7781 +[#7713]: https://github.com/hypermodeinc/dgraph/issues/7713 +[#7797]: https://github.com/hypermodeinc/dgraph/issues/7797 +[#7835]: https://github.com/hypermodeinc/dgraph/issues/7835 +[#7836]: https://github.com/hypermodeinc/dgraph/issues/7836 +[#7856]: https://github.com/hypermodeinc/dgraph/issues/7856 +[#7873]: https://github.com/hypermodeinc/dgraph/issues/7873 +[#7881]: https://github.com/hypermodeinc/dgraph/issues/7881 +[#7885]: https://github.com/hypermodeinc/dgraph/issues/7885 +[#7888]: https://github.com/hypermodeinc/dgraph/issues/7888 +[#7877]: https://github.com/hypermodeinc/dgraph/issues/7877 +[#7695]: https://github.com/hypermodeinc/dgraph/issues/7695 +[#7726]: https://github.com/hypermodeinc/dgraph/issues/7726 +[#7730]: https://github.com/hypermodeinc/dgraph/issues/7730 +[#7728]: https://github.com/hypermodeinc/dgraph/issues/7728 +[#7733]: https://github.com/hypermodeinc/dgraph/issues/7733 +[#7751]: https://github.com/hypermodeinc/dgraph/issues/7751 +[#7754]: https://github.com/hypermodeinc/dgraph/issues/7754 +[#7757]: https://github.com/hypermodeinc/dgraph/issues/7757 +[#7760]: https://github.com/hypermodeinc/dgraph/issues/7760 +[#7900]: https://github.com/hypermodeinc/dgraph/issues/7900 +[#7904]: https://github.com/hypermodeinc/dgraph/issues/7904 ## [21.03.0] - 2021-04-07 -[21.03.0]: https://github.com/dgraph-io/dgraph/compare/v20.11.0...v21.03.0 +[21.03.0]: https://github.com/hypermodeinc/dgraph/compare/v20.11.0...v21.03.0 ### Changed @@ -1461,158 +1461,158 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - Fix(restore): reset acl accounts once restore is done if necessary ([#7202][]) - Fix(restore): multiple restore requests should be rejected and proposals should not be submitted ([#7118][]) -[#7677]: https://github.com/dgraph-io/dgraph/issues/7677 -[#7272]: https://github.com/dgraph-io/dgraph/issues/7272 -[#7436]: https://github.com/dgraph-io/dgraph/issues/7436 -[#7337]: https://github.com/dgraph-io/dgraph/issues/7337 -[#7560]: https://github.com/dgraph-io/dgraph/issues/7560 -[#7652]: https://github.com/dgraph-io/dgraph/issues/7652 -[#7675]: https://github.com/dgraph-io/dgraph/issues/7675 -[#7341]: https://github.com/dgraph-io/dgraph/issues/7341 -[#7659]: https://github.com/dgraph-io/dgraph/issues/7659 -[#7631]: https://github.com/dgraph-io/dgraph/issues/7631 -[#7507]: https://github.com/dgraph-io/dgraph/issues/7507 -[#7387]: https://github.com/dgraph-io/dgraph/issues/7387 -[#7148]: https://github.com/dgraph-io/dgraph/issues/7148 -[#7143]: https://github.com/dgraph-io/dgraph/issues/7143 -[#7451]: https://github.com/dgraph-io/dgraph/issues/7451 -[#6649]: https://github.com/dgraph-io/dgraph/issues/6649 -[#7670]: https://github.com/dgraph-io/dgraph/issues/7670 -[#7494]: https://github.com/dgraph-io/dgraph/issues/7494 -[#7616]: https://github.com/dgraph-io/dgraph/issues/7616 -[#7528]: https://github.com/dgraph-io/dgraph/issues/7528 -[#7581]: https://github.com/dgraph-io/dgraph/issues/7581 -[#7584]: https://github.com/dgraph-io/dgraph/issues/7584 -[#7503]: https://github.com/dgraph-io/dgraph/issues/7503 -[#7472]: https://github.com/dgraph-io/dgraph/issues/7472 -[#7469]: https://github.com/dgraph-io/dgraph/issues/7469 -[#7441]: https://github.com/dgraph-io/dgraph/issues/7441 -[#7235]: https://github.com/dgraph-io/dgraph/issues/7235 -[#7433]: https://github.com/dgraph-io/dgraph/issues/7433 -[#7385]: https://github.com/dgraph-io/dgraph/issues/7385 -[#7448]: https://github.com/dgraph-io/dgraph/issues/7448 -[#7410]: https://github.com/dgraph-io/dgraph/issues/7410 -[#7039]: https://github.com/dgraph-io/dgraph/issues/7039 -[#7340]: https://github.com/dgraph-io/dgraph/issues/7340 -[#7314]: https://github.com/dgraph-io/dgraph/issues/7314 -[#7406]: https://github.com/dgraph-io/dgraph/issues/7406 -[#7363]: https://github.com/dgraph-io/dgraph/issues/7363 -[#7381]: https://github.com/dgraph-io/dgraph/issues/7381 -[#7371]: https://github.com/dgraph-io/dgraph/issues/7371 -[#7275]: https://github.com/dgraph-io/dgraph/issues/7275 -[#7476]: https://github.com/dgraph-io/dgraph/issues/7476 -[#7490]: https://github.com/dgraph-io/dgraph/issues/7490 -[#7603]: https://github.com/dgraph-io/dgraph/issues/7603 -[#7360]: https://github.com/dgraph-io/dgraph/issues/7360 -[#7643]: https://github.com/dgraph-io/dgraph/issues/7643 -[#7683]: https://github.com/dgraph-io/dgraph/issues/7683 -[#7599]: https://github.com/dgraph-io/dgraph/issues/7599 -[#7109]: https://github.com/dgraph-io/dgraph/issues/7109 -[#7478]: https://github.com/dgraph-io/dgraph/issues/7478 -[#7492]: https://github.com/dgraph-io/dgraph/issues/7492 -[#7165]: https://github.com/dgraph-io/dgraph/issues/7165 -[#7339]: https://github.com/dgraph-io/dgraph/issues/7339 -[#7359]: https://github.com/dgraph-io/dgraph/issues/7359 -[#7338]: https://github.com/dgraph-io/dgraph/issues/7338 -[#7415]: https://github.com/dgraph-io/dgraph/issues/7415 -[#7404]: https://github.com/dgraph-io/dgraph/issues/7404 -[#7316]: https://github.com/dgraph-io/dgraph/issues/7316 -[#7601]: https://github.com/dgraph-io/dgraph/issues/7601 -[#7435]: https://github.com/dgraph-io/dgraph/issues/7435 -[#7446]: https://github.com/dgraph-io/dgraph/issues/7446 -[#7293]: https://github.com/dgraph-io/dgraph/issues/7293 -[#7400]: https://github.com/dgraph-io/dgraph/issues/7400 -[#7397]: https://github.com/dgraph-io/dgraph/issues/7397 -[#7399]: https://github.com/dgraph-io/dgraph/issues/7399 -[#7377]: https://github.com/dgraph-io/dgraph/issues/7377 -[#7414]: https://github.com/dgraph-io/dgraph/issues/7414 -[#7418]: https://github.com/dgraph-io/dgraph/issues/7418 -[#7295]: https://github.com/dgraph-io/dgraph/issues/7295 -[#7395]: https://github.com/dgraph-io/dgraph/issues/7395 -[#7392]: https://github.com/dgraph-io/dgraph/issues/7392 -[#7354]: https://github.com/dgraph-io/dgraph/issues/7354 -[#7656]: https://github.com/dgraph-io/dgraph/issues/7656 -[#7612]: https://github.com/dgraph-io/dgraph/issues/7612 -[#7630]: https://github.com/dgraph-io/dgraph/issues/7630 -[#7617]: https://github.com/dgraph-io/dgraph/issues/7617 -[#7610]: https://github.com/dgraph-io/dgraph/issues/7610 -[#7602]: https://github.com/dgraph-io/dgraph/issues/7602 -[#7595]: https://github.com/dgraph-io/dgraph/issues/7595 -[#7570]: https://github.com/dgraph-io/dgraph/issues/7570 -[#7583]: https://github.com/dgraph-io/dgraph/issues/7583 -[#7565]: https://github.com/dgraph-io/dgraph/issues/7565 -[#7588]: https://github.com/dgraph-io/dgraph/issues/7588 -[#7569]: https://github.com/dgraph-io/dgraph/issues/7569 -[#7559]: https://github.com/dgraph-io/dgraph/issues/7559 -[#7558]: https://github.com/dgraph-io/dgraph/issues/7558 -[#7563]: https://github.com/dgraph-io/dgraph/issues/7563 -[#7542]: https://github.com/dgraph-io/dgraph/issues/7542 -[#7556]: https://github.com/dgraph-io/dgraph/issues/7556 -[#7546]: https://github.com/dgraph-io/dgraph/issues/7546 -[#7523]: https://github.com/dgraph-io/dgraph/issues/7523 -[#7517]: https://github.com/dgraph-io/dgraph/issues/7517 -[#7477]: https://github.com/dgraph-io/dgraph/issues/7477 -[#7467]: https://github.com/dgraph-io/dgraph/issues/7467 -[#7409]: https://github.com/dgraph-io/dgraph/issues/7409 -[#7380]: https://github.com/dgraph-io/dgraph/issues/7380 -[#7401]: https://github.com/dgraph-io/dgraph/issues/7401 -[#7368]: https://github.com/dgraph-io/dgraph/issues/7368 -[#7349]: https://github.com/dgraph-io/dgraph/issues/7349 -[#7325]: https://github.com/dgraph-io/dgraph/issues/7325 -[#7270]: https://github.com/dgraph-io/dgraph/issues/7270 -[#7285]: https://github.com/dgraph-io/dgraph/issues/7285 -[#7245]: https://github.com/dgraph-io/dgraph/issues/7245 -[#7133]: https://github.com/dgraph-io/dgraph/issues/7133 -[#7019]: https://github.com/dgraph-io/dgraph/issues/7019 -[#7405]: https://github.com/dgraph-io/dgraph/issues/7405 -[#7679]: https://github.com/dgraph-io/dgraph/issues/7679 -[#7668]: https://github.com/dgraph-io/dgraph/issues/7668 -[#7632]: https://github.com/dgraph-io/dgraph/issues/7632 -[#7568]: https://github.com/dgraph-io/dgraph/issues/7568 -[#7614]: https://github.com/dgraph-io/dgraph/issues/7614 -[#7608]: https://github.com/dgraph-io/dgraph/issues/7608 -[#7637]: https://github.com/dgraph-io/dgraph/issues/7637 -[#7636]: https://github.com/dgraph-io/dgraph/issues/7636 -[#7495]: https://github.com/dgraph-io/dgraph/issues/7495 -[#7543]: https://github.com/dgraph-io/dgraph/issues/7543 -[#7524]: https://github.com/dgraph-io/dgraph/issues/7524 -[#7526]: https://github.com/dgraph-io/dgraph/issues/7526 -[#7498]: https://github.com/dgraph-io/dgraph/issues/7498 -[#7515]: https://github.com/dgraph-io/dgraph/issues/7515 -[#7511]: https://github.com/dgraph-io/dgraph/issues/7511 -[#7480]: https://github.com/dgraph-io/dgraph/issues/7480 -[#7488]: https://github.com/dgraph-io/dgraph/issues/7488 -[#7502]: https://github.com/dgraph-io/dgraph/issues/7502 -[#7468]: https://github.com/dgraph-io/dgraph/issues/7468 -[#7461]: https://github.com/dgraph-io/dgraph/issues/7461 -[#7440]: https://github.com/dgraph-io/dgraph/issues/7440 -[#7455]: https://github.com/dgraph-io/dgraph/issues/7455 -[#7445]: https://github.com/dgraph-io/dgraph/issues/7445 -[#7432]: https://github.com/dgraph-io/dgraph/issues/7432 -[#7412]: https://github.com/dgraph-io/dgraph/issues/7412 -[#7382]: https://github.com/dgraph-io/dgraph/issues/7382 -[#7365]: https://github.com/dgraph-io/dgraph/issues/7365 -[#7288]: https://github.com/dgraph-io/dgraph/issues/7288 -[#7241]: https://github.com/dgraph-io/dgraph/issues/7241 -[#7269]: https://github.com/dgraph-io/dgraph/issues/7269 -[#7258]: https://github.com/dgraph-io/dgraph/issues/7258 -[#6828]: https://github.com/dgraph-io/dgraph/issues/6828 -[#7188]: https://github.com/dgraph-io/dgraph/issues/7188 -[#7176]: https://github.com/dgraph-io/dgraph/issues/7176 -[#7218]: https://github.com/dgraph-io/dgraph/issues/7218 -[#7171]: https://github.com/dgraph-io/dgraph/issues/7171 -[#7161]: https://github.com/dgraph-io/dgraph/issues/7161 -[#7154]: https://github.com/dgraph-io/dgraph/issues/7154 -[#7686]: https://github.com/dgraph-io/dgraph/issues/7686 -[#7456]: https://github.com/dgraph-io/dgraph/issues/7456 -[#7434]: https://github.com/dgraph-io/dgraph/issues/7434 -[#7452]: https://github.com/dgraph-io/dgraph/issues/7452 -[#7420]: https://github.com/dgraph-io/dgraph/issues/7420 -[#7202]: https://github.com/dgraph-io/dgraph/issues/7202 -[#7118]: https://github.com/dgraph-io/dgraph/issues/7118 +[#7677]: https://github.com/hypermodeinc/dgraph/issues/7677 +[#7272]: https://github.com/hypermodeinc/dgraph/issues/7272 +[#7436]: https://github.com/hypermodeinc/dgraph/issues/7436 +[#7337]: https://github.com/hypermodeinc/dgraph/issues/7337 +[#7560]: https://github.com/hypermodeinc/dgraph/issues/7560 +[#7652]: https://github.com/hypermodeinc/dgraph/issues/7652 +[#7675]: https://github.com/hypermodeinc/dgraph/issues/7675 +[#7341]: https://github.com/hypermodeinc/dgraph/issues/7341 +[#7659]: https://github.com/hypermodeinc/dgraph/issues/7659 +[#7631]: https://github.com/hypermodeinc/dgraph/issues/7631 +[#7507]: https://github.com/hypermodeinc/dgraph/issues/7507 +[#7387]: https://github.com/hypermodeinc/dgraph/issues/7387 +[#7148]: https://github.com/hypermodeinc/dgraph/issues/7148 +[#7143]: https://github.com/hypermodeinc/dgraph/issues/7143 +[#7451]: https://github.com/hypermodeinc/dgraph/issues/7451 +[#6649]: https://github.com/hypermodeinc/dgraph/issues/6649 +[#7670]: https://github.com/hypermodeinc/dgraph/issues/7670 +[#7494]: https://github.com/hypermodeinc/dgraph/issues/7494 +[#7616]: https://github.com/hypermodeinc/dgraph/issues/7616 +[#7528]: https://github.com/hypermodeinc/dgraph/issues/7528 +[#7581]: https://github.com/hypermodeinc/dgraph/issues/7581 +[#7584]: https://github.com/hypermodeinc/dgraph/issues/7584 +[#7503]: https://github.com/hypermodeinc/dgraph/issues/7503 +[#7472]: https://github.com/hypermodeinc/dgraph/issues/7472 +[#7469]: https://github.com/hypermodeinc/dgraph/issues/7469 +[#7441]: https://github.com/hypermodeinc/dgraph/issues/7441 +[#7235]: https://github.com/hypermodeinc/dgraph/issues/7235 +[#7433]: https://github.com/hypermodeinc/dgraph/issues/7433 +[#7385]: https://github.com/hypermodeinc/dgraph/issues/7385 +[#7448]: https://github.com/hypermodeinc/dgraph/issues/7448 +[#7410]: https://github.com/hypermodeinc/dgraph/issues/7410 +[#7039]: https://github.com/hypermodeinc/dgraph/issues/7039 +[#7340]: https://github.com/hypermodeinc/dgraph/issues/7340 +[#7314]: https://github.com/hypermodeinc/dgraph/issues/7314 +[#7406]: https://github.com/hypermodeinc/dgraph/issues/7406 +[#7363]: https://github.com/hypermodeinc/dgraph/issues/7363 +[#7381]: https://github.com/hypermodeinc/dgraph/issues/7381 +[#7371]: https://github.com/hypermodeinc/dgraph/issues/7371 +[#7275]: https://github.com/hypermodeinc/dgraph/issues/7275 +[#7476]: https://github.com/hypermodeinc/dgraph/issues/7476 +[#7490]: https://github.com/hypermodeinc/dgraph/issues/7490 +[#7603]: https://github.com/hypermodeinc/dgraph/issues/7603 +[#7360]: https://github.com/hypermodeinc/dgraph/issues/7360 +[#7643]: https://github.com/hypermodeinc/dgraph/issues/7643 +[#7683]: https://github.com/hypermodeinc/dgraph/issues/7683 +[#7599]: https://github.com/hypermodeinc/dgraph/issues/7599 +[#7109]: https://github.com/hypermodeinc/dgraph/issues/7109 +[#7478]: https://github.com/hypermodeinc/dgraph/issues/7478 +[#7492]: https://github.com/hypermodeinc/dgraph/issues/7492 +[#7165]: https://github.com/hypermodeinc/dgraph/issues/7165 +[#7339]: https://github.com/hypermodeinc/dgraph/issues/7339 +[#7359]: https://github.com/hypermodeinc/dgraph/issues/7359 +[#7338]: https://github.com/hypermodeinc/dgraph/issues/7338 +[#7415]: https://github.com/hypermodeinc/dgraph/issues/7415 +[#7404]: https://github.com/hypermodeinc/dgraph/issues/7404 +[#7316]: https://github.com/hypermodeinc/dgraph/issues/7316 +[#7601]: https://github.com/hypermodeinc/dgraph/issues/7601 +[#7435]: https://github.com/hypermodeinc/dgraph/issues/7435 +[#7446]: https://github.com/hypermodeinc/dgraph/issues/7446 +[#7293]: https://github.com/hypermodeinc/dgraph/issues/7293 +[#7400]: https://github.com/hypermodeinc/dgraph/issues/7400 +[#7397]: https://github.com/hypermodeinc/dgraph/issues/7397 +[#7399]: https://github.com/hypermodeinc/dgraph/issues/7399 +[#7377]: https://github.com/hypermodeinc/dgraph/issues/7377 +[#7414]: https://github.com/hypermodeinc/dgraph/issues/7414 +[#7418]: https://github.com/hypermodeinc/dgraph/issues/7418 +[#7295]: https://github.com/hypermodeinc/dgraph/issues/7295 +[#7395]: https://github.com/hypermodeinc/dgraph/issues/7395 +[#7392]: https://github.com/hypermodeinc/dgraph/issues/7392 +[#7354]: https://github.com/hypermodeinc/dgraph/issues/7354 +[#7656]: https://github.com/hypermodeinc/dgraph/issues/7656 +[#7612]: https://github.com/hypermodeinc/dgraph/issues/7612 +[#7630]: https://github.com/hypermodeinc/dgraph/issues/7630 +[#7617]: https://github.com/hypermodeinc/dgraph/issues/7617 +[#7610]: https://github.com/hypermodeinc/dgraph/issues/7610 +[#7602]: https://github.com/hypermodeinc/dgraph/issues/7602 +[#7595]: https://github.com/hypermodeinc/dgraph/issues/7595 +[#7570]: https://github.com/hypermodeinc/dgraph/issues/7570 +[#7583]: https://github.com/hypermodeinc/dgraph/issues/7583 +[#7565]: https://github.com/hypermodeinc/dgraph/issues/7565 +[#7588]: https://github.com/hypermodeinc/dgraph/issues/7588 +[#7569]: https://github.com/hypermodeinc/dgraph/issues/7569 +[#7559]: https://github.com/hypermodeinc/dgraph/issues/7559 +[#7558]: https://github.com/hypermodeinc/dgraph/issues/7558 +[#7563]: https://github.com/hypermodeinc/dgraph/issues/7563 +[#7542]: https://github.com/hypermodeinc/dgraph/issues/7542 +[#7556]: https://github.com/hypermodeinc/dgraph/issues/7556 +[#7546]: https://github.com/hypermodeinc/dgraph/issues/7546 +[#7523]: https://github.com/hypermodeinc/dgraph/issues/7523 +[#7517]: https://github.com/hypermodeinc/dgraph/issues/7517 +[#7477]: https://github.com/hypermodeinc/dgraph/issues/7477 +[#7467]: https://github.com/hypermodeinc/dgraph/issues/7467 +[#7409]: https://github.com/hypermodeinc/dgraph/issues/7409 +[#7380]: https://github.com/hypermodeinc/dgraph/issues/7380 +[#7401]: https://github.com/hypermodeinc/dgraph/issues/7401 +[#7368]: https://github.com/hypermodeinc/dgraph/issues/7368 +[#7349]: https://github.com/hypermodeinc/dgraph/issues/7349 +[#7325]: https://github.com/hypermodeinc/dgraph/issues/7325 +[#7270]: https://github.com/hypermodeinc/dgraph/issues/7270 +[#7285]: https://github.com/hypermodeinc/dgraph/issues/7285 +[#7245]: https://github.com/hypermodeinc/dgraph/issues/7245 +[#7133]: https://github.com/hypermodeinc/dgraph/issues/7133 +[#7019]: https://github.com/hypermodeinc/dgraph/issues/7019 +[#7405]: https://github.com/hypermodeinc/dgraph/issues/7405 +[#7679]: https://github.com/hypermodeinc/dgraph/issues/7679 +[#7668]: https://github.com/hypermodeinc/dgraph/issues/7668 +[#7632]: https://github.com/hypermodeinc/dgraph/issues/7632 +[#7568]: https://github.com/hypermodeinc/dgraph/issues/7568 +[#7614]: https://github.com/hypermodeinc/dgraph/issues/7614 +[#7608]: https://github.com/hypermodeinc/dgraph/issues/7608 +[#7637]: https://github.com/hypermodeinc/dgraph/issues/7637 +[#7636]: https://github.com/hypermodeinc/dgraph/issues/7636 +[#7495]: https://github.com/hypermodeinc/dgraph/issues/7495 +[#7543]: https://github.com/hypermodeinc/dgraph/issues/7543 +[#7524]: https://github.com/hypermodeinc/dgraph/issues/7524 +[#7526]: https://github.com/hypermodeinc/dgraph/issues/7526 +[#7498]: https://github.com/hypermodeinc/dgraph/issues/7498 +[#7515]: https://github.com/hypermodeinc/dgraph/issues/7515 +[#7511]: https://github.com/hypermodeinc/dgraph/issues/7511 +[#7480]: https://github.com/hypermodeinc/dgraph/issues/7480 +[#7488]: https://github.com/hypermodeinc/dgraph/issues/7488 +[#7502]: https://github.com/hypermodeinc/dgraph/issues/7502 +[#7468]: https://github.com/hypermodeinc/dgraph/issues/7468 +[#7461]: https://github.com/hypermodeinc/dgraph/issues/7461 +[#7440]: https://github.com/hypermodeinc/dgraph/issues/7440 +[#7455]: https://github.com/hypermodeinc/dgraph/issues/7455 +[#7445]: https://github.com/hypermodeinc/dgraph/issues/7445 +[#7432]: https://github.com/hypermodeinc/dgraph/issues/7432 +[#7412]: https://github.com/hypermodeinc/dgraph/issues/7412 +[#7382]: https://github.com/hypermodeinc/dgraph/issues/7382 +[#7365]: https://github.com/hypermodeinc/dgraph/issues/7365 +[#7288]: https://github.com/hypermodeinc/dgraph/issues/7288 +[#7241]: https://github.com/hypermodeinc/dgraph/issues/7241 +[#7269]: https://github.com/hypermodeinc/dgraph/issues/7269 +[#7258]: https://github.com/hypermodeinc/dgraph/issues/7258 +[#6828]: https://github.com/hypermodeinc/dgraph/issues/6828 +[#7188]: https://github.com/hypermodeinc/dgraph/issues/7188 +[#7176]: https://github.com/hypermodeinc/dgraph/issues/7176 +[#7218]: https://github.com/hypermodeinc/dgraph/issues/7218 +[#7171]: https://github.com/hypermodeinc/dgraph/issues/7171 +[#7161]: https://github.com/hypermodeinc/dgraph/issues/7161 +[#7154]: https://github.com/hypermodeinc/dgraph/issues/7154 +[#7686]: https://github.com/hypermodeinc/dgraph/issues/7686 +[#7456]: https://github.com/hypermodeinc/dgraph/issues/7456 +[#7434]: https://github.com/hypermodeinc/dgraph/issues/7434 +[#7452]: https://github.com/hypermodeinc/dgraph/issues/7452 +[#7420]: https://github.com/hypermodeinc/dgraph/issues/7420 +[#7202]: https://github.com/hypermodeinc/dgraph/issues/7202 +[#7118]: https://github.com/hypermodeinc/dgraph/issues/7118 ## [20.07.1] - 2020-09-17 -[20.07.1]: https://github.com/dgraph-io/dgraph/compare/v20.07.0...v20.07.1 +[20.07.1]: https://github.com/hypermodeinc/dgraph/compare/v20.07.0...v20.07.1 ### Changed @@ -1670,54 +1670,54 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - Add a lock to backups to process one request at a time. ([#6339][]) - Fix Star_All delete query when used with ACL enabled. ([#6336][]) -[#6407]: https://github.com/dgraph-io/dgraph/issues/6407 -[#6336]: https://github.com/dgraph-io/dgraph/issues/6336 -[#6446]: https://github.com/dgraph-io/dgraph/issues/6446 -[#6402]: https://github.com/dgraph-io/dgraph/issues/6402 -[#6399]: https://github.com/dgraph-io/dgraph/issues/6399 -[#6346]: https://github.com/dgraph-io/dgraph/issues/6346 -[#6332]: https://github.com/dgraph-io/dgraph/issues/6332 -[#6243]: https://github.com/dgraph-io/dgraph/issues/6243 -[#6302]: https://github.com/dgraph-io/dgraph/issues/6302 -[#6339]: https://github.com/dgraph-io/dgraph/issues/6339 -[#6355]: https://github.com/dgraph-io/dgraph/issues/6355 -[#6342]: https://github.com/dgraph-io/dgraph/issues/6342 -[#6286]: https://github.com/dgraph-io/dgraph/issues/6286 -[#6201]: https://github.com/dgraph-io/dgraph/issues/6201 -[#6203]: https://github.com/dgraph-io/dgraph/issues/6203 -[#6196]: https://github.com/dgraph-io/dgraph/issues/6196 -[#6124]: https://github.com/dgraph-io/dgraph/issues/6124 -[#6137]: https://github.com/dgraph-io/dgraph/issues/6137 -[#6070]: https://github.com/dgraph-io/dgraph/issues/6070 -[#6192]: https://github.com/dgraph-io/dgraph/issues/6192 -[#6199]: https://github.com/dgraph-io/dgraph/issues/6199 -[#6158]: https://github.com/dgraph-io/dgraph/issues/6158 -[#6160]: https://github.com/dgraph-io/dgraph/issues/6160 -[#6161]: https://github.com/dgraph-io/dgraph/issues/6161 -[#6167]: https://github.com/dgraph-io/dgraph/issues/6167 -[#6173]: https://github.com/dgraph-io/dgraph/issues/6173 -[#6175]: https://github.com/dgraph-io/dgraph/issues/6175 -[#6180]: https://github.com/dgraph-io/dgraph/issues/6180 -[#6183]: https://github.com/dgraph-io/dgraph/issues/6183 -[#6179]: https://github.com/dgraph-io/dgraph/issues/6179 -[#6009]: https://github.com/dgraph-io/dgraph/issues/6009 -[#6095]: https://github.com/dgraph-io/dgraph/issues/6095 -[#6098]: https://github.com/dgraph-io/dgraph/issues/6098 -[#6151]: https://github.com/dgraph-io/dgraph/issues/6151 -[#6165]: https://github.com/dgraph-io/dgraph/issues/6165 -[#6259]: https://github.com/dgraph-io/dgraph/issues/6259 -[#6299]: https://github.com/dgraph-io/dgraph/issues/6299 -[#6279]: https://github.com/dgraph-io/dgraph/issues/6279 -[#6290]: https://github.com/dgraph-io/dgraph/issues/6290 -[#6274]: https://github.com/dgraph-io/dgraph/issues/6274 -[#6320]: https://github.com/dgraph-io/dgraph/issues/6320 -[#6331]: https://github.com/dgraph-io/dgraph/issues/6331 -[#6354]: https://github.com/dgraph-io/dgraph/issues/6354 -[#6374]: https://github.com/dgraph-io/dgraph/issues/6374 -[#6213]: https://github.com/dgraph-io/dgraph/issues/6213 +[#6407]: https://github.com/hypermodeinc/dgraph/issues/6407 +[#6336]: https://github.com/hypermodeinc/dgraph/issues/6336 +[#6446]: https://github.com/hypermodeinc/dgraph/issues/6446 +[#6402]: https://github.com/hypermodeinc/dgraph/issues/6402 +[#6399]: https://github.com/hypermodeinc/dgraph/issues/6399 +[#6346]: https://github.com/hypermodeinc/dgraph/issues/6346 +[#6332]: https://github.com/hypermodeinc/dgraph/issues/6332 +[#6243]: https://github.com/hypermodeinc/dgraph/issues/6243 +[#6302]: https://github.com/hypermodeinc/dgraph/issues/6302 +[#6339]: https://github.com/hypermodeinc/dgraph/issues/6339 +[#6355]: https://github.com/hypermodeinc/dgraph/issues/6355 +[#6342]: https://github.com/hypermodeinc/dgraph/issues/6342 +[#6286]: https://github.com/hypermodeinc/dgraph/issues/6286 +[#6201]: https://github.com/hypermodeinc/dgraph/issues/6201 +[#6203]: https://github.com/hypermodeinc/dgraph/issues/6203 +[#6196]: https://github.com/hypermodeinc/dgraph/issues/6196 +[#6124]: https://github.com/hypermodeinc/dgraph/issues/6124 +[#6137]: https://github.com/hypermodeinc/dgraph/issues/6137 +[#6070]: https://github.com/hypermodeinc/dgraph/issues/6070 +[#6192]: https://github.com/hypermodeinc/dgraph/issues/6192 +[#6199]: https://github.com/hypermodeinc/dgraph/issues/6199 +[#6158]: https://github.com/hypermodeinc/dgraph/issues/6158 +[#6160]: https://github.com/hypermodeinc/dgraph/issues/6160 +[#6161]: https://github.com/hypermodeinc/dgraph/issues/6161 +[#6167]: https://github.com/hypermodeinc/dgraph/issues/6167 +[#6173]: https://github.com/hypermodeinc/dgraph/issues/6173 +[#6175]: https://github.com/hypermodeinc/dgraph/issues/6175 +[#6180]: https://github.com/hypermodeinc/dgraph/issues/6180 +[#6183]: https://github.com/hypermodeinc/dgraph/issues/6183 +[#6179]: https://github.com/hypermodeinc/dgraph/issues/6179 +[#6009]: https://github.com/hypermodeinc/dgraph/issues/6009 +[#6095]: https://github.com/hypermodeinc/dgraph/issues/6095 +[#6098]: https://github.com/hypermodeinc/dgraph/issues/6098 +[#6151]: https://github.com/hypermodeinc/dgraph/issues/6151 +[#6165]: https://github.com/hypermodeinc/dgraph/issues/6165 +[#6259]: https://github.com/hypermodeinc/dgraph/issues/6259 +[#6299]: https://github.com/hypermodeinc/dgraph/issues/6299 +[#6279]: https://github.com/hypermodeinc/dgraph/issues/6279 +[#6290]: https://github.com/hypermodeinc/dgraph/issues/6290 +[#6274]: https://github.com/hypermodeinc/dgraph/issues/6274 +[#6320]: https://github.com/hypermodeinc/dgraph/issues/6320 +[#6331]: https://github.com/hypermodeinc/dgraph/issues/6331 +[#6354]: https://github.com/hypermodeinc/dgraph/issues/6354 +[#6374]: https://github.com/hypermodeinc/dgraph/issues/6374 +[#6213]: https://github.com/hypermodeinc/dgraph/issues/6213 ## [20.03.5] - 2020-09-17 -[20.03.5]: https://github.com/dgraph-io/dgraph/compare/v20.03.4...v20.03.5 +[20.03.5]: https://github.com/hypermodeinc/dgraph/compare/v20.03.4...v20.03.5 ### Changed @@ -1755,36 +1755,36 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - Make backups cancel other tasks. ([#6244][]) - Add a lock to backups to process one request at a time. ([#6340][]) -[#6409]: https://github.com/dgraph-io/dgraph/issues/6409 -[#6445]: https://github.com/dgraph-io/dgraph/issues/6445 -[#6398]: https://github.com/dgraph-io/dgraph/issues/6398 -[#6403]: https://github.com/dgraph-io/dgraph/issues/6403 -[#6260]: https://github.com/dgraph-io/dgraph/issues/6260 -[#6300]: https://github.com/dgraph-io/dgraph/issues/6300 -[#6280]: https://github.com/dgraph-io/dgraph/issues/6280 -[#6214]: https://github.com/dgraph-io/dgraph/issues/6214 -[#6006]: https://github.com/dgraph-io/dgraph/issues/6006 -[#6321]: https://github.com/dgraph-io/dgraph/issues/6321 -[#6244]: https://github.com/dgraph-io/dgraph/issues/6244 -[#6333]: https://github.com/dgraph-io/dgraph/issues/6333 -[#6340]: https://github.com/dgraph-io/dgraph/issues/6340 -[#6343]: https://github.com/dgraph-io/dgraph/issues/6343 -[#6197]: https://github.com/dgraph-io/dgraph/issues/6197 -[#6375]: https://github.com/dgraph-io/dgraph/issues/6375 -[#6287]: https://github.com/dgraph-io/dgraph/issues/6287 -[#6356]: https://github.com/dgraph-io/dgraph/issues/6356 -[#5988]: https://github.com/dgraph-io/dgraph/issues/5988 -[#6097]: https://github.com/dgraph-io/dgraph/issues/6097 -[#6094]: https://github.com/dgraph-io/dgraph/issues/6094 -[#6150]: https://github.com/dgraph-io/dgraph/issues/6150 -[#6125]: https://github.com/dgraph-io/dgraph/issues/6125 -[#6138]: https://github.com/dgraph-io/dgraph/issues/6138 -[#6071]: https://github.com/dgraph-io/dgraph/issues/6071 -[#6156]: https://github.com/dgraph-io/dgraph/issues/6156 -[#6147]: https://github.com/dgraph-io/dgraph/issues/6147 +[#6409]: https://github.com/hypermodeinc/dgraph/issues/6409 +[#6445]: https://github.com/hypermodeinc/dgraph/issues/6445 +[#6398]: https://github.com/hypermodeinc/dgraph/issues/6398 +[#6403]: https://github.com/hypermodeinc/dgraph/issues/6403 +[#6260]: https://github.com/hypermodeinc/dgraph/issues/6260 +[#6300]: https://github.com/hypermodeinc/dgraph/issues/6300 +[#6280]: https://github.com/hypermodeinc/dgraph/issues/6280 +[#6214]: https://github.com/hypermodeinc/dgraph/issues/6214 +[#6006]: https://github.com/hypermodeinc/dgraph/issues/6006 +[#6321]: https://github.com/hypermodeinc/dgraph/issues/6321 +[#6244]: https://github.com/hypermodeinc/dgraph/issues/6244 +[#6333]: https://github.com/hypermodeinc/dgraph/issues/6333 +[#6340]: https://github.com/hypermodeinc/dgraph/issues/6340 +[#6343]: https://github.com/hypermodeinc/dgraph/issues/6343 +[#6197]: https://github.com/hypermodeinc/dgraph/issues/6197 +[#6375]: https://github.com/hypermodeinc/dgraph/issues/6375 +[#6287]: https://github.com/hypermodeinc/dgraph/issues/6287 +[#6356]: https://github.com/hypermodeinc/dgraph/issues/6356 +[#5988]: https://github.com/hypermodeinc/dgraph/issues/5988 +[#6097]: https://github.com/hypermodeinc/dgraph/issues/6097 +[#6094]: https://github.com/hypermodeinc/dgraph/issues/6094 +[#6150]: https://github.com/hypermodeinc/dgraph/issues/6150 +[#6125]: https://github.com/hypermodeinc/dgraph/issues/6125 +[#6138]: https://github.com/hypermodeinc/dgraph/issues/6138 +[#6071]: https://github.com/hypermodeinc/dgraph/issues/6071 +[#6156]: https://github.com/hypermodeinc/dgraph/issues/6156 +[#6147]: https://github.com/hypermodeinc/dgraph/issues/6147 ## [1.2.7] - 2020-09-21 -[1.2.7]: https://github.com/dgraph-io/dgraph/compare/v1.2.6...v1.2.7 +[1.2.7]: https://github.com/hypermodeinc/dgraph/compare/v1.2.6...v1.2.7 ### Added @@ -1807,24 +1807,24 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - Sort manifests by backup number. ([#6281][]) - Skip backing up nil lists. ([#6314][]) -[#6408]: https://github.com/dgraph-io/dgraph/issues/6408 -[#6406]: https://github.com/dgraph-io/dgraph/issues/6406 -[#6396]: https://github.com/dgraph-io/dgraph/issues/6396 -[#6261]: https://github.com/dgraph-io/dgraph/issues/6261 -[#6319]: https://github.com/dgraph-io/dgraph/issues/6319 -[#6212]: https://github.com/dgraph-io/dgraph/issues/6212 -[#6334]: https://github.com/dgraph-io/dgraph/issues/6334 -[#6341]: https://github.com/dgraph-io/dgraph/issues/6341 -[#6281]: https://github.com/dgraph-io/dgraph/issues/6281 -[#6314]: https://github.com/dgraph-io/dgraph/issues/6314 -[#6288]: https://github.com/dgraph-io/dgraph/issues/6288 -[#6357]: https://github.com/dgraph-io/dgraph/issues/6357 -[#6344]: https://github.com/dgraph-io/dgraph/issues/6344 -[#5987]: https://github.com/dgraph-io/dgraph/issues/5987 -[#6193]: https://github.com/dgraph-io/dgraph/issues/6193 +[#6408]: https://github.com/hypermodeinc/dgraph/issues/6408 +[#6406]: https://github.com/hypermodeinc/dgraph/issues/6406 +[#6396]: https://github.com/hypermodeinc/dgraph/issues/6396 +[#6261]: https://github.com/hypermodeinc/dgraph/issues/6261 +[#6319]: https://github.com/hypermodeinc/dgraph/issues/6319 +[#6212]: https://github.com/hypermodeinc/dgraph/issues/6212 +[#6334]: https://github.com/hypermodeinc/dgraph/issues/6334 +[#6341]: https://github.com/hypermodeinc/dgraph/issues/6341 +[#6281]: https://github.com/hypermodeinc/dgraph/issues/6281 +[#6314]: https://github.com/hypermodeinc/dgraph/issues/6314 +[#6288]: https://github.com/hypermodeinc/dgraph/issues/6288 +[#6357]: https://github.com/hypermodeinc/dgraph/issues/6357 +[#6344]: https://github.com/hypermodeinc/dgraph/issues/6344 +[#5987]: https://github.com/hypermodeinc/dgraph/issues/5987 +[#6193]: https://github.com/hypermodeinc/dgraph/issues/6193 ## [20.07.0] - 2020-07-28 -[20.07.0]: https://github.com/dgraph-io/dgraph/compare/v20.03.4...v20.07.0 +[20.07.0]: https://github.com/hypermodeinc/dgraph/compare/v20.03.4...v20.07.0 ### Changed @@ -1969,7 +1969,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - Restore: Only processes backups for the alpha's group. ([#5588][]) - vault_format support for online restore and gql ([#5758][]) -[#5661]: https://github.com/dgraph-io/dgraph/issues/5661 +[#5661]: https://github.com/hypermodeinc/dgraph/issues/5661 [dgraph-io/badger#1366]: https://github.com/dgraph-io/badger/issues/1366 [dgraph-io/badger#1357]: https://github.com/dgraph-io/badger/issues/1357 [dgraph-io/badger#1358]: https://github.com/dgraph-io/badger/issues/1358 @@ -1981,151 +1981,151 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti [dgraph-io/badger#1328]: https://github.com/dgraph-io/badger/issues/1328 [dgraph-io/badger#1341]: https://github.com/dgraph-io/badger/issues/1341 [dgraph-io/badger#1345]: https://github.com/dgraph-io/badger/issues/1345 -[#6050]: https://github.com/dgraph-io/dgraph/issues/6050 -[#6045]: https://github.com/dgraph-io/dgraph/issues/6045 -[#5725]: https://github.com/dgraph-io/dgraph/issues/5725 -[#5579]: https://github.com/dgraph-io/dgraph/issues/5579 -[#5685]: https://github.com/dgraph-io/dgraph/issues/5685 -[#5682]: https://github.com/dgraph-io/dgraph/issues/5682 -[#5572]: https://github.com/dgraph-io/dgraph/issues/5572 -[#4789]: https://github.com/dgraph-io/dgraph/issues/4789 -[#5511]: https://github.com/dgraph-io/dgraph/issues/5511 -[#4758]: https://github.com/dgraph-io/dgraph/issues/4758 -[#5162]: https://github.com/dgraph-io/dgraph/issues/5162 -[#5457]: https://github.com/dgraph-io/dgraph/issues/5457 -[#5004]: https://github.com/dgraph-io/dgraph/issues/5004 -[#5134]: https://github.com/dgraph-io/dgraph/issues/5134 -[#5157]: https://github.com/dgraph-io/dgraph/issues/5157 -[#5197]: https://github.com/dgraph-io/dgraph/issues/5197 -[#5387]: https://github.com/dgraph-io/dgraph/issues/5387 -[#5226]: https://github.com/dgraph-io/dgraph/issues/5226 -[#5208]: https://github.com/dgraph-io/dgraph/issues/5208 -[#5125]: https://github.com/dgraph-io/dgraph/issues/5125 -[#5095]: https://github.com/dgraph-io/dgraph/issues/5095 -[#4917]: https://github.com/dgraph-io/dgraph/issues/4917 -[#5090]: https://github.com/dgraph-io/dgraph/issues/5090 -[#5307]: https://github.com/dgraph-io/dgraph/issues/5307 -[#5402]: https://github.com/dgraph-io/dgraph/issues/5402 -[#5540]: https://github.com/dgraph-io/dgraph/issues/5540 -[#5576]: https://github.com/dgraph-io/dgraph/issues/5576 -[#5625]: https://github.com/dgraph-io/dgraph/issues/5625 -[#5562]: https://github.com/dgraph-io/dgraph/issues/5562 -[#5552]: https://github.com/dgraph-io/dgraph/issues/5552 -[#5369]: https://github.com/dgraph-io/dgraph/issues/5369 -[#5292]: https://github.com/dgraph-io/dgraph/issues/5292 -[#5234]: https://github.com/dgraph-io/dgraph/issues/5234 -[#5293]: https://github.com/dgraph-io/dgraph/issues/5293 -[#5234]: https://github.com/dgraph-io/dgraph/issues/5234 -[#5308]: https://github.com/dgraph-io/dgraph/issues/5308 -[#4963]: https://github.com/dgraph-io/dgraph/issues/4963 -[#5380]: https://github.com/dgraph-io/dgraph/issues/5380 -[#5547]: https://github.com/dgraph-io/dgraph/issues/5547 -[#5534]: https://github.com/dgraph-io/dgraph/issues/5534 -[#5497]: https://github.com/dgraph-io/dgraph/issues/5497 -[#5296]: https://github.com/dgraph-io/dgraph/issues/5296 -[#5526]: https://github.com/dgraph-io/dgraph/issues/5526 -[#5531]: https://github.com/dgraph-io/dgraph/issues/5531 -[#5487]: https://github.com/dgraph-io/dgraph/issues/5487 -[#5316]: https://github.com/dgraph-io/dgraph/issues/5316 -[#5425]: https://github.com/dgraph-io/dgraph/issues/5425 -[#5362]: https://github.com/dgraph-io/dgraph/issues/5362 -[#5354]: https://github.com/dgraph-io/dgraph/issues/5354 -[#5329]: https://github.com/dgraph-io/dgraph/issues/5329 -[#5328]: https://github.com/dgraph-io/dgraph/issues/5328 -[#5317]: https://github.com/dgraph-io/dgraph/issues/5317 -[#5588]: https://github.com/dgraph-io/dgraph/issues/5588 -[#5605]: https://github.com/dgraph-io/dgraph/issues/5605 -[#5571]: https://github.com/dgraph-io/dgraph/issues/5571 -[#5561]: https://github.com/dgraph-io/dgraph/issues/5561 -[#5503]: https://github.com/dgraph-io/dgraph/issues/5503 -[#5551]: https://github.com/dgraph-io/dgraph/issues/5551 -[#5544]: https://github.com/dgraph-io/dgraph/issues/5544 -[#5524]: https://github.com/dgraph-io/dgraph/issues/5524 -[#5467]: https://github.com/dgraph-io/dgraph/issues/5467 -[#5498]: https://github.com/dgraph-io/dgraph/issues/5498 -[#5492]: https://github.com/dgraph-io/dgraph/issues/5492 -[#5478]: https://github.com/dgraph-io/dgraph/issues/5478 -[#5418]: https://github.com/dgraph-io/dgraph/issues/5418 -[#5426]: https://github.com/dgraph-io/dgraph/issues/5426 -[#5410]: https://github.com/dgraph-io/dgraph/issues/5410 -[#5414]: https://github.com/dgraph-io/dgraph/issues/5414 -[#5397]: https://github.com/dgraph-io/dgraph/issues/5397 -[#5007]: https://github.com/dgraph-io/dgraph/issues/5007 -[#5334]: https://github.com/dgraph-io/dgraph/issues/5334 -[#5333]: https://github.com/dgraph-io/dgraph/issues/5333 -[#5209]: https://github.com/dgraph-io/dgraph/issues/5209 -[#3873]: https://github.com/dgraph-io/dgraph/issues/3873 -[#5138]: https://github.com/dgraph-io/dgraph/issues/5138 -[#3873]: https://github.com/dgraph-io/dgraph/issues/3873 -[#5137]: https://github.com/dgraph-io/dgraph/issues/5137 -[#5126]: https://github.com/dgraph-io/dgraph/issues/5126 -[#5085]: https://github.com/dgraph-io/dgraph/issues/5085 -[#5051]: https://github.com/dgraph-io/dgraph/issues/5051 -[#5023]: https://github.com/dgraph-io/dgraph/issues/5023 -[#4878]: https://github.com/dgraph-io/dgraph/issues/4878 -[#5185]: https://github.com/dgraph-io/dgraph/issues/5185 -[#5148]: https://github.com/dgraph-io/dgraph/issues/5148 -[#4798]: https://github.com/dgraph-io/dgraph/issues/4798 -[#4581]: https://github.com/dgraph-io/dgraph/issues/4581 -[#4907]: https://github.com/dgraph-io/dgraph/issues/4907 -[#5424]: https://github.com/dgraph-io/dgraph/issues/5424 -[#5436]: https://github.com/dgraph-io/dgraph/issues/5436 -[#5537]: https://github.com/dgraph-io/dgraph/issues/5537 -[#5657]: https://github.com/dgraph-io/dgraph/issues/5657 -[#5726]: https://github.com/dgraph-io/dgraph/issues/5726 -[#5727]: https://github.com/dgraph-io/dgraph/issues/5727 -[#5408]: https://github.com/dgraph-io/dgraph/issues/5408 -[#5684]: https://github.com/dgraph-io/dgraph/issues/5684 +[#6050]: https://github.com/hypermodeinc/dgraph/issues/6050 +[#6045]: https://github.com/hypermodeinc/dgraph/issues/6045 +[#5725]: https://github.com/hypermodeinc/dgraph/issues/5725 +[#5579]: https://github.com/hypermodeinc/dgraph/issues/5579 +[#5685]: https://github.com/hypermodeinc/dgraph/issues/5685 +[#5682]: https://github.com/hypermodeinc/dgraph/issues/5682 +[#5572]: https://github.com/hypermodeinc/dgraph/issues/5572 +[#4789]: https://github.com/hypermodeinc/dgraph/issues/4789 +[#5511]: https://github.com/hypermodeinc/dgraph/issues/5511 +[#4758]: https://github.com/hypermodeinc/dgraph/issues/4758 +[#5162]: https://github.com/hypermodeinc/dgraph/issues/5162 +[#5457]: https://github.com/hypermodeinc/dgraph/issues/5457 +[#5004]: https://github.com/hypermodeinc/dgraph/issues/5004 +[#5134]: https://github.com/hypermodeinc/dgraph/issues/5134 +[#5157]: https://github.com/hypermodeinc/dgraph/issues/5157 +[#5197]: https://github.com/hypermodeinc/dgraph/issues/5197 +[#5387]: https://github.com/hypermodeinc/dgraph/issues/5387 +[#5226]: https://github.com/hypermodeinc/dgraph/issues/5226 +[#5208]: https://github.com/hypermodeinc/dgraph/issues/5208 +[#5125]: https://github.com/hypermodeinc/dgraph/issues/5125 +[#5095]: https://github.com/hypermodeinc/dgraph/issues/5095 +[#4917]: https://github.com/hypermodeinc/dgraph/issues/4917 +[#5090]: https://github.com/hypermodeinc/dgraph/issues/5090 +[#5307]: https://github.com/hypermodeinc/dgraph/issues/5307 +[#5402]: https://github.com/hypermodeinc/dgraph/issues/5402 +[#5540]: https://github.com/hypermodeinc/dgraph/issues/5540 +[#5576]: https://github.com/hypermodeinc/dgraph/issues/5576 +[#5625]: https://github.com/hypermodeinc/dgraph/issues/5625 +[#5562]: https://github.com/hypermodeinc/dgraph/issues/5562 +[#5552]: https://github.com/hypermodeinc/dgraph/issues/5552 +[#5369]: https://github.com/hypermodeinc/dgraph/issues/5369 +[#5292]: https://github.com/hypermodeinc/dgraph/issues/5292 +[#5234]: https://github.com/hypermodeinc/dgraph/issues/5234 +[#5293]: https://github.com/hypermodeinc/dgraph/issues/5293 +[#5234]: https://github.com/hypermodeinc/dgraph/issues/5234 +[#5308]: https://github.com/hypermodeinc/dgraph/issues/5308 +[#4963]: https://github.com/hypermodeinc/dgraph/issues/4963 +[#5380]: https://github.com/hypermodeinc/dgraph/issues/5380 +[#5547]: https://github.com/hypermodeinc/dgraph/issues/5547 +[#5534]: https://github.com/hypermodeinc/dgraph/issues/5534 +[#5497]: https://github.com/hypermodeinc/dgraph/issues/5497 +[#5296]: https://github.com/hypermodeinc/dgraph/issues/5296 +[#5526]: https://github.com/hypermodeinc/dgraph/issues/5526 +[#5531]: https://github.com/hypermodeinc/dgraph/issues/5531 +[#5487]: https://github.com/hypermodeinc/dgraph/issues/5487 +[#5316]: https://github.com/hypermodeinc/dgraph/issues/5316 +[#5425]: https://github.com/hypermodeinc/dgraph/issues/5425 +[#5362]: https://github.com/hypermodeinc/dgraph/issues/5362 +[#5354]: https://github.com/hypermodeinc/dgraph/issues/5354 +[#5329]: https://github.com/hypermodeinc/dgraph/issues/5329 +[#5328]: https://github.com/hypermodeinc/dgraph/issues/5328 +[#5317]: https://github.com/hypermodeinc/dgraph/issues/5317 +[#5588]: https://github.com/hypermodeinc/dgraph/issues/5588 +[#5605]: https://github.com/hypermodeinc/dgraph/issues/5605 +[#5571]: https://github.com/hypermodeinc/dgraph/issues/5571 +[#5561]: https://github.com/hypermodeinc/dgraph/issues/5561 +[#5503]: https://github.com/hypermodeinc/dgraph/issues/5503 +[#5551]: https://github.com/hypermodeinc/dgraph/issues/5551 +[#5544]: https://github.com/hypermodeinc/dgraph/issues/5544 +[#5524]: https://github.com/hypermodeinc/dgraph/issues/5524 +[#5467]: https://github.com/hypermodeinc/dgraph/issues/5467 +[#5498]: https://github.com/hypermodeinc/dgraph/issues/5498 +[#5492]: https://github.com/hypermodeinc/dgraph/issues/5492 +[#5478]: https://github.com/hypermodeinc/dgraph/issues/5478 +[#5418]: https://github.com/hypermodeinc/dgraph/issues/5418 +[#5426]: https://github.com/hypermodeinc/dgraph/issues/5426 +[#5410]: https://github.com/hypermodeinc/dgraph/issues/5410 +[#5414]: https://github.com/hypermodeinc/dgraph/issues/5414 +[#5397]: https://github.com/hypermodeinc/dgraph/issues/5397 +[#5007]: https://github.com/hypermodeinc/dgraph/issues/5007 +[#5334]: https://github.com/hypermodeinc/dgraph/issues/5334 +[#5333]: https://github.com/hypermodeinc/dgraph/issues/5333 +[#5209]: https://github.com/hypermodeinc/dgraph/issues/5209 +[#3873]: https://github.com/hypermodeinc/dgraph/issues/3873 +[#5138]: https://github.com/hypermodeinc/dgraph/issues/5138 +[#3873]: https://github.com/hypermodeinc/dgraph/issues/3873 +[#5137]: https://github.com/hypermodeinc/dgraph/issues/5137 +[#5126]: https://github.com/hypermodeinc/dgraph/issues/5126 +[#5085]: https://github.com/hypermodeinc/dgraph/issues/5085 +[#5051]: https://github.com/hypermodeinc/dgraph/issues/5051 +[#5023]: https://github.com/hypermodeinc/dgraph/issues/5023 +[#4878]: https://github.com/hypermodeinc/dgraph/issues/4878 +[#5185]: https://github.com/hypermodeinc/dgraph/issues/5185 +[#5148]: https://github.com/hypermodeinc/dgraph/issues/5148 +[#4798]: https://github.com/hypermodeinc/dgraph/issues/4798 +[#4581]: https://github.com/hypermodeinc/dgraph/issues/4581 +[#4907]: https://github.com/hypermodeinc/dgraph/issues/4907 +[#5424]: https://github.com/hypermodeinc/dgraph/issues/5424 +[#5436]: https://github.com/hypermodeinc/dgraph/issues/5436 +[#5537]: https://github.com/hypermodeinc/dgraph/issues/5537 +[#5657]: https://github.com/hypermodeinc/dgraph/issues/5657 +[#5726]: https://github.com/hypermodeinc/dgraph/issues/5726 +[#5727]: https://github.com/hypermodeinc/dgraph/issues/5727 +[#5408]: https://github.com/hypermodeinc/dgraph/issues/5408 +[#5684]: https://github.com/hypermodeinc/dgraph/issues/5684 [e7b6e76f96e8]: https://github.com/dgraph-io/badger/commit/e7b6e76f96e8 -[#5949]: https://github.com/dgraph-io/dgraph/issues/5949 -[#5704]: https://github.com/dgraph-io/dgraph/issues/5704 -[#5765]: https://github.com/dgraph-io/dgraph/issues/5765 -[#5809]: https://github.com/dgraph-io/dgraph/issues/5809 -[#5830]: https://github.com/dgraph-io/dgraph/issues/5830 -[#5855]: https://github.com/dgraph-io/dgraph/issues/5855 -[#5856]: https://github.com/dgraph-io/dgraph/issues/5856 -[#5858]: https://github.com/dgraph-io/dgraph/issues/5858 -[#5833]: https://github.com/dgraph-io/dgraph/issues/5833 -[#5875]: https://github.com/dgraph-io/dgraph/issues/5875 -[#5980]: https://github.com/dgraph-io/dgraph/issues/5980 -[#5560]: https://github.com/dgraph-io/dgraph/issues/5560 -[#5912]: https://github.com/dgraph-io/dgraph/issues/5912 -[#5601]: https://github.com/dgraph-io/dgraph/issues/5601 -[#5970]: https://github.com/dgraph-io/dgraph/issues/5970 -[#6008]: https://github.com/dgraph-io/dgraph/issues/6008 -[#6005]: https://github.com/dgraph-io/dgraph/issues/6005 -[#6015]: https://github.com/dgraph-io/dgraph/issues/6015 -[#5732]: https://github.com/dgraph-io/dgraph/issues/5732 -[#5863]: https://github.com/dgraph-io/dgraph/issues/5863 -[#5862]: https://github.com/dgraph-io/dgraph/issues/5862 -[#5982]: https://github.com/dgraph-io/dgraph/issues/5982 -[#5744]: https://github.com/dgraph-io/dgraph/issues/5744 -[#5828]: https://github.com/dgraph-io/dgraph/issues/5828 -[#5311]: https://github.com/dgraph-io/dgraph/issues/5311 -[#5921]: https://github.com/dgraph-io/dgraph/issues/5921 -[#5854]: https://github.com/dgraph-io/dgraph/issues/5854 -[#5840]: https://github.com/dgraph-io/dgraph/issues/5840 -[#5758]: https://github.com/dgraph-io/dgraph/issues/5758 -[#5983]: https://github.com/dgraph-io/dgraph/issues/5983 -[#5957]: https://github.com/dgraph-io/dgraph/issues/5957 -[#6014]: https://github.com/dgraph-io/dgraph/issues/6014 -[#5824]: https://github.com/dgraph-io/dgraph/issues/5824 -[#5823]: https://github.com/dgraph-io/dgraph/issues/5823 -[#5891]: https://github.com/dgraph-io/dgraph/issues/5891 -[#5792]: https://github.com/dgraph-io/dgraph/issues/5792 -[#5829]: https://github.com/dgraph-io/dgraph/issues/5829 -[#5993]: https://github.com/dgraph-io/dgraph/issues/5993 -[#5687]: https://github.com/dgraph-io/dgraph/issues/5687 -[#5995]: https://github.com/dgraph-io/dgraph/issues/5995 -[#5687]: https://github.com/dgraph-io/dgraph/issues/5687 -[#6020]: https://github.com/dgraph-io/dgraph/issues/6020 -[#5950]: https://github.com/dgraph-io/dgraph/issues/5950 -[#5809]: https://github.com/dgraph-io/dgraph/issues/5809 -[#6034]: https://github.com/dgraph-io/dgraph/issues/6034 -[#6043]: https://github.com/dgraph-io/dgraph/issues/6043 +[#5949]: https://github.com/hypermodeinc/dgraph/issues/5949 +[#5704]: https://github.com/hypermodeinc/dgraph/issues/5704 +[#5765]: https://github.com/hypermodeinc/dgraph/issues/5765 +[#5809]: https://github.com/hypermodeinc/dgraph/issues/5809 +[#5830]: https://github.com/hypermodeinc/dgraph/issues/5830 +[#5855]: https://github.com/hypermodeinc/dgraph/issues/5855 +[#5856]: https://github.com/hypermodeinc/dgraph/issues/5856 +[#5858]: https://github.com/hypermodeinc/dgraph/issues/5858 +[#5833]: https://github.com/hypermodeinc/dgraph/issues/5833 +[#5875]: https://github.com/hypermodeinc/dgraph/issues/5875 +[#5980]: https://github.com/hypermodeinc/dgraph/issues/5980 +[#5560]: https://github.com/hypermodeinc/dgraph/issues/5560 +[#5912]: https://github.com/hypermodeinc/dgraph/issues/5912 +[#5601]: https://github.com/hypermodeinc/dgraph/issues/5601 +[#5970]: https://github.com/hypermodeinc/dgraph/issues/5970 +[#6008]: https://github.com/hypermodeinc/dgraph/issues/6008 +[#6005]: https://github.com/hypermodeinc/dgraph/issues/6005 +[#6015]: https://github.com/hypermodeinc/dgraph/issues/6015 +[#5732]: https://github.com/hypermodeinc/dgraph/issues/5732 +[#5863]: https://github.com/hypermodeinc/dgraph/issues/5863 +[#5862]: https://github.com/hypermodeinc/dgraph/issues/5862 +[#5982]: https://github.com/hypermodeinc/dgraph/issues/5982 +[#5744]: https://github.com/hypermodeinc/dgraph/issues/5744 +[#5828]: https://github.com/hypermodeinc/dgraph/issues/5828 +[#5311]: https://github.com/hypermodeinc/dgraph/issues/5311 +[#5921]: https://github.com/hypermodeinc/dgraph/issues/5921 +[#5854]: https://github.com/hypermodeinc/dgraph/issues/5854 +[#5840]: https://github.com/hypermodeinc/dgraph/issues/5840 +[#5758]: https://github.com/hypermodeinc/dgraph/issues/5758 +[#5983]: https://github.com/hypermodeinc/dgraph/issues/5983 +[#5957]: https://github.com/hypermodeinc/dgraph/issues/5957 +[#6014]: https://github.com/hypermodeinc/dgraph/issues/6014 +[#5824]: https://github.com/hypermodeinc/dgraph/issues/5824 +[#5823]: https://github.com/hypermodeinc/dgraph/issues/5823 +[#5891]: https://github.com/hypermodeinc/dgraph/issues/5891 +[#5792]: https://github.com/hypermodeinc/dgraph/issues/5792 +[#5829]: https://github.com/hypermodeinc/dgraph/issues/5829 +[#5993]: https://github.com/hypermodeinc/dgraph/issues/5993 +[#5687]: https://github.com/hypermodeinc/dgraph/issues/5687 +[#5995]: https://github.com/hypermodeinc/dgraph/issues/5995 +[#5687]: https://github.com/hypermodeinc/dgraph/issues/5687 +[#6020]: https://github.com/hypermodeinc/dgraph/issues/6020 +[#5950]: https://github.com/hypermodeinc/dgraph/issues/5950 +[#5809]: https://github.com/hypermodeinc/dgraph/issues/5809 +[#6034]: https://github.com/hypermodeinc/dgraph/issues/6034 +[#6043]: https://github.com/hypermodeinc/dgraph/issues/6043 ## [20.03.4] - 2020-07-23 -[20.03.4]: https://github.com/dgraph-io/dgraph/compare/v20.03.3...v20.03.4 +[20.03.4]: https://github.com/hypermodeinc/dgraph/compare/v20.03.3...v20.03.4 ### Changed - Update Badger 07/13/2020. ([#5941][], [#5616][]) @@ -2168,47 +2168,47 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - Backup: Change groupId from int to uint32. ([#5614][]) - Backup: Use a sync.Pool to allocate KVs. ([#5579][]) -[#5241]: https://github.com/dgraph-io/dgraph/issues/5241 -[#5691]: https://github.com/dgraph-io/dgraph/issues/5691 -[#5916]: https://github.com/dgraph-io/dgraph/issues/5916 -[#5914]: https://github.com/dgraph-io/dgraph/issues/5914 -[#5907]: https://github.com/dgraph-io/dgraph/issues/5907 -[#5860]: https://github.com/dgraph-io/dgraph/issues/5860 -[#5971]: https://github.com/dgraph-io/dgraph/issues/5971 -[#5311]: https://github.com/dgraph-io/dgraph/issues/5311 -[#5844]: https://github.com/dgraph-io/dgraph/issues/5844 -[#5857]: https://github.com/dgraph-io/dgraph/issues/5857 -[#5941]: https://github.com/dgraph-io/dgraph/issues/5941 -[#5729]: https://github.com/dgraph-io/dgraph/issues/5729 -[#5728]: https://github.com/dgraph-io/dgraph/issues/5728 -[#5616]: https://github.com/dgraph-io/dgraph/issues/5616 -[#5564]: https://github.com/dgraph-io/dgraph/issues/5564 -[#5582]: https://github.com/dgraph-io/dgraph/issues/5582 -[#5577]: https://github.com/dgraph-io/dgraph/issues/5577 -[#5536]: https://github.com/dgraph-io/dgraph/issues/5536 -[#5557]: https://github.com/dgraph-io/dgraph/issues/5557 -[#5555]: https://github.com/dgraph-io/dgraph/issues/5555 -[#5584]: https://github.com/dgraph-io/dgraph/issues/5584 -[#3873]: https://github.com/dgraph-io/dgraph/issues/3873 -[#5597]: https://github.com/dgraph-io/dgraph/issues/5597 -[#5548]: https://github.com/dgraph-io/dgraph/issues/5548 -[#5594]: https://github.com/dgraph-io/dgraph/issues/5594 -[#5591]: https://github.com/dgraph-io/dgraph/issues/5591 -[#4536]: https://github.com/dgraph-io/dgraph/issues/4536 -[#5604]: https://github.com/dgraph-io/dgraph/issues/5604 -[#5633]: https://github.com/dgraph-io/dgraph/issues/5633 -[#5503]: https://github.com/dgraph-io/dgraph/issues/5503 -[#5636]: https://github.com/dgraph-io/dgraph/issues/5636 -[#5680]: https://github.com/dgraph-io/dgraph/issues/5680 -[#5614]: https://github.com/dgraph-io/dgraph/issues/5614 -[#5579]: https://github.com/dgraph-io/dgraph/issues/5579 -[#5678]: https://github.com/dgraph-io/dgraph/issues/5678 -[#5969]: https://github.com/dgraph-io/dgraph/issues/5969 -[#6007]: https://github.com/dgraph-io/dgraph/issues/6007 -[#6021]: https://github.com/dgraph-io/dgraph/issues/6021 +[#5241]: https://github.com/hypermodeinc/dgraph/issues/5241 +[#5691]: https://github.com/hypermodeinc/dgraph/issues/5691 +[#5916]: https://github.com/hypermodeinc/dgraph/issues/5916 +[#5914]: https://github.com/hypermodeinc/dgraph/issues/5914 +[#5907]: https://github.com/hypermodeinc/dgraph/issues/5907 +[#5860]: https://github.com/hypermodeinc/dgraph/issues/5860 +[#5971]: https://github.com/hypermodeinc/dgraph/issues/5971 +[#5311]: https://github.com/hypermodeinc/dgraph/issues/5311 +[#5844]: https://github.com/hypermodeinc/dgraph/issues/5844 +[#5857]: https://github.com/hypermodeinc/dgraph/issues/5857 +[#5941]: https://github.com/hypermodeinc/dgraph/issues/5941 +[#5729]: https://github.com/hypermodeinc/dgraph/issues/5729 +[#5728]: https://github.com/hypermodeinc/dgraph/issues/5728 +[#5616]: https://github.com/hypermodeinc/dgraph/issues/5616 +[#5564]: https://github.com/hypermodeinc/dgraph/issues/5564 +[#5582]: https://github.com/hypermodeinc/dgraph/issues/5582 +[#5577]: https://github.com/hypermodeinc/dgraph/issues/5577 +[#5536]: https://github.com/hypermodeinc/dgraph/issues/5536 +[#5557]: https://github.com/hypermodeinc/dgraph/issues/5557 +[#5555]: https://github.com/hypermodeinc/dgraph/issues/5555 +[#5584]: https://github.com/hypermodeinc/dgraph/issues/5584 +[#3873]: https://github.com/hypermodeinc/dgraph/issues/3873 +[#5597]: https://github.com/hypermodeinc/dgraph/issues/5597 +[#5548]: https://github.com/hypermodeinc/dgraph/issues/5548 +[#5594]: https://github.com/hypermodeinc/dgraph/issues/5594 +[#5591]: https://github.com/hypermodeinc/dgraph/issues/5591 +[#4536]: https://github.com/hypermodeinc/dgraph/issues/4536 +[#5604]: https://github.com/hypermodeinc/dgraph/issues/5604 +[#5633]: https://github.com/hypermodeinc/dgraph/issues/5633 +[#5503]: https://github.com/hypermodeinc/dgraph/issues/5503 +[#5636]: https://github.com/hypermodeinc/dgraph/issues/5636 +[#5680]: https://github.com/hypermodeinc/dgraph/issues/5680 +[#5614]: https://github.com/hypermodeinc/dgraph/issues/5614 +[#5579]: https://github.com/hypermodeinc/dgraph/issues/5579 +[#5678]: https://github.com/hypermodeinc/dgraph/issues/5678 +[#5969]: https://github.com/hypermodeinc/dgraph/issues/5969 +[#6007]: https://github.com/hypermodeinc/dgraph/issues/6007 +[#6021]: https://github.com/hypermodeinc/dgraph/issues/6021 ## [1.2.6] - 2020-07-31 -[1.2.6]: https://github.com/dgraph-io/dgraph/compare/v1.2.5...v1.2.6 +[1.2.6]: https://github.com/hypermodeinc/dgraph/compare/v1.2.5...v1.2.6 ### Changed @@ -2254,29 +2254,29 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - Backup: During backup, collapse split posting lists into a single list. ([#4682][]) - Backup: Use a sync.Pool to allocate KVs during backup. ([#5579][]) -[#5730]: https://github.com/dgraph-io/dgraph/issues/5730 -[#4600]: https://github.com/dgraph-io/dgraph/issues/4600 -[#4682]: https://github.com/dgraph-io/dgraph/issues/4682 -[#4867]: https://github.com/dgraph-io/dgraph/issues/4867 -[#5579]: https://github.com/dgraph-io/dgraph/issues/5579 -[#4945]: https://github.com/dgraph-io/dgraph/issues/4945 -[#5908]: https://github.com/dgraph-io/dgraph/issues/5908 -[#5749]: https://github.com/dgraph-io/dgraph/issues/5749 -[#6022]: https://github.com/dgraph-io/dgraph/issues/6022 -[#5554]: https://github.com/dgraph-io/dgraph/issues/5554 -[#5596]: https://github.com/dgraph-io/dgraph/issues/5596 -[#5595]: https://github.com/dgraph-io/dgraph/issues/5595 -[#5593]: https://github.com/dgraph-io/dgraph/issues/5593 -[#5592]: https://github.com/dgraph-io/dgraph/issues/5592 -[#5436]: https://github.com/dgraph-io/dgraph/issues/5436 -[#5603]: https://github.com/dgraph-io/dgraph/issues/5603 -[#5615]: https://github.com/dgraph-io/dgraph/issues/5615 -[#5613]: https://github.com/dgraph-io/dgraph/issues/5613 -[#5940]: https://github.com/dgraph-io/dgraph/issues/5940 -[#5990]: https://github.com/dgraph-io/dgraph/issues/5613 +[#5730]: https://github.com/hypermodeinc/dgraph/issues/5730 +[#4600]: https://github.com/hypermodeinc/dgraph/issues/4600 +[#4682]: https://github.com/hypermodeinc/dgraph/issues/4682 +[#4867]: https://github.com/hypermodeinc/dgraph/issues/4867 +[#5579]: https://github.com/hypermodeinc/dgraph/issues/5579 +[#4945]: https://github.com/hypermodeinc/dgraph/issues/4945 +[#5908]: https://github.com/hypermodeinc/dgraph/issues/5908 +[#5749]: https://github.com/hypermodeinc/dgraph/issues/5749 +[#6022]: https://github.com/hypermodeinc/dgraph/issues/6022 +[#5554]: https://github.com/hypermodeinc/dgraph/issues/5554 +[#5596]: https://github.com/hypermodeinc/dgraph/issues/5596 +[#5595]: https://github.com/hypermodeinc/dgraph/issues/5595 +[#5593]: https://github.com/hypermodeinc/dgraph/issues/5593 +[#5592]: https://github.com/hypermodeinc/dgraph/issues/5592 +[#5436]: https://github.com/hypermodeinc/dgraph/issues/5436 +[#5603]: https://github.com/hypermodeinc/dgraph/issues/5603 +[#5615]: https://github.com/hypermodeinc/dgraph/issues/5615 +[#5613]: https://github.com/hypermodeinc/dgraph/issues/5613 +[#5940]: https://github.com/hypermodeinc/dgraph/issues/5940 +[#5990]: https://github.com/hypermodeinc/dgraph/issues/5613 ## [20.03.3] - 2020-06-02 -[20.03.3]: https://github.com/dgraph-io/dgraph/compare/v20.03.1...v20.03.3 +[20.03.3]: https://github.com/hypermodeinc/dgraph/compare/v20.03.1...v20.03.3 ### Changed @@ -2320,43 +2320,43 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - Use SensitiveByteSlice type for hmac secret. ([#5450][]) -[#5444]: https://github.com/dgraph-io/dgraph/issues/5444 -[#5305]: https://github.com/dgraph-io/dgraph/issues/5305 -[#5304]: https://github.com/dgraph-io/dgraph/issues/5304 -[#5359]: https://github.com/dgraph-io/dgraph/issues/5359 -[#5429]: https://github.com/dgraph-io/dgraph/issues/5429 -[#5342]: https://github.com/dgraph-io/dgraph/issues/5342 -[#5326]: https://github.com/dgraph-io/dgraph/issues/5326 -[#5356]: https://github.com/dgraph-io/dgraph/issues/5356 -[#5377]: https://github.com/dgraph-io/dgraph/issues/5377 -[#5384]: https://github.com/dgraph-io/dgraph/issues/5384 -[#5390]: https://github.com/dgraph-io/dgraph/issues/5390 -[#5394]: https://github.com/dgraph-io/dgraph/issues/5394 -[#5405]: https://github.com/dgraph-io/dgraph/issues/5405 -[#5053]: https://github.com/dgraph-io/dgraph/issues/5053 -[#5355]: https://github.com/dgraph-io/dgraph/issues/5355 -[#5368]: https://github.com/dgraph-io/dgraph/issues/5368 -[#5450]: https://github.com/dgraph-io/dgraph/issues/5450 -[#5381]: https://github.com/dgraph-io/dgraph/issues/5381 -[#5528]: https://github.com/dgraph-io/dgraph/issues/5528 -[#5473]: https://github.com/dgraph-io/dgraph/issues/5473 -[#5494]: https://github.com/dgraph-io/dgraph/issues/5494 -[#5469]: https://github.com/dgraph-io/dgraph/issues/5469 -[#5404]: https://github.com/dgraph-io/dgraph/issues/5404 -[#5476]: https://github.com/dgraph-io/dgraph/issues/5476 -[#5488]: https://github.com/dgraph-io/dgraph/issues/5488 -[#5483]: https://github.com/dgraph-io/dgraph/issues/5483 -[#5481]: https://github.com/dgraph-io/dgraph/issues/5481 -[#5481]: https://github.com/dgraph-io/dgraph/issues/5481 -[#5235]: https://github.com/dgraph-io/dgraph/issues/5235 -[#5419]: https://github.com/dgraph-io/dgraph/issues/5419 -[#5485]: https://github.com/dgraph-io/dgraph/issues/5485 -[#5479]: https://github.com/dgraph-io/dgraph/issues/5479 -[#5361]: https://github.com/dgraph-io/dgraph/issues/5361 -[#5537]: https://github.com/dgraph-io/dgraph/issues/5537 +[#5444]: https://github.com/hypermodeinc/dgraph/issues/5444 +[#5305]: https://github.com/hypermodeinc/dgraph/issues/5305 +[#5304]: https://github.com/hypermodeinc/dgraph/issues/5304 +[#5359]: https://github.com/hypermodeinc/dgraph/issues/5359 +[#5429]: https://github.com/hypermodeinc/dgraph/issues/5429 +[#5342]: https://github.com/hypermodeinc/dgraph/issues/5342 +[#5326]: https://github.com/hypermodeinc/dgraph/issues/5326 +[#5356]: https://github.com/hypermodeinc/dgraph/issues/5356 +[#5377]: https://github.com/hypermodeinc/dgraph/issues/5377 +[#5384]: https://github.com/hypermodeinc/dgraph/issues/5384 +[#5390]: https://github.com/hypermodeinc/dgraph/issues/5390 +[#5394]: https://github.com/hypermodeinc/dgraph/issues/5394 +[#5405]: https://github.com/hypermodeinc/dgraph/issues/5405 +[#5053]: https://github.com/hypermodeinc/dgraph/issues/5053 +[#5355]: https://github.com/hypermodeinc/dgraph/issues/5355 +[#5368]: https://github.com/hypermodeinc/dgraph/issues/5368 +[#5450]: https://github.com/hypermodeinc/dgraph/issues/5450 +[#5381]: https://github.com/hypermodeinc/dgraph/issues/5381 +[#5528]: https://github.com/hypermodeinc/dgraph/issues/5528 +[#5473]: https://github.com/hypermodeinc/dgraph/issues/5473 +[#5494]: https://github.com/hypermodeinc/dgraph/issues/5494 +[#5469]: https://github.com/hypermodeinc/dgraph/issues/5469 +[#5404]: https://github.com/hypermodeinc/dgraph/issues/5404 +[#5476]: https://github.com/hypermodeinc/dgraph/issues/5476 +[#5488]: https://github.com/hypermodeinc/dgraph/issues/5488 +[#5483]: https://github.com/hypermodeinc/dgraph/issues/5483 +[#5481]: https://github.com/hypermodeinc/dgraph/issues/5481 +[#5481]: https://github.com/hypermodeinc/dgraph/issues/5481 +[#5235]: https://github.com/hypermodeinc/dgraph/issues/5235 +[#5419]: https://github.com/hypermodeinc/dgraph/issues/5419 +[#5485]: https://github.com/hypermodeinc/dgraph/issues/5485 +[#5479]: https://github.com/hypermodeinc/dgraph/issues/5479 +[#5361]: https://github.com/hypermodeinc/dgraph/issues/5361 +[#5537]: https://github.com/hypermodeinc/dgraph/issues/5537 ## [1.2.5] - 2020-06-02 -[1.2.5]: https://github.com/dgraph-io/dgraph/compare/v1.2.3...v1.2.5 +[1.2.5]: https://github.com/hypermodeinc/dgraph/compare/v1.2.3...v1.2.5 ### Changed @@ -2383,27 +2383,27 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti - Use SensitiveByteSlice type for hmac secret. ([#5451][]) -[#5444]: https://github.com/dgraph-io/dgraph/issues/5444 -[#5359]: https://github.com/dgraph-io/dgraph/issues/5359 -[#5405]: https://github.com/dgraph-io/dgraph/issues/5405 -[#5327]: https://github.com/dgraph-io/dgraph/issues/5327 -[#5377]: https://github.com/dgraph-io/dgraph/issues/5377 -[#5394]: https://github.com/dgraph-io/dgraph/issues/5394 -[#5396]: https://github.com/dgraph-io/dgraph/issues/5396 -[#5053]: https://github.com/dgraph-io/dgraph/issues/5053 -[#5368]: https://github.com/dgraph-io/dgraph/issues/5368 -[#5451]: https://github.com/dgraph-io/dgraph/issues/5451 -[#5381]: https://github.com/dgraph-io/dgraph/issues/5381 -[#5327]: https://github.com/dgraph-io/dgraph/issues/5327 -[#5377]: https://github.com/dgraph-io/dgraph/issues/5377 -[#5508]: https://github.com/dgraph-io/dgraph/issues/5508 -[#5494]: https://github.com/dgraph-io/dgraph/issues/5494 -[#5469]: https://github.com/dgraph-io/dgraph/issues/5469 -[#5476]: https://github.com/dgraph-io/dgraph/issues/5476 -[#5488]: https://github.com/dgraph-io/dgraph/issues/5488 -[#5468]: https://github.com/dgraph-io/dgraph/issues/5468 -[#5361]: https://github.com/dgraph-io/dgraph/issues/5361 -[#5537]: https://github.com/dgraph-io/dgraph/issues/5537 +[#5444]: https://github.com/hypermodeinc/dgraph/issues/5444 +[#5359]: https://github.com/hypermodeinc/dgraph/issues/5359 +[#5405]: https://github.com/hypermodeinc/dgraph/issues/5405 +[#5327]: https://github.com/hypermodeinc/dgraph/issues/5327 +[#5377]: https://github.com/hypermodeinc/dgraph/issues/5377 +[#5394]: https://github.com/hypermodeinc/dgraph/issues/5394 +[#5396]: https://github.com/hypermodeinc/dgraph/issues/5396 +[#5053]: https://github.com/hypermodeinc/dgraph/issues/5053 +[#5368]: https://github.com/hypermodeinc/dgraph/issues/5368 +[#5451]: https://github.com/hypermodeinc/dgraph/issues/5451 +[#5381]: https://github.com/hypermodeinc/dgraph/issues/5381 +[#5327]: https://github.com/hypermodeinc/dgraph/issues/5327 +[#5377]: https://github.com/hypermodeinc/dgraph/issues/5377 +[#5508]: https://github.com/hypermodeinc/dgraph/issues/5508 +[#5494]: https://github.com/hypermodeinc/dgraph/issues/5494 +[#5469]: https://github.com/hypermodeinc/dgraph/issues/5469 +[#5476]: https://github.com/hypermodeinc/dgraph/issues/5476 +[#5488]: https://github.com/hypermodeinc/dgraph/issues/5488 +[#5468]: https://github.com/hypermodeinc/dgraph/issues/5468 +[#5361]: https://github.com/hypermodeinc/dgraph/issues/5361 +[#5537]: https://github.com/hypermodeinc/dgraph/issues/5537 ## [20.03.2] - 2020-05-15 This release was removed @@ -2412,7 +2412,7 @@ This release was removed This release was removed ## [20.03.1] - 2020-04-24 -[20.03.1]: https://github.com/dgraph-io/dgraph/compare/v20.03.0...v20.03.1 +[20.03.1]: https://github.com/hypermodeinc/dgraph/compare/v20.03.0...v20.03.1 ### Changed @@ -2466,42 +2466,42 @@ This release was removed - Add Badger expvar metrics to Prometheus metrics. Fixes [#4772][]. ([#5094][]) - Add option to apply enterprise license at zero's startup. ([#5170][]) -[#4979]: https://github.com/dgraph-io/dgraph/issues/4979 -[#5230]: https://github.com/dgraph-io/dgraph/issues/5230 -[#4965]: https://github.com/dgraph-io/dgraph/issues/4965 -[#4992]: https://github.com/dgraph-io/dgraph/issues/4992 -[#4946]: https://github.com/dgraph-io/dgraph/issues/4946 -[#4961]: https://github.com/dgraph-io/dgraph/issues/4961 -[#5005]: https://github.com/dgraph-io/dgraph/issues/5005 -[#5024]: https://github.com/dgraph-io/dgraph/issues/5024 -[#5073]: https://github.com/dgraph-io/dgraph/issues/5073 -[#5280]: https://github.com/dgraph-io/dgraph/issues/5280 -[#5097]: https://github.com/dgraph-io/dgraph/issues/5097 -[#5150]: https://github.com/dgraph-io/dgraph/issues/5150 -[#5132]: https://github.com/dgraph-io/dgraph/issues/5132 -[#4959]: https://github.com/dgraph-io/dgraph/issues/4959 -[#5019]: https://github.com/dgraph-io/dgraph/issues/5019 -[#5081]: https://github.com/dgraph-io/dgraph/issues/5081 -[#5034]: https://github.com/dgraph-io/dgraph/issues/5034 -[#5169]: https://github.com/dgraph-io/dgraph/issues/5169 -[#5170]: https://github.com/dgraph-io/dgraph/issues/5170 -[#4892]: https://github.com/dgraph-io/dgraph/issues/4892 -[#5146]: https://github.com/dgraph-io/dgraph/issues/5146 -[#5206]: https://github.com/dgraph-io/dgraph/issues/5206 -[#5152]: https://github.com/dgraph-io/dgraph/issues/5152 -[#5252]: https://github.com/dgraph-io/dgraph/issues/5252 -[#5199]: https://github.com/dgraph-io/dgraph/issues/5199 -[#5158]: https://github.com/dgraph-io/dgraph/issues/5158 -[#5213]: https://github.com/dgraph-io/dgraph/issues/5213 -[#5144]: https://github.com/dgraph-io/dgraph/issues/5144 -[#5146]: https://github.com/dgraph-io/dgraph/issues/5146 -[#5103]: https://github.com/dgraph-io/dgraph/issues/5103 -[#5155]: https://github.com/dgraph-io/dgraph/issues/5155 -[#5238]: https://github.com/dgraph-io/dgraph/issues/5238 -[#5272]: https://github.com/dgraph-io/dgraph/issues/5272 +[#4979]: https://github.com/hypermodeinc/dgraph/issues/4979 +[#5230]: https://github.com/hypermodeinc/dgraph/issues/5230 +[#4965]: https://github.com/hypermodeinc/dgraph/issues/4965 +[#4992]: https://github.com/hypermodeinc/dgraph/issues/4992 +[#4946]: https://github.com/hypermodeinc/dgraph/issues/4946 +[#4961]: https://github.com/hypermodeinc/dgraph/issues/4961 +[#5005]: https://github.com/hypermodeinc/dgraph/issues/5005 +[#5024]: https://github.com/hypermodeinc/dgraph/issues/5024 +[#5073]: https://github.com/hypermodeinc/dgraph/issues/5073 +[#5280]: https://github.com/hypermodeinc/dgraph/issues/5280 +[#5097]: https://github.com/hypermodeinc/dgraph/issues/5097 +[#5150]: https://github.com/hypermodeinc/dgraph/issues/5150 +[#5132]: https://github.com/hypermodeinc/dgraph/issues/5132 +[#4959]: https://github.com/hypermodeinc/dgraph/issues/4959 +[#5019]: https://github.com/hypermodeinc/dgraph/issues/5019 +[#5081]: https://github.com/hypermodeinc/dgraph/issues/5081 +[#5034]: https://github.com/hypermodeinc/dgraph/issues/5034 +[#5169]: https://github.com/hypermodeinc/dgraph/issues/5169 +[#5170]: https://github.com/hypermodeinc/dgraph/issues/5170 +[#4892]: https://github.com/hypermodeinc/dgraph/issues/4892 +[#5146]: https://github.com/hypermodeinc/dgraph/issues/5146 +[#5206]: https://github.com/hypermodeinc/dgraph/issues/5206 +[#5152]: https://github.com/hypermodeinc/dgraph/issues/5152 +[#5252]: https://github.com/hypermodeinc/dgraph/issues/5252 +[#5199]: https://github.com/hypermodeinc/dgraph/issues/5199 +[#5158]: https://github.com/hypermodeinc/dgraph/issues/5158 +[#5213]: https://github.com/hypermodeinc/dgraph/issues/5213 +[#5144]: https://github.com/hypermodeinc/dgraph/issues/5144 +[#5146]: https://github.com/hypermodeinc/dgraph/issues/5146 +[#5103]: https://github.com/hypermodeinc/dgraph/issues/5103 +[#5155]: https://github.com/hypermodeinc/dgraph/issues/5155 +[#5238]: https://github.com/hypermodeinc/dgraph/issues/5238 +[#5272]: https://github.com/hypermodeinc/dgraph/issues/5272 ## [1.2.3] - 2020-04-24 -[1.2.3]: https://github.com/dgraph-io/dgraph/compare/v1.2.2...v1.2.3 +[1.2.3]: https://github.com/hypermodeinc/dgraph/compare/v1.2.2...v1.2.3 ### Changed @@ -2538,37 +2538,37 @@ This release was removed - Support for encrypted backups/restore. **Note**: Older backups without encryption will be incompatible with this Dgraph version. Solution is to force a full backup before creating further incremental backups. ([#5103][]) - Add encryption support for export and import (via bulk, live loaders). ([#5155][]) -[#5146]: https://github.com/dgraph-io/dgraph/issues/5146 -[#5206]: https://github.com/dgraph-io/dgraph/issues/5206 -[#5152]: https://github.com/dgraph-io/dgraph/issues/5152 -[#5252]: https://github.com/dgraph-io/dgraph/issues/5252 -[#5199]: https://github.com/dgraph-io/dgraph/issues/5199 -[#5163]: https://github.com/dgraph-io/dgraph/issues/5163 -[#5158]: https://github.com/dgraph-io/dgraph/issues/5158 -[#5213]: https://github.com/dgraph-io/dgraph/issues/5213 -[#5144]: https://github.com/dgraph-io/dgraph/issues/5144 -[#5146]: https://github.com/dgraph-io/dgraph/issues/5146 -[#5103]: https://github.com/dgraph-io/dgraph/issues/5103 -[#5155]: https://github.com/dgraph-io/dgraph/issues/5155 -[#5238]: https://github.com/dgraph-io/dgraph/issues/5238 -[#5012]: https://github.com/dgraph-io/dgraph/issues/5012 -[#4674]: https://github.com/dgraph-io/dgraph/issues/4674 -[#4842]: https://github.com/dgraph-io/dgraph/issues/4842 -[#5116]: https://github.com/dgraph-io/dgraph/issues/5116 -[#5258]: https://github.com/dgraph-io/dgraph/issues/5258 -[#4901]: https://github.com/dgraph-io/dgraph/issues/4901 -[#5184]: https://github.com/dgraph-io/dgraph/issues/5184 -[#5088]: https://github.com/dgraph-io/dgraph/issues/5088 -[#5273]: https://github.com/dgraph-io/dgraph/issues/5273 -[#5216]: https://github.com/dgraph-io/dgraph/issues/5216 -[#5268]: https://github.com/dgraph-io/dgraph/issues/5268 -[#5102]: https://github.com/dgraph-io/dgraph/issues/5102 -[#5255]: https://github.com/dgraph-io/dgraph/issues/5255 -[#4772]: https://github.com/dgraph-io/dgraph/issues/4772 -[#5094]: https://github.com/dgraph-io/dgraph/issues/5094 +[#5146]: https://github.com/hypermodeinc/dgraph/issues/5146 +[#5206]: https://github.com/hypermodeinc/dgraph/issues/5206 +[#5152]: https://github.com/hypermodeinc/dgraph/issues/5152 +[#5252]: https://github.com/hypermodeinc/dgraph/issues/5252 +[#5199]: https://github.com/hypermodeinc/dgraph/issues/5199 +[#5163]: https://github.com/hypermodeinc/dgraph/issues/5163 +[#5158]: https://github.com/hypermodeinc/dgraph/issues/5158 +[#5213]: https://github.com/hypermodeinc/dgraph/issues/5213 +[#5144]: https://github.com/hypermodeinc/dgraph/issues/5144 +[#5146]: https://github.com/hypermodeinc/dgraph/issues/5146 +[#5103]: https://github.com/hypermodeinc/dgraph/issues/5103 +[#5155]: https://github.com/hypermodeinc/dgraph/issues/5155 +[#5238]: https://github.com/hypermodeinc/dgraph/issues/5238 +[#5012]: https://github.com/hypermodeinc/dgraph/issues/5012 +[#4674]: https://github.com/hypermodeinc/dgraph/issues/4674 +[#4842]: https://github.com/hypermodeinc/dgraph/issues/4842 +[#5116]: https://github.com/hypermodeinc/dgraph/issues/5116 +[#5258]: https://github.com/hypermodeinc/dgraph/issues/5258 +[#4901]: https://github.com/hypermodeinc/dgraph/issues/4901 +[#5184]: https://github.com/hypermodeinc/dgraph/issues/5184 +[#5088]: https://github.com/hypermodeinc/dgraph/issues/5088 +[#5273]: https://github.com/hypermodeinc/dgraph/issues/5273 +[#5216]: https://github.com/hypermodeinc/dgraph/issues/5216 +[#5268]: https://github.com/hypermodeinc/dgraph/issues/5268 +[#5102]: https://github.com/hypermodeinc/dgraph/issues/5102 +[#5255]: https://github.com/hypermodeinc/dgraph/issues/5255 +[#4772]: https://github.com/hypermodeinc/dgraph/issues/4772 +[#5094]: https://github.com/hypermodeinc/dgraph/issues/5094 ## [20.03.0] - 2020-03-30 -[20.03.0]: https://github.com/dgraph-io/dgraph/compare/v1.2.2...v20.03.0 +[20.03.0]: https://github.com/hypermodeinc/dgraph/compare/v1.2.2...v20.03.0 ** Note: This release requires you to export and re-import data prior to upgrading or rolling back. The underlying data format has been changed. ** ### Changed @@ -2625,59 +2625,59 @@ This release was removed - **Breaking changes** - [BREAKING] Language sorting on Indexed data. Fixes [#4005][]. ([#4316][]) -[#5016]: https://github.com/dgraph-io/dgraph/issues/5016 -[#5012]: https://github.com/dgraph-io/dgraph/issues/5012 -[#4889]: https://github.com/dgraph-io/dgraph/issues/4889 -[#4958]: https://github.com/dgraph-io/dgraph/issues/4958 -[#4905]: https://github.com/dgraph-io/dgraph/issues/4905 -[#4659]: https://github.com/dgraph-io/dgraph/issues/4659 -[#4712]: https://github.com/dgraph-io/dgraph/issues/4712 -[#4893]: https://github.com/dgraph-io/dgraph/issues/4893 -[#4767]: https://github.com/dgraph-io/dgraph/issues/4767 -[#4751]: https://github.com/dgraph-io/dgraph/issues/4751 -[#4908]: https://github.com/dgraph-io/dgraph/issues/4908 -[#4923]: https://github.com/dgraph-io/dgraph/issues/4923 -[#4970]: https://github.com/dgraph-io/dgraph/issues/4970 -[#4981]: https://github.com/dgraph-io/dgraph/issues/4981 -[#4841]: https://github.com/dgraph-io/dgraph/issues/4841 -[#4782]: https://github.com/dgraph-io/dgraph/issues/4782 -[#4935]: https://github.com/dgraph-io/dgraph/issues/4935 -[#4972]: https://github.com/dgraph-io/dgraph/issues/4972 -[#4916]: https://github.com/dgraph-io/dgraph/issues/4916 -[#4945]: https://github.com/dgraph-io/dgraph/issues/4945 -[#4875]: https://github.com/dgraph-io/dgraph/issues/4875 -[#4867]: https://github.com/dgraph-io/dgraph/issues/4867 -[#4872]: https://github.com/dgraph-io/dgraph/issues/4872 -[#4756]: https://github.com/dgraph-io/dgraph/issues/4756 -[#4819]: https://github.com/dgraph-io/dgraph/issues/4819 -[#4755]: https://github.com/dgraph-io/dgraph/issues/4755 -[#4600]: https://github.com/dgraph-io/dgraph/issues/4600 -[#4766]: https://github.com/dgraph-io/dgraph/issues/4766 -[#4468]: https://github.com/dgraph-io/dgraph/issues/4468 -[#4793]: https://github.com/dgraph-io/dgraph/issues/4793 -[#4777]: https://github.com/dgraph-io/dgraph/issues/4777 -[#4768]: https://github.com/dgraph-io/dgraph/issues/4768 -[#4760]: https://github.com/dgraph-io/dgraph/issues/4760 -[#4739]: https://github.com/dgraph-io/dgraph/issues/4739 -[#4706]: https://github.com/dgraph-io/dgraph/issues/4706 -[#4607]: https://github.com/dgraph-io/dgraph/issues/4607 -[#933]: https://github.com/dgraph-io/dgraph/issues/933 -[#3638]: https://github.com/dgraph-io/dgraph/issues/3638 -[#4579]: https://github.com/dgraph-io/dgraph/issues/4579 -[#4682]: https://github.com/dgraph-io/dgraph/issues/4682 -[#4725]: https://github.com/dgraph-io/dgraph/issues/4725 -[#4669]: https://github.com/dgraph-io/dgraph/issues/4669 -[#4774]: https://github.com/dgraph-io/dgraph/issues/4774 -[#4726]: https://github.com/dgraph-io/dgraph/issues/4726 -[#4695]: https://github.com/dgraph-io/dgraph/issues/4695 -[#4702]: https://github.com/dgraph-io/dgraph/issues/4702 -[#3610]: https://github.com/dgraph-io/dgraph/issues/3610 -[#4773]: https://github.com/dgraph-io/dgraph/issues/4773 -[#4005]: https://github.com/dgraph-io/dgraph/issues/4005 -[#4316]: https://github.com/dgraph-io/dgraph/issues/4316 +[#5016]: https://github.com/hypermodeinc/dgraph/issues/5016 +[#5012]: https://github.com/hypermodeinc/dgraph/issues/5012 +[#4889]: https://github.com/hypermodeinc/dgraph/issues/4889 +[#4958]: https://github.com/hypermodeinc/dgraph/issues/4958 +[#4905]: https://github.com/hypermodeinc/dgraph/issues/4905 +[#4659]: https://github.com/hypermodeinc/dgraph/issues/4659 +[#4712]: https://github.com/hypermodeinc/dgraph/issues/4712 +[#4893]: https://github.com/hypermodeinc/dgraph/issues/4893 +[#4767]: https://github.com/hypermodeinc/dgraph/issues/4767 +[#4751]: https://github.com/hypermodeinc/dgraph/issues/4751 +[#4908]: https://github.com/hypermodeinc/dgraph/issues/4908 +[#4923]: https://github.com/hypermodeinc/dgraph/issues/4923 +[#4970]: https://github.com/hypermodeinc/dgraph/issues/4970 +[#4981]: https://github.com/hypermodeinc/dgraph/issues/4981 +[#4841]: https://github.com/hypermodeinc/dgraph/issues/4841 +[#4782]: https://github.com/hypermodeinc/dgraph/issues/4782 +[#4935]: https://github.com/hypermodeinc/dgraph/issues/4935 +[#4972]: https://github.com/hypermodeinc/dgraph/issues/4972 +[#4916]: https://github.com/hypermodeinc/dgraph/issues/4916 +[#4945]: https://github.com/hypermodeinc/dgraph/issues/4945 +[#4875]: https://github.com/hypermodeinc/dgraph/issues/4875 +[#4867]: https://github.com/hypermodeinc/dgraph/issues/4867 +[#4872]: https://github.com/hypermodeinc/dgraph/issues/4872 +[#4756]: https://github.com/hypermodeinc/dgraph/issues/4756 +[#4819]: https://github.com/hypermodeinc/dgraph/issues/4819 +[#4755]: https://github.com/hypermodeinc/dgraph/issues/4755 +[#4600]: https://github.com/hypermodeinc/dgraph/issues/4600 +[#4766]: https://github.com/hypermodeinc/dgraph/issues/4766 +[#4468]: https://github.com/hypermodeinc/dgraph/issues/4468 +[#4793]: https://github.com/hypermodeinc/dgraph/issues/4793 +[#4777]: https://github.com/hypermodeinc/dgraph/issues/4777 +[#4768]: https://github.com/hypermodeinc/dgraph/issues/4768 +[#4760]: https://github.com/hypermodeinc/dgraph/issues/4760 +[#4739]: https://github.com/hypermodeinc/dgraph/issues/4739 +[#4706]: https://github.com/hypermodeinc/dgraph/issues/4706 +[#4607]: https://github.com/hypermodeinc/dgraph/issues/4607 +[#933]: https://github.com/hypermodeinc/dgraph/issues/933 +[#3638]: https://github.com/hypermodeinc/dgraph/issues/3638 +[#4579]: https://github.com/hypermodeinc/dgraph/issues/4579 +[#4682]: https://github.com/hypermodeinc/dgraph/issues/4682 +[#4725]: https://github.com/hypermodeinc/dgraph/issues/4725 +[#4669]: https://github.com/hypermodeinc/dgraph/issues/4669 +[#4774]: https://github.com/hypermodeinc/dgraph/issues/4774 +[#4726]: https://github.com/hypermodeinc/dgraph/issues/4726 +[#4695]: https://github.com/hypermodeinc/dgraph/issues/4695 +[#4702]: https://github.com/hypermodeinc/dgraph/issues/4702 +[#3610]: https://github.com/hypermodeinc/dgraph/issues/3610 +[#4773]: https://github.com/hypermodeinc/dgraph/issues/4773 +[#4005]: https://github.com/hypermodeinc/dgraph/issues/4005 +[#4316]: https://github.com/hypermodeinc/dgraph/issues/4316 ## [1.2.2] - 2020-03-19 -[1.2.2]: https://github.com/dgraph-io/dgraph/compare/v1.2.1...v1.2.2 +[1.2.2]: https://github.com/hypermodeinc/dgraph/compare/v1.2.1...v1.2.2 ### Changed @@ -2704,44 +2704,44 @@ This release was removed - Backups: Split lists when restoring from backup. ([#4912][]) -[#4967]: https://github.com/dgraph-io/dgraph/issues/4967 -[#4951]: https://github.com/dgraph-io/dgraph/issues/4951 -[#4532]: https://github.com/dgraph-io/dgraph/issues/4532 -[#4948]: https://github.com/dgraph-io/dgraph/issues/4948 -[#4893]: https://github.com/dgraph-io/dgraph/issues/4893 -[#4784]: https://github.com/dgraph-io/dgraph/issues/4784 -[#4896]: https://github.com/dgraph-io/dgraph/issues/4896 -[#4856]: https://github.com/dgraph-io/dgraph/issues/4856 -[#4857]: https://github.com/dgraph-io/dgraph/issues/4857 -[#4881]: https://github.com/dgraph-io/dgraph/issues/4881 -[#4912]: https://github.com/dgraph-io/dgraph/issues/4912 -[#4855]: https://github.com/dgraph-io/dgraph/issues/4855 -[#4858]: https://github.com/dgraph-io/dgraph/issues/4858 -[#4879]: https://github.com/dgraph-io/dgraph/issues/4879 -[#4883]: https://github.com/dgraph-io/dgraph/issues/4883 -[#4933]: https://github.com/dgraph-io/dgraph/issues/4933 -[#4937]: https://github.com/dgraph-io/dgraph/issues/4937 -[#4891]: https://github.com/dgraph-io/dgraph/issues/4891 -[#4880]: https://github.com/dgraph-io/dgraph/issues/4880 -[#4816]: https://github.com/dgraph-io/dgraph/issues/4816 -[#4877]: https://github.com/dgraph-io/dgraph/issues/4877 -[#4922]: https://github.com/dgraph-io/dgraph/issues/4922 -[#4707]: https://github.com/dgraph-io/dgraph/issues/4707 -[#4860]: https://github.com/dgraph-io/dgraph/issues/4860 +[#4967]: https://github.com/hypermodeinc/dgraph/issues/4967 +[#4951]: https://github.com/hypermodeinc/dgraph/issues/4951 +[#4532]: https://github.com/hypermodeinc/dgraph/issues/4532 +[#4948]: https://github.com/hypermodeinc/dgraph/issues/4948 +[#4893]: https://github.com/hypermodeinc/dgraph/issues/4893 +[#4784]: https://github.com/hypermodeinc/dgraph/issues/4784 +[#4896]: https://github.com/hypermodeinc/dgraph/issues/4896 +[#4856]: https://github.com/hypermodeinc/dgraph/issues/4856 +[#4857]: https://github.com/hypermodeinc/dgraph/issues/4857 +[#4881]: https://github.com/hypermodeinc/dgraph/issues/4881 +[#4912]: https://github.com/hypermodeinc/dgraph/issues/4912 +[#4855]: https://github.com/hypermodeinc/dgraph/issues/4855 +[#4858]: https://github.com/hypermodeinc/dgraph/issues/4858 +[#4879]: https://github.com/hypermodeinc/dgraph/issues/4879 +[#4883]: https://github.com/hypermodeinc/dgraph/issues/4883 +[#4933]: https://github.com/hypermodeinc/dgraph/issues/4933 +[#4937]: https://github.com/hypermodeinc/dgraph/issues/4937 +[#4891]: https://github.com/hypermodeinc/dgraph/issues/4891 +[#4880]: https://github.com/hypermodeinc/dgraph/issues/4880 +[#4816]: https://github.com/hypermodeinc/dgraph/issues/4816 +[#4877]: https://github.com/hypermodeinc/dgraph/issues/4877 +[#4922]: https://github.com/hypermodeinc/dgraph/issues/4922 +[#4707]: https://github.com/hypermodeinc/dgraph/issues/4707 +[#4860]: https://github.com/hypermodeinc/dgraph/issues/4860 ## [1.2.1] - 2020-02-06 -[1.2.1]: https://github.com/dgraph-io/dgraph/compare/v1.2.0...v1.2.1 +[1.2.1]: https://github.com/hypermodeinc/dgraph/compare/v1.2.0...v1.2.1 ### Fixed - Fix bug related to posting list split, and re-enable posting list splits. Fixes [#4733][]. ([#4742][]) -[#4733]: https://github.com/dgraph-io/dgraph/issues/4733 -[#4742]: https://github.com/dgraph-io/dgraph/issues/4742 +[#4733]: https://github.com/hypermodeinc/dgraph/issues/4733 +[#4742]: https://github.com/hypermodeinc/dgraph/issues/4742 ## [1.2.0] - 2020-01-27 -[1.2.0]: https://github.com/dgraph-io/dgraph/compare/v1.1.1...v1.2.0 +[1.2.0]: https://github.com/hypermodeinc/dgraph/compare/v1.1.1...v1.2.0 ### Changed @@ -2783,48 +2783,48 @@ This release was removed - Enterprise features - Backup types. Fixes [#4507][]. ([#4514][]) -[#4440]: https://github.com/dgraph-io/dgraph/pull/4440 -[#4574]: https://github.com/dgraph-io/dgraph/pull/4574 -[#4672]: https://github.com/dgraph-io/dgraph/pull/4672 -[#4530]: https://github.com/dgraph-io/dgraph/issues/4530 -[#4310]: https://github.com/dgraph-io/dgraph/issues/4310 -[#4517]: https://github.com/dgraph-io/dgraph/issues/4517 -[#4473]: https://github.com/dgraph-io/dgraph/issues/4473 -[#4545]: https://github.com/dgraph-io/dgraph/issues/4545 -[#4494]: https://github.com/dgraph-io/dgraph/issues/4494 -[#4460]: https://github.com/dgraph-io/dgraph/issues/4460 -[#4465]: https://github.com/dgraph-io/dgraph/issues/4465 -[#4404]: https://github.com/dgraph-io/dgraph/issues/4404 -[#3904]: https://github.com/dgraph-io/dgraph/issues/3904 -[#4514]: https://github.com/dgraph-io/dgraph/issues/4514 -[#4507]: https://github.com/dgraph-io/dgraph/issues/4507 -[#4328]: https://github.com/dgraph-io/dgraph/issues/4328 -[#3788]: https://github.com/dgraph-io/dgraph/issues/3788 -[#4447]: https://github.com/dgraph-io/dgraph/issues/4447 -[#4411]: https://github.com/dgraph-io/dgraph/issues/4411 -[#4321]: https://github.com/dgraph-io/dgraph/issues/4321 -[#4362]: https://github.com/dgraph-io/dgraph/issues/4362 -[#4572]: https://github.com/dgraph-io/dgraph/issues/4572 -[#4390]: https://github.com/dgraph-io/dgraph/issues/4390 -[#4479]: https://github.com/dgraph-io/dgraph/issues/4479 -[#4136]: https://github.com/dgraph-io/dgraph/issues/4136 -[#4411]: https://github.com/dgraph-io/dgraph/issues/4411 -[#4464]: https://github.com/dgraph-io/dgraph/issues/4464 -[#4531]: https://github.com/dgraph-io/dgraph/issues/4531 -[#4305]: https://github.com/dgraph-io/dgraph/issues/4305 -[#4454]: https://github.com/dgraph-io/dgraph/issues/4454 -[#4079]: https://github.com/dgraph-io/dgraph/issues/4079 -[#4405]: https://github.com/dgraph-io/dgraph/issues/4405 -[#4267]: https://github.com/dgraph-io/dgraph/issues/4267 -[#4081]: https://github.com/dgraph-io/dgraph/issues/4081 -[#4447]: https://github.com/dgraph-io/dgraph/issues/4447 -[#4535]: https://github.com/dgraph-io/dgraph/issues/4535 -[#4385]: https://github.com/dgraph-io/dgraph/issues/4385 -[#3301]: https://github.com/dgraph-io/dgraph/issues/3301 -[#4435]: https://github.com/dgraph-io/dgraph/issues/4435 +[#4440]: https://github.com/hypermodeinc/dgraph/pull/4440 +[#4574]: https://github.com/hypermodeinc/dgraph/pull/4574 +[#4672]: https://github.com/hypermodeinc/dgraph/pull/4672 +[#4530]: https://github.com/hypermodeinc/dgraph/issues/4530 +[#4310]: https://github.com/hypermodeinc/dgraph/issues/4310 +[#4517]: https://github.com/hypermodeinc/dgraph/issues/4517 +[#4473]: https://github.com/hypermodeinc/dgraph/issues/4473 +[#4545]: https://github.com/hypermodeinc/dgraph/issues/4545 +[#4494]: https://github.com/hypermodeinc/dgraph/issues/4494 +[#4460]: https://github.com/hypermodeinc/dgraph/issues/4460 +[#4465]: https://github.com/hypermodeinc/dgraph/issues/4465 +[#4404]: https://github.com/hypermodeinc/dgraph/issues/4404 +[#3904]: https://github.com/hypermodeinc/dgraph/issues/3904 +[#4514]: https://github.com/hypermodeinc/dgraph/issues/4514 +[#4507]: https://github.com/hypermodeinc/dgraph/issues/4507 +[#4328]: https://github.com/hypermodeinc/dgraph/issues/4328 +[#3788]: https://github.com/hypermodeinc/dgraph/issues/3788 +[#4447]: https://github.com/hypermodeinc/dgraph/issues/4447 +[#4411]: https://github.com/hypermodeinc/dgraph/issues/4411 +[#4321]: https://github.com/hypermodeinc/dgraph/issues/4321 +[#4362]: https://github.com/hypermodeinc/dgraph/issues/4362 +[#4572]: https://github.com/hypermodeinc/dgraph/issues/4572 +[#4390]: https://github.com/hypermodeinc/dgraph/issues/4390 +[#4479]: https://github.com/hypermodeinc/dgraph/issues/4479 +[#4136]: https://github.com/hypermodeinc/dgraph/issues/4136 +[#4411]: https://github.com/hypermodeinc/dgraph/issues/4411 +[#4464]: https://github.com/hypermodeinc/dgraph/issues/4464 +[#4531]: https://github.com/hypermodeinc/dgraph/issues/4531 +[#4305]: https://github.com/hypermodeinc/dgraph/issues/4305 +[#4454]: https://github.com/hypermodeinc/dgraph/issues/4454 +[#4079]: https://github.com/hypermodeinc/dgraph/issues/4079 +[#4405]: https://github.com/hypermodeinc/dgraph/issues/4405 +[#4267]: https://github.com/hypermodeinc/dgraph/issues/4267 +[#4081]: https://github.com/hypermodeinc/dgraph/issues/4081 +[#4447]: https://github.com/hypermodeinc/dgraph/issues/4447 +[#4535]: https://github.com/hypermodeinc/dgraph/issues/4535 +[#4385]: https://github.com/hypermodeinc/dgraph/issues/4385 +[#3301]: https://github.com/hypermodeinc/dgraph/issues/3301 +[#4435]: https://github.com/hypermodeinc/dgraph/issues/4435 ## [1.1.1] - 2019-12-16 -[1.1.1]: https://github.com/dgraph-io/dgraph/compare/v1.1.0...v1.1.1 +[1.1.1]: https://github.com/hypermodeinc/dgraph/compare/v1.1.0...v1.1.1 ### Changed @@ -2932,118 +2932,118 @@ Enterprise features: - Create restore directory when running "dgraph restore". Fixes [#4315][]. ([#4352][]) - Write group_id files to postings directories during restore. ([#4365][]) -[#4119]: https://github.com/dgraph-io/dgraph/issues/4119 -[#4171]: https://github.com/dgraph-io/dgraph/issues/4171 -[#4146]: https://github.com/dgraph-io/dgraph/issues/4146 -[#4017]: https://github.com/dgraph-io/dgraph/issues/4017 -[#3889]: https://github.com/dgraph-io/dgraph/issues/3889 -[#3846]: https://github.com/dgraph-io/dgraph/issues/3846 -[#3368]: https://github.com/dgraph-io/dgraph/issues/3368 -[#4032]: https://github.com/dgraph-io/dgraph/issues/4032 -[#4075]: https://github.com/dgraph-io/dgraph/issues/4075 -[#4253]: https://github.com/dgraph-io/dgraph/issues/4253 -[#3970]: https://github.com/dgraph-io/dgraph/issues/3970 -[#4066]: https://github.com/dgraph-io/dgraph/issues/4066 -[#4076]: https://github.com/dgraph-io/dgraph/issues/4076 -[#4012]: https://github.com/dgraph-io/dgraph/issues/4012 -[#4030]: https://github.com/dgraph-io/dgraph/issues/4030 -[#4065]: https://github.com/dgraph-io/dgraph/issues/4065 -[#4089]: https://github.com/dgraph-io/dgraph/issues/4089 -[#4114]: https://github.com/dgraph-io/dgraph/issues/4114 -[#4107]: https://github.com/dgraph-io/dgraph/issues/4107 -[#4006]: https://github.com/dgraph-io/dgraph/issues/4006 -[#4042]: https://github.com/dgraph-io/dgraph/issues/4042 -[#3877]: https://github.com/dgraph-io/dgraph/issues/3877 -[#3947]: https://github.com/dgraph-io/dgraph/issues/3947 -[#4061]: https://github.com/dgraph-io/dgraph/issues/4061 -[#4217]: https://github.com/dgraph-io/dgraph/issues/4217 -[#3920]: https://github.com/dgraph-io/dgraph/issues/3920 -[#4033]: https://github.com/dgraph-io/dgraph/issues/4033 -[#4016]: https://github.com/dgraph-io/dgraph/issues/4016 -[#3893]: https://github.com/dgraph-io/dgraph/issues/3893 -[#3932]: https://github.com/dgraph-io/dgraph/issues/3932 -[#3937]: https://github.com/dgraph-io/dgraph/issues/3937 -[#3926]: https://github.com/dgraph-io/dgraph/issues/3926 -[#3924]: https://github.com/dgraph-io/dgraph/issues/3924 -[#3925]: https://github.com/dgraph-io/dgraph/issues/3925 -[#3922]: https://github.com/dgraph-io/dgraph/issues/3922 -[#3950]: https://github.com/dgraph-io/dgraph/issues/3950 -[#3966]: https://github.com/dgraph-io/dgraph/issues/3966 -[#3990]: https://github.com/dgraph-io/dgraph/issues/3990 -[#3959]: https://github.com/dgraph-io/dgraph/issues/3959 -[#3960]: https://github.com/dgraph-io/dgraph/issues/3960 -[#3725]: https://github.com/dgraph-io/dgraph/issues/3725 -[#3991]: https://github.com/dgraph-io/dgraph/issues/3991 -[#3992]: https://github.com/dgraph-io/dgraph/issues/3992 -[#3994]: https://github.com/dgraph-io/dgraph/issues/3994 -[#4028]: https://github.com/dgraph-io/dgraph/issues/4028 -[#4036]: https://github.com/dgraph-io/dgraph/issues/4036 -[#4053]: https://github.com/dgraph-io/dgraph/issues/4053 -[#4084]: https://github.com/dgraph-io/dgraph/issues/4084 -[#4088]: https://github.com/dgraph-io/dgraph/issues/4088 -[#4144]: https://github.com/dgraph-io/dgraph/issues/4144 -[#4157]: https://github.com/dgraph-io/dgraph/issues/4157 -[#4175]: https://github.com/dgraph-io/dgraph/issues/4175 -[#4038]: https://github.com/dgraph-io/dgraph/issues/4038 -[#4122]: https://github.com/dgraph-io/dgraph/issues/4122 -[#4182]: https://github.com/dgraph-io/dgraph/issues/4182 -[#4204]: https://github.com/dgraph-io/dgraph/issues/4204 -[#3968]: https://github.com/dgraph-io/dgraph/issues/3968 -[#4202]: https://github.com/dgraph-io/dgraph/issues/4202 -[#4236]: https://github.com/dgraph-io/dgraph/issues/4236 -[#4254]: https://github.com/dgraph-io/dgraph/issues/4254 -[#4219]: https://github.com/dgraph-io/dgraph/issues/4219 -[#4044]: https://github.com/dgraph-io/dgraph/issues/4044 -[#4047]: https://github.com/dgraph-io/dgraph/issues/4047 -[#4273]: https://github.com/dgraph-io/dgraph/issues/4273 -[#4230]: https://github.com/dgraph-io/dgraph/issues/4230 -[#4279]: https://github.com/dgraph-io/dgraph/issues/4279 -[#4257]: https://github.com/dgraph-io/dgraph/issues/4257 -[#4274]: https://github.com/dgraph-io/dgraph/issues/4274 -[#4200]: https://github.com/dgraph-io/dgraph/issues/4200 -[#4260]: https://github.com/dgraph-io/dgraph/issues/4260 -[#4269]: https://github.com/dgraph-io/dgraph/issues/4269 -[#4287]: https://github.com/dgraph-io/dgraph/issues/4287 -[#4303]: https://github.com/dgraph-io/dgraph/issues/4303 -[#4317]: https://github.com/dgraph-io/dgraph/issues/4317 -[#4210]: https://github.com/dgraph-io/dgraph/issues/4210 -[#4312]: https://github.com/dgraph-io/dgraph/issues/4312 -[#4268]: https://github.com/dgraph-io/dgraph/issues/4268 -[#4318]: https://github.com/dgraph-io/dgraph/issues/4318 -[#4297]: https://github.com/dgraph-io/dgraph/issues/4297 -[#4296]: https://github.com/dgraph-io/dgraph/issues/4296 -[#4314]: https://github.com/dgraph-io/dgraph/issues/4314 -[#4356]: https://github.com/dgraph-io/dgraph/issues/4356 -[#4343]: https://github.com/dgraph-io/dgraph/issues/4343 -[#4344]: https://github.com/dgraph-io/dgraph/issues/4344 -[#4351]: https://github.com/dgraph-io/dgraph/issues/4351 -[#3268]: https://github.com/dgraph-io/dgraph/issues/3268 -[#4132]: https://github.com/dgraph-io/dgraph/issues/4132 -[#4005]: https://github.com/dgraph-io/dgraph/issues/4005 -[#4298]: https://github.com/dgraph-io/dgraph/issues/4298 -[#4021]: https://github.com/dgraph-io/dgraph/issues/4021 -[#3740]: https://github.com/dgraph-io/dgraph/issues/3740 -[#4311]: https://github.com/dgraph-io/dgraph/issues/4311 -[#4047]: https://github.com/dgraph-io/dgraph/issues/4047 -[#4375]: https://github.com/dgraph-io/dgraph/issues/4375 -[#4394]: https://github.com/dgraph-io/dgraph/issues/4394 -[#4288]: https://github.com/dgraph-io/dgraph/issues/4288 -[#4360]: https://github.com/dgraph-io/dgraph/issues/4360 -[#4265]: https://github.com/dgraph-io/dgraph/issues/4265 -[#4349]: https://github.com/dgraph-io/dgraph/issues/4349 -[#4169]: https://github.com/dgraph-io/dgraph/issues/4169 -[#4347]: https://github.com/dgraph-io/dgraph/issues/4347 -[#4389]: https://github.com/dgraph-io/dgraph/issues/4389 -[#4352]: https://github.com/dgraph-io/dgraph/issues/4352 -[#4315]: https://github.com/dgraph-io/dgraph/issues/4315 -[#4365]: https://github.com/dgraph-io/dgraph/issues/4365 -[#4282]: https://github.com/dgraph-io/dgraph/issues/4282 -[#4331]: https://github.com/dgraph-io/dgraph/issues/4331 -[#4424]: https://github.com/dgraph-io/dgraph/issues/4424 -[#4425]: https://github.com/dgraph-io/dgraph/issues/4425 +[#4119]: https://github.com/hypermodeinc/dgraph/issues/4119 +[#4171]: https://github.com/hypermodeinc/dgraph/issues/4171 +[#4146]: https://github.com/hypermodeinc/dgraph/issues/4146 +[#4017]: https://github.com/hypermodeinc/dgraph/issues/4017 +[#3889]: https://github.com/hypermodeinc/dgraph/issues/3889 +[#3846]: https://github.com/hypermodeinc/dgraph/issues/3846 +[#3368]: https://github.com/hypermodeinc/dgraph/issues/3368 +[#4032]: https://github.com/hypermodeinc/dgraph/issues/4032 +[#4075]: https://github.com/hypermodeinc/dgraph/issues/4075 +[#4253]: https://github.com/hypermodeinc/dgraph/issues/4253 +[#3970]: https://github.com/hypermodeinc/dgraph/issues/3970 +[#4066]: https://github.com/hypermodeinc/dgraph/issues/4066 +[#4076]: https://github.com/hypermodeinc/dgraph/issues/4076 +[#4012]: https://github.com/hypermodeinc/dgraph/issues/4012 +[#4030]: https://github.com/hypermodeinc/dgraph/issues/4030 +[#4065]: https://github.com/hypermodeinc/dgraph/issues/4065 +[#4089]: https://github.com/hypermodeinc/dgraph/issues/4089 +[#4114]: https://github.com/hypermodeinc/dgraph/issues/4114 +[#4107]: https://github.com/hypermodeinc/dgraph/issues/4107 +[#4006]: https://github.com/hypermodeinc/dgraph/issues/4006 +[#4042]: https://github.com/hypermodeinc/dgraph/issues/4042 +[#3877]: https://github.com/hypermodeinc/dgraph/issues/3877 +[#3947]: https://github.com/hypermodeinc/dgraph/issues/3947 +[#4061]: https://github.com/hypermodeinc/dgraph/issues/4061 +[#4217]: https://github.com/hypermodeinc/dgraph/issues/4217 +[#3920]: https://github.com/hypermodeinc/dgraph/issues/3920 +[#4033]: https://github.com/hypermodeinc/dgraph/issues/4033 +[#4016]: https://github.com/hypermodeinc/dgraph/issues/4016 +[#3893]: https://github.com/hypermodeinc/dgraph/issues/3893 +[#3932]: https://github.com/hypermodeinc/dgraph/issues/3932 +[#3937]: https://github.com/hypermodeinc/dgraph/issues/3937 +[#3926]: https://github.com/hypermodeinc/dgraph/issues/3926 +[#3924]: https://github.com/hypermodeinc/dgraph/issues/3924 +[#3925]: https://github.com/hypermodeinc/dgraph/issues/3925 +[#3922]: https://github.com/hypermodeinc/dgraph/issues/3922 +[#3950]: https://github.com/hypermodeinc/dgraph/issues/3950 +[#3966]: https://github.com/hypermodeinc/dgraph/issues/3966 +[#3990]: https://github.com/hypermodeinc/dgraph/issues/3990 +[#3959]: https://github.com/hypermodeinc/dgraph/issues/3959 +[#3960]: https://github.com/hypermodeinc/dgraph/issues/3960 +[#3725]: https://github.com/hypermodeinc/dgraph/issues/3725 +[#3991]: https://github.com/hypermodeinc/dgraph/issues/3991 +[#3992]: https://github.com/hypermodeinc/dgraph/issues/3992 +[#3994]: https://github.com/hypermodeinc/dgraph/issues/3994 +[#4028]: https://github.com/hypermodeinc/dgraph/issues/4028 +[#4036]: https://github.com/hypermodeinc/dgraph/issues/4036 +[#4053]: https://github.com/hypermodeinc/dgraph/issues/4053 +[#4084]: https://github.com/hypermodeinc/dgraph/issues/4084 +[#4088]: https://github.com/hypermodeinc/dgraph/issues/4088 +[#4144]: https://github.com/hypermodeinc/dgraph/issues/4144 +[#4157]: https://github.com/hypermodeinc/dgraph/issues/4157 +[#4175]: https://github.com/hypermodeinc/dgraph/issues/4175 +[#4038]: https://github.com/hypermodeinc/dgraph/issues/4038 +[#4122]: https://github.com/hypermodeinc/dgraph/issues/4122 +[#4182]: https://github.com/hypermodeinc/dgraph/issues/4182 +[#4204]: https://github.com/hypermodeinc/dgraph/issues/4204 +[#3968]: https://github.com/hypermodeinc/dgraph/issues/3968 +[#4202]: https://github.com/hypermodeinc/dgraph/issues/4202 +[#4236]: https://github.com/hypermodeinc/dgraph/issues/4236 +[#4254]: https://github.com/hypermodeinc/dgraph/issues/4254 +[#4219]: https://github.com/hypermodeinc/dgraph/issues/4219 +[#4044]: https://github.com/hypermodeinc/dgraph/issues/4044 +[#4047]: https://github.com/hypermodeinc/dgraph/issues/4047 +[#4273]: https://github.com/hypermodeinc/dgraph/issues/4273 +[#4230]: https://github.com/hypermodeinc/dgraph/issues/4230 +[#4279]: https://github.com/hypermodeinc/dgraph/issues/4279 +[#4257]: https://github.com/hypermodeinc/dgraph/issues/4257 +[#4274]: https://github.com/hypermodeinc/dgraph/issues/4274 +[#4200]: https://github.com/hypermodeinc/dgraph/issues/4200 +[#4260]: https://github.com/hypermodeinc/dgraph/issues/4260 +[#4269]: https://github.com/hypermodeinc/dgraph/issues/4269 +[#4287]: https://github.com/hypermodeinc/dgraph/issues/4287 +[#4303]: https://github.com/hypermodeinc/dgraph/issues/4303 +[#4317]: https://github.com/hypermodeinc/dgraph/issues/4317 +[#4210]: https://github.com/hypermodeinc/dgraph/issues/4210 +[#4312]: https://github.com/hypermodeinc/dgraph/issues/4312 +[#4268]: https://github.com/hypermodeinc/dgraph/issues/4268 +[#4318]: https://github.com/hypermodeinc/dgraph/issues/4318 +[#4297]: https://github.com/hypermodeinc/dgraph/issues/4297 +[#4296]: https://github.com/hypermodeinc/dgraph/issues/4296 +[#4314]: https://github.com/hypermodeinc/dgraph/issues/4314 +[#4356]: https://github.com/hypermodeinc/dgraph/issues/4356 +[#4343]: https://github.com/hypermodeinc/dgraph/issues/4343 +[#4344]: https://github.com/hypermodeinc/dgraph/issues/4344 +[#4351]: https://github.com/hypermodeinc/dgraph/issues/4351 +[#3268]: https://github.com/hypermodeinc/dgraph/issues/3268 +[#4132]: https://github.com/hypermodeinc/dgraph/issues/4132 +[#4005]: https://github.com/hypermodeinc/dgraph/issues/4005 +[#4298]: https://github.com/hypermodeinc/dgraph/issues/4298 +[#4021]: https://github.com/hypermodeinc/dgraph/issues/4021 +[#3740]: https://github.com/hypermodeinc/dgraph/issues/3740 +[#4311]: https://github.com/hypermodeinc/dgraph/issues/4311 +[#4047]: https://github.com/hypermodeinc/dgraph/issues/4047 +[#4375]: https://github.com/hypermodeinc/dgraph/issues/4375 +[#4394]: https://github.com/hypermodeinc/dgraph/issues/4394 +[#4288]: https://github.com/hypermodeinc/dgraph/issues/4288 +[#4360]: https://github.com/hypermodeinc/dgraph/issues/4360 +[#4265]: https://github.com/hypermodeinc/dgraph/issues/4265 +[#4349]: https://github.com/hypermodeinc/dgraph/issues/4349 +[#4169]: https://github.com/hypermodeinc/dgraph/issues/4169 +[#4347]: https://github.com/hypermodeinc/dgraph/issues/4347 +[#4389]: https://github.com/hypermodeinc/dgraph/issues/4389 +[#4352]: https://github.com/hypermodeinc/dgraph/issues/4352 +[#4315]: https://github.com/hypermodeinc/dgraph/issues/4315 +[#4365]: https://github.com/hypermodeinc/dgraph/issues/4365 +[#4282]: https://github.com/hypermodeinc/dgraph/issues/4282 +[#4331]: https://github.com/hypermodeinc/dgraph/issues/4331 +[#4424]: https://github.com/hypermodeinc/dgraph/issues/4424 +[#4425]: https://github.com/hypermodeinc/dgraph/issues/4425 ## [1.1.0] - 2019-09-03 -[1.1.0]: https://github.com/dgraph-io/dgraph/compare/v1.0.17...v1.1.0 +[1.1.0]: https://github.com/hypermodeinc/dgraph/compare/v1.0.17...v1.1.0 ### Changed @@ -3374,235 +3374,235 @@ Tracing - Bug Fix: Remove Check2 at writeResponse. ([#3900][]) - Bug Fix: Do not call posting.List.release. -[#3251]: https://github.com/dgraph-io/dgraph/issues/3251 -[#3020]: https://github.com/dgraph-io/dgraph/issues/3020 -[#3365]: https://github.com/dgraph-io/dgraph/issues/3365 -[#3550]: https://github.com/dgraph-io/dgraph/issues/3550 -[#3532]: https://github.com/dgraph-io/dgraph/issues/3532 -[#3526]: https://github.com/dgraph-io/dgraph/issues/3526 -[#3528]: https://github.com/dgraph-io/dgraph/issues/3528 -[#3565]: https://github.com/dgraph-io/dgraph/issues/3565 -[#2914]: https://github.com/dgraph-io/dgraph/issues/2914 -[#2887]: https://github.com/dgraph-io/dgraph/issues/2887 -[#2956]: https://github.com/dgraph-io/dgraph/issues/2956 -[#2962]: https://github.com/dgraph-io/dgraph/issues/2962 -[#2970]: https://github.com/dgraph-io/dgraph/issues/2970 -[#2974]: https://github.com/dgraph-io/dgraph/issues/2974 -[#2976]: https://github.com/dgraph-io/dgraph/issues/2976 -[#2989]: https://github.com/dgraph-io/dgraph/issues/2989 -[#3078]: https://github.com/dgraph-io/dgraph/issues/3078 -[#3322]: https://github.com/dgraph-io/dgraph/issues/3322 -[#3523]: https://github.com/dgraph-io/dgraph/issues/3523 -[#3412]: https://github.com/dgraph-io/dgraph/issues/3412 -[#3357]: https://github.com/dgraph-io/dgraph/issues/3357 -[#3502]: https://github.com/dgraph-io/dgraph/issues/3502 -[#3606]: https://github.com/dgraph-io/dgraph/issues/3606 -[#3784]: https://github.com/dgraph-io/dgraph/issues/3784 -[#3906]: https://github.com/dgraph-io/dgraph/issues/3906 -[#2986]: https://github.com/dgraph-io/dgraph/issues/2986 -[#3015]: https://github.com/dgraph-io/dgraph/issues/3015 -[#2979]: https://github.com/dgraph-io/dgraph/issues/2979 -[#2880]: https://github.com/dgraph-io/dgraph/issues/2880 -[#3051]: https://github.com/dgraph-io/dgraph/issues/3051 -[#3092]: https://github.com/dgraph-io/dgraph/issues/3092 -[#3091]: https://github.com/dgraph-io/dgraph/issues/3091 -[#3194]: https://github.com/dgraph-io/dgraph/issues/3194 -[#3243]: https://github.com/dgraph-io/dgraph/issues/3243 -[#3228]: https://github.com/dgraph-io/dgraph/issues/3228 -[#3254]: https://github.com/dgraph-io/dgraph/issues/3254 -[#3274]: https://github.com/dgraph-io/dgraph/issues/3274 -[#3253]: https://github.com/dgraph-io/dgraph/issues/3253 -[#3105]: https://github.com/dgraph-io/dgraph/issues/3105 -[#3310]: https://github.com/dgraph-io/dgraph/issues/3310 -[#3402]: https://github.com/dgraph-io/dgraph/issues/3402 -[#3442]: https://github.com/dgraph-io/dgraph/issues/3442 -[#3387]: https://github.com/dgraph-io/dgraph/issues/3387 -[#3444]: https://github.com/dgraph-io/dgraph/issues/3444 -[#3481]: https://github.com/dgraph-io/dgraph/issues/3481 -[#2953]: https://github.com/dgraph-io/dgraph/issues/2953 -[#3060]: https://github.com/dgraph-io/dgraph/issues/3060 -[#3527]: https://github.com/dgraph-io/dgraph/issues/3527 -[#3650]: https://github.com/dgraph-io/dgraph/issues/3650 -[#3627]: https://github.com/dgraph-io/dgraph/issues/3627 -[#3686]: https://github.com/dgraph-io/dgraph/issues/3686 -[#3688]: https://github.com/dgraph-io/dgraph/issues/3688 -[#3696]: https://github.com/dgraph-io/dgraph/issues/3696 -[#3682]: https://github.com/dgraph-io/dgraph/issues/3682 -[#3695]: https://github.com/dgraph-io/dgraph/issues/3695 -[#3713]: https://github.com/dgraph-io/dgraph/issues/3713 -[#3724]: https://github.com/dgraph-io/dgraph/issues/3724 -[#3747]: https://github.com/dgraph-io/dgraph/issues/3747 -[#3762]: https://github.com/dgraph-io/dgraph/issues/3762 -[#3767]: https://github.com/dgraph-io/dgraph/issues/3767 -[#3805]: https://github.com/dgraph-io/dgraph/issues/3805 -[#3795]: https://github.com/dgraph-io/dgraph/issues/3795 -[#3825]: https://github.com/dgraph-io/dgraph/issues/3825 -[#3746]: https://github.com/dgraph-io/dgraph/issues/3746 -[#3786]: https://github.com/dgraph-io/dgraph/issues/3786 -[#3828]: https://github.com/dgraph-io/dgraph/issues/3828 -[#3872]: https://github.com/dgraph-io/dgraph/issues/3872 -[#3839]: https://github.com/dgraph-io/dgraph/issues/3839 -[#3898]: https://github.com/dgraph-io/dgraph/issues/3898 -[#3901]: https://github.com/dgraph-io/dgraph/issues/3901 -[#3311]: https://github.com/dgraph-io/dgraph/issues/3311 -[#3319]: https://github.com/dgraph-io/dgraph/issues/3319 -[#3345]: https://github.com/dgraph-io/dgraph/issues/3345 -[#3364]: https://github.com/dgraph-io/dgraph/issues/3364 -[#2991]: https://github.com/dgraph-io/dgraph/issues/2991 -[#3278]: https://github.com/dgraph-io/dgraph/issues/3278 -[#3313]: https://github.com/dgraph-io/dgraph/issues/3313 -[#2998]: https://github.com/dgraph-io/dgraph/issues/2998 -[#3004]: https://github.com/dgraph-io/dgraph/issues/3004 -[#3045]: https://github.com/dgraph-io/dgraph/issues/3045 -[#3542]: https://github.com/dgraph-io/dgraph/issues/3542 -[#3635]: https://github.com/dgraph-io/dgraph/issues/3635 -[#3649]: https://github.com/dgraph-io/dgraph/issues/3649 -[#3287]: https://github.com/dgraph-io/dgraph/issues/3287 -[#3333]: https://github.com/dgraph-io/dgraph/issues/3333 -[#3560]: https://github.com/dgraph-io/dgraph/issues/3560 -[#3613]: https://github.com/dgraph-io/dgraph/issues/3613 -[#3560]: https://github.com/dgraph-io/dgraph/issues/3560 -[#3628]: https://github.com/dgraph-io/dgraph/issues/3628 -[#3681]: https://github.com/dgraph-io/dgraph/issues/3681 -[#3659]: https://github.com/dgraph-io/dgraph/issues/3659 -[#3763]: https://github.com/dgraph-io/dgraph/issues/3763 -[#3728]: https://github.com/dgraph-io/dgraph/issues/3728 -[#3422]: https://github.com/dgraph-io/dgraph/issues/3422 -[#3584]: https://github.com/dgraph-io/dgraph/issues/3584 -[#3084]: https://github.com/dgraph-io/dgraph/issues/3084 -[#3257]: https://github.com/dgraph-io/dgraph/issues/3257 -[#3269]: https://github.com/dgraph-io/dgraph/issues/3269 -[#3309]: https://github.com/dgraph-io/dgraph/issues/3309 -[#3295]: https://github.com/dgraph-io/dgraph/issues/3295 -[#3398]: https://github.com/dgraph-io/dgraph/issues/3398 -[#3824]: https://github.com/dgraph-io/dgraph/issues/3824 -[#3847]: https://github.com/dgraph-io/dgraph/issues/3847 -[#3880]: https://github.com/dgraph-io/dgraph/issues/3880 -[#2933]: https://github.com/dgraph-io/dgraph/issues/2933 -[#2950]: https://github.com/dgraph-io/dgraph/issues/2950 -[#3003]: https://github.com/dgraph-io/dgraph/issues/3003 -[#3018]: https://github.com/dgraph-io/dgraph/issues/3018 -[#3204]: https://github.com/dgraph-io/dgraph/issues/3204 -[#3235]: https://github.com/dgraph-io/dgraph/issues/3235 -[#3214]: https://github.com/dgraph-io/dgraph/issues/3214 -[#3493]: https://github.com/dgraph-io/dgraph/issues/3493 -[#3506]: https://github.com/dgraph-io/dgraph/issues/3506 -[#3059]: https://github.com/dgraph-io/dgraph/issues/3059 -[#3412]: https://github.com/dgraph-io/dgraph/issues/3412 -[#3612]: https://github.com/dgraph-io/dgraph/issues/3612 -[#2910]: https://github.com/dgraph-io/dgraph/issues/2910 -[#2913]: https://github.com/dgraph-io/dgraph/issues/2913 -[#2915]: https://github.com/dgraph-io/dgraph/issues/2915 -[#2947]: https://github.com/dgraph-io/dgraph/issues/2947 -[#3374]: https://github.com/dgraph-io/dgraph/issues/3374 -[#3531]: https://github.com/dgraph-io/dgraph/issues/3531 -[#2916]: https://github.com/dgraph-io/dgraph/issues/2916 -[#2981]: https://github.com/dgraph-io/dgraph/issues/2981 -[#2954]: https://github.com/dgraph-io/dgraph/issues/2954 -[#3273]: https://github.com/dgraph-io/dgraph/issues/3273 -[#1243]: https://github.com/dgraph-io/dgraph/issues/1243 -[#3710]: https://github.com/dgraph-io/dgraph/issues/3710 -[#3756]: https://github.com/dgraph-io/dgraph/issues/3756 -[#3769]: https://github.com/dgraph-io/dgraph/issues/3769 -[#2899]: https://github.com/dgraph-io/dgraph/issues/2899 -[#3843]: https://github.com/dgraph-io/dgraph/issues/3843 -[#3242]: https://github.com/dgraph-io/dgraph/issues/3242 -[#3271]: https://github.com/dgraph-io/dgraph/issues/3271 -[#2511]: https://github.com/dgraph-io/dgraph/issues/2511 -[#2895]: https://github.com/dgraph-io/dgraph/issues/2895 -[#3173]: https://github.com/dgraph-io/dgraph/issues/3173 -[#2921]: https://github.com/dgraph-io/dgraph/issues/2921 -[#2967]: https://github.com/dgraph-io/dgraph/issues/2967 -[#2997]: https://github.com/dgraph-io/dgraph/issues/2997 -[#3133]: https://github.com/dgraph-io/dgraph/issues/3133 -[#2862]: https://github.com/dgraph-io/dgraph/issues/2862 -[#2924]: https://github.com/dgraph-io/dgraph/issues/2924 -[#2951]: https://github.com/dgraph-io/dgraph/issues/2951 -[#3124]: https://github.com/dgraph-io/dgraph/issues/3124 -[#3141]: https://github.com/dgraph-io/dgraph/issues/3141 -[#3164]: https://github.com/dgraph-io/dgraph/issues/3164 -[#3218]: https://github.com/dgraph-io/dgraph/issues/3218 -[#3207]: https://github.com/dgraph-io/dgraph/issues/3207 -[#3256]: https://github.com/dgraph-io/dgraph/issues/3256 -[#3275]: https://github.com/dgraph-io/dgraph/issues/3275 -[#3494]: https://github.com/dgraph-io/dgraph/issues/3494 -[#3734]: https://github.com/dgraph-io/dgraph/issues/3734 -[#2973]: https://github.com/dgraph-io/dgraph/issues/2973 -[#2963]: https://github.com/dgraph-io/dgraph/issues/2963 -[#3172]: https://github.com/dgraph-io/dgraph/issues/3172 -[#3219]: https://github.com/dgraph-io/dgraph/issues/3219 -[#3227]: https://github.com/dgraph-io/dgraph/issues/3227 -[#3387]: https://github.com/dgraph-io/dgraph/issues/3387 -[#3515]: https://github.com/dgraph-io/dgraph/issues/3515 -[#3536]: https://github.com/dgraph-io/dgraph/issues/3536 -[#3547]: https://github.com/dgraph-io/dgraph/issues/3547 -[#3570]: https://github.com/dgraph-io/dgraph/issues/3570 -[#3621]: https://github.com/dgraph-io/dgraph/issues/3621 -[#3575]: https://github.com/dgraph-io/dgraph/issues/3575 -[#3559]: https://github.com/dgraph-io/dgraph/issues/3559 -[#3629]: https://github.com/dgraph-io/dgraph/issues/3629 -[#3648]: https://github.com/dgraph-io/dgraph/issues/3648 -[#3869]: https://github.com/dgraph-io/dgraph/issues/3869 -[#2928]: https://github.com/dgraph-io/dgraph/issues/2928 -[#2961]: https://github.com/dgraph-io/dgraph/issues/2961 -[#3106]: https://github.com/dgraph-io/dgraph/issues/3106 -[#3266]: https://github.com/dgraph-io/dgraph/issues/3266 -[#3089]: https://github.com/dgraph-io/dgraph/issues/3089 -[#3262]: https://github.com/dgraph-io/dgraph/issues/3262 -[#3441]: https://github.com/dgraph-io/dgraph/issues/3441 -[#3854]: https://github.com/dgraph-io/dgraph/issues/3854 -[#3824]: https://github.com/dgraph-io/dgraph/issues/3824 -[#2867]: https://github.com/dgraph-io/dgraph/issues/2867 -[#2885]: https://github.com/dgraph-io/dgraph/issues/2885 -[#2914]: https://github.com/dgraph-io/dgraph/issues/2914 -[#2893]: https://github.com/dgraph-io/dgraph/issues/2893 -[#2891]: https://github.com/dgraph-io/dgraph/issues/2891 -[#2925]: https://github.com/dgraph-io/dgraph/issues/2925 -[#2929]: https://github.com/dgraph-io/dgraph/issues/2929 -[#2995]: https://github.com/dgraph-io/dgraph/issues/2995 -[#3021]: https://github.com/dgraph-io/dgraph/issues/3021 -[#3042]: https://github.com/dgraph-io/dgraph/issues/3042 -[#3027]: https://github.com/dgraph-io/dgraph/issues/3027 -[#3182]: https://github.com/dgraph-io/dgraph/issues/3182 -[#3505]: https://github.com/dgraph-io/dgraph/issues/3505 -[#3402]: https://github.com/dgraph-io/dgraph/issues/3402 -[#3417]: https://github.com/dgraph-io/dgraph/issues/3417 -[#3516]: https://github.com/dgraph-io/dgraph/issues/3516 -[#3052]: https://github.com/dgraph-io/dgraph/issues/3052 -[#3062]: https://github.com/dgraph-io/dgraph/issues/3062 -[#3077]: https://github.com/dgraph-io/dgraph/issues/3077 -[#3085]: https://github.com/dgraph-io/dgraph/issues/3085 -[#3112]: https://github.com/dgraph-io/dgraph/issues/3112 -[#3190]: https://github.com/dgraph-io/dgraph/issues/3190 -[#3172]: https://github.com/dgraph-io/dgraph/issues/3172 -[#3216]: https://github.com/dgraph-io/dgraph/issues/3216 -[#3205]: https://github.com/dgraph-io/dgraph/issues/3205 -[#3169]: https://github.com/dgraph-io/dgraph/issues/3169 -[#3149]: https://github.com/dgraph-io/dgraph/issues/3149 -[#3323]: https://github.com/dgraph-io/dgraph/issues/3323 -[#3137]: https://github.com/dgraph-io/dgraph/issues/3137 -[#3143]: https://github.com/dgraph-io/dgraph/issues/3143 -[#3657]: https://github.com/dgraph-io/dgraph/issues/3657 -[#3662]: https://github.com/dgraph-io/dgraph/issues/3662 -[#3642]: https://github.com/dgraph-io/dgraph/issues/3642 -[#3670]: https://github.com/dgraph-io/dgraph/issues/3670 -[#3645]: https://github.com/dgraph-io/dgraph/issues/3645 -[#3664]: https://github.com/dgraph-io/dgraph/issues/3664 -[#3668]: https://github.com/dgraph-io/dgraph/issues/3668 -[#3692]: https://github.com/dgraph-io/dgraph/issues/3692 -[#3711]: https://github.com/dgraph-io/dgraph/issues/3711 -[#3685]: https://github.com/dgraph-io/dgraph/issues/3685 -[#3749]: https://github.com/dgraph-io/dgraph/issues/3749 -[#3794]: https://github.com/dgraph-io/dgraph/issues/3794 -[#3874]: https://github.com/dgraph-io/dgraph/issues/3874 -[#3900]: https://github.com/dgraph-io/dgraph/issues/3900 -[3271f64e0]: https://github.com/dgraph-io/dgraph/commit/3271f64e0 -[63f545568]: https://github.com/dgraph-io/dgraph/commit/63f545568 -[18277872f]: https://github.com/dgraph-io/dgraph/commit/18277872f -[802ec4c39]: https://github.com/dgraph-io/dgraph/commit/802ec4c39 +[#3251]: https://github.com/hypermodeinc/dgraph/issues/3251 +[#3020]: https://github.com/hypermodeinc/dgraph/issues/3020 +[#3365]: https://github.com/hypermodeinc/dgraph/issues/3365 +[#3550]: https://github.com/hypermodeinc/dgraph/issues/3550 +[#3532]: https://github.com/hypermodeinc/dgraph/issues/3532 +[#3526]: https://github.com/hypermodeinc/dgraph/issues/3526 +[#3528]: https://github.com/hypermodeinc/dgraph/issues/3528 +[#3565]: https://github.com/hypermodeinc/dgraph/issues/3565 +[#2914]: https://github.com/hypermodeinc/dgraph/issues/2914 +[#2887]: https://github.com/hypermodeinc/dgraph/issues/2887 +[#2956]: https://github.com/hypermodeinc/dgraph/issues/2956 +[#2962]: https://github.com/hypermodeinc/dgraph/issues/2962 +[#2970]: https://github.com/hypermodeinc/dgraph/issues/2970 +[#2974]: https://github.com/hypermodeinc/dgraph/issues/2974 +[#2976]: https://github.com/hypermodeinc/dgraph/issues/2976 +[#2989]: https://github.com/hypermodeinc/dgraph/issues/2989 +[#3078]: https://github.com/hypermodeinc/dgraph/issues/3078 +[#3322]: https://github.com/hypermodeinc/dgraph/issues/3322 +[#3523]: https://github.com/hypermodeinc/dgraph/issues/3523 +[#3412]: https://github.com/hypermodeinc/dgraph/issues/3412 +[#3357]: https://github.com/hypermodeinc/dgraph/issues/3357 +[#3502]: https://github.com/hypermodeinc/dgraph/issues/3502 +[#3606]: https://github.com/hypermodeinc/dgraph/issues/3606 +[#3784]: https://github.com/hypermodeinc/dgraph/issues/3784 +[#3906]: https://github.com/hypermodeinc/dgraph/issues/3906 +[#2986]: https://github.com/hypermodeinc/dgraph/issues/2986 +[#3015]: https://github.com/hypermodeinc/dgraph/issues/3015 +[#2979]: https://github.com/hypermodeinc/dgraph/issues/2979 +[#2880]: https://github.com/hypermodeinc/dgraph/issues/2880 +[#3051]: https://github.com/hypermodeinc/dgraph/issues/3051 +[#3092]: https://github.com/hypermodeinc/dgraph/issues/3092 +[#3091]: https://github.com/hypermodeinc/dgraph/issues/3091 +[#3194]: https://github.com/hypermodeinc/dgraph/issues/3194 +[#3243]: https://github.com/hypermodeinc/dgraph/issues/3243 +[#3228]: https://github.com/hypermodeinc/dgraph/issues/3228 +[#3254]: https://github.com/hypermodeinc/dgraph/issues/3254 +[#3274]: https://github.com/hypermodeinc/dgraph/issues/3274 +[#3253]: https://github.com/hypermodeinc/dgraph/issues/3253 +[#3105]: https://github.com/hypermodeinc/dgraph/issues/3105 +[#3310]: https://github.com/hypermodeinc/dgraph/issues/3310 +[#3402]: https://github.com/hypermodeinc/dgraph/issues/3402 +[#3442]: https://github.com/hypermodeinc/dgraph/issues/3442 +[#3387]: https://github.com/hypermodeinc/dgraph/issues/3387 +[#3444]: https://github.com/hypermodeinc/dgraph/issues/3444 +[#3481]: https://github.com/hypermodeinc/dgraph/issues/3481 +[#2953]: https://github.com/hypermodeinc/dgraph/issues/2953 +[#3060]: https://github.com/hypermodeinc/dgraph/issues/3060 +[#3527]: https://github.com/hypermodeinc/dgraph/issues/3527 +[#3650]: https://github.com/hypermodeinc/dgraph/issues/3650 +[#3627]: https://github.com/hypermodeinc/dgraph/issues/3627 +[#3686]: https://github.com/hypermodeinc/dgraph/issues/3686 +[#3688]: https://github.com/hypermodeinc/dgraph/issues/3688 +[#3696]: https://github.com/hypermodeinc/dgraph/issues/3696 +[#3682]: https://github.com/hypermodeinc/dgraph/issues/3682 +[#3695]: https://github.com/hypermodeinc/dgraph/issues/3695 +[#3713]: https://github.com/hypermodeinc/dgraph/issues/3713 +[#3724]: https://github.com/hypermodeinc/dgraph/issues/3724 +[#3747]: https://github.com/hypermodeinc/dgraph/issues/3747 +[#3762]: https://github.com/hypermodeinc/dgraph/issues/3762 +[#3767]: https://github.com/hypermodeinc/dgraph/issues/3767 +[#3805]: https://github.com/hypermodeinc/dgraph/issues/3805 +[#3795]: https://github.com/hypermodeinc/dgraph/issues/3795 +[#3825]: https://github.com/hypermodeinc/dgraph/issues/3825 +[#3746]: https://github.com/hypermodeinc/dgraph/issues/3746 +[#3786]: https://github.com/hypermodeinc/dgraph/issues/3786 +[#3828]: https://github.com/hypermodeinc/dgraph/issues/3828 +[#3872]: https://github.com/hypermodeinc/dgraph/issues/3872 +[#3839]: https://github.com/hypermodeinc/dgraph/issues/3839 +[#3898]: https://github.com/hypermodeinc/dgraph/issues/3898 +[#3901]: https://github.com/hypermodeinc/dgraph/issues/3901 +[#3311]: https://github.com/hypermodeinc/dgraph/issues/3311 +[#3319]: https://github.com/hypermodeinc/dgraph/issues/3319 +[#3345]: https://github.com/hypermodeinc/dgraph/issues/3345 +[#3364]: https://github.com/hypermodeinc/dgraph/issues/3364 +[#2991]: https://github.com/hypermodeinc/dgraph/issues/2991 +[#3278]: https://github.com/hypermodeinc/dgraph/issues/3278 +[#3313]: https://github.com/hypermodeinc/dgraph/issues/3313 +[#2998]: https://github.com/hypermodeinc/dgraph/issues/2998 +[#3004]: https://github.com/hypermodeinc/dgraph/issues/3004 +[#3045]: https://github.com/hypermodeinc/dgraph/issues/3045 +[#3542]: https://github.com/hypermodeinc/dgraph/issues/3542 +[#3635]: https://github.com/hypermodeinc/dgraph/issues/3635 +[#3649]: https://github.com/hypermodeinc/dgraph/issues/3649 +[#3287]: https://github.com/hypermodeinc/dgraph/issues/3287 +[#3333]: https://github.com/hypermodeinc/dgraph/issues/3333 +[#3560]: https://github.com/hypermodeinc/dgraph/issues/3560 +[#3613]: https://github.com/hypermodeinc/dgraph/issues/3613 +[#3560]: https://github.com/hypermodeinc/dgraph/issues/3560 +[#3628]: https://github.com/hypermodeinc/dgraph/issues/3628 +[#3681]: https://github.com/hypermodeinc/dgraph/issues/3681 +[#3659]: https://github.com/hypermodeinc/dgraph/issues/3659 +[#3763]: https://github.com/hypermodeinc/dgraph/issues/3763 +[#3728]: https://github.com/hypermodeinc/dgraph/issues/3728 +[#3422]: https://github.com/hypermodeinc/dgraph/issues/3422 +[#3584]: https://github.com/hypermodeinc/dgraph/issues/3584 +[#3084]: https://github.com/hypermodeinc/dgraph/issues/3084 +[#3257]: https://github.com/hypermodeinc/dgraph/issues/3257 +[#3269]: https://github.com/hypermodeinc/dgraph/issues/3269 +[#3309]: https://github.com/hypermodeinc/dgraph/issues/3309 +[#3295]: https://github.com/hypermodeinc/dgraph/issues/3295 +[#3398]: https://github.com/hypermodeinc/dgraph/issues/3398 +[#3824]: https://github.com/hypermodeinc/dgraph/issues/3824 +[#3847]: https://github.com/hypermodeinc/dgraph/issues/3847 +[#3880]: https://github.com/hypermodeinc/dgraph/issues/3880 +[#2933]: https://github.com/hypermodeinc/dgraph/issues/2933 +[#2950]: https://github.com/hypermodeinc/dgraph/issues/2950 +[#3003]: https://github.com/hypermodeinc/dgraph/issues/3003 +[#3018]: https://github.com/hypermodeinc/dgraph/issues/3018 +[#3204]: https://github.com/hypermodeinc/dgraph/issues/3204 +[#3235]: https://github.com/hypermodeinc/dgraph/issues/3235 +[#3214]: https://github.com/hypermodeinc/dgraph/issues/3214 +[#3493]: https://github.com/hypermodeinc/dgraph/issues/3493 +[#3506]: https://github.com/hypermodeinc/dgraph/issues/3506 +[#3059]: https://github.com/hypermodeinc/dgraph/issues/3059 +[#3412]: https://github.com/hypermodeinc/dgraph/issues/3412 +[#3612]: https://github.com/hypermodeinc/dgraph/issues/3612 +[#2910]: https://github.com/hypermodeinc/dgraph/issues/2910 +[#2913]: https://github.com/hypermodeinc/dgraph/issues/2913 +[#2915]: https://github.com/hypermodeinc/dgraph/issues/2915 +[#2947]: https://github.com/hypermodeinc/dgraph/issues/2947 +[#3374]: https://github.com/hypermodeinc/dgraph/issues/3374 +[#3531]: https://github.com/hypermodeinc/dgraph/issues/3531 +[#2916]: https://github.com/hypermodeinc/dgraph/issues/2916 +[#2981]: https://github.com/hypermodeinc/dgraph/issues/2981 +[#2954]: https://github.com/hypermodeinc/dgraph/issues/2954 +[#3273]: https://github.com/hypermodeinc/dgraph/issues/3273 +[#1243]: https://github.com/hypermodeinc/dgraph/issues/1243 +[#3710]: https://github.com/hypermodeinc/dgraph/issues/3710 +[#3756]: https://github.com/hypermodeinc/dgraph/issues/3756 +[#3769]: https://github.com/hypermodeinc/dgraph/issues/3769 +[#2899]: https://github.com/hypermodeinc/dgraph/issues/2899 +[#3843]: https://github.com/hypermodeinc/dgraph/issues/3843 +[#3242]: https://github.com/hypermodeinc/dgraph/issues/3242 +[#3271]: https://github.com/hypermodeinc/dgraph/issues/3271 +[#2511]: https://github.com/hypermodeinc/dgraph/issues/2511 +[#2895]: https://github.com/hypermodeinc/dgraph/issues/2895 +[#3173]: https://github.com/hypermodeinc/dgraph/issues/3173 +[#2921]: https://github.com/hypermodeinc/dgraph/issues/2921 +[#2967]: https://github.com/hypermodeinc/dgraph/issues/2967 +[#2997]: https://github.com/hypermodeinc/dgraph/issues/2997 +[#3133]: https://github.com/hypermodeinc/dgraph/issues/3133 +[#2862]: https://github.com/hypermodeinc/dgraph/issues/2862 +[#2924]: https://github.com/hypermodeinc/dgraph/issues/2924 +[#2951]: https://github.com/hypermodeinc/dgraph/issues/2951 +[#3124]: https://github.com/hypermodeinc/dgraph/issues/3124 +[#3141]: https://github.com/hypermodeinc/dgraph/issues/3141 +[#3164]: https://github.com/hypermodeinc/dgraph/issues/3164 +[#3218]: https://github.com/hypermodeinc/dgraph/issues/3218 +[#3207]: https://github.com/hypermodeinc/dgraph/issues/3207 +[#3256]: https://github.com/hypermodeinc/dgraph/issues/3256 +[#3275]: https://github.com/hypermodeinc/dgraph/issues/3275 +[#3494]: https://github.com/hypermodeinc/dgraph/issues/3494 +[#3734]: https://github.com/hypermodeinc/dgraph/issues/3734 +[#2973]: https://github.com/hypermodeinc/dgraph/issues/2973 +[#2963]: https://github.com/hypermodeinc/dgraph/issues/2963 +[#3172]: https://github.com/hypermodeinc/dgraph/issues/3172 +[#3219]: https://github.com/hypermodeinc/dgraph/issues/3219 +[#3227]: https://github.com/hypermodeinc/dgraph/issues/3227 +[#3387]: https://github.com/hypermodeinc/dgraph/issues/3387 +[#3515]: https://github.com/hypermodeinc/dgraph/issues/3515 +[#3536]: https://github.com/hypermodeinc/dgraph/issues/3536 +[#3547]: https://github.com/hypermodeinc/dgraph/issues/3547 +[#3570]: https://github.com/hypermodeinc/dgraph/issues/3570 +[#3621]: https://github.com/hypermodeinc/dgraph/issues/3621 +[#3575]: https://github.com/hypermodeinc/dgraph/issues/3575 +[#3559]: https://github.com/hypermodeinc/dgraph/issues/3559 +[#3629]: https://github.com/hypermodeinc/dgraph/issues/3629 +[#3648]: https://github.com/hypermodeinc/dgraph/issues/3648 +[#3869]: https://github.com/hypermodeinc/dgraph/issues/3869 +[#2928]: https://github.com/hypermodeinc/dgraph/issues/2928 +[#2961]: https://github.com/hypermodeinc/dgraph/issues/2961 +[#3106]: https://github.com/hypermodeinc/dgraph/issues/3106 +[#3266]: https://github.com/hypermodeinc/dgraph/issues/3266 +[#3089]: https://github.com/hypermodeinc/dgraph/issues/3089 +[#3262]: https://github.com/hypermodeinc/dgraph/issues/3262 +[#3441]: https://github.com/hypermodeinc/dgraph/issues/3441 +[#3854]: https://github.com/hypermodeinc/dgraph/issues/3854 +[#3824]: https://github.com/hypermodeinc/dgraph/issues/3824 +[#2867]: https://github.com/hypermodeinc/dgraph/issues/2867 +[#2885]: https://github.com/hypermodeinc/dgraph/issues/2885 +[#2914]: https://github.com/hypermodeinc/dgraph/issues/2914 +[#2893]: https://github.com/hypermodeinc/dgraph/issues/2893 +[#2891]: https://github.com/hypermodeinc/dgraph/issues/2891 +[#2925]: https://github.com/hypermodeinc/dgraph/issues/2925 +[#2929]: https://github.com/hypermodeinc/dgraph/issues/2929 +[#2995]: https://github.com/hypermodeinc/dgraph/issues/2995 +[#3021]: https://github.com/hypermodeinc/dgraph/issues/3021 +[#3042]: https://github.com/hypermodeinc/dgraph/issues/3042 +[#3027]: https://github.com/hypermodeinc/dgraph/issues/3027 +[#3182]: https://github.com/hypermodeinc/dgraph/issues/3182 +[#3505]: https://github.com/hypermodeinc/dgraph/issues/3505 +[#3402]: https://github.com/hypermodeinc/dgraph/issues/3402 +[#3417]: https://github.com/hypermodeinc/dgraph/issues/3417 +[#3516]: https://github.com/hypermodeinc/dgraph/issues/3516 +[#3052]: https://github.com/hypermodeinc/dgraph/issues/3052 +[#3062]: https://github.com/hypermodeinc/dgraph/issues/3062 +[#3077]: https://github.com/hypermodeinc/dgraph/issues/3077 +[#3085]: https://github.com/hypermodeinc/dgraph/issues/3085 +[#3112]: https://github.com/hypermodeinc/dgraph/issues/3112 +[#3190]: https://github.com/hypermodeinc/dgraph/issues/3190 +[#3172]: https://github.com/hypermodeinc/dgraph/issues/3172 +[#3216]: https://github.com/hypermodeinc/dgraph/issues/3216 +[#3205]: https://github.com/hypermodeinc/dgraph/issues/3205 +[#3169]: https://github.com/hypermodeinc/dgraph/issues/3169 +[#3149]: https://github.com/hypermodeinc/dgraph/issues/3149 +[#3323]: https://github.com/hypermodeinc/dgraph/issues/3323 +[#3137]: https://github.com/hypermodeinc/dgraph/issues/3137 +[#3143]: https://github.com/hypermodeinc/dgraph/issues/3143 +[#3657]: https://github.com/hypermodeinc/dgraph/issues/3657 +[#3662]: https://github.com/hypermodeinc/dgraph/issues/3662 +[#3642]: https://github.com/hypermodeinc/dgraph/issues/3642 +[#3670]: https://github.com/hypermodeinc/dgraph/issues/3670 +[#3645]: https://github.com/hypermodeinc/dgraph/issues/3645 +[#3664]: https://github.com/hypermodeinc/dgraph/issues/3664 +[#3668]: https://github.com/hypermodeinc/dgraph/issues/3668 +[#3692]: https://github.com/hypermodeinc/dgraph/issues/3692 +[#3711]: https://github.com/hypermodeinc/dgraph/issues/3711 +[#3685]: https://github.com/hypermodeinc/dgraph/issues/3685 +[#3749]: https://github.com/hypermodeinc/dgraph/issues/3749 +[#3794]: https://github.com/hypermodeinc/dgraph/issues/3794 +[#3874]: https://github.com/hypermodeinc/dgraph/issues/3874 +[#3900]: https://github.com/hypermodeinc/dgraph/issues/3900 +[3271f64e0]: https://github.com/hypermodeinc/dgraph/commit/3271f64e0 +[63f545568]: https://github.com/hypermodeinc/dgraph/commit/63f545568 +[18277872f]: https://github.com/hypermodeinc/dgraph/commit/18277872f +[802ec4c39]: https://github.com/hypermodeinc/dgraph/commit/802ec4c39 ## [1.0.18] - 2019-12-16 -[1.0.18]: https://github.com/dgraph-io/dgraph/compare/v1.0.17...v1.0.18 +[1.0.18]: https://github.com/hypermodeinc/dgraph/compare/v1.0.17...v1.0.18 ### Fixed @@ -3614,17 +3614,17 @@ Tracing - Vendor in Badger to fix a vlog bug "Unable to find log file". ([#4212][]) - Change lexer to allow unicode escape sequences. Fixes [#4157][]. ([#4252][]) -[#3919]: https://github.com/dgraph-io/dgraph/issues/3919 -[#3936]: https://github.com/dgraph-io/dgraph/issues/3936 -[#4071]: https://github.com/dgraph-io/dgraph/issues/4071 -[#3807]: https://github.com/dgraph-io/dgraph/issues/3807 -[#4143]: https://github.com/dgraph-io/dgraph/issues/4143 -[#4212]: https://github.com/dgraph-io/dgraph/issues/4212 -[#4157]: https://github.com/dgraph-io/dgraph/issues/4157 -[#4252]: https://github.com/dgraph-io/dgraph/issues/4252 +[#3919]: https://github.com/hypermodeinc/dgraph/issues/3919 +[#3936]: https://github.com/hypermodeinc/dgraph/issues/3936 +[#4071]: https://github.com/hypermodeinc/dgraph/issues/4071 +[#3807]: https://github.com/hypermodeinc/dgraph/issues/3807 +[#4143]: https://github.com/hypermodeinc/dgraph/issues/4143 +[#4212]: https://github.com/hypermodeinc/dgraph/issues/4212 +[#4157]: https://github.com/hypermodeinc/dgraph/issues/4157 +[#4252]: https://github.com/hypermodeinc/dgraph/issues/4252 ## [1.0.17] - 2019-08-30 -[1.0.17]: https://github.com/dgraph-io/dgraph/compare/v1.0.16...v1.0.17 +[1.0.17]: https://github.com/hypermodeinc/dgraph/compare/v1.0.16...v1.0.17 ### Changed @@ -3640,21 +3640,21 @@ Tracing - Fix bug where aliases in a query incorrectly alias the response depending on alias order. Fixes [#3814][]. ([#3837][]) - Fix for panic in fillGroupedVars. Fixes [#3768][]. ([#3781][]) -[#3886]: https://github.com/dgraph-io/dgraph/issues/3886 -[#2900]: https://github.com/dgraph-io/dgraph/issues/2900 -[#3772]: https://github.com/dgraph-io/dgraph/issues/3772 -[#3708]: https://github.com/dgraph-io/dgraph/issues/3708 -[#3753]: https://github.com/dgraph-io/dgraph/issues/3753 -[#3699]: https://github.com/dgraph-io/dgraph/issues/3699 -[#3701]: https://github.com/dgraph-io/dgraph/issues/3701 -[#3665]: https://github.com/dgraph-io/dgraph/issues/3665 -[#3814]: https://github.com/dgraph-io/dgraph/issues/3814 -[#3837]: https://github.com/dgraph-io/dgraph/issues/3837 -[#3768]: https://github.com/dgraph-io/dgraph/issues/3768 -[#3781]: https://github.com/dgraph-io/dgraph/issues/3781 +[#3886]: https://github.com/hypermodeinc/dgraph/issues/3886 +[#2900]: https://github.com/hypermodeinc/dgraph/issues/2900 +[#3772]: https://github.com/hypermodeinc/dgraph/issues/3772 +[#3708]: https://github.com/hypermodeinc/dgraph/issues/3708 +[#3753]: https://github.com/hypermodeinc/dgraph/issues/3753 +[#3699]: https://github.com/hypermodeinc/dgraph/issues/3699 +[#3701]: https://github.com/hypermodeinc/dgraph/issues/3701 +[#3665]: https://github.com/hypermodeinc/dgraph/issues/3665 +[#3814]: https://github.com/hypermodeinc/dgraph/issues/3814 +[#3837]: https://github.com/hypermodeinc/dgraph/issues/3837 +[#3768]: https://github.com/hypermodeinc/dgraph/issues/3768 +[#3781]: https://github.com/hypermodeinc/dgraph/issues/3781 ## [1.0.16] - 2019-07-11 -[1.0.16]: https://github.com/dgraph-io/dgraph/compare/v1.0.15...v1.0.16 +[1.0.16]: https://github.com/hypermodeinc/dgraph/compare/v1.0.15...v1.0.16 ### Changed @@ -3666,15 +3666,15 @@ Tracing - Remove unused reserved predicates in the schema. Fixes [#3535][]. ([#3557][]) - Vendor in Badger v1.6.0 for StreamWriter bug fixes. ([#3631][]) -[#3470]: https://github.com/dgraph-io/dgraph/issue/3470 -[#3535]: https://github.com/dgraph-io/dgraph/issue/3535 -[#3554]: https://github.com/dgraph-io/dgraph/issue/3554 -[#3557]: https://github.com/dgraph-io/dgraph/issue/3557 -[#3631]: https://github.com/dgraph-io/dgraph/issue/3631 -[#3653]: https://github.com/dgraph-io/dgraph/issue/3653 +[#3470]: https://github.com/hypermodeinc/dgraph/issue/3470 +[#3535]: https://github.com/hypermodeinc/dgraph/issue/3535 +[#3554]: https://github.com/hypermodeinc/dgraph/issue/3554 +[#3557]: https://github.com/hypermodeinc/dgraph/issue/3557 +[#3631]: https://github.com/hypermodeinc/dgraph/issue/3631 +[#3653]: https://github.com/hypermodeinc/dgraph/issue/3653 ## [1.0.15] - 2019-05-30 -[1.0.15]: https://github.com/dgraph-io/dgraph/compare/v1.0.14...v1.0.15 +[1.0.15]: https://github.com/hypermodeinc/dgraph/compare/v1.0.14...v1.0.15 ### Fixed @@ -3719,42 +3719,42 @@ Tracing - Remove a `-v=2` log which can be too noisy during Raft replay. ([2377d9f56][]). - Remove `dgraph_conf` from /debug/vars. Dgraph config options are available via logs. ([#3337][]) -[#3337]: https://github.com/dgraph-io/dgraph/pull/3337 -[#3391]: https://github.com/dgraph-io/dgraph/pull/3391 -[#3400]: https://github.com/dgraph-io/dgraph/pull/3400 -[#3464]: https://github.com/dgraph-io/dgraph/pull/3464 -[#2987]: https://github.com/dgraph-io/dgraph/pull/2987 -[#3349]: https://github.com/dgraph-io/dgraph/pull/3349 -[#3393]: https://github.com/dgraph-io/dgraph/pull/3393 -[#3429]: https://github.com/dgraph-io/dgraph/pull/3429 -[#3383]: https://github.com/dgraph-io/dgraph/pull/3383 -[#3455]: https://github.com/dgraph-io/dgraph/pull/3455 -[#3366]: https://github.com/dgraph-io/dgraph/pull/3366 -[#3308]: https://github.com/dgraph-io/dgraph/pull/3308 -[#3340]: https://github.com/dgraph-io/dgraph/pull/3340 -[#3348]: https://github.com/dgraph-io/dgraph/pull/3348 -[#3371]: https://github.com/dgraph-io/dgraph/pull/3371 -[#3460]: https://github.com/dgraph-io/dgraph/pull/3460 -[#3360]: https://github.com/dgraph-io/dgraph/pull/3360 -[#3335]: https://github.com/dgraph-io/dgraph/pull/3335 -[#3367]: https://github.com/dgraph-io/dgraph/pull/3367 -[#3409]: https://github.com/dgraph-io/dgraph/pull/3409 -[#3418]: https://github.com/dgraph-io/dgraph/pull/3418 -[#3454]: https://github.com/dgraph-io/dgraph/pull/3454 -[#3457]: https://github.com/dgraph-io/dgraph/pull/3457 -[#3442]: https://github.com/dgraph-io/dgraph/pull/3442 -[#3467]: https://github.com/dgraph-io/dgraph/pull/3467 -[#3338]: https://github.com/dgraph-io/dgraph/pull/3338 -[#3444]: https://github.com/dgraph-io/dgraph/pull/3444 -[3be380b8a]: https://github.com/dgraph-io/dgraph/commit/3be380b8a -[ecb454754]: https://github.com/dgraph-io/dgraph/commit/ecb454754 -[77b52aca1]: https://github.com/dgraph-io/dgraph/commit/77b52aca1 -[9cd628f6f]: https://github.com/dgraph-io/dgraph/commit/9cd628f6f -[0716dc4e1]: https://github.com/dgraph-io/dgraph/commit/0716dc4e1 -[2377d9f56]: https://github.com/dgraph-io/dgraph/commit/2377d9f56 +[#3337]: https://github.com/hypermodeinc/dgraph/pull/3337 +[#3391]: https://github.com/hypermodeinc/dgraph/pull/3391 +[#3400]: https://github.com/hypermodeinc/dgraph/pull/3400 +[#3464]: https://github.com/hypermodeinc/dgraph/pull/3464 +[#2987]: https://github.com/hypermodeinc/dgraph/pull/2987 +[#3349]: https://github.com/hypermodeinc/dgraph/pull/3349 +[#3393]: https://github.com/hypermodeinc/dgraph/pull/3393 +[#3429]: https://github.com/hypermodeinc/dgraph/pull/3429 +[#3383]: https://github.com/hypermodeinc/dgraph/pull/3383 +[#3455]: https://github.com/hypermodeinc/dgraph/pull/3455 +[#3366]: https://github.com/hypermodeinc/dgraph/pull/3366 +[#3308]: https://github.com/hypermodeinc/dgraph/pull/3308 +[#3340]: https://github.com/hypermodeinc/dgraph/pull/3340 +[#3348]: https://github.com/hypermodeinc/dgraph/pull/3348 +[#3371]: https://github.com/hypermodeinc/dgraph/pull/3371 +[#3460]: https://github.com/hypermodeinc/dgraph/pull/3460 +[#3360]: https://github.com/hypermodeinc/dgraph/pull/3360 +[#3335]: https://github.com/hypermodeinc/dgraph/pull/3335 +[#3367]: https://github.com/hypermodeinc/dgraph/pull/3367 +[#3409]: https://github.com/hypermodeinc/dgraph/pull/3409 +[#3418]: https://github.com/hypermodeinc/dgraph/pull/3418 +[#3454]: https://github.com/hypermodeinc/dgraph/pull/3454 +[#3457]: https://github.com/hypermodeinc/dgraph/pull/3457 +[#3442]: https://github.com/hypermodeinc/dgraph/pull/3442 +[#3467]: https://github.com/hypermodeinc/dgraph/pull/3467 +[#3338]: https://github.com/hypermodeinc/dgraph/pull/3338 +[#3444]: https://github.com/hypermodeinc/dgraph/pull/3444 +[3be380b8a]: https://github.com/hypermodeinc/dgraph/commit/3be380b8a +[ecb454754]: https://github.com/hypermodeinc/dgraph/commit/ecb454754 +[77b52aca1]: https://github.com/hypermodeinc/dgraph/commit/77b52aca1 +[9cd628f6f]: https://github.com/hypermodeinc/dgraph/commit/9cd628f6f +[0716dc4e1]: https://github.com/hypermodeinc/dgraph/commit/0716dc4e1 +[2377d9f56]: https://github.com/hypermodeinc/dgraph/commit/2377d9f56 ## [1.0.14] - 2019-04-12 -[1.0.14]: https://github.com/dgraph-io/dgraph/compare/v1.0.13...v1.0.14 +[1.0.14]: https://github.com/hypermodeinc/dgraph/compare/v1.0.13...v1.0.14 ### Fixed @@ -3768,36 +3768,36 @@ Tracing - Fix assorted cases of goroutine leaks. ([#3074][]) - Increment tool: Fix best-effort flag name so best-effort queries run as intended from the tool. ([d386fa5][]) -[#3125]: https://github.com/dgraph-io/dgraph/pull/3125 -[#3138]: https://github.com/dgraph-io/dgraph/pull/3138 -[#3203]: https://github.com/dgraph-io/dgraph/pull/3203 -[#3232]: https://github.com/dgraph-io/dgraph/pull/3232 -[#3187]: https://github.com/dgraph-io/dgraph/pull/3187 -[#3246]: https://github.com/dgraph-io/dgraph/pull/3246 -[#3280]: https://github.com/dgraph-io/dgraph/pull/3280 -[#3179]: https://github.com/dgraph-io/dgraph/pull/3179 -[#3074]: https://github.com/dgraph-io/dgraph/pull/3074 -[d386fa5]: https://github.com/dgraph-io/dgraph/commit/d386fa5 +[#3125]: https://github.com/hypermodeinc/dgraph/pull/3125 +[#3138]: https://github.com/hypermodeinc/dgraph/pull/3138 +[#3203]: https://github.com/hypermodeinc/dgraph/pull/3203 +[#3232]: https://github.com/hypermodeinc/dgraph/pull/3232 +[#3187]: https://github.com/hypermodeinc/dgraph/pull/3187 +[#3246]: https://github.com/hypermodeinc/dgraph/pull/3246 +[#3280]: https://github.com/hypermodeinc/dgraph/pull/3280 +[#3179]: https://github.com/hypermodeinc/dgraph/pull/3179 +[#3074]: https://github.com/hypermodeinc/dgraph/pull/3074 +[d386fa5]: https://github.com/hypermodeinc/dgraph/commit/d386fa5 ### Added - Add timeout option while running queries over HTTP. Setting the `timeout` query parameter `/query?timeout=60s` will timeout queries after 1 minute. ([#3238][]) - Add `badger` tool to release binaries and Docker image. -[#3238]: https://github.com/dgraph-io/dgraph/pull/3238 +[#3238]: https://github.com/hypermodeinc/dgraph/pull/3238 ## [1.0.13] - 2019-03-10 -[1.0.13]: https://github.com/dgraph-io/dgraph/compare/v1.0.12...v1.0.13 +[1.0.13]: https://github.com/hypermodeinc/dgraph/compare/v1.0.12...v1.0.13 **Note: This release supersedes v1.0.12 with bug fixes. If you're running v1.0.12, please upgrade to v1.0.13. It is safe to upgrade in-place without a data export and import.** ### Fixed -- Fix Raft panic. ([8cb69ea](https://github.com/dgraph-io/dgraph/commit/8cb69ea)) -- Log an error instead of an assertion check for SrcUIDs being nil. ([691b3b3](https://github.com/dgraph-io/dgraph/commit/691b3b3)) +- Fix Raft panic. ([8cb69ea](https://github.com/hypermodeinc/dgraph/commit/8cb69ea)) +- Log an error instead of an assertion check for SrcUIDs being nil. ([691b3b3](https://github.com/hypermodeinc/dgraph/commit/691b3b3)) ## [1.0.12] - 2019-03-05 -[1.0.12]: https://github.com/dgraph-io/dgraph/compare/v1.0.11...v1.0.12 +[1.0.12]: https://github.com/hypermodeinc/dgraph/compare/v1.0.11...v1.0.12 **Note: This release requires you to export and re-import data prior to upgrading or rolling back. The underlying data format has been changed.** @@ -3805,42 +3805,42 @@ upgrading or rolling back. The underlying data format has been changed.** ### Added - Support gzip compression for gRPC and HTTP requests. - ([#2843](https://github.com/dgraph-io/dgraph/issues/2843)) + ([#2843](https://github.com/hypermodeinc/dgraph/issues/2843)) - Restore is available from a full binary backup. This is an enterprise feature licensed under the Dgraph Community License. - Strict schema mode via `--mutations` flag. By default `--mutations=allow` is set to allow all mutations; `--mutations=disallow` disables all mutations; `--mutations=strict` allows mutations only for predicates which are defined in - the schema. Fixes [#2277](https://github.com/dgraph-io/dgraph/issues/2277). + the schema. Fixes [#2277](https://github.com/hypermodeinc/dgraph/issues/2277). - Add `dgraph increment` tool for debugging and testing. The increment tool queries for the specified predicate (default: `counter.val`), increments its integer counter value, and mutates the result back to Dgraph. Useful for testing end-to-end txns to verify cluster health. - ([#2955](https://github.com/dgraph-io/dgraph/issues/2955)) + ([#2955](https://github.com/hypermodeinc/dgraph/issues/2955)) - Support best-effort queries. This would relax the requirement of linearizible reads. For best-effort queries, Alpha would request timestamps from memory instead of making an outbound request to Zero. - ([#3071](https://github.com/dgraph-io/dgraph/issues/3071)) + ([#3071](https://github.com/hypermodeinc/dgraph/issues/3071)) ### Changed -- Use the new Stream API from Badger instead of Dgraph's Stream framework. ([#2852](https://github.com/dgraph-io/dgraph/issues/2852)) -- Discard earlier versions of posting lists. ([#2859](https://github.com/dgraph-io/dgraph/issues/2859)) +- Use the new Stream API from Badger instead of Dgraph's Stream framework. ([#2852](https://github.com/hypermodeinc/dgraph/issues/2852)) +- Discard earlier versions of posting lists. ([#2859](https://github.com/hypermodeinc/dgraph/issues/2859)) - Make HTTP JSON response encoding more efficient by operating on a bytes buffer - directly. ([ae1d9f3](https://github.com/dgraph-io/dgraph/commit/ae1d9f3)) -- Optimize and refactor facet filtering. ([#2829](https://github.com/dgraph-io/dgraph/issues/2829)) + directly. ([ae1d9f3](https://github.com/hypermodeinc/dgraph/commit/ae1d9f3)) +- Optimize and refactor facet filtering. ([#2829](https://github.com/hypermodeinc/dgraph/issues/2829)) - Show badger.Item meta information in `dgraph debug` output. -- Add new option to `dgraph debug` tool to get a histogram of key and value sizes. ([#2844](https://github.com/dgraph-io/dgraph/issues/2844)) +- Add new option to `dgraph debug` tool to get a histogram of key and value sizes. ([#2844](https://github.com/hypermodeinc/dgraph/issues/2844)) - Add new option to `dgraph debug` tool to get info from a particular read timestamp. -- Refactor rebuild index logic. ([#2851](https://github.com/dgraph-io/dgraph/issues/2851), [#2866](https://github.com/dgraph-io/dgraph/issues/2866)) +- Refactor rebuild index logic. ([#2851](https://github.com/hypermodeinc/dgraph/issues/2851), [#2866](https://github.com/hypermodeinc/dgraph/issues/2866)) - For gRPC clients, schema queries are returned in the Json field. The Schema proto field is deprecated. -- Simplify design and make tablet moves robust. ([#2800](https://github.com/dgraph-io/dgraph/issues/2800)) +- Simplify design and make tablet moves robust. ([#2800](https://github.com/hypermodeinc/dgraph/issues/2800)) - Switch all node IDs to hex in logs (e.g., ID 0xa instead of ID 10), so they are consistent with Raft logs. -- Refactor reindexing code to only reindex specific tokenizers. ([#2948](https://github.com/dgraph-io/dgraph/issues/2948)) -- Introduce group checksums. ([#2964](https://github.com/dgraph-io/dgraph/issues/2964), [#3085](https://github.com/dgraph-io/dgraph/issues/3085)) +- Refactor reindexing code to only reindex specific tokenizers. ([#2948](https://github.com/hypermodeinc/dgraph/issues/2948)) +- Introduce group checksums. ([#2964](https://github.com/hypermodeinc/dgraph/issues/2964), [#3085](https://github.com/hypermodeinc/dgraph/issues/3085)) - Return aborted error if commit ts is 0. -- Reduce number of "ClusterInfoOnly" requests to Zero by making VerifyUid wait for membership information. ([#2974](https://github.com/dgraph-io/dgraph/issues/2974)) -- Simplify Raft WAL storage caching. ([#3102](https://github.com/dgraph-io/dgraph/issues/3102)) +- Reduce number of "ClusterInfoOnly" requests to Zero by making VerifyUid wait for membership information. ([#2974](https://github.com/hypermodeinc/dgraph/issues/2974)) +- Simplify Raft WAL storage caching. ([#3102](https://github.com/hypermodeinc/dgraph/issues/3102)) - Build release binary with Go version 1.11.5. ### Removed @@ -3855,150 +3855,150 @@ upgrading or rolling back. The underlying data format has been changed.** ### Fixed -- Use json.Marshal for strings and blobs. Fixes [#2662](https://github.com/dgraph-io/dgraph/issues/2662). -- Let eq use string "uid" as value. Fixes [#2827](https://github.com/dgraph-io/dgraph/issues/2827). +- Use json.Marshal for strings and blobs. Fixes [#2662](https://github.com/hypermodeinc/dgraph/issues/2662). +- Let eq use string "uid" as value. Fixes [#2827](https://github.com/hypermodeinc/dgraph/issues/2827). - Skip empty posting lists in `has` function. - Fix Rollup to pick max update commit ts. -- Fix a race condition when processing concurrent queries. Fixes [#2849](https://github.com/dgraph-io/dgraph/issues/2849). -- Show an error when running multiple mutation blocks. Fixes [#2815](https://github.com/dgraph-io/dgraph/issues/2815). +- Fix a race condition when processing concurrent queries. Fixes [#2849](https://github.com/hypermodeinc/dgraph/issues/2849). +- Show an error when running multiple mutation blocks. Fixes [#2815](https://github.com/hypermodeinc/dgraph/issues/2815). - Bring in optimizations and bug fixes over from Badger. - Bulk Loader for multi-group (sharded data) clusters writes out per-group schema with only the predicates owned by the group instead of all predicates in the cluster. This fixes an issue where queries made to one group may not return data served by other groups. - ([#3065](https://github.com/dgraph-io/dgraph/issues/3065)) + ([#3065](https://github.com/hypermodeinc/dgraph/issues/3065)) - Remove the assert failure in raftwal/storage.go. ## [1.0.11] - 2018-12-17 -[1.0.11]: https://github.com/dgraph-io/dgraph/compare/v1.0.10...v1.0.11 +[1.0.11]: https://github.com/hypermodeinc/dgraph/compare/v1.0.10...v1.0.11 ### Added -- Integrate OpenCensus in Dgraph. ([#2739](https://github.com/dgraph-io/dgraph/issues/2739)) +- Integrate OpenCensus in Dgraph. ([#2739](https://github.com/hypermodeinc/dgraph/issues/2739)) - Add Dgraph Community License for proprietary features. -- Feature: Full binary backups. This is an enterprise feature licensed under the Dgraph Community License. ([#2710](https://github.com/dgraph-io/dgraph/issues/2710)) +- Feature: Full binary backups. This is an enterprise feature licensed under the Dgraph Community License. ([#2710](https://github.com/hypermodeinc/dgraph/issues/2710)) - Add `--enterprise_features` flag to enable enterprise features. By enabling enterprise features, you accept the terms of the Dgraph Community License. -- Add minio dep and its deps in govendor. ([94daeaf7](https://github.com/dgraph-io/dgraph/commit/94daeaf7), [35a73e81](https://github.com/dgraph-io/dgraph/commit/35a73e81)) -- Add network partitioning tests with blockade tool. ([./contrib/blockade](https://github.com/dgraph-io/dgraph/tree/v1.0.11/contrib/blockade)) +- Add minio dep and its deps in govendor. ([94daeaf7](https://github.com/hypermodeinc/dgraph/commit/94daeaf7), [35a73e81](https://github.com/hypermodeinc/dgraph/commit/35a73e81)) +- Add network partitioning tests with blockade tool. ([./contrib/blockade](https://github.com/hypermodeinc/dgraph/tree/v1.0.11/contrib/blockade)) - Add Zero endpoints `/assign?what=uids&num=10` and `/assign?what=timestamps&num=10` to assign UIDs or transaction timestamp leases. -- Adding the acl subcommand to support acl features (still work-in-progress). ([#2795](https://github.com/dgraph-io/dgraph/issues/2795)) -- Support custom tokenizer in bulk loader ([#2820](https://github.com/dgraph-io/dgraph/issues/2820)) -- Support JSON data with Dgraph Bulk Loader. ([#2799](https://github.com/dgraph-io/dgraph/issues/2799)) +- Adding the acl subcommand to support acl features (still work-in-progress). ([#2795](https://github.com/hypermodeinc/dgraph/issues/2795)) +- Support custom tokenizer in bulk loader ([#2820](https://github.com/hypermodeinc/dgraph/issues/2820)) +- Support JSON data with Dgraph Bulk Loader. ([#2799](https://github.com/hypermodeinc/dgraph/issues/2799)) ### Changed -- Make posting list memory rollup happen right after disk. ([#2731](https://github.com/dgraph-io/dgraph/issues/2731)) -- Do not retry proposal if already found in CommittedEntries. ([#2740](https://github.com/dgraph-io/dgraph/issues/2740)) -- Remove ExportPayload from protos. Export returns Status and ExportRequest. ([#2741](https://github.com/dgraph-io/dgraph/issues/2741)) -- Allow more escape runes to be skipped over when parsing string literal. ([#2734](https://github.com/dgraph-io/dgraph/issues/2734)) -- Clarify message of overloaded pending proposals for live loader. ([#2732](https://github.com/dgraph-io/dgraph/issues/2732)) +- Make posting list memory rollup happen right after disk. ([#2731](https://github.com/hypermodeinc/dgraph/issues/2731)) +- Do not retry proposal if already found in CommittedEntries. ([#2740](https://github.com/hypermodeinc/dgraph/issues/2740)) +- Remove ExportPayload from protos. Export returns Status and ExportRequest. ([#2741](https://github.com/hypermodeinc/dgraph/issues/2741)) +- Allow more escape runes to be skipped over when parsing string literal. ([#2734](https://github.com/hypermodeinc/dgraph/issues/2734)) +- Clarify message of overloaded pending proposals for live loader. ([#2732](https://github.com/hypermodeinc/dgraph/issues/2732)) - Posting List Evictions. (e2bcfdad) -- Log when removing a tablet. ([#2746](https://github.com/dgraph-io/dgraph/issues/2746)) -- Deal better with network partitions in leaders. ([#2749](https://github.com/dgraph-io/dgraph/issues/2749)) +- Log when removing a tablet. ([#2746](https://github.com/hypermodeinc/dgraph/issues/2746)) +- Deal better with network partitions in leaders. ([#2749](https://github.com/hypermodeinc/dgraph/issues/2749)) - Keep maxDelay during timestamp req to 1s. - Updates to the version output info. - - Print the go version used to build Dgraph when running `dgraph version` and in the logs when Dgraph runs. ([#2768](https://github.com/dgraph-io/dgraph/issues/2768)) - - Print the Dgraph version when running live or bulk loader. ([#2736](https://github.com/dgraph-io/dgraph/issues/2736)) -- Checking nil values in the equal function ([#2769](https://github.com/dgraph-io/dgraph/issues/2769)) -- Optimize query: UID expansion. ([#2772](https://github.com/dgraph-io/dgraph/issues/2772)) -- Split membership sync endpoints and remove PurgeTs endpoint. ([#2773](https://github.com/dgraph-io/dgraph/issues/2773)) -- Set the Prefix option during iteration. ([#2780](https://github.com/dgraph-io/dgraph/issues/2780)) + - Print the go version used to build Dgraph when running `dgraph version` and in the logs when Dgraph runs. ([#2768](https://github.com/hypermodeinc/dgraph/issues/2768)) + - Print the Dgraph version when running live or bulk loader. ([#2736](https://github.com/hypermodeinc/dgraph/issues/2736)) +- Checking nil values in the equal function ([#2769](https://github.com/hypermodeinc/dgraph/issues/2769)) +- Optimize query: UID expansion. ([#2772](https://github.com/hypermodeinc/dgraph/issues/2772)) +- Split membership sync endpoints and remove PurgeTs endpoint. ([#2773](https://github.com/hypermodeinc/dgraph/issues/2773)) +- Set the Prefix option during iteration. ([#2780](https://github.com/hypermodeinc/dgraph/issues/2780)) - Replace Zero's `/assignIds?num=10` endpoint with `/assign?what=uids&num=10` (see Added section). ### Removed -- Remove type hinting for JSON and RDF schema-less types. ([#2742](https://github.com/dgraph-io/dgraph/issues/2742)) -- Remove deprecated logic that was found using vet. ([#2758](https://github.com/dgraph-io/dgraph/issues/2758)) -- Remove assert for zero-length posting lists. ([#2763](https://github.com/dgraph-io/dgraph/issues/2763)) +- Remove type hinting for JSON and RDF schema-less types. ([#2742](https://github.com/hypermodeinc/dgraph/issues/2742)) +- Remove deprecated logic that was found using vet. ([#2758](https://github.com/hypermodeinc/dgraph/issues/2758)) +- Remove assert for zero-length posting lists. ([#2763](https://github.com/hypermodeinc/dgraph/issues/2763)) ### Fixed -- Restore schema states on error. ([#2730](https://github.com/dgraph-io/dgraph/issues/2730)) -- Refactor bleve tokenizer usage ([#2738](https://github.com/dgraph-io/dgraph/issues/2738)). Fixes [#2622](https://github.com/dgraph-io/dgraph/issues/2622) and [#2601](https://github.com/dgraph-io/dgraph/issues/2601). +- Restore schema states on error. ([#2730](https://github.com/hypermodeinc/dgraph/issues/2730)) +- Refactor bleve tokenizer usage ([#2738](https://github.com/hypermodeinc/dgraph/issues/2738)). Fixes [#2622](https://github.com/hypermodeinc/dgraph/issues/2622) and [#2601](https://github.com/hypermodeinc/dgraph/issues/2601). - Switch to Badger's Watermark library, which has a memory leak fix. (0cd9d82e) -- Fix tiny typo. ([#2761](https://github.com/dgraph-io/dgraph/issues/2761)) +- Fix tiny typo. ([#2761](https://github.com/hypermodeinc/dgraph/issues/2761)) - Fix Test: TestMillion. -- Fix Jepsen bank test. ([#2764](https://github.com/dgraph-io/dgraph/issues/2764)) -- Fix link to help_wanted. ([#2774](https://github.com/dgraph-io/dgraph/issues/2774)) -- Fix invalid division by zero error. Fixes [#2733](https://github.com/dgraph-io/dgraph/issues/2733). -- Fix missing predicates after export and bulk load. Fixes [#2616](https://github.com/dgraph-io/dgraph/issues/2616). -- Handle various edge cases around cluster memberships. ([#2791](https://github.com/dgraph-io/dgraph/issues/2791)) -- Change Encrypt to not re-encrypt password values. Fixes [#2765](https://github.com/dgraph-io/dgraph/issues/2765). +- Fix Jepsen bank test. ([#2764](https://github.com/hypermodeinc/dgraph/issues/2764)) +- Fix link to help_wanted. ([#2774](https://github.com/hypermodeinc/dgraph/issues/2774)) +- Fix invalid division by zero error. Fixes [#2733](https://github.com/hypermodeinc/dgraph/issues/2733). +- Fix missing predicates after export and bulk load. Fixes [#2616](https://github.com/hypermodeinc/dgraph/issues/2616). +- Handle various edge cases around cluster memberships. ([#2791](https://github.com/hypermodeinc/dgraph/issues/2791)) +- Change Encrypt to not re-encrypt password values. Fixes [#2765](https://github.com/hypermodeinc/dgraph/issues/2765). - Correctly parse facet types for both JSON and RDF formats. Previously the - parsing was handled differently depending on the input format. ([#2797](https://github.com/dgraph-io/dgraph/issues/2797)) + parsing was handled differently depending on the input format. ([#2797](https://github.com/hypermodeinc/dgraph/issues/2797)) ## [1.0.10] - 2018-11-05 -[1.0.10]: https://github.com/dgraph-io/dgraph/compare/v1.0.9...v1.0.10 +[1.0.10]: https://github.com/hypermodeinc/dgraph/compare/v1.0.9...v1.0.10 **Note: This release requires you to export and re-import data. We have changed the underlying storage format.** ### Added -- The Alter endpoint can be protected by an auth token that is set on the Dgraph Alphas via the `--auth_token` option. This can help prevent accidental schema updates and drop all operations. ([#2692](https://github.com/dgraph-io/dgraph/issues/2692)) -- Optimize has function ([#2724](https://github.com/dgraph-io/dgraph/issues/2724)) -- Expose the health check API via gRPC. ([#2721](https://github.com/dgraph-io/dgraph/issues/2721)) +- The Alter endpoint can be protected by an auth token that is set on the Dgraph Alphas via the `--auth_token` option. This can help prevent accidental schema updates and drop all operations. ([#2692](https://github.com/hypermodeinc/dgraph/issues/2692)) +- Optimize has function ([#2724](https://github.com/hypermodeinc/dgraph/issues/2724)) +- Expose the health check API via gRPC. ([#2721](https://github.com/hypermodeinc/dgraph/issues/2721)) ### Changed -- Dgraph is relicensed to Apache 2.0. ([#2652](https://github.com/dgraph-io/dgraph/issues/2652)) -- **Breaking change**. Rename Dgraph Server to Dgraph Alpha to clarify discussions of the Dgraph cluster. The top-level command `dgraph server` is now `dgraph alpha`. ([#2667](https://github.com/dgraph-io/dgraph/issues/2667)) -- Prometheus metrics have been renamed for consistency for alpha, memory, and lru cache metrics. ([#2636](https://github.com/dgraph-io/dgraph/issues/2636), [#2670](https://github.com/dgraph-io/dgraph/issues/2670), [#2714](https://github.com/dgraph-io/dgraph/issues/2714)) -- The `dgraph-converter` command is available as the subcommand `dgraph conv`. ([#2635](https://github.com/dgraph-io/dgraph/issues/2635)) -- Updating protobuf version. ([#2639](https://github.com/dgraph-io/dgraph/issues/2639)) -- Allow checkpwd to be aliased ([#2641](https://github.com/dgraph-io/dgraph/issues/2641)) -- Better control excessive traffic to Dgraph ([#2678](https://github.com/dgraph-io/dgraph/issues/2678)) +- Dgraph is relicensed to Apache 2.0. ([#2652](https://github.com/hypermodeinc/dgraph/issues/2652)) +- **Breaking change**. Rename Dgraph Server to Dgraph Alpha to clarify discussions of the Dgraph cluster. The top-level command `dgraph server` is now `dgraph alpha`. ([#2667](https://github.com/hypermodeinc/dgraph/issues/2667)) +- Prometheus metrics have been renamed for consistency for alpha, memory, and lru cache metrics. ([#2636](https://github.com/hypermodeinc/dgraph/issues/2636), [#2670](https://github.com/hypermodeinc/dgraph/issues/2670), [#2714](https://github.com/hypermodeinc/dgraph/issues/2714)) +- The `dgraph-converter` command is available as the subcommand `dgraph conv`. ([#2635](https://github.com/hypermodeinc/dgraph/issues/2635)) +- Updating protobuf version. ([#2639](https://github.com/hypermodeinc/dgraph/issues/2639)) +- Allow checkpwd to be aliased ([#2641](https://github.com/hypermodeinc/dgraph/issues/2641)) +- Better control excessive traffic to Dgraph ([#2678](https://github.com/hypermodeinc/dgraph/issues/2678)) - Export format now exports on the Alpha receiving the export request. The naming scheme of the export files has been simplified. - Improvements to the `dgraph debug` tool that can be used to inspect the contents of the posting lists directory. -- Bring in Badger updates ([#2697](https://github.com/dgraph-io/dgraph/issues/2697)) +- Bring in Badger updates ([#2697](https://github.com/hypermodeinc/dgraph/issues/2697)) ### Fixed -- Make raft leader resume probing after snapshot crash ([#2707](https://github.com/dgraph-io/dgraph/issues/2707)) -- **Breaking change:** Create a lot simpler sorted uint64 codec ([#2716](https://github.com/dgraph-io/dgraph/issues/2716)) +- Make raft leader resume probing after snapshot crash ([#2707](https://github.com/hypermodeinc/dgraph/issues/2707)) +- **Breaking change:** Create a lot simpler sorted uint64 codec ([#2716](https://github.com/hypermodeinc/dgraph/issues/2716)) - Increase the size of applyCh, to give Raft some breathing space. Otherwise, it fails to maintain quorum health. - Zero should stream last commit update -- Send commit timestamps in order ([#2687](https://github.com/dgraph-io/dgraph/issues/2687)) +- Send commit timestamps in order ([#2687](https://github.com/hypermodeinc/dgraph/issues/2687)) - Query blocks with the same name are no longer allowed. -- Fix out-of-range values in query parser. ([#2690](https://github.com/dgraph-io/dgraph/issues/2690)) +- Fix out-of-range values in query parser. ([#2690](https://github.com/hypermodeinc/dgraph/issues/2690)) ## [1.0.9] - 2018-10-02 -[1.0.9]: https://github.com/dgraph-io/dgraph/compare/v1.0.8...v1.0.9 +[1.0.9]: https://github.com/hypermodeinc/dgraph/compare/v1.0.8...v1.0.9 ### Added -- This version switches Badger Options to reasonable settings for p and w directories. This removes the need to expose `--badger.options` option and removes the `none` option from `--badger.vlog`. ([#2605](https://github.com/dgraph-io/dgraph/issues/2605)) -- Add support for ignoring parse errors in bulk loader with the option `--ignore_error`. ([#2599](https://github.com/dgraph-io/dgraph/issues/2599)) +- This version switches Badger Options to reasonable settings for p and w directories. This removes the need to expose `--badger.options` option and removes the `none` option from `--badger.vlog`. ([#2605](https://github.com/hypermodeinc/dgraph/issues/2605)) +- Add support for ignoring parse errors in bulk loader with the option `--ignore_error`. ([#2599](https://github.com/hypermodeinc/dgraph/issues/2599)) - Introduction of new command `dgraph cert` to simplify initial TLS setup. See [TLS configuration docs](https://dgraph.io/docs/deploy/#tls-configuration) for more info. - Add `expand(_forward_)` and `expand(_reverse_)` to GraphQL+- query language. If `_forward_` is passed as an argument to `expand()`, all predicates at that level (minus any reverse predicates) are retrieved. If `_reverse_` is passed as an argument to `expand()`, only the reverse predicates are retrieved. ### Changed -- Rename intern pkg to pb ([#2608](https://github.com/dgraph-io/dgraph/issues/2608)) +- Rename intern pkg to pb ([#2608](https://github.com/hypermodeinc/dgraph/issues/2608)) ### Fixed -- Remove LinRead map logic from Dgraph ([#2570](https://github.com/dgraph-io/dgraph/issues/2570)) +- Remove LinRead map logic from Dgraph ([#2570](https://github.com/hypermodeinc/dgraph/issues/2570)) - Sanity length check for facets mostly. -- Make has function correct w.r.t. transactions ([#2585](https://github.com/dgraph-io/dgraph/issues/2585)) +- Make has function correct w.r.t. transactions ([#2585](https://github.com/hypermodeinc/dgraph/issues/2585)) - Increase the snapshot calculation interval, while decreasing the min number of entries required; so we take snapshots even when there's little activity. -- Convert an assert during DropAll to inf retry. ([#2578](https://github.com/dgraph-io/dgraph/issues/2578)) -- Fix a bug which caused all transactions to abort if `--expand_edge` was set to false. Fixes [#2547](https://github.com/dgraph-io/dgraph/issues/2547). -- Set the Applied index in Raft directly, so it does not pick up an index older than the snapshot. Ensure that it is in sync with the Applied watermark. Fixes [#2581](https://github.com/dgraph-io/dgraph/issues/2581). +- Convert an assert during DropAll to inf retry. ([#2578](https://github.com/hypermodeinc/dgraph/issues/2578)) +- Fix a bug which caused all transactions to abort if `--expand_edge` was set to false. Fixes [#2547](https://github.com/hypermodeinc/dgraph/issues/2547). +- Set the Applied index in Raft directly, so it does not pick up an index older than the snapshot. Ensure that it is in sync with the Applied watermark. Fixes [#2581](https://github.com/hypermodeinc/dgraph/issues/2581). - Pull in Badger updates. This also fixes the Unable to find log file, retry error. -- Improve efficiency of readonly transactions by reusing the same read ts ([#2604](https://github.com/dgraph-io/dgraph/issues/2604)) -- Fix a bug in Raft.Run loop. ([#2606](https://github.com/dgraph-io/dgraph/issues/2606)) +- Improve efficiency of readonly transactions by reusing the same read ts ([#2604](https://github.com/hypermodeinc/dgraph/issues/2604)) +- Fix a bug in Raft.Run loop. ([#2606](https://github.com/hypermodeinc/dgraph/issues/2606)) - Fix a few issues regarding snapshot.Index for raft.Cfg.Applied. Do not overwrite any existing data when apply txn commits. Do not let CreateSnapshot fail. - Consider all future versions of the key as well, when deciding whether to write a key or not during txn commits. Otherwise, we'll end up in an endless loop of trying to write a stale key but failing to do so. -- When testing inequality value vars with non-matching values, the response was sent as an error although it should return empty result if the query has correct syntax. ([#2611](https://github.com/dgraph-io/dgraph/issues/2611)) -- Switch traces to glogs in worker/export.go ([#2614](https://github.com/dgraph-io/dgraph/issues/2614)) -- Improve error handling for `dgraph live` for errors when processing RDF and schema files. ([#2596](https://github.com/dgraph-io/dgraph/issues/2596)) -- Fix task conversion from bool to int that used uint32 ([#2621](https://github.com/dgraph-io/dgraph/issues/2621)) -- Fix `expand(_all_)` in recurse queries ([#2600](https://github.com/dgraph-io/dgraph/issues/2600)). -- Add language aliases for broader support for full text indices. ([#2602](https://github.com/dgraph-io/dgraph/issues/2602)) +- When testing inequality value vars with non-matching values, the response was sent as an error although it should return empty result if the query has correct syntax. ([#2611](https://github.com/hypermodeinc/dgraph/issues/2611)) +- Switch traces to glogs in worker/export.go ([#2614](https://github.com/hypermodeinc/dgraph/issues/2614)) +- Improve error handling for `dgraph live` for errors when processing RDF and schema files. ([#2596](https://github.com/hypermodeinc/dgraph/issues/2596)) +- Fix task conversion from bool to int that used uint32 ([#2621](https://github.com/hypermodeinc/dgraph/issues/2621)) +- Fix `expand(_all_)` in recurse queries ([#2600](https://github.com/hypermodeinc/dgraph/issues/2600)). +- Add language aliases for broader support for full text indices. ([#2602](https://github.com/hypermodeinc/dgraph/issues/2602)) ## [1.0.8] - 2018-08-29 -[1.0.8]: https://github.com/dgraph-io/dgraph/compare/v1.0.7...v1.0.8 +[1.0.8]: https://github.com/hypermodeinc/dgraph/compare/v1.0.7...v1.0.8 ### Added @@ -4007,18 +4007,18 @@ If `_reverse_` is passed as an argument to `expand()`, only the reverse predicat ### Changed -- This version introduces tracking of a few anonymous metrics to measure Dgraph adoption ([#2554](https://github.com/dgraph-io/dgraph/issues/2554)). These metrics do not contain any specifically identifying information about the user, so most users can leave it on. This can be turned off by setting `--telemetry=false` flag if needed in Dgraph Zero. +- This version introduces tracking of a few anonymous metrics to measure Dgraph adoption ([#2554](https://github.com/hypermodeinc/dgraph/issues/2554)). These metrics do not contain any specifically identifying information about the user, so most users can leave it on. This can be turned off by setting `--telemetry=false` flag if needed in Dgraph Zero. ### Fixed -- Correctly handle a list of type geo in json ([#2482](https://github.com/dgraph-io/dgraph/issues/2482), [#2485](https://github.com/dgraph-io/dgraph/issues/2485)). +- Correctly handle a list of type geo in json ([#2482](https://github.com/hypermodeinc/dgraph/issues/2482), [#2485](https://github.com/hypermodeinc/dgraph/issues/2485)). - Fix the graceful shutdown of Dgraph server, so a single Ctrl+C would now suffice to stop it. -- Fix various deadlocks in Dgraph and set ConfState in Raft correctly ([#2548](https://github.com/dgraph-io/dgraph/issues/2548)). -- Significantly decrease the number of transaction aborts by using SPO as key for entity to entity connections. ([#2556](https://github.com/dgraph-io/dgraph/issues/2556)). +- Fix various deadlocks in Dgraph and set ConfState in Raft correctly ([#2548](https://github.com/hypermodeinc/dgraph/issues/2548)). +- Significantly decrease the number of transaction aborts by using SPO as key for entity to entity connections. ([#2556](https://github.com/hypermodeinc/dgraph/issues/2556)). - Do not print error while sending Raft message by default. No action needs to be taken by the user, so it is set to V(3) level. ## [1.0.7] - 2018-08-10 -[1.0.7]: https://github.com/dgraph-io/dgraph/compare/v1.0.6...v1.0.7 +[1.0.7]: https://github.com/hypermodeinc/dgraph/compare/v1.0.6...v1.0.7 ### Changed @@ -4026,45 +4026,45 @@ If `_reverse_` is passed as an argument to `expand()`, only the reverse predicat ### Fixed -- All Oracle delta streams are applied via Raft proposals. This deals better with network partition like edge-cases. [#2463](https://github.com/dgraph-io/dgraph/issues/2463) -- Fix deadlock in 10-node cluster convergence. Fixes [#2286](https://github.com/dgraph-io/dgraph/issues/2286). -- Make ReadIndex work safely. [#2469](https://github.com/dgraph-io/dgraph/issues/2469) -- Simplify snapshots, leader now calculates and proposes snapshots to the group. [#2475](https://github.com/dgraph-io/dgraph/issues/2475). -- Make snapshot streaming more robust. [#2487](https://github.com/dgraph-io/dgraph/issues/2487) -- Consolidate all txn tracking logic into Oracle, remove inSnapshot logic. [#2480](https://github.com/dgraph-io/dgraph/issues/2480). +- All Oracle delta streams are applied via Raft proposals. This deals better with network partition like edge-cases. [#2463](https://github.com/hypermodeinc/dgraph/issues/2463) +- Fix deadlock in 10-node cluster convergence. Fixes [#2286](https://github.com/hypermodeinc/dgraph/issues/2286). +- Make ReadIndex work safely. [#2469](https://github.com/hypermodeinc/dgraph/issues/2469) +- Simplify snapshots, leader now calculates and proposes snapshots to the group. [#2475](https://github.com/hypermodeinc/dgraph/issues/2475). +- Make snapshot streaming more robust. [#2487](https://github.com/hypermodeinc/dgraph/issues/2487) +- Consolidate all txn tracking logic into Oracle, remove inSnapshot logic. [#2480](https://github.com/hypermodeinc/dgraph/issues/2480). - Bug fix in Badger, to stop panics when exporting. - Use PreVote to avoid leader change on a node join. - Fix a long-standing bug where `raft.Step` was being called via goroutines. It is now called serially. -- Fix context deadline issues with proposals. [#2501](https://github.com/dgraph-io/dgraph/issues/2501). +- Fix context deadline issues with proposals. [#2501](https://github.com/hypermodeinc/dgraph/issues/2501). ## [1.0.6] - 2018-06-20 -[1.0.6]: https://github.com/dgraph-io/dgraph/compare/v1.0.5...v1.0.6 +[1.0.6]: https://github.com/hypermodeinc/dgraph/compare/v1.0.5...v1.0.6 ### Added -* Support GraphQL vars as args for Regexp function. [#2353](https://github.com/dgraph-io/dgraph/issues/2353) -* Support GraphQL vars with filters. [#2359](https://github.com/dgraph-io/dgraph/issues/2359) -* Add JSON mutations to raw HTTP. [#2396](https://github.com/dgraph-io/dgraph/issues/2396) +* Support GraphQL vars as args for Regexp function. [#2353](https://github.com/hypermodeinc/dgraph/issues/2353) +* Support GraphQL vars with filters. [#2359](https://github.com/hypermodeinc/dgraph/issues/2359) +* Add JSON mutations to raw HTTP. [#2396](https://github.com/hypermodeinc/dgraph/issues/2396) ### Fixed -* Fix math >= evaluation. [#2365](https://github.com/dgraph-io/dgraph/issues/2365) -* Avoid race condition between mutation commit and predicate move. [#2392](https://github.com/dgraph-io/dgraph/issues/2392) -* Ability to correctly distinguish float from int in JSON. [#2398](https://github.com/dgraph-io/dgraph/issues/2398) -* Remove _dummy_ data key. [#2401](https://github.com/dgraph-io/dgraph/issues/2401) +* Fix math >= evaluation. [#2365](https://github.com/hypermodeinc/dgraph/issues/2365) +* Avoid race condition between mutation commit and predicate move. [#2392](https://github.com/hypermodeinc/dgraph/issues/2392) +* Ability to correctly distinguish float from int in JSON. [#2398](https://github.com/hypermodeinc/dgraph/issues/2398) +* Remove _dummy_ data key. [#2401](https://github.com/hypermodeinc/dgraph/issues/2401) * Serialize applying of Raft proposals. Concurrent application was complex and - cause of multiple bugs. [#2428](https://github.com/dgraph-io/dgraph/issues/2428). + cause of multiple bugs. [#2428](https://github.com/hypermodeinc/dgraph/issues/2428). * Improve Zero connections. -* Fix bugs in snapshot move, refactor code and improve performance significantly. [#2440](https://github.com/dgraph-io/dgraph/issues/2440), [#2442](https://github.com/dgraph-io/dgraph/issues/2442) -* Add error handling to GetNoStore. Fixes [#2373](https://github.com/dgraph-io/dgraph/issues/2373). -* Fix bugs in Bulk loader. [#2449](https://github.com/dgraph-io/dgraph/issues/2449) -* Posting List and Raft bug fixes. [#2457](https://github.com/dgraph-io/dgraph/issues/2457) +* Fix bugs in snapshot move, refactor code and improve performance significantly. [#2440](https://github.com/hypermodeinc/dgraph/issues/2440), [#2442](https://github.com/hypermodeinc/dgraph/issues/2442) +* Add error handling to GetNoStore. Fixes [#2373](https://github.com/hypermodeinc/dgraph/issues/2373). +* Fix bugs in Bulk loader. [#2449](https://github.com/hypermodeinc/dgraph/issues/2449) +* Posting List and Raft bug fixes. [#2457](https://github.com/hypermodeinc/dgraph/issues/2457) ### Changed * Pull in Badger v1.5.2. * Raft storage is now done entirely via Badger. This reduces RAM - consumption by previously used MemoryStorage. [#2433](https://github.com/dgraph-io/dgraph/issues/2433) + consumption by previously used MemoryStorage. [#2433](https://github.com/hypermodeinc/dgraph/issues/2433) * Trace how node.Run loop performs. * Allow tweaking Badger options. @@ -4072,7 +4072,7 @@ If `_reverse_` is passed as an argument to `expand()`, only the reverse predicat are now exposed via flags named with `--badger.` prefix. ## [1.0.5] - 2018-04-20 -[1.0.5]: https://github.com/dgraph-io/dgraph/compare/v1.0.4...v1.0.5 +[1.0.5]: https://github.com/hypermodeinc/dgraph/compare/v1.0.4...v1.0.5 ### Added @@ -4083,19 +4083,19 @@ are now exposed via flags named with `--badger.` prefix. ### Fixed * Fix bug where predicate with string type sometimes appeared as `_:uidffffffffffffffff` in exports. -* Validate facet value should be according to the facet type supplied when mutating using N-Quads ([#2074](https://github.com/dgraph-io/dgraph/issues/2074)). -* Use `time.Equal` function for comparing predicates with `datetime`([#2219](https://github.com/dgraph-io/dgraph/issues/2219)). +* Validate facet value should be according to the facet type supplied when mutating using N-Quads ([#2074](https://github.com/hypermodeinc/dgraph/issues/2074)). +* Use `time.Equal` function for comparing predicates with `datetime`([#2219](https://github.com/hypermodeinc/dgraph/issues/2219)). * Skip `BitEmptyPosting` for `has` queries. -* Return error from query if we don't serve the group for the attribute instead of crashing ([#2227](https://github.com/dgraph-io/dgraph/issues/2227)). -* Send `maxpending` in connection state to server ([#2236](https://github.com/dgraph-io/dgraph/issues/2236)). -* Fix bug in SP* transactions ([#2148](https://github.com/dgraph-io/dgraph/issues/2148)). +* Return error from query if we don't serve the group for the attribute instead of crashing ([#2227](https://github.com/hypermodeinc/dgraph/issues/2227)). +* Send `maxpending` in connection state to server ([#2236](https://github.com/hypermodeinc/dgraph/issues/2236)). +* Fix bug in SP* transactions ([#2148](https://github.com/hypermodeinc/dgraph/issues/2148)). * Batch and send during snapshot to make snapshots faster. * Don't skip schema keys while calculating tablets served. -* Fix the issue which could lead to snapshot getting blocked for a cluster with replicas ([#2266](https://github.com/dgraph-io/dgraph/issues/2266)). +* Fix the issue which could lead to snapshot getting blocked for a cluster with replicas ([#2266](https://github.com/hypermodeinc/dgraph/issues/2266)). * Dgraph server retries indefinitely to connect to Zero. * Allow filtering and regex queries for list types with lossy tokenizers. -* Dgraph server segfault in worker package ([#2322](https://github.com/dgraph-io/dgraph/issues/2322)). -* Node crashes can lead to the loss of inserted triples ([#2290](https://github.com/dgraph-io/dgraph/issues/2290)). +* Dgraph server segfault in worker package ([#2322](https://github.com/hypermodeinc/dgraph/issues/2322)). +* Node crashes can lead to the loss of inserted triples ([#2290](https://github.com/hypermodeinc/dgraph/issues/2290)). ### Changed @@ -4108,7 +4108,7 @@ are now exposed via flags named with `--badger.` prefix. one-third of the total RAM available on the server. ## [1.0.4] - 2018-03-09 -[1.0.4]: https://github.com/dgraph-io/dgraph/compare/v1.0.3...v1.0.4 +[1.0.4]: https://github.com/hypermodeinc/dgraph/compare/v1.0.3...v1.0.4 ### Added @@ -4147,7 +4147,7 @@ are now exposed via flags named with `--badger.` prefix. ## [1.0.3] - 2018-02-08 -[1.0.3]: https://github.com/dgraph-io/dgraph/compare/v1.0.2...v1.0.3 +[1.0.3]: https://github.com/hypermodeinc/dgraph/compare/v1.0.2...v1.0.3 ### Added @@ -4175,7 +4175,7 @@ are now exposed via flags named with `--badger.` prefix. * Print predicate name as part of the warning about long term for exact index. ## [1.0.2] - 2018-01-17 -[1.0.2]: https://github.com/dgraph-io/dgraph/compare/v1.0.1...v1.0.2 +[1.0.2]: https://github.com/hypermodeinc/dgraph/compare/v1.0.1...v1.0.2 ### Fixed @@ -4202,7 +4202,7 @@ instead use the address given by user. * Only send keys corresponding to data that was mutated. ## [1.0.1] - 2017-12-20 -[1.0.1]: https://github.com/dgraph-io/dgraph/compare/v1.0.0...v1.0.1 +[1.0.1]: https://github.com/hypermodeinc/dgraph/compare/v1.0.0...v1.0.1 ### Fixed @@ -4216,7 +4216,7 @@ instead use the address given by user. * Make sure at least one field is set while doing Alter. ## [1.0.0] - 2017-12-18 -[1.0.0]: https://github.com/dgraph-io/dgraph/compare/v0.9.3...v1.0.0 +[1.0.0]: https://github.com/hypermodeinc/dgraph/compare/v0.9.3...v1.0.0 ### Added @@ -4252,7 +4252,7 @@ instead use the address given by user. * Check if GraphQL Variable is defined before using. ## [0.9.3] - 2017-12-01 -[0.9.3]: https://github.com/dgraph-io/dgraph/compare/v0.9.2...v0.9.3 +[0.9.3]: https://github.com/hypermodeinc/dgraph/compare/v0.9.2...v0.9.3 ### Added @@ -4284,7 +4284,7 @@ instead use the address given by user. * Proto definitions are split into intern and api. ## [0.9.2] - 2017-11-20 -[0.9.2]: https://github.com/dgraph-io/dgraph/compare/v0.9.1...v0.9.2 +[0.9.2]: https://github.com/hypermodeinc/dgraph/compare/v0.9.1...v0.9.2 ### Added @@ -4303,7 +4303,7 @@ instead use the address given by user. * Fix (--ui) flag not being parsed properly. ## [0.9.1] - 2017-11-15 -[0.9.1]: https://github.com/dgraph-io/dgraph/compare/v0.9.0...v0.9.1 +[0.9.1]: https://github.com/hypermodeinc/dgraph/compare/v0.9.0...v0.9.1 ### Changed @@ -4311,7 +4311,7 @@ instead use the address given by user. For `/commit` API, keys are passed in the body. ## [0.9.0] - 2017-11-14 -[0.9.0]: https://github.com/dgraph-io/dgraph/compare/v0.8.3...v0.9.0 +[0.9.0]: https://github.com/hypermodeinc/dgraph/compare/v0.8.3...v0.9.0 **The latest release has a lot of breaking changes but also brings powerful features like Transactions, support for CJK and custom tokenization.** diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index bf7bbc29dc4..614af544e1f 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,5 +1,113 @@ -# Code of Conduct +# Contributor Covenant Code of Conduct -Our Code of Conduct can be found here: +## Our Pledge -https://dgraph.io/conduct +We as members, contributors, and leaders pledge to make participation in our community a +harassment-free experience for everyone, regardless of age, body size, visible or invisible +disability, ethnicity, sex characteristics, gender identity and expression, level of experience, +education, socio-economic status, nationality, personal appearance, race, religion, or sexual +identity and orientation. + +We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and +healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment for our community include: + +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the + experience +- Focusing on what is best not just for us as individuals, but for the overall community + +Examples of unacceptable behavior include: + +- The use of sexualized language or imagery, and sexual attention or advances of any kind +- Trolling, insulting or derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email address, without their + explicit permission +- Other conduct which could reasonably be considered inappropriate in a professional setting + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior +and will take appropriate and fair corrective action in response to any behavior that they deem +inappropriate, threatening, offensive, or harmful. + +Community leaders have the right and responsibility to remove, edit, or reject comments, commits, +code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and +will communicate reasons for moderation decisions when appropriate. + +## Scope + +This Code of Conduct applies within all community spaces, and also applies when an individual is +officially representing the community in public spaces. Examples of representing our community +include using an official e-mail address, posting via an official social media account, or acting as +an appointed representative at an online or offline event. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community +leaders responsible for enforcement at hello@hypermode.com. All complaints will be reviewed and +investigated promptly and fairly. + +All community leaders are obligated to respect the privacy and security of the reporter of any +incident. + +## Enforcement Guidelines + +Community leaders will follow these Community Impact Guidelines in determining the consequences for +any action they deem in violation of this Code of Conduct: + +### 1. Correction + +**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or +unwelcome in the community. + +**Consequence**: A private, written warning from community leaders, providing clarity around the +nature of the violation and an explanation of why the behavior was inappropriate. A public apology +may be requested. + +### 2. Warning + +**Community Impact**: A violation through a single incident or series of actions. + +**Consequence**: A warning with consequences for continued behavior. No interaction with the people +involved, including unsolicited interaction with those enforcing the Code of Conduct, for a +specified period of time. This includes avoiding interactions in community spaces as well as +external channels like social media. Violating these terms may lead to a temporary or permanent ban. + +### 3. Temporary Ban + +**Community Impact**: A serious violation of community standards, including sustained inappropriate +behavior. + +**Consequence**: A temporary ban from any sort of interaction or public communication with the +community for a specified period of time. No public or private interaction with the people involved, +including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this +period. Violating these terms may lead to a permanent ban. + +### 4. Permanent Ban + +**Community Impact**: Demonstrating a pattern of violation of community standards, including +sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement +of classes of individuals. + +**Consequence**: A permanent ban from any sort of public interaction within the community. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at +https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. + +Community Impact Guidelines were inspired by +[Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see the FAQ at +https://www.contributor-covenant.org/faq. Translations are available at +https://www.contributor-covenant.org/translations. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8500271319..efb35f2961b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ It's best to put the Dgraph repo somewhere in `$GOPATH`. $ mkdir -p "$(go env GOPATH)/src/github.com/dgraph-io" $ cd "$(go env GOPATH)/src/github.com/dgraph-io" - $ git clone https://github.com/dgraph-io/dgraph.git + $ git clone https://github.com/hypermodeinc/dgraph.git $ cd ./dgraph $ make install @@ -95,7 +95,7 @@ For Dgraph official documentation, visit https://dgraph.io/docs/. For discussions about Dgraph , visit https://discuss.dgraph.io. Licensed variously under the Apache Public License 2.0 and Dgraph Community License. -Copyright 2015-2023 Dgraph Labs, Inc. +Copyright 2015-2025 Hypermode Inc. ``` ### Build Docker Image @@ -129,7 +129,7 @@ For Dgraph official documentation, visit https://dgraph.io/docs/. For discussions about Dgraph , visit https://discuss.dgraph.io. Licensed variously under the Apache Public License 2.0 and Dgraph Community License. -Copyright 2015-2023 Dgraph Labs, Inc. +Copyright 2015-2025 Hypermode Inc. ``` For release images, follow [Doing a release](#doing-a-release). It creates @@ -202,7 +202,7 @@ Every new source file must begin with a license header. Most of Dgraph, Badger, and the Dgraph clients (dgo, dgraph-js, pydgraph and dgraph4j) are licensed under the Apache 2.0 license: /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/LICENSE.md b/LICENSE.md index 76a7037be71..05a216ab4a7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ## Dgraph Licensing -Copyright 2016-2023 Dgraph Labs, Inc. +Copyright 2016-2025 Hypermode Inc. Source code in this repository is variously licensed under the Apache Public License 2.0 (APL) and the Dgraph Community License (DCL). A copy of each license @@ -13,4 +13,4 @@ specific language governing permissions and limitations under the License. ## Trademark -Dgraph is a registered trademark of Dgraph Labs, Inc. +Dgraph is a registered trademark of Hypermode Inc. diff --git a/Makefile b/Makefile index 96c07e5e128..2715d62fcad 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2023 Dgraph Labs, Inc. and Contributors +# Copyright 2025 Hypermode Inc. and Contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/RFC/Deprecated/readme.md b/RFC/Deprecated/readme.md deleted file mode 100644 index 2a08c62deeb..00000000000 --- a/RFC/Deprecated/readme.md +++ /dev/null @@ -1,9 +0,0 @@ -## Deprecated - -The "Deprecated" directory contains outdated or replaced proposals for changes to the Dgraph Core. These proposals may -have been superseded by more recent or better-designed solutions, or may have been determined to be unnecessary or -unfeasible. This directory serves as an archive of past discussions and decisions made within the Dgraph Core -development community, and may be useful for reference when designing new proposals or evaluating the history of the -project. - -To open a PR with your deprecation proposal please use the template found in the root of this repository. diff --git a/RFC/Post-mortem/readme.md b/RFC/Post-mortem/readme.md deleted file mode 100644 index a7ba83d048a..00000000000 --- a/RFC/Post-mortem/readme.md +++ /dev/null @@ -1,12 +0,0 @@ -## Post-mortem - -The "Post-mortem" directory is intended to hold information about failed or discontinued proposals for changes to the -Dgraph Core. This information can include the original proposal, a detailed explanation of the reasons why it was not -implemented, and any lessons learned from the process. This information can be valuable for future proposal writers and -contributors, as it provides insight into the challenges and considerations that may arise when proposing changes to the -Dgraph Core. Additionally, the post-mortems can help the Dgraph Core maintainers to understand the historical context of -failed proposals and make better decisions about future changes to the system. By providing a centralized location for -this information, the "Post-mortem" directory can help to ensure that the decision-making process is transparent, -accountable, and informed by past experiences. - -To open a PR with your Post-mortem proposal please use the template found in the root of this repository. diff --git a/RFC/Proposals/readme.md b/RFC/Proposals/readme.md deleted file mode 100644 index f81e554aa7b..00000000000 --- a/RFC/Proposals/readme.md +++ /dev/null @@ -1,11 +0,0 @@ -## Proposals - -The "Proposals" directory is where you can find all the proposed changes and additions to the Dgraph Core and others. It -contains the Request for Comment (RFC) documents. It is where anyone can submit their ideas for improving the Dgraph -Core, whether it is through discussion on the forum or through independent research and development. - -Note that while discussion of proposals is encouraged, it is not required. The goal is to provide a clear and concise -description of each proposal, to allow others to understand the proposed changes and to make informed decisions about -the future direction of the Dgraph Core. - -To open a PR with your RFC proposal please use the template found in the root of this repository. diff --git a/RFC/readme.md b/RFC/readme.md deleted file mode 100644 index 07985672a14..00000000000 --- a/RFC/readme.md +++ /dev/null @@ -1,117 +0,0 @@ -# Welcome - -### About this Directory - -This is where we track all of our Request for Comments (RFCs) related to the Core products of Dgraph. - -This directory provides a central and structured platform for discussing, documenting, and evaluating proposed changes -to the Dgraph Core. All stakeholders, including contributors, users, and members of the Dgraph community, are invited to -participate in the RFC process. Whether you have an idea for a new feature, a suggestion for improvement, or simply want -to stay informed about upcoming changes, this directory is the place to be. - -Please note that while RFCs are primarily used for tracking major, complex, or potentially impactful changes, they are -not the only way to track changes in the directory. Other forms of tracking, such as issue tracking, are not ignored, -limited, or excluded. They can complement each other. RFCs serve as a way to focus attention and ensure that the -community has a clear understanding of the proposed changes and their potential impact. - -## What is Dgraph? - -Dgraph is an open-source, distributed graph database designed for fast and efficient querying and management of -connected data. It provides a scalable and flexible solution for managing and querying large amounts of data with -relationships. With its powerful graph query language, Dgraph allows developers to efficiently analyze and visualize -complex data relationships, making it ideal for a wide range of applications, including real-time recommendation systems, -social networks, and recommendation engines. With a focus on performance and ease of use, Dgraph is designed to help -organizations tackle complex data challenges and unlock the full potential of their connected data. Whether you are -working with big data, building a new application, or need a flexible solution for managing connected data, Dgraph is the -right choice for your needs. - -# Scope of RFCs: - -The purpose of this directory is to track and manage proposed changes to the core code of the main Dgraph repositories. -RFCs will not be used for documentation changes. Instead, they will focus on proposed changes to the application and -core code of the main repositories. - -In addition to new feature proposals, we also track deprecated code through RFCs. When a proposed deprecation is opened, -an estimated time of completion (ETC) will be provided to determine whether the RFC will be implemented or not. This -process helps ensure that all stakeholders have a clear understanding of the changes being proposed and the timeline -for implementation. - -We welcome contributions and feedback from the community on any proposed changes, and invite you to participate in the -discussions. - -Here follows the RFC structure. - -1. Request for Comments (RFCs) for Dgraph Core products. It will be located at "Proposals". -2. RFC for deprecation of code components. It will be located at "Deprecated". -3. Post-mortem analysis for resolved RFCs and deprecation processes. It will be located at "Post-mortem". - -The RFC process provides a structured way to discuss and evaluate potential changes, while the deprecation process allows -us to provide an estimated timeline (ETA) for determining whether to continue with the process or cancel it based on -community interest. The Post-mortem directory will allow us to document and analyze the outcomes of resolved RFCs and -deprecation processes, which will help us improve our decision-making process in the future. - -### How to start - -The creation of an RFC in the Dgraph Core can start from a variety of sources. For example, an idea may arise from a -discussion on the Discourse forum or other community channels. If the proposal is considered to be valid, and contains a -logical or technical solution that can be implemented, it can be submitted as an RFC. - -It is not necessary for the person submitting the proposal to discuss it beforehand. If they have sufficient knowledge -to propose an idea and the technical skills to understand the Core code, they can open a proposal. However, it is -encouraged to engage in discussion with the community to validate the idea and refine the proposal. - -Once the proposal is submitted, it will go through a review process where the community and the core development team -can provide feedback and suggestions. The proposal may be revised and updated based on this feedback. Once the proposal -is deemed ready, it can be merged into the Dgraph Core codebase. - - -## Organizing RFCs - -When contributing to the Dgraph RFC directory, it's important to follow a clear and organized structure to ensure that -all proposals and discussions are easily accessible and understandable. - -In the top level of the RFC directy, there will be the "Proposals", "Deprecated", and "Post-mortem" directories. - -When submitting a new RFC, you should create a new directory within the relevant product directory. For example, if you -are submitting an RFC for Dgraph Core, you should create a directory named "RFC-D0000" (where the numbers can be -adjusted to suit your proposal). You may choose to create your RFC in either .MD or .mediawiki format. - -Additionally, you could include any supporting files, such as images or videos, within the same directory as your RFC. - -Here's an overview of the file structure: - -```lua -Dgraph RFC directory -| -|-- Proposals -| | -| |-- Dgraph -| | | -| | |-- RFC-D0000 -| | | | -| | | |-- readme.md -| | | | -| | | |-- Supporting files (e.g. images, videos) -| -|-- Deprecated -| | -| |-- Dgraph -| | | -| | |-- RFC-D0000 -| | | | -| | | |-- readme.md -| | | | -| | | |-- Supporting files -| -|-- Post-mortem - | - |-- Dgraph - | | - | |-- RFC-D0000 - | | | - | | |-- readme.md - | | | - | | |-- Supporting files - | - -``` diff --git a/RFC/template.md b/RFC/template.md deleted file mode 100644 index 8d92bdb1ea2..00000000000 --- a/RFC/template.md +++ /dev/null @@ -1,59 +0,0 @@ -```yaml - RFC: PREFIX + NUMBER # Choose a unique number for your RFC. - Title: RFC TITLE - Author: NAME <EMAIL> # It can be Discuss user or any public email - Co-Author: NAME <EMAIL> # It can be Discuss user or any public email and you can add more lines with co-authors. - Status: STATUS # e.g., "Accepted," "Rejected" - Type: TYPE # e.g., "Design," "Process," "Informational")** - Model: Model # e.g., "RFC," "Deprecation," "Post-mortem") - Created: DATE # Not necessarily the day of publication - Replaces: RFC NUMBER # Rejected, depreacted RFC or other. - Superseded-By: NUMBER # It can be left blank if the RFC has not been superseded. -``` - -## Title: RFC + number: [Title of RFC] - -### Summary: - -A brief summary of the RFC. Provide a brief overview of the main topics covered in the document. - -### Motivation: - -An explanation of the need for the RFC and the problem it aims to solve. - -### Abstract Design: - -If necessary, a high-level description of the design of the solution proposed in the RFC. This section may include -pseudocode to clarify concepts. - -### Technical Details: - -A detailed explanation of the technical implementation of the solution proposed in the RFC. - -### Drawbacks: - -An examination of the limitations and potential negative consequences of the solution proposed in the RFC. -Such as impact in third parties tools, impact in the core, backwards Compatibility and so on. - -### Alternatives: - -An exploration of other potential solutions to the problem addressed by the RFC. - -### Adoption Strategy: - -A plan for how the proposed solution in the RFC will be adopted and integrated into the Dgraph Core. - --------- - -Explanation(Delete this in your RFC): - -The "Type" field in an RFC template is used to categorize the type of proposal that the RFC represents. In the context -of Dgraph, it can be used to indicate the nature or purpose of the proposal. - -Here are some examples of types that might be used in an RFC for Dgraph: - -* Design: This type is used when the RFC proposes a new design or architecture for a feature or system in Dgraph products. - -* Process: This type is used when the RFC proposes a new process or workflow for the development of Dgraph products. - -* Informational: This type is used when the RFC provides information that is important to the development of Dgraph, but does not propose any changes to the design or process. diff --git a/algo/doc.go b/algo/doc.go index 0e6298a9fd6..ef750233bc1 100644 --- a/algo/doc.go +++ b/algo/doc.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/algo/heap.go b/algo/heap.go index eb9b4b8f313..b6b62e51e73 100644 --- a/algo/heap.go +++ b/algo/heap.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/algo/heap_test.go b/algo/heap_test.go index 1281b513382..1db7b9fc5da 100644 --- a/algo/heap_test.go +++ b/algo/heap_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/algo/packed.go b/algo/packed.go index cfcadf17a83..bbd6761b7c8 100644 --- a/algo/packed.go +++ b/algo/packed.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/algo/packed_test.go b/algo/packed_test.go index b8a37396730..0cf42d496f0 100644 --- a/algo/packed_test.go +++ b/algo/packed_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/algo/uidlist.go b/algo/uidlist.go index 47fcf127afc..a4084a02846 100644 --- a/algo/uidlist.go +++ b/algo/uidlist.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/algo/uidlist_test.go b/algo/uidlist_test.go index d415318fa4b..6dd4b8c1613 100644 --- a/algo/uidlist_test.go +++ b/algo/uidlist_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/check_upgrade/check_upgrade.go b/check_upgrade/check_upgrade.go index a0737cdbc37..8431699406e 100644 --- a/check_upgrade/check_upgrade.go +++ b/check_upgrade/check_upgrade.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/check_upgrade/check_upgrade_test.go b/check_upgrade/check_upgrade_test.go index 03a61695787..eaae0419a66 100644 --- a/check_upgrade/check_upgrade_test.go +++ b/check_upgrade/check_upgrade_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * Copyright 2024 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/chunker/chunk.go b/chunker/chunk.go index 8c3372a7fe0..3494a4017fa 100644 --- a/chunker/chunk.go +++ b/chunker/chunk.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/chunker/chunk_test.go b/chunker/chunk_test.go index 59b0f909c79..ba270ca0efa 100644 --- a/chunker/chunk_test.go +++ b/chunker/chunk_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/chunker/json_parser.go b/chunker/json_parser.go index b52011f00f0..2a4aabde66c 100644 --- a/chunker/json_parser.go +++ b/chunker/json_parser.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/chunker/json_parser_test.go b/chunker/json_parser_test.go index 496d660cf72..88624581b81 100644 --- a/chunker/json_parser_test.go +++ b/chunker/json_parser_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/chunker/rdf_parser.go b/chunker/rdf_parser.go index fceb493b6e2..5b0b40fac3c 100644 --- a/chunker/rdf_parser.go +++ b/chunker/rdf_parser.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/chunker/rdf_parser_test.go b/chunker/rdf_parser_test.go index d6dc51475c3..30c86e1a0b9 100644 --- a/chunker/rdf_parser_test.go +++ b/chunker/rdf_parser_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/chunker/rdf_state.go b/chunker/rdf_state.go index f4f790bb187..83b7093c2d9 100644 --- a/chunker/rdf_state.go +++ b/chunker/rdf_state.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/codec/codec.go b/codec/codec.go index b498a8244bb..0c092cbf79b 100644 --- a/codec/codec.go +++ b/codec/codec.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/codec/codec_test.go b/codec/codec_test.go index 0f5319e05c0..5f570711629 100644 --- a/codec/codec_test.go +++ b/codec/codec_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/compose/Makefile b/compose/Makefile index 3aa205608f3..1fc3129ad54 100644 --- a/compose/Makefile +++ b/compose/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2023 Dgraph Labs, Inc. and Contributors +# Copyright 2025 Hypermode Inc. and Contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/compose/compose.go b/compose/compose.go index e5bf140a4cd..fdf6f8b756d 100644 --- a/compose/compose.go +++ b/compose/compose.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/conn/node.go b/conn/node.go index d0ba259da72..3017bab281a 100644 --- a/conn/node.go +++ b/conn/node.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/conn/node_test.go b/conn/node_test.go index deee030c2d0..52ff517249c 100644 --- a/conn/node_test.go +++ b/conn/node_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/conn/pool.go b/conn/pool.go index 6025c1555a2..228cb32c795 100644 --- a/conn/pool.go +++ b/conn/pool.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/conn/raft_server.go b/conn/raft_server.go index 3b4d58db501..7b5605629a2 100644 --- a/conn/raft_server.go +++ b/conn/raft_server.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contrib/integration/acctupsert/main.go b/contrib/integration/acctupsert/main.go index 0895cfae531..3aa23575f51 100644 --- a/contrib/integration/acctupsert/main.go +++ b/contrib/integration/acctupsert/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contrib/integration/bank/main.go b/contrib/integration/bank/main.go index 0d14208bb3c..6e4c97fb4e8 100644 --- a/contrib/integration/bank/main.go +++ b/contrib/integration/bank/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contrib/integration/bigdata/main.go b/contrib/integration/bigdata/main.go index 8ae3fe807e2..fe1872bad02 100644 --- a/contrib/integration/bigdata/main.go +++ b/contrib/integration/bigdata/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contrib/integration/mutates/main.go b/contrib/integration/mutates/main.go index 1bf7be7c752..e86273f04a2 100644 --- a/contrib/integration/mutates/main.go +++ b/contrib/integration/mutates/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contrib/integration/swap/main.go b/contrib/integration/swap/main.go index 3ed93c87e41..337fee8bf80 100644 --- a/contrib/integration/swap/main.go +++ b/contrib/integration/swap/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contrib/integration/swap/words.go b/contrib/integration/swap/words.go index dc3a652512a..dd1d0deedfe 100644 --- a/contrib/integration/swap/words.go +++ b/contrib/integration/swap/words.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contrib/integration/testtxn/main_test.go b/contrib/integration/testtxn/main_test.go index 13ab17dbe5c..fdc38d188e1 100644 --- a/contrib/integration/testtxn/main_test.go +++ b/contrib/integration/testtxn/main_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contrib/jepsen/Makefile b/contrib/jepsen/Makefile index ee56ac31911..6a78371c028 100644 --- a/contrib/jepsen/Makefile +++ b/contrib/jepsen/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2020 Dgraph Labs, Inc. and Contributors +# Copyright 2020 Hypermode Inc. and Contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/contrib/jepsen/main.go b/contrib/jepsen/main.go index 643461363e1..624806b2051 100644 --- a/contrib/jepsen/main.go +++ b/contrib/jepsen/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contrib/scripts/license.py b/contrib/scripts/license.py deleted file mode 100644 index cb36c8a0a3d..00000000000 --- a/contrib/scripts/license.py +++ /dev/null @@ -1,69 +0,0 @@ -#!/usr/bin/python - -import sys - -notice = """ -/* - * Copyright 2023 Dgraph Labs, Inc. and Contributors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -""" - -def addCopyright(file): - print("Add copyright to", file) - f = open(file, "r+") - lines = f.readlines() - lines.insert(0, notice) - f.seek(0) - for l in lines: - f.write(l) - f.close() - -def update(file): - f = open(file, "r") - lines = f.readlines() - f.close() - - found = False - for idx, l in enumerate(lines): - if "Copyright" in l and "Dgraph" in l: - start = idx - 1 - found = True - break - - if not found: - addCopyright(file) - return - - for idx, l in enumerate(lines[start:]): - if "*/" in l: - end = start + idx - break - - if end == 0: - print "ERROR: Couldn't find copyright:", file - return - - updated = lines[:start] - updated.extend(lines[end+1:]) - updated.insert(start, notice) - f = open(file, "w") - for l in updated: - f.write(l) - f.close() - -if len(sys.argv) == 0: - sys.exit(0) - -update(sys.argv[1]) diff --git a/contrib/scripts/license.sh b/contrib/scripts/license.sh deleted file mode 100755 index e3c022ad0ea..00000000000 --- a/contrib/scripts/license.sh +++ /dev/null @@ -1,15 +0,0 @@ -files=$(find . ! -path "./vendor/*" ! -path "./bp128/*" ! -path "./protos/*" -type f -name "*.go") - -for f in $files; do - echo "Processing $f" - python2 contrib/scripts/license.py $f - - # Start from year. - year=$(git log --format=%aD $f | tail -1 | awk '{print $4}') - if [ "$year" != "2018" ]; then - sed -i "s/Copyright 2023 Dgraph/Copyright $year-2023 Dgraph/g" $f - fi - - # Format it. - gofmt -w $f -done diff --git a/contrib/tlstest/Makefile b/contrib/tlstest/Makefile index 2974c51dcf7..a5e3bcd1807 100644 --- a/contrib/tlstest/Makefile +++ b/contrib/tlstest/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2017-2023 Dgraph Labs, Inc. and Contributors +# Copyright 2017-2025 Hypermode Inc. and Contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dgraph/Makefile b/dgraph/Makefile index e9af70a7040..ad535691d58 100644 --- a/dgraph/Makefile +++ b/dgraph/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2023 Dgraph Labs, Inc. and Contributors +# Copyright 2025 Hypermode Inc. and Contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/alpha/admin.go b/dgraph/cmd/alpha/admin.go index fcc2dd66e4a..0d69aee35a9 100644 --- a/dgraph/cmd/alpha/admin.go +++ b/dgraph/cmd/alpha/admin.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/alpha/dashboard.go b/dgraph/cmd/alpha/dashboard.go index c08dd2fdbb3..eaf72e292b4 100644 --- a/dgraph/cmd/alpha/dashboard.go +++ b/dgraph/cmd/alpha/dashboard.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/alpha/http.go b/dgraph/cmd/alpha/http.go index 54c183eeb1f..6cc8e5d2d47 100644 --- a/dgraph/cmd/alpha/http.go +++ b/dgraph/cmd/alpha/http.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/alpha/http_test.go b/dgraph/cmd/alpha/http_test.go index 1e55928fa85..d35d375fd1f 100644 --- a/dgraph/cmd/alpha/http_test.go +++ b/dgraph/cmd/alpha/http_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/alpha/login_ee.go b/dgraph/cmd/alpha/login_ee.go index faba909c46e..cf739f4433e 100644 --- a/dgraph/cmd/alpha/login_ee.go +++ b/dgraph/cmd/alpha/login_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. All rights reserved. + * Copyright 2025 Hypermode Inc. All rights reserved. * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/dgraph/cmd/alpha/metrics_test.go b/dgraph/cmd/alpha/metrics_test.go index 2937a0c8a0c..5e7fa0889d1 100644 --- a/dgraph/cmd/alpha/metrics_test.go +++ b/dgraph/cmd/alpha/metrics_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go b/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go index 211d04902a6..4b178eeaffb 100644 --- a/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go +++ b/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/alpha/reindex_test.go b/dgraph/cmd/alpha/reindex_test.go index 800fbd85185..38218a6d22e 100644 --- a/dgraph/cmd/alpha/reindex_test.go +++ b/dgraph/cmd/alpha/reindex_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/alpha/run.go b/dgraph/cmd/alpha/run.go index 6448cb9776f..3d2855d674d 100644 --- a/dgraph/cmd/alpha/run.go +++ b/dgraph/cmd/alpha/run.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/alpha/run_test.go b/dgraph/cmd/alpha/run_test.go index 2a16154a56e..5787cbf7ffa 100644 --- a/dgraph/cmd/alpha/run_test.go +++ b/dgraph/cmd/alpha/run_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/alpha/upsert_test.go b/dgraph/cmd/alpha/upsert_test.go index 02c1fb353ff..1e29337ce0f 100644 --- a/dgraph/cmd/alpha/upsert_test.go +++ b/dgraph/cmd/alpha/upsert_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/bulk/count_index.go b/dgraph/cmd/bulk/count_index.go index 69ea0e69245..cb6f850c5c4 100644 --- a/dgraph/cmd/bulk/count_index.go +++ b/dgraph/cmd/bulk/count_index.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/bulk/loader.go b/dgraph/cmd/bulk/loader.go index b6fc2554474..429fabab46a 100644 --- a/dgraph/cmd/bulk/loader.go +++ b/dgraph/cmd/bulk/loader.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/bulk/mapper.go b/dgraph/cmd/bulk/mapper.go index 06f79ee02f2..142aaabc149 100644 --- a/dgraph/cmd/bulk/mapper.go +++ b/dgraph/cmd/bulk/mapper.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/bulk/merge_shards.go b/dgraph/cmd/bulk/merge_shards.go index 4c0f87a4556..f06fd2810e3 100644 --- a/dgraph/cmd/bulk/merge_shards.go +++ b/dgraph/cmd/bulk/merge_shards.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/bulk/progress.go b/dgraph/cmd/bulk/progress.go index 60f0e194e06..fca74a2290f 100644 --- a/dgraph/cmd/bulk/progress.go +++ b/dgraph/cmd/bulk/progress.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/bulk/reduce.go b/dgraph/cmd/bulk/reduce.go index 04669b94470..79740c829eb 100644 --- a/dgraph/cmd/bulk/reduce.go +++ b/dgraph/cmd/bulk/reduce.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/bulk/run.go b/dgraph/cmd/bulk/run.go index 37d67e32e73..ab348896cd1 100644 --- a/dgraph/cmd/bulk/run.go +++ b/dgraph/cmd/bulk/run.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/bulk/schema.go b/dgraph/cmd/bulk/schema.go index 45d2c54e4da..a64b4df8e7d 100644 --- a/dgraph/cmd/bulk/schema.go +++ b/dgraph/cmd/bulk/schema.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/bulk/shard_map.go b/dgraph/cmd/bulk/shard_map.go index 339c363ef9b..685659ef0d6 100644 --- a/dgraph/cmd/bulk/shard_map.go +++ b/dgraph/cmd/bulk/shard_map.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/cert/cert.go b/dgraph/cmd/cert/cert.go index 6abfe4f34ae..fa2408f4a19 100644 --- a/dgraph/cmd/cert/cert.go +++ b/dgraph/cmd/cert/cert.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import ( ) const ( - dnOrganization = "Dgraph Labs, Inc." + dnOrganization = "Hypermode Inc." dnCommonNamePrefix = "Dgraph" ) diff --git a/dgraph/cmd/cert/create.go b/dgraph/cmd/cert/create.go index 24597dc3333..7665414d18a 100644 --- a/dgraph/cmd/cert/create.go +++ b/dgraph/cmd/cert/create.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/cert/info.go b/dgraph/cmd/cert/info.go index af4c167dc3f..ac1a53bbb52 100644 --- a/dgraph/cmd/cert/info.go +++ b/dgraph/cmd/cert/info.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/cert/run.go b/dgraph/cmd/cert/run.go index 4bbaf08ffd9..88a6a61c7d6 100644 --- a/dgraph/cmd/cert/run.go +++ b/dgraph/cmd/cert/run.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/conv/conv.go b/dgraph/cmd/conv/conv.go index a8a5e5129d8..e445c1180e6 100644 --- a/dgraph/cmd/conv/conv.go +++ b/dgraph/cmd/conv/conv.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/conv/run.go b/dgraph/cmd/conv/run.go index d178c8cde0c..ae2f22b89e7 100644 --- a/dgraph/cmd/conv/run.go +++ b/dgraph/cmd/conv/run.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/debug/run.go b/dgraph/cmd/debug/run.go index add74f49d74..2442024a4ee 100644 --- a/dgraph/cmd/debug/run.go +++ b/dgraph/cmd/debug/run.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/debug/wal.go b/dgraph/cmd/debug/wal.go index 4ccf713e6e0..8fa2205e89f 100644 --- a/dgraph/cmd/debug/wal.go +++ b/dgraph/cmd/debug/wal.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/debuginfo/archive.go b/dgraph/cmd/debuginfo/archive.go index 0a094949c0a..4c147d28a3e 100644 --- a/dgraph/cmd/debuginfo/archive.go +++ b/dgraph/cmd/debuginfo/archive.go @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2019-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/debuginfo/debugging.go b/dgraph/cmd/debuginfo/debugging.go index 35190f8c4ce..eb49ff69601 100644 --- a/dgraph/cmd/debuginfo/debugging.go +++ b/dgraph/cmd/debuginfo/debugging.go @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2019-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/debuginfo/run.go b/dgraph/cmd/debuginfo/run.go index 46dc30563ac..d3bdc9188db 100644 --- a/dgraph/cmd/debuginfo/run.go +++ b/dgraph/cmd/debuginfo/run.go @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2019-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/decrypt/decrypt.go b/dgraph/cmd/decrypt/decrypt.go index 1d0ff55a4d1..4e51c249842 100644 --- a/dgraph/cmd/decrypt/decrypt.go +++ b/dgraph/cmd/decrypt/decrypt.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/increment/increment.go b/dgraph/cmd/increment/increment.go index 2982be063c2..b6bf1c54f56 100644 --- a/dgraph/cmd/increment/increment.go +++ b/dgraph/cmd/increment/increment.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/increment/increment_test.go b/dgraph/cmd/increment/increment_test.go index f4ba0341eaa..2a560b1f6af 100644 --- a/dgraph/cmd/increment/increment_test.go +++ b/dgraph/cmd/increment/increment_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/live/batch.go b/dgraph/cmd/live/batch.go index e44569feea2..65e00d17377 100644 --- a/dgraph/cmd/live/batch.go +++ b/dgraph/cmd/live/batch.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/live/load-json/load_test.go b/dgraph/cmd/live/load-json/load_test.go index 44dca9bc780..8073177acf0 100644 --- a/dgraph/cmd/live/load-json/load_test.go +++ b/dgraph/cmd/live/load-json/load_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/live/load-uids/load_test.go b/dgraph/cmd/live/load-uids/load_test.go index 0b6957c7602..fb41780ba2f 100644 --- a/dgraph/cmd/live/load-uids/load_test.go +++ b/dgraph/cmd/live/load-uids/load_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/live/run.go b/dgraph/cmd/live/run.go index a45ff423bc7..c9493329edf 100644 --- a/dgraph/cmd/live/run.go +++ b/dgraph/cmd/live/run.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/migrate/datatype.go b/dgraph/cmd/migrate/datatype.go index ab8879ba229..ca20d018359 100644 --- a/dgraph/cmd/migrate/datatype.go +++ b/dgraph/cmd/migrate/datatype.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/migrate/dump.go b/dgraph/cmd/migrate/dump.go index 3c3384aa8f2..3ecf5e5c492 100644 --- a/dgraph/cmd/migrate/dump.go +++ b/dgraph/cmd/migrate/dump.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/migrate/run.go b/dgraph/cmd/migrate/run.go index 7cf808ed5ed..357888d8db2 100644 --- a/dgraph/cmd/migrate/run.go +++ b/dgraph/cmd/migrate/run.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/migrate/table_guide.go b/dgraph/cmd/migrate/table_guide.go index b2b681c061d..2a3d99854cd 100644 --- a/dgraph/cmd/migrate/table_guide.go +++ b/dgraph/cmd/migrate/table_guide.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/migrate/table_info.go b/dgraph/cmd/migrate/table_info.go index 167731d3cb9..406dbc3fe2b 100644 --- a/dgraph/cmd/migrate/table_info.go +++ b/dgraph/cmd/migrate/table_info.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/migrate/utils.go b/dgraph/cmd/migrate/utils.go index 9acb226b06e..ae5c0cad3c9 100644 --- a/dgraph/cmd/migrate/utils.go +++ b/dgraph/cmd/migrate/utils.go @@ -1,5 +1,5 @@ /* -* Copyright 2023 Dgraph Labs, Inc. and Contributors +* Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/root.go b/dgraph/cmd/root.go index 9bcf1e335a0..72ff07604f7 100644 --- a/dgraph/cmd/root.go +++ b/dgraph/cmd/root.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/root_ee.go b/dgraph/cmd/root_ee.go index b8a7f462393..32eb85ec9ae 100644 --- a/dgraph/cmd/root_ee.go +++ b/dgraph/cmd/root_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/dgraph/cmd/version/run.go b/dgraph/cmd/version/run.go index 481152793f1..eebcaee5756 100644 --- a/dgraph/cmd/version/run.go +++ b/dgraph/cmd/version/run.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/zero/assign.go b/dgraph/cmd/zero/assign.go index 9a3032399c1..d7ac44eee43 100644 --- a/dgraph/cmd/zero/assign.go +++ b/dgraph/cmd/zero/assign.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/zero/http.go b/dgraph/cmd/zero/http.go index 3432e0abac2..7a4e928cd82 100644 --- a/dgraph/cmd/zero/http.go +++ b/dgraph/cmd/zero/http.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/zero/license.go b/dgraph/cmd/zero/license.go index 9f9146e6308..ede4a0145cb 100644 --- a/dgraph/cmd/zero/license.go +++ b/dgraph/cmd/zero/license.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/zero/license_ee.go b/dgraph/cmd/zero/license_ee.go index ce105f48d46..b8c6731a6d2 100644 --- a/dgraph/cmd/zero/license_ee.go +++ b/dgraph/cmd/zero/license_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/dgraph/cmd/zero/oracle.go b/dgraph/cmd/zero/oracle.go index e82822a5aea..8571a8fb815 100644 --- a/dgraph/cmd/zero/oracle.go +++ b/dgraph/cmd/zero/oracle.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/zero/pgp.go b/dgraph/cmd/zero/pgp.go index d8e8920a263..a8e5df632f9 100644 --- a/dgraph/cmd/zero/pgp.go +++ b/dgraph/cmd/zero/pgp.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/zero/raft.go b/dgraph/cmd/zero/raft.go index 2eebe12d31a..52064c2c625 100644 --- a/dgraph/cmd/zero/raft.go +++ b/dgraph/cmd/zero/raft.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/zero/run.go b/dgraph/cmd/zero/run.go index 4b738ce6386..a90e76eada7 100644 --- a/dgraph/cmd/zero/run.go +++ b/dgraph/cmd/zero/run.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/zero/tablet.go b/dgraph/cmd/zero/tablet.go index 28ea567018d..0efcfad7fb5 100644 --- a/dgraph/cmd/zero/tablet.go +++ b/dgraph/cmd/zero/tablet.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/zero/zero.go b/dgraph/cmd/zero/zero.go index 5138a957db0..643223fa69d 100644 --- a/dgraph/cmd/zero/zero.go +++ b/dgraph/cmd/zero/zero.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/cmd/zero/zero_test.go b/dgraph/cmd/zero/zero_test.go index 555ef86979b..ab947cebf10 100644 --- a/dgraph/cmd/zero/zero_test.go +++ b/dgraph/cmd/zero/zero_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraph/main.go b/dgraph/main.go index 0c8f693f781..64661864798 100644 --- a/dgraph/main.go +++ b/dgraph/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphapi/cluster.go b/dgraphapi/cluster.go index 239181df8b3..8d3678d1dff 100644 --- a/dgraphapi/cluster.go +++ b/dgraphapi/cluster.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphapi/ee.go b/dgraphapi/ee.go index 57fe41d9a71..6b7afad8fa2 100644 --- a/dgraphapi/ee.go +++ b/dgraphapi/ee.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphapi/json.go b/dgraphapi/json.go index 73ae5e84005..d5e874a21bc 100644 --- a/dgraphapi/json.go +++ b/dgraphapi/json.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphapi/snapshot.go b/dgraphapi/snapshot.go index 430d605ab39..80295b09cd2 100644 --- a/dgraphapi/snapshot.go +++ b/dgraphapi/snapshot.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphapi/vector.go b/dgraphapi/vector.go index 38762f130f7..7a911fbb615 100644 --- a/dgraphapi/vector.go +++ b/dgraphapi/vector.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphtest/compose_cluster.go b/dgraphtest/compose_cluster.go index e124886d17b..84f3dc962d4 100644 --- a/dgraphtest/compose_cluster.go +++ b/dgraphtest/compose_cluster.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphtest/config.go b/dgraphtest/config.go index 3f5cfd658b3..93ddb36e033 100644 --- a/dgraphtest/config.go +++ b/dgraphtest/config.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Incc. and Contributors + * Copyright 2025 Hypermode Incc. and Contributors * * Licensed under the Apache License, Version cc.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphtest/dcloud_cluster.go b/dgraphtest/dcloud_cluster.go index 4ac500d7b23..e9baa6cec6f 100644 --- a/dgraphtest/dcloud_cluster.go +++ b/dgraphtest/dcloud_cluster.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphtest/dgraph.go b/dgraphtest/dgraph.go index 96473d6b0b8..993ee87ca6c 100644 --- a/dgraphtest/dgraph.go +++ b/dgraphtest/dgraph.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphtest/image.go b/dgraphtest/image.go index 5b516afae60..a7c0cf8c20c 100644 --- a/dgraphtest/image.go +++ b/dgraphtest/image.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphtest/load.go b/dgraphtest/load.go index 7b489c4b334..889dc01364e 100644 --- a/dgraphtest/load.go +++ b/dgraphtest/load.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphtest/local_cluster.go b/dgraphtest/local_cluster.go index 946ca5c7f62..7e463d74279 100644 --- a/dgraphtest/local_cluster.go +++ b/dgraphtest/local_cluster.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dgraphtest/paths.go b/dgraphtest/paths.go index ea8ccb5de92..c05d754441d 100644 --- a/dgraphtest/paths.go +++ b/dgraphtest/paths.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dql/bench_test.go b/dql/bench_test.go index ef92512ebfa..78193c06dac 100644 --- a/dql/bench_test.go +++ b/dql/bench_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dql/math.go b/dql/math.go index 4706a81445b..d78878ccf77 100644 --- a/dql/math.go +++ b/dql/math.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dql/mutation.go b/dql/mutation.go index 946fc8d7727..6b158b09858 100644 --- a/dql/mutation.go +++ b/dql/mutation.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dql/parser.go b/dql/parser.go index 65c227bb6fe..35d18089ebd 100644 --- a/dql/parser.go +++ b/dql/parser.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dql/parser_fuzz_test.go b/dql/parser_fuzz_test.go index 514a2e77768..fe00c108dd7 100644 --- a/dql/parser_fuzz_test.go +++ b/dql/parser_fuzz_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dql/parser_mutation.go b/dql/parser_mutation.go index df2ffc7348f..04bb6e4d689 100644 --- a/dql/parser_mutation.go +++ b/dql/parser_mutation.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dql/parser_test.go b/dql/parser_test.go index 55fa6e492d6..4be794d6f5b 100644 --- a/dql/parser_test.go +++ b/dql/parser_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dql/state.go b/dql/state.go index d47975c7e3b..32ef3714bcd 100644 --- a/dql/state.go +++ b/dql/state.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dql/state_test.go b/dql/state_test.go index 0696fe5f2a0..521d92c35d1 100644 --- a/dql/state_test.go +++ b/dql/state_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/dql/upsert_test.go b/dql/upsert_test.go index a7d6ec1e7b0..38e52c1badf 100644 --- a/dql/upsert_test.go +++ b/dql/upsert_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/edgraph/access.go b/edgraph/access.go index 5162caeb3cb..06c1885e3e3 100644 --- a/edgraph/access.go +++ b/edgraph/access.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/edgraph/access_ee.go b/edgraph/access_ee.go index e40702cdc71..3c5a9362fd9 100644 --- a/edgraph/access_ee.go +++ b/edgraph/access_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. All rights reserved. + * Copyright 2025 Hypermode Inc. All rights reserved. * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/edgraph/access_ee_test.go b/edgraph/access_ee_test.go index 72352d8e4a1..08f9c71a79e 100644 --- a/edgraph/access_ee_test.go +++ b/edgraph/access_ee_test.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. All rights reserved. + * Copyright 2025 Hypermode Inc. All rights reserved. * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/edgraph/graphql.go b/edgraph/graphql.go index 063e40d1e69..a4c9d70eda4 100644 --- a/edgraph/graphql.go +++ b/edgraph/graphql.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/edgraph/multi_tenancy.go b/edgraph/multi_tenancy.go index 40d638dafb6..60d904b0839 100644 --- a/edgraph/multi_tenancy.go +++ b/edgraph/multi_tenancy.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/edgraph/multi_tenancy_ee.go b/edgraph/multi_tenancy_ee.go index 863067e914a..05b77a15f31 100644 --- a/edgraph/multi_tenancy_ee.go +++ b/edgraph/multi_tenancy_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. All rights reserved. + * Copyright 2025 Hypermode Inc. All rights reserved. * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/edgraph/server.go b/edgraph/server.go index 17bdb6d1b2f..2845e086eed 100644 --- a/edgraph/server.go +++ b/edgraph/server.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/edgraph/server_test.go b/edgraph/server_test.go index 5e4808868d0..3b10805eae3 100644 --- a/edgraph/server_test.go +++ b/edgraph/server_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ee/acl/acl.go b/ee/acl/acl.go index 576e0cdea41..a5232d7e8d8 100644 --- a/ee/acl/acl.go +++ b/ee/acl/acl.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/acl/acl_curl_test.go b/ee/acl/acl_curl_test.go index b97528bcecd..ecadfe9643b 100644 --- a/ee/acl/acl_curl_test.go +++ b/ee/acl/acl_curl_test.go @@ -2,7 +2,7 @@ // +build !oss,integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/acl/acl_integration_test.go b/ee/acl/acl_integration_test.go index 7d7f6027c57..5101405c804 100644 --- a/ee/acl/acl_integration_test.go +++ b/ee/acl/acl_integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ee/acl/acl_test.go b/ee/acl/acl_test.go index 9b3cd573786..25f568d40d7 100644 --- a/ee/acl/acl_test.go +++ b/ee/acl/acl_test.go @@ -2,7 +2,7 @@ // +build !oss,integration upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/acl/integration_test.go b/ee/acl/integration_test.go index f348715992a..0d3d58b1175 100644 --- a/ee/acl/integration_test.go +++ b/ee/acl/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/acl/jwt_algo_test.go b/ee/acl/jwt_algo_test.go index b1d44703386..2723c02cbbc 100644 --- a/ee/acl/jwt_algo_test.go +++ b/ee/acl/jwt_algo_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ee/acl/run.go b/ee/acl/run.go index 68d5d686e55..b94910b27a8 100644 --- a/ee/acl/run.go +++ b/ee/acl/run.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ee/acl/run_ee.go b/ee/acl/run_ee.go index eba824e7927..5f50fbb88d5 100644 --- a/ee/acl/run_ee.go +++ b/ee/acl/run_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/acl/upgrade_test.go b/ee/acl/upgrade_test.go index 1ada8ae98f8..359923f5676 100644 --- a/ee/acl/upgrade_test.go +++ b/ee/acl/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/acl/utils.go b/ee/acl/utils.go index 8910a0f1c7c..f1a4196b49b 100644 --- a/ee/acl/utils.go +++ b/ee/acl/utils.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. All rights reserved. + * Copyright 2025 Hypermode Inc. All rights reserved. * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/audit/audit.go b/ee/audit/audit.go index e1536a47b6c..d9bf2ccfc7a 100644 --- a/ee/audit/audit.go +++ b/ee/audit/audit.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ee/audit/audit_ee.go b/ee/audit/audit_ee.go index 86c3f9ece52..30f5ff40d36 100644 --- a/ee/audit/audit_ee.go +++ b/ee/audit/audit_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/audit/interceptor.go b/ee/audit/interceptor.go index 2588fa1fc0e..402e4232880 100644 --- a/ee/audit/interceptor.go +++ b/ee/audit/interceptor.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ee/audit/interceptor_ee.go b/ee/audit/interceptor_ee.go index 6e5f21c04d5..4ae06b14524 100644 --- a/ee/audit/interceptor_ee.go +++ b/ee/audit/interceptor_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/audit/run.go b/ee/audit/run.go index 3aa41ca2632..14a235532a4 100644 --- a/ee/audit/run.go +++ b/ee/audit/run.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ee/audit/run_ee.go b/ee/audit/run_ee.go index 1fa2999893f..85754c40cc3 100644 --- a/ee/audit/run_ee.go +++ b/ee/audit/run_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/audit/run_ee_test.go b/ee/audit/run_ee_test.go index 983ca98d2fa..49abdeb2a7b 100644 --- a/ee/audit/run_ee_test.go +++ b/ee/audit/run_ee_test.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ee/backup/run.go b/ee/backup/run.go index 5d8a79d15a9..643ee4e5a0c 100644 --- a/ee/backup/run.go +++ b/ee/backup/run.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/enc/util.go b/ee/enc/util.go index 70aa1b390e7..dd665dd680a 100644 --- a/ee/enc/util.go +++ b/ee/enc/util.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ee/enc/util_ee.go b/ee/enc/util_ee.go index 93ddfd7bfbb..185df48052d 100644 --- a/ee/enc/util_ee.go +++ b/ee/enc/util_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/flags.go b/ee/flags.go index 3e8bc87cb27..ca8d2827c3d 100644 --- a/ee/flags.go +++ b/ee/flags.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ee/keys.go b/ee/keys.go index 6674ac07298..9d093ba101a 100644 --- a/ee/keys.go +++ b/ee/keys.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ee/keys_ee.go b/ee/keys_ee.go index ceeaacf4a04..fbba6c8f097 100644 --- a/ee/keys_ee.go +++ b/ee/keys_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. All rights reserved. + * Copyright 2025 Hypermode Inc. All rights reserved. * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/ee/vault/vault.go b/ee/vault/vault.go index b50cb1cf542..8dda850746e 100644 --- a/ee/vault/vault.go +++ b/ee/vault/vault.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2020-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2020-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ee/vault_ee.go b/ee/vault_ee.go index 20a4ea38e0b..2e66ec43455 100644 --- a/ee/vault_ee.go +++ b/ee/vault_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. All rights reserved. + * Copyright 2025 Hypermode Inc. All rights reserved. * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/filestore/filestore.go b/filestore/filestore.go index 71acc637513..504face081d 100644 --- a/filestore/filestore.go +++ b/filestore/filestore.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/filestore/local_files.go b/filestore/local_files.go index 0a3ed598391..e76c79dcfb4 100644 --- a/filestore/local_files.go +++ b/filestore/local_files.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/filestore/remote_files.go b/filestore/remote_files.go index c24e5384cd2..6cf61ef4270 100644 --- a/filestore/remote_files.go +++ b/filestore/remote_files.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/admin.go b/graphql/admin/admin.go index 800688bac58..5d4ccdbec09 100644 --- a/graphql/admin/admin.go +++ b/graphql/admin/admin.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/assign.go b/graphql/admin/assign.go index 566ef38f95f..3a9f764ecab 100644 --- a/graphql/admin/assign.go +++ b/graphql/admin/assign.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/backup.go b/graphql/admin/backup.go index f3777056181..fc7e4897211 100644 --- a/graphql/admin/backup.go +++ b/graphql/admin/backup.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/config.go b/graphql/admin/config.go index fad6eb6c243..8bc8e8e44da 100644 --- a/graphql/admin/config.go +++ b/graphql/admin/config.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/current_user.go b/graphql/admin/current_user.go index 442e8bd0dab..fe4edaa77b4 100644 --- a/graphql/admin/current_user.go +++ b/graphql/admin/current_user.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/draining.go b/graphql/admin/draining.go index 8ee51835c9b..86344cac491 100644 --- a/graphql/admin/draining.go +++ b/graphql/admin/draining.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/endpoints.go b/graphql/admin/endpoints.go index c1d4b09d145..cfcd1ee9c39 100644 --- a/graphql/admin/endpoints.go +++ b/graphql/admin/endpoints.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/endpoints_ee.go b/graphql/admin/endpoints_ee.go index ed5cda82c8f..8bbdd31cadc 100644 --- a/graphql/admin/endpoints_ee.go +++ b/graphql/admin/endpoints_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. All rights reserved. + * Copyright 2025 Hypermode Inc. All rights reserved. * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/graphql/admin/enterpriseLicense.go b/graphql/admin/enterpriseLicense.go index bae8da6f5cb..fb764c3e11b 100644 --- a/graphql/admin/enterpriseLicense.go +++ b/graphql/admin/enterpriseLicense.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/export.go b/graphql/admin/export.go index 62fba38ceef..08d5b7c774c 100644 --- a/graphql/admin/export.go +++ b/graphql/admin/export.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/health.go b/graphql/admin/health.go index 6a8d81c3e84..01d26c64759 100644 --- a/graphql/admin/health.go +++ b/graphql/admin/health.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/http.go b/graphql/admin/http.go index d85ce0e72a8..2d38d326933 100644 --- a/graphql/admin/http.go +++ b/graphql/admin/http.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/list_backups.go b/graphql/admin/list_backups.go index 21d6d51fcb1..4b19f6459fe 100644 --- a/graphql/admin/list_backups.go +++ b/graphql/admin/list_backups.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/login.go b/graphql/admin/login.go index 039580cd089..72866c867bf 100644 --- a/graphql/admin/login.go +++ b/graphql/admin/login.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/moveTablet.go b/graphql/admin/moveTablet.go index cce9ef01a60..2b9374420e1 100644 --- a/graphql/admin/moveTablet.go +++ b/graphql/admin/moveTablet.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/namespace.go b/graphql/admin/namespace.go index be0891b1198..60fc16e228f 100644 --- a/graphql/admin/namespace.go +++ b/graphql/admin/namespace.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/removeNode.go b/graphql/admin/removeNode.go index 5947189df52..a00b154884a 100644 --- a/graphql/admin/removeNode.go +++ b/graphql/admin/removeNode.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/reset_password.go b/graphql/admin/reset_password.go index cc243d9cf82..b7844c44cc1 100644 --- a/graphql/admin/reset_password.go +++ b/graphql/admin/reset_password.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/restore.go b/graphql/admin/restore.go index 734c35bd7d5..8a1432ee644 100644 --- a/graphql/admin/restore.go +++ b/graphql/admin/restore.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/schema.go b/graphql/admin/schema.go index c4dbaee1de7..d219fcde65d 100644 --- a/graphql/admin/schema.go +++ b/graphql/admin/schema.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/shutdown.go b/graphql/admin/shutdown.go index 836fb86152e..3f9c09f1dec 100644 --- a/graphql/admin/shutdown.go +++ b/graphql/admin/shutdown.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/admin/task.go b/graphql/admin/task.go index 094543d59e5..dbe7ca0b080 100644 --- a/graphql/admin/task.go +++ b/graphql/admin/task.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/api/panics.go b/graphql/api/panics.go index 2f5c45731cc..cc1b40b7114 100644 --- a/graphql/api/panics.go +++ b/graphql/api/panics.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/authorization/auth.go b/graphql/authorization/auth.go index 95a3d63ab20..63f26a3ace3 100644 --- a/graphql/authorization/auth.go +++ b/graphql/authorization/auth.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/bench/auth_test.go b/graphql/bench/auth_test.go index 616b930f5bb..a385dab7b71 100644 --- a/graphql/bench/auth_test.go +++ b/graphql/bench/auth_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/dgraph/execute.go b/graphql/dgraph/execute.go index c0334580ba1..7acee5512c9 100644 --- a/graphql/dgraph/execute.go +++ b/graphql/dgraph/execute.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/dgraph/graphquery.go b/graphql/dgraph/graphquery.go index f2896c9f5a0..1dafa64768e 100644 --- a/graphql/dgraph/graphquery.go +++ b/graphql/dgraph/graphquery.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/admin_auth/poorman_auth/admin_auth_test.go b/graphql/e2e/admin_auth/poorman_auth/admin_auth_test.go index 7da9ee9259c..c6b9f38b04d 100644 --- a/graphql/e2e/admin_auth/poorman_auth/admin_auth_test.go +++ b/graphql/e2e/admin_auth/poorman_auth/admin_auth_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/admin_auth/poorman_auth_with_acl/admin_auth_test.go b/graphql/e2e/admin_auth/poorman_auth_with_acl/admin_auth_test.go index cf3be1715d0..3889ab452d2 100644 --- a/graphql/e2e/admin_auth/poorman_auth_with_acl/admin_auth_test.go +++ b/graphql/e2e/admin_auth/poorman_auth_with_acl/admin_auth_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/auth/add_mutation_test.go b/graphql/e2e/auth/add_mutation_test.go index 81153842248..4c9e31dc046 100644 --- a/graphql/e2e/auth/add_mutation_test.go +++ b/graphql/e2e/auth/add_mutation_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/auth/auth_test.go b/graphql/e2e/auth/auth_test.go index e163f1333c7..f2fce731230 100644 --- a/graphql/e2e/auth/auth_test.go +++ b/graphql/e2e/auth/auth_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/auth/delete_mutation_test.go b/graphql/e2e/auth/delete_mutation_test.go index 29826350174..9d243f93804 100644 --- a/graphql/e2e/auth/delete_mutation_test.go +++ b/graphql/e2e/auth/delete_mutation_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/auth/update_mutation_test.go b/graphql/e2e/auth/update_mutation_test.go index a14517cc6b4..48acec83ea8 100644 --- a/graphql/e2e/auth/update_mutation_test.go +++ b/graphql/e2e/auth/update_mutation_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/auth_closed_by_default/auth_closed_by_default_test.go b/graphql/e2e/auth_closed_by_default/auth_closed_by_default_test.go index 5743ae56934..f9fdfecf64d 100644 --- a/graphql/e2e/auth_closed_by_default/auth_closed_by_default_test.go +++ b/graphql/e2e/auth_closed_by_default/auth_closed_by_default_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/common/admin.go b/graphql/e2e/common/admin.go index 2830a39641b..f2cfa0d168b 100644 --- a/graphql/e2e/common/admin.go +++ b/graphql/e2e/common/admin.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/common/common.go b/graphql/e2e/common/common.go index e9fd1c56b85..4f36f3e60f0 100644 --- a/graphql/e2e/common/common.go +++ b/graphql/e2e/common/common.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/common/error.go b/graphql/e2e/common/error.go index b01344f1e98..9232ddd0574 100644 --- a/graphql/e2e/common/error.go +++ b/graphql/e2e/common/error.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/common/fragment.go b/graphql/e2e/common/fragment.go index c02e29890a9..6a39c93b1eb 100644 --- a/graphql/e2e/common/fragment.go +++ b/graphql/e2e/common/fragment.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/common/lambda.go b/graphql/e2e/common/lambda.go index 928dfe61359..59bb8c203e3 100644 --- a/graphql/e2e/common/lambda.go +++ b/graphql/e2e/common/lambda.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/common/mutation.go b/graphql/e2e/common/mutation.go index 9e9f84d6416..552a673fa8a 100644 --- a/graphql/e2e/common/mutation.go +++ b/graphql/e2e/common/mutation.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/common/query.go b/graphql/e2e/common/query.go index 58f934d78af..8c453c6f029 100644 --- a/graphql/e2e/common/query.go +++ b/graphql/e2e/common/query.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/common/schema.go b/graphql/e2e/common/schema.go index a8855404b94..52c2d161ced 100644 --- a/graphql/e2e/common/schema.go +++ b/graphql/e2e/common/schema.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/common/subscription.go b/graphql/e2e/common/subscription.go index ff3f800ce7b..54229f888a3 100644 --- a/graphql/e2e/common/subscription.go +++ b/graphql/e2e/common/subscription.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/custom_logic/cmd/main.go b/graphql/e2e/custom_logic/cmd/main.go index 6d197fab84c..c428b10fa00 100644 --- a/graphql/e2e/custom_logic/cmd/main.go +++ b/graphql/e2e/custom_logic/cmd/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/custom_logic/custom_logic_test.go b/graphql/e2e/custom_logic/custom_logic_test.go index 11d031f5ba5..9ea41175350 100644 --- a/graphql/e2e/custom_logic/custom_logic_test.go +++ b/graphql/e2e/custom_logic/custom_logic_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/directives/dgraph_directives_test.go b/graphql/e2e/directives/dgraph_directives_test.go index 08d36b02460..dea57ef1daf 100644 --- a/graphql/e2e/directives/dgraph_directives_test.go +++ b/graphql/e2e/directives/dgraph_directives_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/multi_tenancy/multi_tenancy_test.go b/graphql/e2e/multi_tenancy/multi_tenancy_test.go index a8ce9400bda..ce2533ca002 100644 --- a/graphql/e2e/multi_tenancy/multi_tenancy_test.go +++ b/graphql/e2e/multi_tenancy/multi_tenancy_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/normal/normal_test.go b/graphql/e2e/normal/normal_test.go index 227ce78644d..eb5af153e86 100644 --- a/graphql/e2e/normal/normal_test.go +++ b/graphql/e2e/normal/normal_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/schema/schema_test.go b/graphql/e2e/schema/schema_test.go index 9c3ff8170db..9fcc7f5a5e7 100644 --- a/graphql/e2e/schema/schema_test.go +++ b/graphql/e2e/schema/schema_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/e2e/subscription/subscription_test.go b/graphql/e2e/subscription/subscription_test.go index a84f05a3bdb..805e5fb3e84 100644 --- a/graphql/e2e/subscription/subscription_test.go +++ b/graphql/e2e/subscription/subscription_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/auth_test.go b/graphql/resolve/auth_test.go index 2c8b5e96199..0d486c2b8a0 100644 --- a/graphql/resolve/auth_test.go +++ b/graphql/resolve/auth_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/extensions_test.go b/graphql/resolve/extensions_test.go index ea18ecac1bc..f75d0ff2359 100644 --- a/graphql/resolve/extensions_test.go +++ b/graphql/resolve/extensions_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/middlewares.go b/graphql/resolve/middlewares.go index a98f0d51b16..08b22ae94ea 100644 --- a/graphql/resolve/middlewares.go +++ b/graphql/resolve/middlewares.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/middlewares_test.go b/graphql/resolve/middlewares_test.go index 865da6f56c5..d9cf11a9709 100644 --- a/graphql/resolve/middlewares_test.go +++ b/graphql/resolve/middlewares_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/mutation.go b/graphql/resolve/mutation.go index 0b23f1356dc..7960299ebca 100644 --- a/graphql/resolve/mutation.go +++ b/graphql/resolve/mutation.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/mutation_rewriter.go b/graphql/resolve/mutation_rewriter.go index 8dfde9d20f5..b99a122c43d 100644 --- a/graphql/resolve/mutation_rewriter.go +++ b/graphql/resolve/mutation_rewriter.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/mutation_test.go b/graphql/resolve/mutation_test.go index d53b4449020..ebb66b6078a 100644 --- a/graphql/resolve/mutation_test.go +++ b/graphql/resolve/mutation_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/query.go b/graphql/resolve/query.go index 3ea01408b44..90e4c9494eb 100644 --- a/graphql/resolve/query.go +++ b/graphql/resolve/query.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/query_rewriter.go b/graphql/resolve/query_rewriter.go index 938d8d16697..372ce8feef5 100644 --- a/graphql/resolve/query_rewriter.go +++ b/graphql/resolve/query_rewriter.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/query_test.go b/graphql/resolve/query_test.go index 28d2b325f1a..55a5ef54815 100644 --- a/graphql/resolve/query_test.go +++ b/graphql/resolve/query_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/resolver.go b/graphql/resolve/resolver.go index 939f7726b87..d04b57c40f4 100644 --- a/graphql/resolve/resolver.go +++ b/graphql/resolve/resolver.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/resolver_error_test.go b/graphql/resolve/resolver_error_test.go index ef030011136..d1dbdd38914 100644 --- a/graphql/resolve/resolver_error_test.go +++ b/graphql/resolve/resolver_error_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/resolver_test.go b/graphql/resolve/resolver_test.go index a936d72ff9f..814aa38782b 100644 --- a/graphql/resolve/resolver_test.go +++ b/graphql/resolve/resolver_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/resolve/webhook.go b/graphql/resolve/webhook.go index 13b9398e902..e10ea0dafff 100644 --- a/graphql/resolve/webhook.go +++ b/graphql/resolve/webhook.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/run.go b/graphql/run.go index 1809871a960..bb4c1f61c84 100644 --- a/graphql/run.go +++ b/graphql/run.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/auth.go b/graphql/schema/auth.go index 6dc6ef0d0bd..09682eb6b61 100644 --- a/graphql/schema/auth.go +++ b/graphql/schema/auth.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/completion.go b/graphql/schema/completion.go index ee4901c4c1a..a043fd86348 100644 --- a/graphql/schema/completion.go +++ b/graphql/schema/completion.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/custom_http.go b/graphql/schema/custom_http.go index 3fc60379270..7dafcf52c9e 100644 --- a/graphql/schema/custom_http.go +++ b/graphql/schema/custom_http.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/errors.go b/graphql/schema/errors.go index 7b96e826121..6d8b3984d28 100644 --- a/graphql/schema/errors.go +++ b/graphql/schema/errors.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/errors_test.go b/graphql/schema/errors_test.go index 23f38074359..08b07cb2bc4 100644 --- a/graphql/schema/errors_test.go +++ b/graphql/schema/errors_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/gqlschema.go b/graphql/schema/gqlschema.go index c599948d48f..007da2389c5 100644 --- a/graphql/schema/gqlschema.go +++ b/graphql/schema/gqlschema.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/remote.go b/graphql/schema/remote.go index df5bca8302a..c44b238c356 100644 --- a/graphql/schema/remote.go +++ b/graphql/schema/remote.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/remote_test.go b/graphql/schema/remote_test.go index c85b0e93c79..0565324affd 100644 --- a/graphql/schema/remote_test.go +++ b/graphql/schema/remote_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/request.go b/graphql/schema/request.go index af39554c546..349095b2b11 100644 --- a/graphql/schema/request.go +++ b/graphql/schema/request.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/response.go b/graphql/schema/response.go index 41d58776af1..9690454d957 100644 --- a/graphql/schema/response.go +++ b/graphql/schema/response.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/response_test.go b/graphql/schema/response_test.go index fe13b4dda01..d88a44de0a0 100644 --- a/graphql/schema/response_test.go +++ b/graphql/schema/response_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/rules.go b/graphql/schema/rules.go index f6b672a63bc..56492e54c02 100644 --- a/graphql/schema/rules.go +++ b/graphql/schema/rules.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/schemagen.go b/graphql/schema/schemagen.go index 6b2691ccbac..c6d18dbdce3 100644 --- a/graphql/schema/schemagen.go +++ b/graphql/schema/schemagen.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/schemagen_test.go b/graphql/schema/schemagen_test.go index aab6cb4d50c..28722a04579 100644 --- a/graphql/schema/schemagen_test.go +++ b/graphql/schema/schemagen_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/validation_rules.go b/graphql/schema/validation_rules.go index 310dbe63306..c36ddbf9103 100644 --- a/graphql/schema/validation_rules.go +++ b/graphql/schema/validation_rules.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/wrappers.go b/graphql/schema/wrappers.go index 95891568e92..52553a42c13 100644 --- a/graphql/schema/wrappers.go +++ b/graphql/schema/wrappers.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/schema/wrappers_test.go b/graphql/schema/wrappers_test.go index 101462adbff..fbf3e576443 100644 --- a/graphql/schema/wrappers_test.go +++ b/graphql/schema/wrappers_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/subscription/poller.go b/graphql/subscription/poller.go index e67c35e19e4..4aedb829273 100644 --- a/graphql/subscription/poller.go +++ b/graphql/subscription/poller.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/test/test.go b/graphql/test/test.go index 5b84f7bc295..e67d3eb4c6f 100644 --- a/graphql/test/test.go +++ b/graphql/test/test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/testdata/custom_bench/dgraph_api_server.go b/graphql/testdata/custom_bench/dgraph_api_server.go index 1710c6a0231..269e412a121 100644 --- a/graphql/testdata/custom_bench/dgraph_api_server.go +++ b/graphql/testdata/custom_bench/dgraph_api_server.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/graphql/testdata/custom_bench/profiling/graphql_profiler.go b/graphql/testdata/custom_bench/profiling/graphql_profiler.go index 709d57a588e..8e2e055d47e 100644 --- a/graphql/testdata/custom_bench/profiling/graphql_profiler.go +++ b/graphql/testdata/custom_bench/profiling/graphql_profiler.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lex/iri.go b/lex/iri.go index 3d9b2ffd3bb..2e5e7e810b6 100644 --- a/lex/iri.go +++ b/lex/iri.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lex/iri_test.go b/lex/iri_test.go index 163c0393e5b..8fad075d17e 100644 --- a/lex/iri_test.go +++ b/lex/iri_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lex/lexer.go b/lex/lexer.go index ae304ddc1e1..e28112019af 100644 --- a/lex/lexer.go +++ b/lex/lexer.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/licenses/DCL.txt b/licenses/DCL.txt index fa4fa9ae134..7bafa536776 100644 --- a/licenses/DCL.txt +++ b/licenses/DCL.txt @@ -2,7 +2,7 @@ Dgraph Community License Agreement Please read this Dgraph Community License Agreement (the "Agreement") carefully before using Dgraph (as defined below), which is offered by - Dgraph Labs, Inc. or its affiliated Legal Entities ("Dgraph Labs"). + Hypermode Inc. or its affiliated Legal Entities ("Dgraph Labs"). By downloading Dgraph or using it in any manner, You agree that You have read and agree to be bound by the terms of this Agreement. If You are diff --git a/paper/dgraph.tex b/paper/dgraph.tex index f4214d244af..b78742540b3 100644 --- a/paper/dgraph.tex +++ b/paper/dgraph.tex @@ -54,7 +54,7 @@ \author{Manish Jain} \affil{\texttt {manish@dgraph.io}} -\affil{Dgraph Labs, Inc.} +\affil{Hypermode Inc.} \affil{Version: 0.8 Last Updated: \today} \maketitle @@ -995,7 +995,7 @@ \section{Acknowledgments} Dgraph is an open source software, available on \begin{center} - {\tt https://github.com/dgraph-io/dgraph}\\ + {\tt https://github.com/hypermodeinc/dgraph}\\ \end{center} More information about Dgraph is available on diff --git a/posting/config.go b/posting/config.go index 5b7ac3cd84f..21de5d9cd38 100644 --- a/posting/config.go +++ b/posting/config.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/doc.go b/posting/doc.go index 030ff18b69e..443ac507a6a 100644 --- a/posting/doc.go +++ b/posting/doc.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/index.go b/posting/index.go index 368a9e41f9b..798de6eb52a 100644 --- a/posting/index.go +++ b/posting/index.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/index_test.go b/posting/index_test.go index 2cb0a882490..c09762a21ee 100644 --- a/posting/index_test.go +++ b/posting/index_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/list.go b/posting/list.go index ca74cb40d16..e8c641a2759 100644 --- a/posting/list.go +++ b/posting/list.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/list_test.go b/posting/list_test.go index 603f5817792..74a4df13dad 100644 --- a/posting/list_test.go +++ b/posting/list_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/lists.go b/posting/lists.go index 30019ed7bd8..933b547712c 100644 --- a/posting/lists.go +++ b/posting/lists.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/lmap_test.go b/posting/lmap_test.go index 089f98a12eb..a2bd725b9e0 100644 --- a/posting/lmap_test.go +++ b/posting/lmap_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/mvcc.go b/posting/mvcc.go index 4d5408df947..5feeb0e511a 100644 --- a/posting/mvcc.go +++ b/posting/mvcc.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/mvcc_test.go b/posting/mvcc_test.go index 461f6ae81ef..88c227a9802 100644 --- a/posting/mvcc_test.go +++ b/posting/mvcc_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/oracle.go b/posting/oracle.go index b64a4bb4dca..f84ff66d977 100644 --- a/posting/oracle.go +++ b/posting/oracle.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/size.go b/posting/size.go index 40e42c177d8..b6dde7645ee 100644 --- a/posting/size.go +++ b/posting/size.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/size_test.go b/posting/size_test.go index 23a61b8e583..41262023b19 100644 --- a/posting/size_test.go +++ b/posting/size_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/writer.go b/posting/writer.go index e7ef8c1eae5..f64476906df 100644 --- a/posting/writer.go +++ b/posting/writer.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/posting/writer_test.go b/posting/writer_test.go index de66ad823fd..121d66d32b5 100644 --- a/posting/writer_test.go +++ b/posting/writer_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/present/ann.txt b/present/ann.txt deleted file mode 100644 index f8fa806cf39..00000000000 --- a/present/ann.txt +++ /dev/null @@ -1,23 +0,0 @@ -This is a post to announce Dgraph, an open source, distributed, scalable native graph database. Dgraph is designed to handle terabytes of structured data, over commodity hardware. - -The design and inspiration is drawn from my experiences working in Google Knowledge Infra group. Dgraph is under active development, and is looking to hire talented engineers. - -Github page: https://github.com/dgraph-io/dgraph - -Features: -- Aimed at real time user queries. -- Low Latency, High Throughput. -- Distributed Native Graph database. -- Network calls are proportional to complexity of query, not number of results. -- Supports GraphQL as query language. -- (planned) Shard replication, High availability, Crash resilience. -- (roadmap) https://github.com/dgraph-io/dgraph/issues/1 - -Performance (GCE n1-standard-4, SSD): -- Loads up 21M RDFs from Freebase Film data in 20 mins. -- Runs complex queries about Steven Spielberg in ~200ms. - -Happy to answer any questions! - -Cheers, -Manish diff --git a/present/sydney5mins/g.slide b/present/sydney5mins/g.slide deleted file mode 100644 index 6425334aac6..00000000000 --- a/present/sydney5mins/g.slide +++ /dev/null @@ -1,86 +0,0 @@ -Dgraph -Go Meetup Sydney -29 Oct 2015 -Tags: go golang dgraph graph - -Manish R Jain -Backend Developer / Freelancer -Ex-Google - Web Search & Knowledge Infra -manishrjain@gmail.com -@manishrjain - -* What is Graph - -- Abstract data type to represent relationships between objects. -- Made up of Entities and Edges. Directed edge in triple format: - Entity --attribute--> Entity/Value - [Tom Hanks] --married_to-> [Rita Wilson] - [Tom Hanks] --born_on----> [July 9, 1956] -- Popular graphs: Facebook Social Graph, Google Knowledge Graph. - -.image graph.png - -* What is Dgraph - -[[https://github.com/dgraph-io/dgraph][https://github.com/dgraph-io/dgraph]] - -Dgraph is an open source, distributed, low-latency graph serving system written in Go. - -- *Low*Latency*: Minimize the latency of query execution. - - Minimize the number of network calls required to run the query. - Linear time complexity, based on attributes/depth of query, not number of results. - Meant to be run in production, serving real time user queries. - -- *Distributed*: Automatically distribute data to and serve from provided servers. - Handle shard splits, shard merges, and shard movement. - -- *Highly*Availability*: Automatic data replication and failover. -- *Resilience*: Automatically handle server failures, and shard reassignment to healthy servers. - -* Implementation - -- Use Flatbuffers for on-disk, in-memory and over-network representation. -- Entities assigned `uint64` uids for optimized representation. -- Use RocksDB to store data internally in posting list format. - Optimized for seeks: ram, ssd, disk - Used at Facebook, CockroachDB. -- Posting List = all directed edges from a given attribute - [attribute, entity] -> [sorted list of entities / value] -- Generally one complete posting list would be served by a server. -- If posting list is too _big_, chunk it into shards. -- Shard is the most granular data to be served or moved around. -- Server can serve many shards. -- Each shard replicated across at least 3 different servers. - -* Example: Names of Friends of Friends of ME - - - GraphQL query received. Parse into internal query rep. - - [Network call] - - - Pick server serving posting list `friend`. - - Seek to `friend, me`. Get a list of friends uids, and return. - - [Network call] - - - Send all uids again. For each friend uid_i, seek to `friend, uid_i` - - Get lists of lists of uids. Merge them into one big list, and return. - - [Network call] - - - Pick server serving posting list `name`. - - For each uid_i, seek to `name, uid_i`, and return. - -- 3 RT network calls in total -- Network calls: O(m) where m = depth + attributes in query -- RocksDB Seeks: O(n) where n = total results. - -* Minimum Viable Product -- Planning to launch in mid-November. -- Non-distributed. Runs on only one server. -- Focus on low-latency. -- Support a subset of GraphQL. Responses in JSON. -- Launch with performance comparisons against popular Neo4J. - -Do try it out! diff --git a/present/sydney5mins/graph.png b/present/sydney5mins/graph.png deleted file mode 100644 index a976780dab1caebdd7c509b86045e5442856a9cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65157 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 UlmHmn5a2&WdA0YovSy+G58g7;@c;k- diff --git a/protos/Makefile b/protos/Makefile index 66afbe10e2f..dc46b274cd3 100644 --- a/protos/Makefile +++ b/protos/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2023 Dgraph Labs, Inc. and Contributors +# Copyright 2025 Hypermode Inc. and Contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/protos/depcheck.sh b/protos/depcheck.sh index 8e537c2856c..7858b4a600e 100755 --- a/protos/depcheck.sh +++ b/protos/depcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright 2019-2023 Dgraph Labs, Inc. and Contributors +# Copyright 2019-2025 Hypermode Inc. and Contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/protos/pb.proto b/protos/pb.proto index 871b7534589..ab753487633 100644 --- a/protos/pb.proto +++ b/protos/pb.proto @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Dgraph Labs, Inc. and Contributors + * Copyright (C) 2017 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/protos/pb/pb.pb.go b/protos/pb/pb.pb.go index 2205f125397..865c17ff27a 100644 --- a/protos/pb/pb.pb.go +++ b/protos/pb/pb.pb.go @@ -1,5 +1,5 @@ // -// Copyright (C) 2017 Dgraph Labs, Inc. and Contributors +// Copyright (C) 2017 Hypermode Inc. and Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/pb/pb_grpc.pb.go b/protos/pb/pb_grpc.pb.go index 4752af639e4..b6789c6725e 100644 --- a/protos/pb/pb_grpc.pb.go +++ b/protos/pb/pb_grpc.pb.go @@ -1,5 +1,5 @@ // -// Copyright (C) 2017 Dgraph Labs, Inc. and Contributors +// Copyright (C) 2017 Hypermode Inc. and Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/pb/sensitive.go b/protos/pb/sensitive.go index c58d0171064..9ea5bc7f5bf 100644 --- a/protos/pb/sensitive.go +++ b/protos/pb/sensitive.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/protos/protos_test.go b/protos/protos_test.go index 286a2699045..bf6ad08492c 100644 --- a/protos/protos_test.go +++ b/protos/protos_test.go @@ -1,6 +1,6 @@ //go:build integration -/* Copyright 2023 Dgraph Labs, Inc. and Contributors +/* Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/aggregator.go b/query/aggregator.go index ee44faad7af..ea8c7b88e8b 100644 --- a/query/aggregator.go +++ b/query/aggregator.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/arena.go b/query/arena.go index 464373ede24..cbdccb0f093 100644 --- a/query/arena.go +++ b/query/arena.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/benchmark_test.go b/query/benchmark_test.go index 3ecc240b2a5..e8e68000594 100644 --- a/query/benchmark_test.go +++ b/query/benchmark_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/cloud_test.go b/query/cloud_test.go index 138be62ef0f..43641dcc705 100644 --- a/query/cloud_test.go +++ b/query/cloud_test.go @@ -1,7 +1,7 @@ //go:build cloud /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/common_test.go b/query/common_test.go index f42da00effb..3e66a88786b 100644 --- a/query/common_test.go +++ b/query/common_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/groupby.go b/query/groupby.go index 30783153928..e7717cea4b5 100644 --- a/query/groupby.go +++ b/query/groupby.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/integration_test.go b/query/integration_test.go index c5f399d8eb9..313e2a11170 100644 --- a/query/integration_test.go +++ b/query/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/math.go b/query/math.go index a6dd0d6515c..9460bb55a81 100644 --- a/query/math.go +++ b/query/math.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/math_test.go b/query/math_test.go index a6800ceefc5..371c39bc7a4 100644 --- a/query/math_test.go +++ b/query/math_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/mutation.go b/query/mutation.go index b358f0e9958..9979f6e698b 100644 --- a/query/mutation.go +++ b/query/mutation.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/mutation_test.go b/query/mutation_test.go index 03191fd6bc0..2e5334f7975 100644 --- a/query/mutation_test.go +++ b/query/mutation_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/normalize_feature_flag_test.go b/query/normalize_feature_flag_test.go index 29901833c17..0433175639d 100644 --- a/query/normalize_feature_flag_test.go +++ b/query/normalize_feature_flag_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/query/outputnode.go b/query/outputnode.go index c68ea8d46bc..72e19fd2ccc 100644 --- a/query/outputnode.go +++ b/query/outputnode.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/outputnode_graphql.go b/query/outputnode_graphql.go index f687662302d..b74dfe9bdf4 100644 --- a/query/outputnode_graphql.go +++ b/query/outputnode_graphql.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/outputnode_test.go b/query/outputnode_test.go index 219c398332b..0ebed5b7a8f 100644 --- a/query/outputnode_test.go +++ b/query/outputnode_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/outputrdf.go b/query/outputrdf.go index 16e39fad10a..b10e251fc61 100644 --- a/query/outputrdf.go +++ b/query/outputrdf.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/query.go b/query/query.go index d0e7dda7c57..a26673f9e57 100644 --- a/query/query.go +++ b/query/query.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/query0_test.go b/query/query0_test.go index 08b9c7fd890..8174813f84f 100644 --- a/query/query0_test.go +++ b/query/query0_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/query1_test.go b/query/query1_test.go index a22b736eb10..1cf6bcfbbaa 100644 --- a/query/query1_test.go +++ b/query/query1_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/query2_test.go b/query/query2_test.go index de30f837808..a8610714854 100644 --- a/query/query2_test.go +++ b/query/query2_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/query3_test.go b/query/query3_test.go index 35a9bd08118..2f9fd967de0 100644 --- a/query/query3_test.go +++ b/query/query3_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/query4_test.go b/query/query4_test.go index 562023b4052..088214dbb7f 100644 --- a/query/query4_test.go +++ b/query/query4_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/query_facets_test.go b/query/query_facets_test.go index 604234682f8..6afefe684d4 100644 --- a/query/query_facets_test.go +++ b/query/query_facets_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/rdf_result_test.go b/query/rdf_result_test.go index d7ac107c158..feb9c983ae6 100644 --- a/query/rdf_result_test.go +++ b/query/rdf_result_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/recurse.go b/query/recurse.go index 9d07cb5f40d..2e0ba26b22b 100644 --- a/query/recurse.go +++ b/query/recurse.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/shortest.go b/query/shortest.go index ced3559d682..966b85692ec 100644 --- a/query/shortest.go +++ b/query/shortest.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/upgrade_test.go b/query/upgrade_test.go index 624baa612c2..84177a3cf77 100644 --- a/query/upgrade_test.go +++ b/query/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/vector/integration_test.go b/query/vector/integration_test.go index 91faaf49a47..378f5ed6f2a 100644 --- a/query/vector/integration_test.go +++ b/query/vector/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/vector/vector_graphql_test.go b/query/vector/vector_graphql_test.go index ac946151b11..fc2b8e0916c 100644 --- a/query/vector/vector_graphql_test.go +++ b/query/vector/vector_graphql_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/vector/vector_test.go b/query/vector/vector_test.go index 2d9e351aac3..4b512fcc417 100644 --- a/query/vector/vector_test.go +++ b/query/vector/vector_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/raftwal/encryption_test.go b/raftwal/encryption_test.go index 44ee00ec460..1a64af77d61 100644 --- a/raftwal/encryption_test.go +++ b/raftwal/encryption_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/raftwal/log.go b/raftwal/log.go index 2ee75d51a93..4c6ba5784bb 100644 --- a/raftwal/log.go +++ b/raftwal/log.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/raftwal/meta.go b/raftwal/meta.go index a9072688e54..40075f97528 100644 --- a/raftwal/meta.go +++ b/raftwal/meta.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/raftwal/storage.go b/raftwal/storage.go index b9d8035febd..845c6041734 100644 --- a/raftwal/storage.go +++ b/raftwal/storage.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/raftwal/storage_test.go b/raftwal/storage_test.go index c3691433917..8816cfe36cf 100644 --- a/raftwal/storage_test.go +++ b/raftwal/storage_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/raftwal/wal.go b/raftwal/wal.go index bc19e1822c0..297ca0568d4 100644 --- a/raftwal/wal.go +++ b/raftwal/wal.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schema/parse.go b/schema/parse.go index 097386ca4c1..983fd2408f9 100644 --- a/schema/parse.go +++ b/schema/parse.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schema/parse_test.go b/schema/parse_test.go index d063e42be12..8043efbe178 100644 --- a/schema/parse_test.go +++ b/schema/parse_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schema/schema.go b/schema/schema.go index fe0e7ad193d..d3ecd4d3c45 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schema/schema_test.go b/schema/schema_test.go index 27d674bd7e2..983abdb85c9 100644 --- a/schema/schema_test.go +++ b/schema/schema_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2024 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schema/state.go b/schema/state.go index d621ece7352..720aa87df90 100644 --- a/schema/state.go +++ b/schema/state.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/1million/1million_test.go b/systest/1million/1million_test.go index 943d9b258ae..d5b79cb3a47 100644 --- a/systest/1million/1million_test.go +++ b/systest/1million/1million_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/21million/bulk/run_test.go b/systest/21million/bulk/run_test.go index 8ff41ade122..f6e95173d88 100644 --- a/systest/21million/bulk/run_test.go +++ b/systest/21million/bulk/run_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/21million/common/run_queries.go b/systest/21million/common/run_queries.go index 7a0b9d21296..a9d3c8f1e6c 100644 --- a/systest/21million/common/run_queries.go +++ b/systest/21million/common/run_queries.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/21million/live/run_test.go b/systest/21million/live/run_test.go index 3d0bc13fc3b..d37e28923b8 100644 --- a/systest/21million/live/run_test.go +++ b/systest/21million/live/run_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/audit/audit_test.go b/systest/audit/audit_test.go index 6795c0c9971..b8e664217fa 100644 --- a/systest/audit/audit_test.go +++ b/systest/audit/audit_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/audit_encrypted/audit_test.go b/systest/audit_encrypted/audit_test.go index 8a430d9ff24..9911022726c 100644 --- a/systest/audit_encrypted/audit_test.go +++ b/systest/audit_encrypted/audit_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/backup/advanced-scenarios/127-Namespace/backup_test.go b/systest/backup/advanced-scenarios/127-Namespace/backup_test.go index bbb2ee1cd8d..0008d7805ac 100755 --- a/systest/backup/advanced-scenarios/127-Namespace/backup_test.go +++ b/systest/backup/advanced-scenarios/127-Namespace/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go b/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go index edd7d8919cd..6616a78481c 100755 --- a/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go +++ b/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go b/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go index ad3b047d945..66bd6ebb8ba 100755 --- a/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go +++ b/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/backup/common/utils.go b/systest/backup/common/utils.go index 2cc1c48ee22..7e5fd9f320e 100644 --- a/systest/backup/common/utils.go +++ b/systest/backup/common/utils.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/backup/encryption/backup_test.go b/systest/backup/encryption/backup_test.go index 0f1a8269207..64f8b412dfe 100644 --- a/systest/backup/encryption/backup_test.go +++ b/systest/backup/encryption/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/backup/filesystem/backup_test.go b/systest/backup/filesystem/backup_test.go index a23e3f67c6a..1c46c4327e9 100644 --- a/systest/backup/filesystem/backup_test.go +++ b/systest/backup/filesystem/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/backup/minio-large/backup_test.go b/systest/backup/minio-large/backup_test.go index c5f35afe288..0a368f95922 100644 --- a/systest/backup/minio-large/backup_test.go +++ b/systest/backup/minio-large/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/backup/minio/backup_test.go b/systest/backup/minio/backup_test.go index 5cabf5245c9..d834b2438e5 100644 --- a/systest/backup/minio/backup_test.go +++ b/systest/backup/minio/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/backup/multi-tenancy/backup_test.go b/systest/backup/multi-tenancy/backup_test.go index ba7bd49ad68..4d576bce380 100644 --- a/systest/backup/multi-tenancy/backup_test.go +++ b/systest/backup/multi-tenancy/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/backup/nfs-backup/backup_test.go b/systest/backup/nfs-backup/backup_test.go index 806f4f71716..d4f00461db8 100644 --- a/systest/backup/nfs-backup/backup_test.go +++ b/systest/backup/nfs-backup/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/bgindex/common_test.go b/systest/bgindex/common_test.go index 0d6f6059639..ec91724b1a1 100644 --- a/systest/bgindex/common_test.go +++ b/systest/bgindex/common_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/bgindex/count_test.go b/systest/bgindex/count_test.go index fafafa9ddba..ca7082ddf97 100644 --- a/systest/bgindex/count_test.go +++ b/systest/bgindex/count_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/bgindex/parallel_test.go b/systest/bgindex/parallel_test.go index fefeaec92c8..3eadd9925c4 100644 --- a/systest/bgindex/parallel_test.go +++ b/systest/bgindex/parallel_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/bgindex/reverse_test.go b/systest/bgindex/reverse_test.go index 879475408d4..00ca5570046 100644 --- a/systest/bgindex/reverse_test.go +++ b/systest/bgindex/reverse_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/bgindex/string_test.go b/systest/bgindex/string_test.go index b7657869836..ae96805a0f6 100644 --- a/systest/bgindex/string_test.go +++ b/systest/bgindex/string_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/bulk_live/bulk/bulk_test.go b/systest/bulk_live/bulk/bulk_test.go index 885a25a433c..2f57b6f0090 100644 --- a/systest/bulk_live/bulk/bulk_test.go +++ b/systest/bulk_live/bulk/bulk_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/bulk_live/common/bulk_live_cases.go b/systest/bulk_live/common/bulk_live_cases.go index f7749819f7f..187628a86ee 100644 --- a/systest/bulk_live/common/bulk_live_cases.go +++ b/systest/bulk_live/common/bulk_live_cases.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/bulk_live/common/bulk_live_fixture.go b/systest/bulk_live/common/bulk_live_fixture.go index 79b7f3fad9b..8699fb2375f 100644 --- a/systest/bulk_live/common/bulk_live_fixture.go +++ b/systest/bulk_live/common/bulk_live_fixture.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/bulk_live/live/live_test.go b/systest/bulk_live/live/live_test.go index ecdd5f8a83d..d72d571b377 100644 --- a/systest/bulk_live/live/live_test.go +++ b/systest/bulk_live/live/live_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/cdc/cdc_test.go b/systest/cdc/cdc_test.go index 28e54fd5ae2..cc8565ad8f8 100644 --- a/systest/cdc/cdc_test.go +++ b/systest/cdc/cdc_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/cloud/cloud_test.go b/systest/cloud/cloud_test.go index f85e1ba867c..7b31db8d1be 100644 --- a/systest/cloud/cloud_test.go +++ b/systest/cloud/cloud_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/export/export_test.go b/systest/export/export_test.go index 81dbdbdaaa2..4148b159f0f 100644 --- a/systest/export/export_test.go +++ b/systest/export/export_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/group-delete/group_delete_test.go b/systest/group-delete/group_delete_test.go index 26bf651028a..3a0a6d6efaf 100644 --- a/systest/group-delete/group_delete_test.go +++ b/systest/group-delete/group_delete_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/integration2/acl_test.go b/systest/integration2/acl_test.go index 5ab1f562ef7..bf7ffa5d3de 100644 --- a/systest/integration2/acl_test.go +++ b/systest/integration2/acl_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * Copyright 2024 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/integration2/bulk_loader_test.go b/systest/integration2/bulk_loader_test.go index 7f1e873bd71..ca9f5137761 100644 --- a/systest/integration2/bulk_loader_test.go +++ b/systest/integration2/bulk_loader_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/integration2/graphql_schema_auth_test.go b/systest/integration2/graphql_schema_auth_test.go index 3bda80015e2..e6a40668ed2 100644 --- a/systest/integration2/graphql_schema_auth_test.go +++ b/systest/integration2/graphql_schema_auth_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/integration2/incremental_restore_test.go b/systest/integration2/incremental_restore_test.go index c20832aa209..bb322fe5538 100644 --- a/systest/integration2/incremental_restore_test.go +++ b/systest/integration2/incremental_restore_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/integration2/snapshot_test.go b/systest/integration2/snapshot_test.go index 120d29d7989..e694d1321d3 100644 --- a/systest/integration2/snapshot_test.go +++ b/systest/integration2/snapshot_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/license/integration_test.go b/systest/license/integration_test.go index 527b1359855..4a19436cf4b 100644 --- a/systest/license/integration_test.go +++ b/systest/license/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/license/license_test.go b/systest/license/license_test.go index 0efd02b2c9b..8a2e48f3a12 100644 --- a/systest/license/license_test.go +++ b/systest/license/license_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/license/upgrade_test.go b/systest/license/upgrade_test.go index 821f35db237..e82f0a405a9 100644 --- a/systest/license/upgrade_test.go +++ b/systest/license/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/live_pw_test.go b/systest/live_pw_test.go index c7b4a2529c0..ac19b098b7b 100644 --- a/systest/live_pw_test.go +++ b/systest/live_pw_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/loader/loader_test.go b/systest/loader/loader_test.go index f98c3a7cc51..7aa21fcd866 100644 --- a/systest/loader/loader_test.go +++ b/systest/loader/loader_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/multi-tenancy/basic_test.go b/systest/multi-tenancy/basic_test.go index 86e35b552de..a57684bb6d5 100644 --- a/systest/multi-tenancy/basic_test.go +++ b/systest/multi-tenancy/basic_test.go @@ -1,7 +1,7 @@ //go:build (!oss && integration) || upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/multi-tenancy/integration_basic_helper_test.go b/systest/multi-tenancy/integration_basic_helper_test.go index e3d83c9e4a6..6d937763bb7 100644 --- a/systest/multi-tenancy/integration_basic_helper_test.go +++ b/systest/multi-tenancy/integration_basic_helper_test.go @@ -2,7 +2,7 @@ // +build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/multi-tenancy/integration_test.go b/systest/multi-tenancy/integration_test.go index e355d1021e4..770e5ceca9d 100644 --- a/systest/multi-tenancy/integration_test.go +++ b/systest/multi-tenancy/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/multi-tenancy/login_test.go b/systest/multi-tenancy/login_test.go index 02ef7563b96..efe5cb92d49 100644 --- a/systest/multi-tenancy/login_test.go +++ b/systest/multi-tenancy/login_test.go @@ -2,7 +2,7 @@ // +build integration /* - * Copyright 2024 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/multi-tenancy/upgrade_test.go b/systest/multi-tenancy/upgrade_test.go index f36950b12db..8fe6870a211 100644 --- a/systest/multi-tenancy/upgrade_test.go +++ b/systest/multi-tenancy/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/mutations-and-queries/integration_test.go b/systest/mutations-and-queries/integration_test.go index b4d29aaf51a..91b5f126d9e 100644 --- a/systest/mutations-and-queries/integration_test.go +++ b/systest/mutations-and-queries/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/mutations-and-queries/mutations_test.go b/systest/mutations-and-queries/mutations_test.go index 08036846de0..ce3ce6094f8 100644 --- a/systest/mutations-and-queries/mutations_test.go +++ b/systest/mutations-and-queries/mutations_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/mutations-and-queries/queries_test.go b/systest/mutations-and-queries/queries_test.go index da9017e2a9e..dcd214bd89e 100644 --- a/systest/mutations-and-queries/queries_test.go +++ b/systest/mutations-and-queries/queries_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/mutations-and-queries/upgrade_test.go b/systest/mutations-and-queries/upgrade_test.go index 9a6bb0a4efe..4d809924515 100644 --- a/systest/mutations-and-queries/upgrade_test.go +++ b/systest/mutations-and-queries/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/online-restore/namespace-aware/restore_test.go b/systest/online-restore/namespace-aware/restore_test.go index 4581bc4c116..3c4f7e8f16b 100644 --- a/systest/online-restore/namespace-aware/restore_test.go +++ b/systest/online-restore/namespace-aware/restore_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/online-restore/online_restore_test.go b/systest/online-restore/online_restore_test.go index bc61df51b6e..1346976381e 100644 --- a/systest/online-restore/online_restore_test.go +++ b/systest/online-restore/online_restore_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors * + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/systest/plugin/integration_test.go b/systest/plugin/integration_test.go index 936597fe33c..42636a16c2e 100644 --- a/systest/plugin/integration_test.go +++ b/systest/plugin/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/plugin/plugin_test.go b/systest/plugin/plugin_test.go index c1cc8721003..dff715802fd 100644 --- a/systest/plugin/plugin_test.go +++ b/systest/plugin/plugin_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/plugin/upgrade_test.go b/systest/plugin/upgrade_test.go index 876de42d770..b35c885790c 100644 --- a/systest/plugin/upgrade_test.go +++ b/systest/plugin/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/posting-list-benchmark/main.go b/systest/posting-list-benchmark/main.go index b1ae9bbfc57..2860cb9f131 100644 --- a/systest/posting-list-benchmark/main.go +++ b/systest/posting-list-benchmark/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/unique_test.go b/systest/unique_test.go index 82c5310dda4..be04ac59588 100644 --- a/systest/unique_test.go +++ b/systest/unique_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/vector/backup_test.go b/systest/vector/backup_test.go index ce3a74b0497..7b1704d730b 100644 --- a/systest/vector/backup_test.go +++ b/systest/vector/backup_test.go @@ -1,7 +1,7 @@ //go:build !oss && integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/vector/load_test.go b/systest/vector/load_test.go index 5175325d86c..eaedff82128 100644 --- a/systest/vector/load_test.go +++ b/systest/vector/load_test.go @@ -1,7 +1,7 @@ //go:build !oss && integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/systest/vector/vector_test.go b/systest/vector/vector_test.go index 9bbab10c43c..f3a84ffd168 100644 --- a/systest/vector/vector_test.go +++ b/systest/vector/vector_test.go @@ -1,7 +1,7 @@ //go:build !oss && integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/t/Makefile b/t/Makefile index f0698a2abfb..ccc27a87ade 100644 --- a/t/Makefile +++ b/t/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2023 Dgraph Labs, Inc. and Contributors +# Copyright 2025 Hypermode Inc. and Contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/t/t.go b/t/t.go index 8d3852019d7..e3174728cdf 100644 --- a/t/t.go +++ b/t/t.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/task/conversion.go b/task/conversion.go index 20c2b7d0aa8..d1b3a75b7c3 100644 --- a/task/conversion.go +++ b/task/conversion.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/telemetry/telemetry.go b/telemetry/telemetry.go index 8163397a334..f195b34c8e1 100644 --- a/telemetry/telemetry.go +++ b/telemetry/telemetry.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/backup.go b/testutil/backup.go index 2b794f9e707..ccf89ac9eaf 100644 --- a/testutil/backup.go +++ b/testutil/backup.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/bulk.go b/testutil/bulk.go index 45f5e63b6a6..dac1f3c1233 100644 --- a/testutil/bulk.go +++ b/testutil/bulk.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/client.go b/testutil/client.go index bded5ba42bb..92d7a56e259 100644 --- a/testutil/client.go +++ b/testutil/client.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/custom_plugins/anagram/main.go b/testutil/custom_plugins/anagram/main.go index 1d704ee0b61..75941a426bb 100644 --- a/testutil/custom_plugins/anagram/main.go +++ b/testutil/custom_plugins/anagram/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/custom_plugins/cidr/main.go b/testutil/custom_plugins/cidr/main.go index 712c3c27a4f..4a20082599b 100644 --- a/testutil/custom_plugins/cidr/main.go +++ b/testutil/custom_plugins/cidr/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/custom_plugins/cidr/main_test.go b/testutil/custom_plugins/cidr/main_test.go index 1f72263fba8..079a04e396e 100644 --- a/testutil/custom_plugins/cidr/main_test.go +++ b/testutil/custom_plugins/cidr/main_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/custom_plugins/factor/main.go b/testutil/custom_plugins/factor/main.go index 4c06d35895a..2f48bfd87de 100644 --- a/testutil/custom_plugins/factor/main.go +++ b/testutil/custom_plugins/factor/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/custom_plugins/rune/main.go b/testutil/custom_plugins/rune/main.go index df72ae7ab19..8af158d8559 100644 --- a/testutil/custom_plugins/rune/main.go +++ b/testutil/custom_plugins/rune/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/docker.go b/testutil/docker.go index 1d483faaeae..0fb8f608d86 100644 --- a/testutil/docker.go +++ b/testutil/docker.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/exec.go b/testutil/exec.go index a1a0bf7d81d..60a24fcba32 100644 --- a/testutil/exec.go +++ b/testutil/exec.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/graphql.go b/testutil/graphql.go index 92df6a517f0..eafd76de604 100644 --- a/testutil/graphql.go +++ b/testutil/graphql.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/json.go b/testutil/json.go index 17dc06d3bee..fbc7cba8a9a 100644 --- a/testutil/json.go +++ b/testutil/json.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/minio.go b/testutil/minio.go index 2bc09f137d7..a3d1ae1bb5e 100644 --- a/testutil/minio.go +++ b/testutil/minio.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/multi_tenancy.go b/testutil/multi_tenancy.go index 8256be7ecb8..1ce820098af 100644 --- a/testutil/multi_tenancy.go +++ b/testutil/multi_tenancy.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/plugin.go b/testutil/plugin.go index df0cc9bbfad..148ab0f5920 100644 --- a/testutil/plugin.go +++ b/testutil/plugin.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/schema.go b/testutil/schema.go index b6752100a0d..fcb6234d26b 100644 --- a/testutil/schema.go +++ b/testutil/schema.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/utils.go b/testutil/utils.go index 5d8bc7f15ad..42a27756377 100644 --- a/testutil/utils.go +++ b/testutil/utils.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testutil/zero.go b/testutil/zero.go index 7f710e87666..69e179a1b76 100644 --- a/testutil/zero.go +++ b/testutil/zero.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/bleve.go b/tok/bleve.go index 2f354c4198c..7e5f1e108ae 100644 --- a/tok/bleve.go +++ b/tok/bleve.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/constraints/constraints.go b/tok/constraints/constraints.go index 965423af291..2eff4821ce9 100644 --- a/tok/constraints/constraints.go +++ b/tok/constraints/constraints.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 DGraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/hnsw/heap.go b/tok/hnsw/heap.go index 8a6809027da..18965b65c94 100644 --- a/tok/hnsw/heap.go +++ b/tok/hnsw/heap.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/hnsw/helper.go b/tok/hnsw/helper.go index d3d1fbf2f1f..89f4fbce01b 100644 --- a/tok/hnsw/helper.go +++ b/tok/hnsw/helper.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/hnsw/persistent_factory.go b/tok/hnsw/persistent_factory.go index 4bd9b801b80..25bbc95ed8c 100644 --- a/tok/hnsw/persistent_factory.go +++ b/tok/hnsw/persistent_factory.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/hnsw/persistent_hnsw.go b/tok/hnsw/persistent_hnsw.go index b1462494bc5..2b534b5d6a1 100644 --- a/tok/hnsw/persistent_hnsw.go +++ b/tok/hnsw/persistent_hnsw.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/hnsw/persistent_hnsw_test.go b/tok/hnsw/persistent_hnsw_test.go index b0e6f138825..9b4f3bd4b2c 100644 --- a/tok/hnsw/persistent_hnsw_test.go +++ b/tok/hnsw/persistent_hnsw_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/hnsw/search_layer.go b/tok/hnsw/search_layer.go index a7d85339036..622c6bae221 100644 --- a/tok/hnsw/search_layer.go +++ b/tok/hnsw/search_layer.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/hnsw/test_helper.go b/tok/hnsw/test_helper.go index bb1cc04fe97..78237d6ccaa 100644 --- a/tok/hnsw/test_helper.go +++ b/tok/hnsw/test_helper.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/index/helper.go b/tok/index/helper.go index b7f44bff639..a54ee8186cc 100644 --- a/tok/index/helper.go +++ b/tok/index/helper.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/index/helper_test.go b/tok/index/helper_test.go index 7b92eeb8a4d..5ad179754e4 100644 --- a/tok/index/helper_test.go +++ b/tok/index/helper_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/index/index.go b/tok/index/index.go index 78742f34e83..03fe425c36b 100644 --- a/tok/index/index.go +++ b/tok/index/index.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/index/search_path.go b/tok/index/search_path.go index 761971d9d98..6e6d78b7748 100644 --- a/tok/index/search_path.go +++ b/tok/index/search_path.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/index/types.go b/tok/index/types.go index 254b292ed8d..bba0f697b65 100644 --- a/tok/index/types.go +++ b/tok/index/types.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/index_factory.go b/tok/index_factory.go index 30bdc085082..1a94711806d 100644 --- a/tok/index_factory.go +++ b/tok/index_factory.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/langbase.go b/tok/langbase.go index bc5e7c02563..9075946e1ed 100644 --- a/tok/langbase.go +++ b/tok/langbase.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/langbase_test.go b/tok/langbase_test.go index 693c5c49452..0c20413bfbc 100644 --- a/tok/langbase_test.go +++ b/tok/langbase_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/options/allowed_options.go b/tok/options/allowed_options.go index 703d8b31571..6ad863577af 100644 --- a/tok/options/allowed_options.go +++ b/tok/options/allowed_options.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 DGraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/options/option_parser.go b/tok/options/option_parser.go index ad6cbba0ffe..fbfd5fafcb8 100644 --- a/tok/options/option_parser.go +++ b/tok/options/option_parser.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 DGraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/options/options.go b/tok/options/options.go index b1716ebf19e..6d153041f63 100644 --- a/tok/options/options.go +++ b/tok/options/options.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 DGraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/options/options_test.go b/tok/options/options_test.go index 09a2497e077..36f66e2f5e2 100644 --- a/tok/options/options_test.go +++ b/tok/options/options_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/stemmers.go b/tok/stemmers.go index dac6fdd7386..b561a4553b3 100644 --- a/tok/stemmers.go +++ b/tok/stemmers.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/stemmers_test.go b/tok/stemmers_test.go index 060725df19c..3fe760562ff 100644 --- a/tok/stemmers_test.go +++ b/tok/stemmers_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/stopwords.go b/tok/stopwords.go index d09e0cda248..753d1102fa5 100644 --- a/tok/stopwords.go +++ b/tok/stopwords.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/stopwords_test.go b/tok/stopwords_test.go index 1c9c4c66edf..637fd4cb407 100644 --- a/tok/stopwords_test.go +++ b/tok/stopwords_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/tok.go b/tok/tok.go index f82edf98c70..ebb6852e95c 100644 --- a/tok/tok.go +++ b/tok/tok.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/tok_test.go b/tok/tok_test.go index d9bc838b389..659ad54c63b 100644 --- a/tok/tok_test.go +++ b/tok/tok_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tok/tokens.go b/tok/tokens.go index 96686822335..7d1941e591e 100644 --- a/tok/tokens.go +++ b/tok/tokens.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/compare.go b/types/compare.go index f301e4ee8f8..e0135db1bea 100644 --- a/types/compare.go +++ b/types/compare.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/conversion.go b/types/conversion.go index a66b6f18d5f..e5b306bd503 100644 --- a/types/conversion.go +++ b/types/conversion.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/conversion_test.go b/types/conversion_test.go index 5cc8d5f1d75..1ec120adff8 100644 --- a/types/conversion_test.go +++ b/types/conversion_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/earth.go b/types/earth.go index fdbe3d001a0..c3f7f0ede2e 100644 --- a/types/earth.go +++ b/types/earth.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/facets/facet_types.go b/types/facets/facet_types.go index 91ed729c280..e0ec2bacdaa 100644 --- a/types/facets/facet_types.go +++ b/types/facets/facet_types.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/facets/utils.go b/types/facets/utils.go index 770c6ee200a..11544cddc76 100644 --- a/types/facets/utils.go +++ b/types/facets/utils.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/geo_test.go b/types/geo_test.go index 1d9cd4df607..63d441fd6a6 100644 --- a/types/geo_test.go +++ b/types/geo_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/geofilter.go b/types/geofilter.go index e9140f8b433..3cbcd6b3772 100644 --- a/types/geofilter.go +++ b/types/geofilter.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/geofilter_test.go b/types/geofilter_test.go index cba38bc0670..874f5d4b171 100644 --- a/types/geofilter_test.go +++ b/types/geofilter_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/password.go b/types/password.go index 8adc0c64222..f7ed68ec04d 100644 --- a/types/password.go +++ b/types/password.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/password_test.go b/types/password_test.go index c4440cd5317..7db483a5a80 100644 --- a/types/password_test.go +++ b/types/password_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/s2.go b/types/s2.go index 96399caa432..a3a895182ef 100644 --- a/types/s2.go +++ b/types/s2.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/s2_test.go b/types/s2_test.go index d004619a97b..3491cfdeb2a 100644 --- a/types/s2_test.go +++ b/types/s2_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/s2index.go b/types/s2index.go index 1770d33465a..ce8abf0abac 100644 --- a/types/s2index.go +++ b/types/s2index.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/s2index_test.go b/types/s2index_test.go index b2d84fe4198..ad96ca6d1f5 100644 --- a/types/s2index_test.go +++ b/types/s2index_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/scalar_types.go b/types/scalar_types.go index 5887c82f346..77db053b5ba 100644 --- a/types/scalar_types.go +++ b/types/scalar_types.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/scalar_types_test.go b/types/scalar_types_test.go index 4a798c9534d..a82964516d9 100644 --- a/types/scalar_types_test.go +++ b/types/scalar_types_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Dgraph Labs, Inc. and Contributors + * Copyright (C) 2022 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/select.go b/types/select.go index 566bbb2975e..9cd1c122390 100644 --- a/types/select.go +++ b/types/select.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/sort.go b/types/sort.go index 2e687b2c925..88a6e32a006 100644 --- a/types/sort.go +++ b/types/sort.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/sort_test.go b/types/sort_test.go index 60cd0736bf9..151bcca826f 100644 --- a/types/sort_test.go +++ b/types/sort_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/value.go b/types/value.go index e4bebd9e016..73bfed0a55d 100644 --- a/types/value.go +++ b/types/value.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/types/value_test.go b/types/value_test.go index 0c26e430176..7f2c89ecdd6 100644 --- a/types/value_test.go +++ b/types/value_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/upgrade/change_list.go b/upgrade/change_list.go index ac042381629..1eefbae4da7 100644 --- a/upgrade/change_list.go +++ b/upgrade/change_list.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/upgrade/change_v20.03.0.go b/upgrade/change_v20.03.0.go index 721e938352a..1282c5d8deb 100644 --- a/upgrade/change_v20.03.0.go +++ b/upgrade/change_v20.03.0.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/upgrade/change_v20.07.0.go b/upgrade/change_v20.07.0.go index 9451f24e0d2..0842a87ba85 100644 --- a/upgrade/change_v20.07.0.go +++ b/upgrade/change_v20.07.0.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/upgrade/change_v21.03.0.go b/upgrade/change_v21.03.0.go index e48a659263e..6ffce7fa702 100644 --- a/upgrade/change_v21.03.0.go +++ b/upgrade/change_v21.03.0.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/upgrade/doc.go b/upgrade/doc.go index 0eebeb43855..128f07dae6d 100644 --- a/upgrade/doc.go +++ b/upgrade/doc.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/upgrade/upgrade.go b/upgrade/upgrade.go index cd9ea99a3bf..59dab7a2103 100644 --- a/upgrade/upgrade.go +++ b/upgrade/upgrade.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/upgrade/upgrade_test.go b/upgrade/upgrade_test.go index dc6ac208c4e..402cd613298 100644 --- a/upgrade/upgrade_test.go +++ b/upgrade/upgrade_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/upgrade/utils.go b/upgrade/utils.go index d6a6b3f65ef..3c9f92d9bd9 100644 --- a/upgrade/utils.go +++ b/upgrade/utils.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/upgrade/utils_test.go b/upgrade/utils_test.go index bdd85938390..54f04a1eb12 100644 --- a/upgrade/utils_test.go +++ b/upgrade/utils_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/acl_cache.go b/worker/acl_cache.go index b6e51a1591d..0ff43b0b2cb 100644 --- a/worker/acl_cache.go +++ b/worker/acl_cache.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. All rights reserved. + * Copyright 2025 Hypermode Inc. All rights reserved. * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/worker/acl_cache_test.go b/worker/acl_cache_test.go index 229911cac93..079458ccdfd 100644 --- a/worker/acl_cache_test.go +++ b/worker/acl_cache_test.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. All rights reserved. + * Copyright 2025 Hypermode Inc. All rights reserved. * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/worker/aggregator.go b/worker/aggregator.go index 49829efa634..df7ceb819cd 100644 --- a/worker/aggregator.go +++ b/worker/aggregator.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/backup.go b/worker/backup.go index bec5efab117..fb77a36150c 100644 --- a/worker/backup.go +++ b/worker/backup.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/backup_ee.go b/worker/backup_ee.go index 93feba73387..2c7992792f0 100644 --- a/worker/backup_ee.go +++ b/worker/backup_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/worker/backup_handler.go b/worker/backup_handler.go index ddc41143aef..3a767968203 100644 --- a/worker/backup_handler.go +++ b/worker/backup_handler.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/worker/backup_manifest.go b/worker/backup_manifest.go index b31cc550f11..9566f4683a6 100644 --- a/worker/backup_manifest.go +++ b/worker/backup_manifest.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2021 Dgraph Labs, Inc. and Contributors + * Copyright 2021 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/worker/backup_oss.go b/worker/backup_oss.go index 42c7211af87..a7116e712fd 100644 --- a/worker/backup_oss.go +++ b/worker/backup_oss.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2018 Dgraph Labs, Inc. and Contributors + * Copyright 2018 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/cdc.go b/worker/cdc.go index d004d172700..0a182bc4ee2 100644 --- a/worker/cdc.go +++ b/worker/cdc.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/cdc_ee.go b/worker/cdc_ee.go index b7576dda668..6b60d82fbab 100644 --- a/worker/cdc_ee.go +++ b/worker/cdc_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/worker/compare.go b/worker/compare.go index baa81488b98..6a0aa903cac 100644 --- a/worker/compare.go +++ b/worker/compare.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/config.go b/worker/config.go index 04239bb23b7..030bcaf2220 100644 --- a/worker/config.go +++ b/worker/config.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/draft.go b/worker/draft.go index e8c8b59d998..d2bd6facc36 100644 --- a/worker/draft.go +++ b/worker/draft.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/draft_test.go b/worker/draft_test.go index 6afddd05baf..b3a1b97b1d5 100644 --- a/worker/draft_test.go +++ b/worker/draft_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/export.go b/worker/export.go index 1adb3cf37b6..42d7a5c17eb 100644 --- a/worker/export.go +++ b/worker/export.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/export_test.go b/worker/export_test.go index f323f040330..b4a49bbe269 100644 --- a/worker/export_test.go +++ b/worker/export_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/graphql_schema.go b/worker/graphql_schema.go index 3a3b42a41fa..aa80a6a1f5a 100644 --- a/worker/graphql_schema.go +++ b/worker/graphql_schema.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/groups.go b/worker/groups.go index 8101683b51b..7a01a517918 100644 --- a/worker/groups.go +++ b/worker/groups.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/match.go b/worker/match.go index 1ad6b9a7db8..cbb26bdea10 100644 --- a/worker/match.go +++ b/worker/match.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/multi_tenancy.go b/worker/multi_tenancy.go index f43602446aa..04677401ad1 100644 --- a/worker/multi_tenancy.go +++ b/worker/multi_tenancy.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/multi_tenancy_ee.go b/worker/multi_tenancy_ee.go index be4524d6aeb..561eb9654c1 100644 --- a/worker/multi_tenancy_ee.go +++ b/worker/multi_tenancy_ee.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/worker/mutation.go b/worker/mutation.go index 78ab16f794a..79b3584185b 100644 --- a/worker/mutation.go +++ b/worker/mutation.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/mutation_integration_test.go b/worker/mutation_integration_test.go index e26c0692b1c..cb8c118db28 100644 --- a/worker/mutation_integration_test.go +++ b/worker/mutation_integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/mutation_unit_test.go b/worker/mutation_unit_test.go index 30881ba32fd..388d82bddf4 100644 --- a/worker/mutation_unit_test.go +++ b/worker/mutation_unit_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/online_restore.go b/worker/online_restore.go index c25cbc00d9b..051dc8d3edf 100644 --- a/worker/online_restore.go +++ b/worker/online_restore.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/worker/online_restore_oss.go b/worker/online_restore_oss.go index d6d3c981c11..9410b6e0db8 100644 --- a/worker/online_restore_oss.go +++ b/worker/online_restore_oss.go @@ -2,7 +2,7 @@ // +build oss /* - * Copyright 2020 Dgraph Labs, Inc. and Contributors + * Copyright 2020 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/predicate_move.go b/worker/predicate_move.go index 62b31a64d76..34acdffb3d5 100644 --- a/worker/predicate_move.go +++ b/worker/predicate_move.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/predicate_test.go b/worker/predicate_test.go index 27191591b45..cdeb9de1364 100644 --- a/worker/predicate_test.go +++ b/worker/predicate_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/proposal.go b/worker/proposal.go index 59792c4a6a0..7ddeeb0bf77 100644 --- a/worker/proposal.go +++ b/worker/proposal.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/proposal_test.go b/worker/proposal_test.go index c1e374df0e9..0ea7521c8d0 100644 --- a/worker/proposal_test.go +++ b/worker/proposal_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/queue.go b/worker/queue.go index ef2db1bd9cc..3a3f810e8d6 100644 --- a/worker/queue.go +++ b/worker/queue.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/restore_map.go b/worker/restore_map.go index 65eab4e749e..be8321769c5 100644 --- a/worker/restore_map.go +++ b/worker/restore_map.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2021 Dgraph Labs, Inc. and Contributors + * Copyright 2021 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/worker/restore_reduce.go b/worker/restore_reduce.go index 98c9f291050..6e8393b13b7 100644 --- a/worker/restore_reduce.go +++ b/worker/restore_reduce.go @@ -2,7 +2,7 @@ // +build !oss /* - * Copyright 2019 Dgraph Labs, Inc. and Contributors + * Copyright 2019 Hypermode Inc. and Contributors * * Licensed under the Dgraph Community License (the "License"); you * may not use this file except in compliance with the License. You diff --git a/worker/schema.go b/worker/schema.go index 218c5224701..4bbdeeafec7 100644 --- a/worker/schema.go +++ b/worker/schema.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/server_state.go b/worker/server_state.go index a7493b175b2..a093a95b184 100644 --- a/worker/server_state.go +++ b/worker/server_state.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/sink_handler.go b/worker/sink_handler.go index 053af9d1f00..9d57a809fb0 100644 --- a/worker/sink_handler.go +++ b/worker/sink_handler.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/snapshot.go b/worker/snapshot.go index 965415cfb41..618236da64f 100644 --- a/worker/snapshot.go +++ b/worker/snapshot.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/snapshot_test.go b/worker/snapshot_test.go index 80552463300..1ff778c63f8 100644 --- a/worker/snapshot_test.go +++ b/worker/snapshot_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/sort.go b/worker/sort.go index 243cf165aa8..1d819da5fe4 100644 --- a/worker/sort.go +++ b/worker/sort.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/sort_test.go b/worker/sort_test.go index 4eaf1240ca3..70e0d9fa9b9 100644 --- a/worker/sort_test.go +++ b/worker/sort_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/stringfilter.go b/worker/stringfilter.go index 93bf26f89e4..f5b860360c2 100644 --- a/worker/stringfilter.go +++ b/worker/stringfilter.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/task.go b/worker/task.go index 1f889a97f96..e6d6d427314 100644 --- a/worker/task.go +++ b/worker/task.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/tokens.go b/worker/tokens.go index 6b8215e5434..1c3e41eb5a6 100644 --- a/worker/tokens.go +++ b/worker/tokens.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/trigram.go b/worker/trigram.go index 6530024c8a4..8b4107e2e0f 100644 --- a/worker/trigram.go +++ b/worker/trigram.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/upgrade_test.go b/worker/upgrade_test.go index 374286763e0..660c10dcf6c 100644 --- a/worker/upgrade_test.go +++ b/worker/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/worker.go b/worker/worker.go index e6569b1fe8b..e614e76ef35 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/worker_test.go b/worker/worker_test.go index 89ae4391547..90ae194cacb 100644 --- a/worker/worker_test.go +++ b/worker/worker_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/worker/zero.go b/worker/zero.go index 6bb5141f811..25a4377709e 100644 --- a/worker/zero.go +++ b/worker/zero.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/config.go b/x/config.go index cd3440c518f..1b1900439e4 100644 --- a/x/config.go +++ b/x/config.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/debug.go b/x/debug.go index 9f1cb375e06..40386923073 100644 --- a/x/debug.go +++ b/x/debug.go @@ -2,7 +2,7 @@ // +build debug /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/doc.go b/x/doc.go index 080620d2a89..60aadd73140 100644 --- a/x/doc.go +++ b/x/doc.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/error.go b/x/error.go index 2a523671cf4..bdbadedfb62 100644 --- a/x/error.go +++ b/x/error.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/error_test.go b/x/error_test.go index 910cc018913..f760677839c 100644 --- a/x/error_test.go +++ b/x/error_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/file.go b/x/file.go index 7716f8636be..a6eae9bf19b 100644 --- a/x/file.go +++ b/x/file.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/file_test.go b/x/file_test.go index 9a5af10a653..25b4fe82c60 100644 --- a/x/file_test.go +++ b/x/file_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/flags.go b/x/flags.go index 67829a41c7d..f1bc422009e 100644 --- a/x/flags.go +++ b/x/flags.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/health.go b/x/health.go index 67c2dbfe3ed..09d0a358fc5 100644 --- a/x/health.go +++ b/x/health.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/init.go b/x/init.go index 9f6c276ee3a..cd793c25215 100644 --- a/x/init.go +++ b/x/init.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -73,7 +73,7 @@ For discussions about Dgraph , visit https://discuss.dgraph.io. For fully-managed Dgraph Cloud , visit https://dgraph.io/cloud. %s. -Copyright 2015-2023 Dgraph Labs, Inc. +Copyright 2015-2025 Hypermode Inc. `, dgraphVersion, dgraphCodename, ExecutableChecksum(), lastCommitSHA, lastCommitTime, gitBranch, diff --git a/x/jwt_helper.go b/x/jwt_helper.go index ff5c2b438ef..b3354bc9d5d 100644 --- a/x/jwt_helper.go +++ b/x/jwt_helper.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/keys.go b/x/keys.go index 793f41c9be7..906416173b2 100644 --- a/x/keys.go +++ b/x/keys.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/keys_test.go b/x/keys_test.go index f0b251cafb3..06e09ae35f2 100644 --- a/x/keys_test.go +++ b/x/keys_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/lock.go b/x/lock.go index fe06ab7745a..f6995aa1fc7 100644 --- a/x/lock.go +++ b/x/lock.go @@ -1,5 +1,5 @@ /* - * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2016-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/log.go b/x/log.go index 965d055bde9..ccfc57d8ce7 100644 --- a/x/log.go +++ b/x/log.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/log_writer.go b/x/log_writer.go index fbee0523bd6..d22344722bb 100644 --- a/x/log_writer.go +++ b/x/log_writer.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/log_writer_test.go b/x/log_writer_test.go index 28d31fe7bf1..e37777c1f8a 100644 --- a/x/log_writer_test.go +++ b/x/log_writer_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/logger.go b/x/logger.go index 40656164507..715fd089c3a 100644 --- a/x/logger.go +++ b/x/logger.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/metrics.go b/x/metrics.go index 1ca431500a3..92e22065d3e 100644 --- a/x/metrics.go +++ b/x/metrics.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/nodebug.go b/x/nodebug.go index fea61baceea..1d27f212742 100644 --- a/x/nodebug.go +++ b/x/nodebug.go @@ -2,7 +2,7 @@ // +build !debug /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/profile.go b/x/profile.go index 2ef8806688c..87dd8208ce3 100644 --- a/x/profile.go +++ b/x/profile.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/sentry_integration.go b/x/sentry_integration.go index 020554d8f95..d89ee9ffb20 100644 --- a/x/sentry_integration.go +++ b/x/sentry_integration.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/sentry_integration_test.go b/x/sentry_integration_test.go index 3c62a49a705..2935026ddb2 100644 --- a/x/sentry_integration_test.go +++ b/x/sentry_integration_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/subcommand.go b/x/subcommand.go index 8be74468a95..563048a75f5 100644 --- a/x/subcommand.go +++ b/x/subcommand.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/tls_helper.go b/x/tls_helper.go index 4f61f35a8a8..3c4a6e8a670 100644 --- a/x/tls_helper.go +++ b/x/tls_helper.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/types.go b/x/types.go index da49357b956..b1d3d39c1dc 100644 --- a/x/types.go +++ b/x/types.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/ulimit_unix.go b/x/ulimit_unix.go index 8284c0a6bc2..a13235df66c 100644 --- a/x/ulimit_unix.go +++ b/x/ulimit_unix.go @@ -2,7 +2,7 @@ // +build !windows /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/ulimit_windows.go b/x/ulimit_windows.go index aa6690d6d1d..1ea988a8981 100644 --- a/x/ulimit_windows.go +++ b/x/ulimit_windows.go @@ -2,7 +2,7 @@ // +build windows /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/values.go b/x/values.go index 621dba5e0ba..6e94043eb95 100644 --- a/x/values.go +++ b/x/values.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/values_test.go b/x/values_test.go index ec2f9da874f..7bcaf3382fd 100644 --- a/x/values_test.go +++ b/x/values_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/x.go b/x/x.go index 9870ce15666..f0e7aa5287e 100644 --- a/x/x.go +++ b/x/x.go @@ -1,5 +1,5 @@ /* - * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2015-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/x/x_test.go b/x/x_test.go index 80cc25e9cc0..7bbd3079446 100644 --- a/x/x_test.go +++ b/x/x_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/xidmap/trie.go b/xidmap/trie.go index 90880732d28..e7b884b07ff 100644 --- a/xidmap/trie.go +++ b/xidmap/trie.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/xidmap/trie_test.go b/xidmap/trie_test.go index 1b0a132b42b..89c5c808cc4 100644 --- a/xidmap/trie_test.go +++ b/xidmap/trie_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2023 Dgraph Labs, Inc. and Contributors + * Copyright 2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/xidmap/xidmap.go b/xidmap/xidmap.go index f2ae1afc57a..5e3f9a57360 100644 --- a/xidmap/xidmap.go +++ b/xidmap/xidmap.go @@ -1,5 +1,5 @@ /* - * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors + * Copyright 2017-2025 Hypermode Inc. and Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.