From bf64c543ebcdaf1d10f57c32e58a748a71ffe308 Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 14:46:37 -0500 Subject: [PATCH 01/17] Update copyright information --- CONTRIBUTING.md | 4 ++-- Makefile | 2 +- acl/acl.go | 2 +- acl/acl_curl_test.go | 2 +- acl/acl_integration_test.go | 2 +- acl/acl_test.go | 2 +- acl/integration_test.go | 2 +- acl/jwt_algo_test.go | 2 +- acl/run.go | 2 +- acl/upgrade_test.go | 2 +- acl/utils.go | 2 +- algo/cm-sketch.go | 2 +- 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 +- audit/audit.go | 2 +- audit/interceptor.go | 2 +- audit/run.go | 2 +- audit/run_test.go | 2 +- backup/run.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/jepsen/Makefile | 2 +- contrib/jepsen/main.go | 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/metrics_test.go | 2 +- dgraph/cmd/alpha/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/txn_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 | 2 +- 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/dgraphimport/import_client.go | 2 +- dgraph/cmd/dgraphimport/import_test.go | 2 +- dgraph/cmd/dgraphimport/run.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/mcp/mcp_server_sse_test.go | 2 +- dgraph/cmd/mcp/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_test.go | 2 +- dgraph/cmd/version/run.go | 2 +- dgraph/cmd/version/version_test.go | 2 +- dgraph/cmd/zero/assign.go | 2 +- dgraph/cmd/zero/http.go | 2 +- dgraph/cmd/zero/oracle.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 +- dgraph/main_test.go | 2 +- dgraphapi/acl.go | 2 +- dgraphapi/cluster.go | 2 +- dgraphapi/json.go | 2 +- dgraphapi/schema.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/dql.go | 2 +- dql/dql_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_test.go | 2 +- edgraph/alter_test.go | 2 +- edgraph/config_mem.go | 2 +- edgraph/graphql.go | 2 +- edgraph/multi_tenancy.go | 2 +- edgraph/namespace.go | 2 +- edgraph/namespace_test.go | 2 +- edgraph/query.go | 2 +- edgraph/server.go | 2 +- edgraph/server_test.go | 2 +- edgraph/zero.go | 2 +- enc/util.go | 2 +- filestore/filestore.go | 2 +- filestore/local_files.go | 2 +- filestore/remote_files.go | 2 +- graphql/admin/add_group.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/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/state.go | 2 +- graphql/admin/task.go | 2 +- graphql/admin/update_group.go | 2 +- graphql/api/panics.go | 2 +- graphql/authorization/auth.go | 2 +- graphql/authorization/utils.go | 2 +- graphql/bench/auth_test.go | 2 +- graphql/dgraph/execute.go | 2 +- graphql/dgraph/graphquery.go | 2 +- graphql/e2e/admin_auth/poorman_auth/admin_auth_test.go | 2 +- .../e2e/admin_auth/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/debug_off/debugoff_test.go | 2 +- graphql/e2e/auth/delete_mutation_test.go | 2 +- graphql/e2e/auth/update_mutation_test.go | 2 +- .../auth_closed_by_default/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 +- graphql/e2e/directives/dgraph_directives_test.go | 2 +- graphql/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/introspection.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 +- graphql/testdata/custom_bench/dgraph_api_server.go | 2 +- graphql/testdata/custom_bench/profiling/graphql_profiler.go | 2 +- graphql/testdata/datagen/cmd/root.go | 2 +- graphql/testdata/datagen/cmd/run.go | 2 +- graphql/testdata/datagen/main.go | 2 +- lex/iri.go | 2 +- lex/iri_test.go | 2 +- lex/lexer.go | 2 +- 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/stats.go | 2 +- posting/writer.go | 2 +- posting/writer_test.go | 2 +- protos/Makefile | 2 +- protos/depcheck.sh | 2 +- protos/pb.proto | 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/fastjson_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/query_ngram_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/1million/common/tc.go | 2 +- systest/21million/bulk/run_test.go | 2 +- systest/21million/common/run_queries.go | 2 +- systest/21million/live/run_test.go | 2 +- systest/acl/restore/acl_restore_test.go | 2 +- systest/audit/audit_test.go | 2 +- systest/audit_encrypted/audit_test.go | 2 +- .../backup/advanced-scenarios/127-Namespace/backup_test.go | 2 +- systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go | 2 +- .../advanced-scenarios/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 +- systest/integration2/graphql_schema_auth_test.go | 2 +- systest/integration2/incremental_restore_test.go | 2 +- systest/integration2/snapshot_test.go | 2 +- systest/ldbc/ldbc_test.go | 2 +- systest/live_pw_test.go | 2 +- systest/loader/loader_test.go | 2 +- systest/multi-tenancy/basic_test.go | 2 +- systest/multi-tenancy/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 +- systest/mutations-and-queries/integration_test.go | 2 +- systest/mutations-and-queries/mutations_test.go | 2 +- systest/mutations-and-queries/queries_test.go | 2 +- systest/mutations-and-queries/upgrade_test.go | 2 +- systest/online-restore/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/shortest-path/shortest_test.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 +- 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/testaudit/audit.go | 2 +- testutil/utils.go | 2 +- testutil/zero.go | 2 +- tlstest/acl/acl_over_tls_test.go | 2 +- tlstest/certrequest/certrequest_test.go | 2 +- tlstest/certrequireandverify/certrequireandverify_test.go | 2 +- tlstest/certverifyifgiven/certverifyifgiven_test.go | 2 +- tlstest/mtls_internal/ha_6_node/ha_test.go | 2 +- tlstest/mtls_internal/multi_group/multi_group_test.go | 2 +- tlstest/mtls_internal/single_node/single_node_test.go | 2 +- tlstest/zero_https/all_routes_tls/all_routes_tls_test.go | 2 +- tlstest/zero_https/no_tls/no_tls_test.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/sharded_map.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_handler.go | 2 +- worker/backup_manifest.go | 2 +- worker/cdc.go | 2 +- worker/compare.go | 2 +- worker/config.go | 2 +- worker/draft.go | 2 +- worker/draft_test.go | 2 +- worker/embedded.go | 2 +- worker/export.go | 2 +- worker/export_test.go | 2 +- worker/graphql_schema.go | 2 +- worker/groups.go | 2 +- worker/import.go | 2 +- worker/match.go | 2 +- worker/match_test.go | 2 +- worker/multi_tenancy.go | 2 +- worker/mutation.go | 2 +- worker/mutation_integration_test.go | 2 +- worker/mutation_unit_test.go | 6 ++---- worker/online_restore.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 +- worker/zero_proxy.go | 2 +- x/acl_enc_keys.go | 2 +- x/config.go | 2 +- x/debug.go | 2 +- x/disk_metrics_linux.go | 2 +- x/disk_metrics_others.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 | 5 ++--- 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/minioclient.go | 2 +- x/nodebug.go | 2 +- x/profile.go | 2 +- x/server.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/vault.go | 2 +- x/x.go | 2 +- x/x_test.go | 2 +- xidmap/trie.go | 2 +- xidmap/trie_test.go | 2 +- xidmap/xidmap.go | 2 +- xidmap/xidmap_test.go | 2 +- 546 files changed, 549 insertions(+), 552 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e93f6b69d2..cb1edde1d2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,7 +114,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. -© Hypermode Inc. +© Istari Digital, Inc. ``` ### Build Docker Image @@ -187,7 +187,7 @@ under the Apache 2.0 license: ```sh /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ ``` diff --git a/Makefile b/Makefile index 0d0e10dcdfc..6bffaf455dc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: © Hypermode Inc. +# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. # SPDX-License-Identifier: Apache-2.0 # diff --git a/acl/acl.go b/acl/acl.go index 2b6f6a91dbc..e7fb892f1ec 100644 --- a/acl/acl.go +++ b/acl/acl.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/acl/acl_curl_test.go b/acl/acl_curl_test.go index a96c1fa1900..4b69523a83b 100644 --- a/acl/acl_curl_test.go +++ b/acl/acl_curl_test.go @@ -2,7 +2,7 @@ // +build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/acl/acl_integration_test.go b/acl/acl_integration_test.go index eacdb66bda5..1d4306143b7 100644 --- a/acl/acl_integration_test.go +++ b/acl/acl_integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/acl/acl_test.go b/acl/acl_test.go index de0b98c0aa2..b1c901a4a22 100644 --- a/acl/acl_test.go +++ b/acl/acl_test.go @@ -2,7 +2,7 @@ // +build integration upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/acl/integration_test.go b/acl/integration_test.go index 5d293ddb8fa..de5019aede8 100644 --- a/acl/integration_test.go +++ b/acl/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/acl/jwt_algo_test.go b/acl/jwt_algo_test.go index 5436455e290..de8c2734e3e 100644 --- a/acl/jwt_algo_test.go +++ b/acl/jwt_algo_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/acl/run.go b/acl/run.go index a02616f3464..8232727c207 100644 --- a/acl/run.go +++ b/acl/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/acl/upgrade_test.go b/acl/upgrade_test.go index 30865ba6381..f737daf70c5 100644 --- a/acl/upgrade_test.go +++ b/acl/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/acl/utils.go b/acl/utils.go index b355c22de48..35979344e32 100644 --- a/acl/utils.go +++ b/acl/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/algo/cm-sketch.go b/algo/cm-sketch.go index 1c0eaa7dd92..f09b0a0270b 100644 --- a/algo/cm-sketch.go +++ b/algo/cm-sketch.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/algo/doc.go b/algo/doc.go index ba3968bf55b..d38be7a6f46 100644 --- a/algo/doc.go +++ b/algo/doc.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/algo/heap.go b/algo/heap.go index b881d6d37ed..0e38a6ca96d 100644 --- a/algo/heap.go +++ b/algo/heap.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/algo/heap_test.go b/algo/heap_test.go index 8570d0a8cef..339faed0578 100644 --- a/algo/heap_test.go +++ b/algo/heap_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/algo/packed.go b/algo/packed.go index 58fe3aeb952..3c275d9f3de 100644 --- a/algo/packed.go +++ b/algo/packed.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/algo/packed_test.go b/algo/packed_test.go index 3aaab43772c..7da5de37c79 100644 --- a/algo/packed_test.go +++ b/algo/packed_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/algo/uidlist.go b/algo/uidlist.go index 7e98f9639e0..cdf2ff957f1 100644 --- a/algo/uidlist.go +++ b/algo/uidlist.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/algo/uidlist_test.go b/algo/uidlist_test.go index 3009b77836b..fbe7ab10cc0 100644 --- a/algo/uidlist_test.go +++ b/algo/uidlist_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/audit/audit.go b/audit/audit.go index 759bf3e18f8..d932e2fc536 100644 --- a/audit/audit.go +++ b/audit/audit.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/audit/interceptor.go b/audit/interceptor.go index c0399eb923a..d016e059e85 100644 --- a/audit/interceptor.go +++ b/audit/interceptor.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/audit/run.go b/audit/run.go index 6539180bfe9..fdbbd4420c6 100644 --- a/audit/run.go +++ b/audit/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/audit/run_test.go b/audit/run_test.go index d2d3d31e1b2..451ee591a85 100644 --- a/audit/run_test.go +++ b/audit/run_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/backup/run.go b/backup/run.go index 09cba2988e9..ffccd3a9518 100644 --- a/backup/run.go +++ b/backup/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/check_upgrade/check_upgrade.go b/check_upgrade/check_upgrade.go index 6f20c4a456c..ad97a74a0d3 100644 --- a/check_upgrade/check_upgrade.go +++ b/check_upgrade/check_upgrade.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/check_upgrade/check_upgrade_test.go b/check_upgrade/check_upgrade_test.go index 003d42e3acb..e11a055b752 100644 --- a/check_upgrade/check_upgrade_test.go +++ b/check_upgrade/check_upgrade_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/chunker/chunk.go b/chunker/chunk.go index c839965a406..dda4e1c59f3 100644 --- a/chunker/chunk.go +++ b/chunker/chunk.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/chunker/chunk_test.go b/chunker/chunk_test.go index bea5edc7436..b8624f77208 100644 --- a/chunker/chunk_test.go +++ b/chunker/chunk_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/chunker/json_parser.go b/chunker/json_parser.go index 6b72f33f2c0..5096cce56ec 100644 --- a/chunker/json_parser.go +++ b/chunker/json_parser.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/chunker/json_parser_test.go b/chunker/json_parser_test.go index a1087c45b0b..21e395e9095 100644 --- a/chunker/json_parser_test.go +++ b/chunker/json_parser_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/chunker/rdf_parser.go b/chunker/rdf_parser.go index 01187a8314f..3d2b1bc428f 100644 --- a/chunker/rdf_parser.go +++ b/chunker/rdf_parser.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/chunker/rdf_parser_test.go b/chunker/rdf_parser_test.go index 23cc4fec9bb..fd1f048e55d 100644 --- a/chunker/rdf_parser_test.go +++ b/chunker/rdf_parser_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/chunker/rdf_state.go b/chunker/rdf_state.go index c9c3b512f26..742d61958d3 100644 --- a/chunker/rdf_state.go +++ b/chunker/rdf_state.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/codec/codec.go b/codec/codec.go index 077d4fc36dc..3dec4ac94cb 100644 --- a/codec/codec.go +++ b/codec/codec.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/codec/codec_test.go b/codec/codec_test.go index e615af8e911..2a047f8aafd 100644 --- a/codec/codec_test.go +++ b/codec/codec_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/compose/Makefile b/compose/Makefile index b3e817d92a9..48456276c3b 100644 --- a/compose/Makefile +++ b/compose/Makefile @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: © Hypermode Inc. +# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. # SPDX-License-Identifier: Apache-2.0 # diff --git a/compose/compose.go b/compose/compose.go index bf430a26c7c..9cbb1369e80 100644 --- a/compose/compose.go +++ b/compose/compose.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/conn/node.go b/conn/node.go index 14115e36a47..cb184040a25 100644 --- a/conn/node.go +++ b/conn/node.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/conn/node_test.go b/conn/node_test.go index 4d81c70f996..7b78373b96c 100644 --- a/conn/node_test.go +++ b/conn/node_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/conn/pool.go b/conn/pool.go index 35c87169f7e..fd3e5473b7c 100644 --- a/conn/pool.go +++ b/conn/pool.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/conn/raft_server.go b/conn/raft_server.go index 42fdddf2a5d..9ea897adbff 100644 --- a/conn/raft_server.go +++ b/conn/raft_server.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/contrib/jepsen/Makefile b/contrib/jepsen/Makefile index c6f99280a90..194bf67ac3b 100644 --- a/contrib/jepsen/Makefile +++ b/contrib/jepsen/Makefile @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: © Hypermode Inc. +# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. # SPDX-License-Identifier: Apache-2.0 # diff --git a/contrib/jepsen/main.go b/contrib/jepsen/main.go index f537ebd2e2b..291393476e2 100644 --- a/contrib/jepsen/main.go +++ b/contrib/jepsen/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/Makefile b/dgraph/Makefile index ce327191dde..cd5792f6c33 100644 --- a/dgraph/Makefile +++ b/dgraph/Makefile @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: © Hypermode Inc. +# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. # SPDX-License-Identifier: Apache-2.0 # diff --git a/dgraph/cmd/alpha/admin.go b/dgraph/cmd/alpha/admin.go index bde5b65ec4e..495e19aa610 100644 --- a/dgraph/cmd/alpha/admin.go +++ b/dgraph/cmd/alpha/admin.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/dashboard.go b/dgraph/cmd/alpha/dashboard.go index 0bdce29559f..626eff293e0 100644 --- a/dgraph/cmd/alpha/dashboard.go +++ b/dgraph/cmd/alpha/dashboard.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/http.go b/dgraph/cmd/alpha/http.go index 0f714832e36..8a09acb4aee 100644 --- a/dgraph/cmd/alpha/http.go +++ b/dgraph/cmd/alpha/http.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/http_test.go b/dgraph/cmd/alpha/http_test.go index 95b3b22613b..c9fed0cc5be 100644 --- a/dgraph/cmd/alpha/http_test.go +++ b/dgraph/cmd/alpha/http_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/metrics_test.go b/dgraph/cmd/alpha/metrics_test.go index 2099c8ddbdf..777b2a5127e 100644 --- a/dgraph/cmd/alpha/metrics_test.go +++ b/dgraph/cmd/alpha/metrics_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go b/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go index d6275185d8b..0a2ac5aca5e 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/reindex_test.go b/dgraph/cmd/alpha/reindex_test.go index 7f81853095c..fecd8271bf3 100644 --- a/dgraph/cmd/alpha/reindex_test.go +++ b/dgraph/cmd/alpha/reindex_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/run.go b/dgraph/cmd/alpha/run.go index 818a41b5275..4b051bacb96 100644 --- a/dgraph/cmd/alpha/run.go +++ b/dgraph/cmd/alpha/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/run_test.go b/dgraph/cmd/alpha/run_test.go index 4c0d7b7e227..c0d995412fb 100644 --- a/dgraph/cmd/alpha/run_test.go +++ b/dgraph/cmd/alpha/run_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/txn_test.go b/dgraph/cmd/alpha/txn_test.go index 266b0dd6eec..0e20c8d8271 100644 --- a/dgraph/cmd/alpha/txn_test.go +++ b/dgraph/cmd/alpha/txn_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/upsert_test.go b/dgraph/cmd/alpha/upsert_test.go index c0d28aea52d..61d518a68fb 100644 --- a/dgraph/cmd/alpha/upsert_test.go +++ b/dgraph/cmd/alpha/upsert_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/bulk/count_index.go b/dgraph/cmd/bulk/count_index.go index 8c071a23873..c9e5dad477d 100644 --- a/dgraph/cmd/bulk/count_index.go +++ b/dgraph/cmd/bulk/count_index.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/bulk/loader.go b/dgraph/cmd/bulk/loader.go index 296035f667d..83c28bd09c2 100644 --- a/dgraph/cmd/bulk/loader.go +++ b/dgraph/cmd/bulk/loader.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/bulk/mapper.go b/dgraph/cmd/bulk/mapper.go index 866eb36bafa..9325c107928 100644 --- a/dgraph/cmd/bulk/mapper.go +++ b/dgraph/cmd/bulk/mapper.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/bulk/merge_shards.go b/dgraph/cmd/bulk/merge_shards.go index 636f02143a1..cf202018d59 100644 --- a/dgraph/cmd/bulk/merge_shards.go +++ b/dgraph/cmd/bulk/merge_shards.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/bulk/progress.go b/dgraph/cmd/bulk/progress.go index 78516add8ec..d2010c2c92b 100644 --- a/dgraph/cmd/bulk/progress.go +++ b/dgraph/cmd/bulk/progress.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/bulk/reduce.go b/dgraph/cmd/bulk/reduce.go index 8b55095ccf5..58907752487 100644 --- a/dgraph/cmd/bulk/reduce.go +++ b/dgraph/cmd/bulk/reduce.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/bulk/run.go b/dgraph/cmd/bulk/run.go index f366afac6bf..26bdca66b47 100644 --- a/dgraph/cmd/bulk/run.go +++ b/dgraph/cmd/bulk/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/bulk/schema.go b/dgraph/cmd/bulk/schema.go index dba34462fc4..6e42c69bd75 100644 --- a/dgraph/cmd/bulk/schema.go +++ b/dgraph/cmd/bulk/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/bulk/shard_map.go b/dgraph/cmd/bulk/shard_map.go index e978a4d7c9a..5385f4fb0b6 100644 --- a/dgraph/cmd/bulk/shard_map.go +++ b/dgraph/cmd/bulk/shard_map.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/cert/cert.go b/dgraph/cmd/cert/cert.go index 8ebc69288d9..0e25b5ebbec 100644 --- a/dgraph/cmd/cert/cert.go +++ b/dgraph/cmd/cert/cert.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/cert/create.go b/dgraph/cmd/cert/create.go index 729c5f36893..16bf45cdda5 100644 --- a/dgraph/cmd/cert/create.go +++ b/dgraph/cmd/cert/create.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/cert/info.go b/dgraph/cmd/cert/info.go index fecce309ab0..b39b4ab8a22 100644 --- a/dgraph/cmd/cert/info.go +++ b/dgraph/cmd/cert/info.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/cert/run.go b/dgraph/cmd/cert/run.go index 34e22ee3a20..ae0602a4dc9 100644 --- a/dgraph/cmd/cert/run.go +++ b/dgraph/cmd/cert/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/conv/conv.go b/dgraph/cmd/conv/conv.go index a78ea609a5b..8e39331bb68 100644 --- a/dgraph/cmd/conv/conv.go +++ b/dgraph/cmd/conv/conv.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/conv/run.go b/dgraph/cmd/conv/run.go index d3c7f926c4c..dca88691f9b 100644 --- a/dgraph/cmd/conv/run.go +++ b/dgraph/cmd/conv/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/debug/run.go b/dgraph/cmd/debug/run.go index 4dba7ebe6ea..b6d2b0cf8a6 100644 --- a/dgraph/cmd/debug/run.go +++ b/dgraph/cmd/debug/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/debug/wal.go b/dgraph/cmd/debug/wal.go index 4cbb2437170..5626ae0db62 100644 --- a/dgraph/cmd/debug/wal.go +++ b/dgraph/cmd/debug/wal.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/debuginfo/archive.go b/dgraph/cmd/debuginfo/archive.go index 5457fece142..8818697a425 100644 --- a/dgraph/cmd/debuginfo/archive.go +++ b/dgraph/cmd/debuginfo/archive.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/debuginfo/debugging.go b/dgraph/cmd/debuginfo/debugging.go index c8020603caf..217dee407fd 100644 --- a/dgraph/cmd/debuginfo/debugging.go +++ b/dgraph/cmd/debuginfo/debugging.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/debuginfo/run.go b/dgraph/cmd/debuginfo/run.go index f380c365674..256ac1ec74a 100644 --- a/dgraph/cmd/debuginfo/run.go +++ b/dgraph/cmd/debuginfo/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/decrypt/decrypt.go b/dgraph/cmd/decrypt/decrypt.go index 455690b1e6a..c553b2f7137 100644 --- a/dgraph/cmd/decrypt/decrypt.go +++ b/dgraph/cmd/decrypt/decrypt.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/dgraphimport/import_client.go b/dgraph/cmd/dgraphimport/import_client.go index cb30a973670..7a1e900c3a0 100644 --- a/dgraph/cmd/dgraphimport/import_client.go +++ b/dgraph/cmd/dgraphimport/import_client.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/dgraphimport/import_test.go b/dgraph/cmd/dgraphimport/import_test.go index b2bc8779480..734a1b8c1e9 100644 --- a/dgraph/cmd/dgraphimport/import_test.go +++ b/dgraph/cmd/dgraphimport/import_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ package dgraphimport diff --git a/dgraph/cmd/dgraphimport/run.go b/dgraph/cmd/dgraphimport/run.go index 707931570b3..a6c27dfa6bb 100644 --- a/dgraph/cmd/dgraphimport/run.go +++ b/dgraph/cmd/dgraphimport/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/increment/increment.go b/dgraph/cmd/increment/increment.go index f8dbbbe3310..033bb1e011b 100644 --- a/dgraph/cmd/increment/increment.go +++ b/dgraph/cmd/increment/increment.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/increment/increment_test.go b/dgraph/cmd/increment/increment_test.go index 25e867708ca..9257e32f7c3 100644 --- a/dgraph/cmd/increment/increment_test.go +++ b/dgraph/cmd/increment/increment_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/live/batch.go b/dgraph/cmd/live/batch.go index 47a9c9780ac..2556a19f878 100644 --- a/dgraph/cmd/live/batch.go +++ b/dgraph/cmd/live/batch.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/live/load-json/load_test.go b/dgraph/cmd/live/load-json/load_test.go index 0f114eca0b5..6944b90ccef 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/live/load-uids/load_test.go b/dgraph/cmd/live/load-uids/load_test.go index 9d41cb59fe1..05c01ea546b 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/live/run.go b/dgraph/cmd/live/run.go index 2a3bcd1a951..8334a7e2240 100644 --- a/dgraph/cmd/live/run.go +++ b/dgraph/cmd/live/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/mcp/mcp_server_sse_test.go b/dgraph/cmd/mcp/mcp_server_sse_test.go index 1941d1cb6ac..74e5fa9d774 100644 --- a/dgraph/cmd/mcp/mcp_server_sse_test.go +++ b/dgraph/cmd/mcp/mcp_server_sse_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/mcp/run.go b/dgraph/cmd/mcp/run.go index 53dbb01ae17..ee81c4ad1fc 100644 --- a/dgraph/cmd/mcp/run.go +++ b/dgraph/cmd/mcp/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/migrate/datatype.go b/dgraph/cmd/migrate/datatype.go index 3cda9048c57..5d16bcef01a 100644 --- a/dgraph/cmd/migrate/datatype.go +++ b/dgraph/cmd/migrate/datatype.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/migrate/dump.go b/dgraph/cmd/migrate/dump.go index ec8b0f2a430..3c21bd71539 100644 --- a/dgraph/cmd/migrate/dump.go +++ b/dgraph/cmd/migrate/dump.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/migrate/run.go b/dgraph/cmd/migrate/run.go index f9c2bd09757..0c72782c36a 100644 --- a/dgraph/cmd/migrate/run.go +++ b/dgraph/cmd/migrate/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/migrate/table_guide.go b/dgraph/cmd/migrate/table_guide.go index bc97658b2f5..cc96ff75140 100644 --- a/dgraph/cmd/migrate/table_guide.go +++ b/dgraph/cmd/migrate/table_guide.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/migrate/table_info.go b/dgraph/cmd/migrate/table_info.go index 47ac0fe9df8..388e6796cf8 100644 --- a/dgraph/cmd/migrate/table_info.go +++ b/dgraph/cmd/migrate/table_info.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/migrate/utils.go b/dgraph/cmd/migrate/utils.go index 923ff75dffd..6295cfee11b 100644 --- a/dgraph/cmd/migrate/utils.go +++ b/dgraph/cmd/migrate/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/root.go b/dgraph/cmd/root.go index 2e21a74a97a..ab433dadd87 100644 --- a/dgraph/cmd/root.go +++ b/dgraph/cmd/root.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/root_test.go b/dgraph/cmd/root_test.go index a1e670e40fa..4fbfb275e6d 100644 --- a/dgraph/cmd/root_test.go +++ b/dgraph/cmd/root_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/version/run.go b/dgraph/cmd/version/run.go index 1a2c8e17f67..a307577d604 100644 --- a/dgraph/cmd/version/run.go +++ b/dgraph/cmd/version/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/version/version_test.go b/dgraph/cmd/version/version_test.go index b03fe08b597..faba9fff729 100644 --- a/dgraph/cmd/version/version_test.go +++ b/dgraph/cmd/version/version_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/zero/assign.go b/dgraph/cmd/zero/assign.go index ac527fd7097..07c37c675de 100644 --- a/dgraph/cmd/zero/assign.go +++ b/dgraph/cmd/zero/assign.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/zero/http.go b/dgraph/cmd/zero/http.go index 0223747c447..23b89ea4f2f 100644 --- a/dgraph/cmd/zero/http.go +++ b/dgraph/cmd/zero/http.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/zero/oracle.go b/dgraph/cmd/zero/oracle.go index 4fac71cbd4e..28103a8679b 100644 --- a/dgraph/cmd/zero/oracle.go +++ b/dgraph/cmd/zero/oracle.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/zero/raft.go b/dgraph/cmd/zero/raft.go index 5e6fb10ba2a..4693505a900 100644 --- a/dgraph/cmd/zero/raft.go +++ b/dgraph/cmd/zero/raft.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/zero/run.go b/dgraph/cmd/zero/run.go index 3712caccd73..1368965ee0e 100644 --- a/dgraph/cmd/zero/run.go +++ b/dgraph/cmd/zero/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/zero/tablet.go b/dgraph/cmd/zero/tablet.go index c24e0629a6d..a9383dc0a76 100644 --- a/dgraph/cmd/zero/tablet.go +++ b/dgraph/cmd/zero/tablet.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/zero/zero.go b/dgraph/cmd/zero/zero.go index 99581507b01..acbbbebd87c 100644 --- a/dgraph/cmd/zero/zero.go +++ b/dgraph/cmd/zero/zero.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/zero/zero_test.go b/dgraph/cmd/zero/zero_test.go index 45ee4b9996a..eda8668b4b2 100644 --- a/dgraph/cmd/zero/zero_test.go +++ b/dgraph/cmd/zero/zero_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/main.go b/dgraph/main.go index 4c46b201803..253d5d55cd3 100644 --- a/dgraph/main.go +++ b/dgraph/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/main_test.go b/dgraph/main_test.go index 8402dbf642c..edc92d9679c 100644 --- a/dgraph/main_test.go +++ b/dgraph/main_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphapi/acl.go b/dgraphapi/acl.go index a8b4f83ce2e..5bacd7afc4f 100644 --- a/dgraphapi/acl.go +++ b/dgraphapi/acl.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphapi/cluster.go b/dgraphapi/cluster.go index 2a7107b5fd0..f73e77bfeb9 100644 --- a/dgraphapi/cluster.go +++ b/dgraphapi/cluster.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphapi/json.go b/dgraphapi/json.go index 488d80a6c30..05a49801c42 100644 --- a/dgraphapi/json.go +++ b/dgraphapi/json.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphapi/schema.go b/dgraphapi/schema.go index 3c29af80785..8da5c0c5349 100644 --- a/dgraphapi/schema.go +++ b/dgraphapi/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphapi/snapshot.go b/dgraphapi/snapshot.go index 59f7f4b761a..bbd2503123c 100644 --- a/dgraphapi/snapshot.go +++ b/dgraphapi/snapshot.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphapi/vector.go b/dgraphapi/vector.go index 559d9ad419d..05a239a64d4 100644 --- a/dgraphapi/vector.go +++ b/dgraphapi/vector.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphtest/compose_cluster.go b/dgraphtest/compose_cluster.go index 14129df6000..b17bb26eb29 100644 --- a/dgraphtest/compose_cluster.go +++ b/dgraphtest/compose_cluster.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphtest/config.go b/dgraphtest/config.go index b9b1c59d8eb..02c8c8b47b3 100644 --- a/dgraphtest/config.go +++ b/dgraphtest/config.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphtest/dcloud_cluster.go b/dgraphtest/dcloud_cluster.go index 550eb09f0d4..b364de4ba01 100644 --- a/dgraphtest/dcloud_cluster.go +++ b/dgraphtest/dcloud_cluster.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphtest/dgraph.go b/dgraphtest/dgraph.go index d705fd42e75..44d25a6eeed 100644 --- a/dgraphtest/dgraph.go +++ b/dgraphtest/dgraph.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphtest/image.go b/dgraphtest/image.go index a472486e551..c0e5f8f2bdb 100644 --- a/dgraphtest/image.go +++ b/dgraphtest/image.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphtest/load.go b/dgraphtest/load.go index a7700727fc1..33c7e65c3b5 100644 --- a/dgraphtest/load.go +++ b/dgraphtest/load.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphtest/local_cluster.go b/dgraphtest/local_cluster.go index 6feb1d67f01..cbf97a16e39 100644 --- a/dgraphtest/local_cluster.go +++ b/dgraphtest/local_cluster.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraphtest/paths.go b/dgraphtest/paths.go index 96adf00f8cc..3d77443f26e 100644 --- a/dgraphtest/paths.go +++ b/dgraphtest/paths.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/bench_test.go b/dql/bench_test.go index 0072bacf8d6..6866bbf07ff 100644 --- a/dql/bench_test.go +++ b/dql/bench_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/dql.go b/dql/dql.go index e2db7487d01..9233ce3418c 100644 --- a/dql/dql.go +++ b/dql/dql.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/dql_test.go b/dql/dql_test.go index 4d21f1ed827..457f311f0d9 100644 --- a/dql/dql_test.go +++ b/dql/dql_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/math.go b/dql/math.go index d5fb50ebf90..05dbe167d82 100644 --- a/dql/math.go +++ b/dql/math.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/mutation.go b/dql/mutation.go index 45b160aee83..1de2a25be76 100644 --- a/dql/mutation.go +++ b/dql/mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/parser.go b/dql/parser.go index b2c59743aef..984d3b08a7f 100644 --- a/dql/parser.go +++ b/dql/parser.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/parser_fuzz_test.go b/dql/parser_fuzz_test.go index 2417da5ec0c..cb500d6b6d8 100644 --- a/dql/parser_fuzz_test.go +++ b/dql/parser_fuzz_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/parser_mutation.go b/dql/parser_mutation.go index c53ea4c9108..4d95effc980 100644 --- a/dql/parser_mutation.go +++ b/dql/parser_mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/parser_test.go b/dql/parser_test.go index d764fe9060e..8bc935987bb 100644 --- a/dql/parser_test.go +++ b/dql/parser_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/state.go b/dql/state.go index 2b17fa8315a..5c7be9dc481 100644 --- a/dql/state.go +++ b/dql/state.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/state_test.go b/dql/state_test.go index 5078a729e44..a9227efcae7 100644 --- a/dql/state_test.go +++ b/dql/state_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dql/upsert_test.go b/dql/upsert_test.go index d14b987b94c..e744feafcd6 100644 --- a/dql/upsert_test.go +++ b/dql/upsert_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/access.go b/edgraph/access.go index 5584435572f..1252719e337 100644 --- a/edgraph/access.go +++ b/edgraph/access.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/access_test.go b/edgraph/access_test.go index 17d5db2a751..ccfbb2c1cb1 100644 --- a/edgraph/access_test.go +++ b/edgraph/access_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/alter_test.go b/edgraph/alter_test.go index 1daf9c2f622..adabba15cd2 100644 --- a/edgraph/alter_test.go +++ b/edgraph/alter_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/config_mem.go b/edgraph/config_mem.go index e5ab5622ecf..32513f764ea 100644 --- a/edgraph/config_mem.go +++ b/edgraph/config_mem.go @@ -3,7 +3,7 @@ // +build cgo /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/graphql.go b/edgraph/graphql.go index 89fa4013e8c..10b245a9575 100644 --- a/edgraph/graphql.go +++ b/edgraph/graphql.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/multi_tenancy.go b/edgraph/multi_tenancy.go index 2e0d7d80ae6..37eb6c3d051 100644 --- a/edgraph/multi_tenancy.go +++ b/edgraph/multi_tenancy.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/namespace.go b/edgraph/namespace.go index 9a486f2844e..56cbbf7ae6e 100644 --- a/edgraph/namespace.go +++ b/edgraph/namespace.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/namespace_test.go b/edgraph/namespace_test.go index 5a0c4905be6..aa749365d3a 100644 --- a/edgraph/namespace_test.go +++ b/edgraph/namespace_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/query.go b/edgraph/query.go index 07fab639e8b..337097ba648 100644 --- a/edgraph/query.go +++ b/edgraph/query.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/server.go b/edgraph/server.go index 4c8e6458631..f924c277e35 100644 --- a/edgraph/server.go +++ b/edgraph/server.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/server_test.go b/edgraph/server_test.go index bd66950aedb..5532ac8849f 100644 --- a/edgraph/server_test.go +++ b/edgraph/server_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/edgraph/zero.go b/edgraph/zero.go index ed77e71611c..d9de09f3410 100644 --- a/edgraph/zero.go +++ b/edgraph/zero.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/enc/util.go b/enc/util.go index 2c6ecc87103..fa7f2cbf32d 100644 --- a/enc/util.go +++ b/enc/util.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/filestore/filestore.go b/filestore/filestore.go index f1e8e65e0c7..2731fbba316 100644 --- a/filestore/filestore.go +++ b/filestore/filestore.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/filestore/local_files.go b/filestore/local_files.go index 706fdba8264..21a782050df 100644 --- a/filestore/local_files.go +++ b/filestore/local_files.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/filestore/remote_files.go b/filestore/remote_files.go index be4457ed62a..edb7fa17539 100644 --- a/filestore/remote_files.go +++ b/filestore/remote_files.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/add_group.go b/graphql/admin/add_group.go index 92d04393f52..7a8f7e7ecf4 100644 --- a/graphql/admin/add_group.go +++ b/graphql/admin/add_group.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/admin.go b/graphql/admin/admin.go index 165b1d91be9..b356cbf6376 100644 --- a/graphql/admin/admin.go +++ b/graphql/admin/admin.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/assign.go b/graphql/admin/assign.go index bf6de6ae1d8..17aa14447c3 100644 --- a/graphql/admin/assign.go +++ b/graphql/admin/assign.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/backup.go b/graphql/admin/backup.go index 769b24476be..758cfacb15d 100644 --- a/graphql/admin/backup.go +++ b/graphql/admin/backup.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/config.go b/graphql/admin/config.go index 4261080845a..c4e5cc4da23 100644 --- a/graphql/admin/config.go +++ b/graphql/admin/config.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/current_user.go b/graphql/admin/current_user.go index ead19f33251..2d9d2603bc8 100644 --- a/graphql/admin/current_user.go +++ b/graphql/admin/current_user.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/draining.go b/graphql/admin/draining.go index 8b6877fa963..d9f757ab510 100644 --- a/graphql/admin/draining.go +++ b/graphql/admin/draining.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/endpoints.go b/graphql/admin/endpoints.go index c021042deda..f82853400a8 100644 --- a/graphql/admin/endpoints.go +++ b/graphql/admin/endpoints.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/export.go b/graphql/admin/export.go index 1ba25d5d120..1569ea7681f 100644 --- a/graphql/admin/export.go +++ b/graphql/admin/export.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/health.go b/graphql/admin/health.go index f6c09fa23d5..b70c5f3d3fd 100644 --- a/graphql/admin/health.go +++ b/graphql/admin/health.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/http.go b/graphql/admin/http.go index 744be1d9a23..2f206650e3e 100644 --- a/graphql/admin/http.go +++ b/graphql/admin/http.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/list_backups.go b/graphql/admin/list_backups.go index 4256892a9e8..76764d60959 100644 --- a/graphql/admin/list_backups.go +++ b/graphql/admin/list_backups.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/login.go b/graphql/admin/login.go index eb670ae9109..0adce50cc22 100644 --- a/graphql/admin/login.go +++ b/graphql/admin/login.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/moveTablet.go b/graphql/admin/moveTablet.go index 558ddbb322f..c3dae65e0f7 100644 --- a/graphql/admin/moveTablet.go +++ b/graphql/admin/moveTablet.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/namespace.go b/graphql/admin/namespace.go index 8ca8dbcacde..1685940dc67 100644 --- a/graphql/admin/namespace.go +++ b/graphql/admin/namespace.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/removeNode.go b/graphql/admin/removeNode.go index b81a054b4bc..b7fec13b45e 100644 --- a/graphql/admin/removeNode.go +++ b/graphql/admin/removeNode.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/reset_password.go b/graphql/admin/reset_password.go index fc86611ccfe..a94b0c35919 100644 --- a/graphql/admin/reset_password.go +++ b/graphql/admin/reset_password.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/restore.go b/graphql/admin/restore.go index 9f1d49dabab..eaefe94015d 100644 --- a/graphql/admin/restore.go +++ b/graphql/admin/restore.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/schema.go b/graphql/admin/schema.go index 2243a0dbdc9..be2234ce7b4 100644 --- a/graphql/admin/schema.go +++ b/graphql/admin/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/shutdown.go b/graphql/admin/shutdown.go index 35fb402edbb..b07d175a2b8 100644 --- a/graphql/admin/shutdown.go +++ b/graphql/admin/shutdown.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/state.go b/graphql/admin/state.go index e93f197a4fc..da632a2590d 100644 --- a/graphql/admin/state.go +++ b/graphql/admin/state.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/task.go b/graphql/admin/task.go index 894c455c5cd..05c40f492c6 100644 --- a/graphql/admin/task.go +++ b/graphql/admin/task.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/admin/update_group.go b/graphql/admin/update_group.go index 07eb690f499..8ec56fb4487 100644 --- a/graphql/admin/update_group.go +++ b/graphql/admin/update_group.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/api/panics.go b/graphql/api/panics.go index 0888498830a..b5dc87475f6 100644 --- a/graphql/api/panics.go +++ b/graphql/api/panics.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/authorization/auth.go b/graphql/authorization/auth.go index e3f5ecd4a9f..01b36e378d8 100644 --- a/graphql/authorization/auth.go +++ b/graphql/authorization/auth.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/authorization/utils.go b/graphql/authorization/utils.go index 516f1b8b821..d02c0e682e7 100644 --- a/graphql/authorization/utils.go +++ b/graphql/authorization/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/bench/auth_test.go b/graphql/bench/auth_test.go index 96804b9ae26..248577b7a12 100644 --- a/graphql/bench/auth_test.go +++ b/graphql/bench/auth_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/dgraph/execute.go b/graphql/dgraph/execute.go index d0a00abfb0b..463d4eaf86a 100644 --- a/graphql/dgraph/execute.go +++ b/graphql/dgraph/execute.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/dgraph/graphquery.go b/graphql/dgraph/graphquery.go index 5aa6ff3e56e..79b00d4344c 100644 --- a/graphql/dgraph/graphquery.go +++ b/graphql/dgraph/graphquery.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ 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 838adbc794f..719a11797e0 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ 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 f6412cda314..0a6e4a172e9 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/auth/add_mutation_test.go b/graphql/e2e/auth/add_mutation_test.go index 99ec4df5889..d26d8d15a9a 100644 --- a/graphql/e2e/auth/add_mutation_test.go +++ b/graphql/e2e/auth/add_mutation_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/auth/auth_test.go b/graphql/e2e/auth/auth_test.go index 929d86d43b2..a348a279c1b 100644 --- a/graphql/e2e/auth/auth_test.go +++ b/graphql/e2e/auth/auth_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/auth/debug_off/debugoff_test.go b/graphql/e2e/auth/debug_off/debugoff_test.go index 502d07033d2..c1c7b10cb4d 100644 --- a/graphql/e2e/auth/debug_off/debugoff_test.go +++ b/graphql/e2e/auth/debug_off/debugoff_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/auth/delete_mutation_test.go b/graphql/e2e/auth/delete_mutation_test.go index c730017f8b2..563fac638e6 100644 --- a/graphql/e2e/auth/delete_mutation_test.go +++ b/graphql/e2e/auth/delete_mutation_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/auth/update_mutation_test.go b/graphql/e2e/auth/update_mutation_test.go index 69bc0d32e52..2d382142f0a 100644 --- a/graphql/e2e/auth/update_mutation_test.go +++ b/graphql/e2e/auth/update_mutation_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ 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 c9943f5889c..16c221db44f 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/common/admin.go b/graphql/e2e/common/admin.go index 3a1a2f23e70..0297c1e57cf 100644 --- a/graphql/e2e/common/admin.go +++ b/graphql/e2e/common/admin.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/common/common.go b/graphql/e2e/common/common.go index 0f1a86341b0..29b7ba5af5a 100644 --- a/graphql/e2e/common/common.go +++ b/graphql/e2e/common/common.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/common/error.go b/graphql/e2e/common/error.go index c96aea70947..fee6b7f154e 100644 --- a/graphql/e2e/common/error.go +++ b/graphql/e2e/common/error.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/common/fragment.go b/graphql/e2e/common/fragment.go index f40767f5a85..15cd372a1c7 100644 --- a/graphql/e2e/common/fragment.go +++ b/graphql/e2e/common/fragment.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/common/lambda.go b/graphql/e2e/common/lambda.go index 064a7f817f1..6608410654c 100644 --- a/graphql/e2e/common/lambda.go +++ b/graphql/e2e/common/lambda.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/common/mutation.go b/graphql/e2e/common/mutation.go index 1111fc9a1e9..c443b1cfaea 100644 --- a/graphql/e2e/common/mutation.go +++ b/graphql/e2e/common/mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/common/query.go b/graphql/e2e/common/query.go index 7eddc9290a0..4c24585b7d1 100644 --- a/graphql/e2e/common/query.go +++ b/graphql/e2e/common/query.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/common/schema.go b/graphql/e2e/common/schema.go index 33dfc61e78a..6c420633956 100644 --- a/graphql/e2e/common/schema.go +++ b/graphql/e2e/common/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/common/subscription.go b/graphql/e2e/common/subscription.go index 5c3d6e41615..4055bfaab42 100644 --- a/graphql/e2e/common/subscription.go +++ b/graphql/e2e/common/subscription.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/custom_logic/cmd/main.go b/graphql/e2e/custom_logic/cmd/main.go index 685fbe5bdde..624b0d4405d 100644 --- a/graphql/e2e/custom_logic/cmd/main.go +++ b/graphql/e2e/custom_logic/cmd/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/custom_logic/custom_logic_test.go b/graphql/e2e/custom_logic/custom_logic_test.go index 2eed47c10c5..6eb879586d5 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/directives/dgraph_directives_test.go b/graphql/e2e/directives/dgraph_directives_test.go index 696a4bbb8d0..535923c12bb 100644 --- a/graphql/e2e/directives/dgraph_directives_test.go +++ b/graphql/e2e/directives/dgraph_directives_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/multi_tenancy/multi_tenancy_test.go b/graphql/e2e/multi_tenancy/multi_tenancy_test.go index 4429d443a8d..b4d241fc030 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/normal/normal_test.go b/graphql/e2e/normal/normal_test.go index 398cc7a464e..1eb3af68e77 100644 --- a/graphql/e2e/normal/normal_test.go +++ b/graphql/e2e/normal/normal_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/schema/schema_test.go b/graphql/e2e/schema/schema_test.go index 550a6821c40..3e7718c3f7b 100644 --- a/graphql/e2e/schema/schema_test.go +++ b/graphql/e2e/schema/schema_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/e2e/subscription/subscription_test.go b/graphql/e2e/subscription/subscription_test.go index 2deae8cf6fa..fc30caa6663 100644 --- a/graphql/e2e/subscription/subscription_test.go +++ b/graphql/e2e/subscription/subscription_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/auth_test.go b/graphql/resolve/auth_test.go index 479e8a11952..f3673b469e6 100644 --- a/graphql/resolve/auth_test.go +++ b/graphql/resolve/auth_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/extensions_test.go b/graphql/resolve/extensions_test.go index f10d7db0b03..d6ecdbee315 100644 --- a/graphql/resolve/extensions_test.go +++ b/graphql/resolve/extensions_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/middlewares.go b/graphql/resolve/middlewares.go index adaa26f0d63..ff85a8ca49d 100644 --- a/graphql/resolve/middlewares.go +++ b/graphql/resolve/middlewares.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/middlewares_test.go b/graphql/resolve/middlewares_test.go index a35fa0d4eff..349032e2192 100644 --- a/graphql/resolve/middlewares_test.go +++ b/graphql/resolve/middlewares_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/mutation.go b/graphql/resolve/mutation.go index 752f5c71855..58140332d37 100644 --- a/graphql/resolve/mutation.go +++ b/graphql/resolve/mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/mutation_rewriter.go b/graphql/resolve/mutation_rewriter.go index 069614867fd..3be09299dc7 100644 --- a/graphql/resolve/mutation_rewriter.go +++ b/graphql/resolve/mutation_rewriter.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/mutation_test.go b/graphql/resolve/mutation_test.go index d7c77ff238b..db3f7037e26 100644 --- a/graphql/resolve/mutation_test.go +++ b/graphql/resolve/mutation_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/query.go b/graphql/resolve/query.go index 86619f2b6a6..ea480dc1cb6 100644 --- a/graphql/resolve/query.go +++ b/graphql/resolve/query.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/query_rewriter.go b/graphql/resolve/query_rewriter.go index 9a80bcef3b3..08ace4190c3 100644 --- a/graphql/resolve/query_rewriter.go +++ b/graphql/resolve/query_rewriter.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/query_test.go b/graphql/resolve/query_test.go index cf1815beb76..c2c7cf06ef0 100644 --- a/graphql/resolve/query_test.go +++ b/graphql/resolve/query_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/resolver.go b/graphql/resolve/resolver.go index 284b29e1a89..8d33ce53da0 100644 --- a/graphql/resolve/resolver.go +++ b/graphql/resolve/resolver.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/resolver_error_test.go b/graphql/resolve/resolver_error_test.go index e0cd9ae55f7..00687c40371 100644 --- a/graphql/resolve/resolver_error_test.go +++ b/graphql/resolve/resolver_error_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/resolver_test.go b/graphql/resolve/resolver_test.go index 7b90d4915cd..f77d0eac8c3 100644 --- a/graphql/resolve/resolver_test.go +++ b/graphql/resolve/resolver_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/resolve/webhook.go b/graphql/resolve/webhook.go index 8d52f2c976d..8e0c402b7c7 100644 --- a/graphql/resolve/webhook.go +++ b/graphql/resolve/webhook.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/run.go b/graphql/run.go index 8f6b01e9596..d4008bbe11e 100644 --- a/graphql/run.go +++ b/graphql/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/auth.go b/graphql/schema/auth.go index 55ae8b7b5b1..13efd37cde8 100644 --- a/graphql/schema/auth.go +++ b/graphql/schema/auth.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/completion.go b/graphql/schema/completion.go index 713f1f075e0..1437ec2b4f3 100644 --- a/graphql/schema/completion.go +++ b/graphql/schema/completion.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/custom_http.go b/graphql/schema/custom_http.go index 055d6bf6c5a..7dc445efb97 100644 --- a/graphql/schema/custom_http.go +++ b/graphql/schema/custom_http.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/errors.go b/graphql/schema/errors.go index 95e6edebee8..ad4b9d0397d 100644 --- a/graphql/schema/errors.go +++ b/graphql/schema/errors.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/errors_test.go b/graphql/schema/errors_test.go index 0b0c3685c4f..01e14156b3b 100644 --- a/graphql/schema/errors_test.go +++ b/graphql/schema/errors_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/gqlschema.go b/graphql/schema/gqlschema.go index 979f69c7e49..1ec32414919 100644 --- a/graphql/schema/gqlschema.go +++ b/graphql/schema/gqlschema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/introspection.go b/graphql/schema/introspection.go index 4f1893b21cc..8b542fabb59 100644 --- a/graphql/schema/introspection.go +++ b/graphql/schema/introspection.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/remote.go b/graphql/schema/remote.go index b9cfcf82230..c9bbe981b06 100644 --- a/graphql/schema/remote.go +++ b/graphql/schema/remote.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/remote_test.go b/graphql/schema/remote_test.go index dbde93c1bce..c9e3b40d5c7 100644 --- a/graphql/schema/remote_test.go +++ b/graphql/schema/remote_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/request.go b/graphql/schema/request.go index a2528448590..dfec286639a 100644 --- a/graphql/schema/request.go +++ b/graphql/schema/request.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/response.go b/graphql/schema/response.go index 6502ce6a6ca..fac3b3d0c9f 100644 --- a/graphql/schema/response.go +++ b/graphql/schema/response.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/response_test.go b/graphql/schema/response_test.go index debea24c0f5..787c39cafde 100644 --- a/graphql/schema/response_test.go +++ b/graphql/schema/response_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/rules.go b/graphql/schema/rules.go index 1a4f71f2599..346b30bbd5a 100644 --- a/graphql/schema/rules.go +++ b/graphql/schema/rules.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/schemagen.go b/graphql/schema/schemagen.go index c03fed6f611..b2f36d72c68 100644 --- a/graphql/schema/schemagen.go +++ b/graphql/schema/schemagen.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/schemagen_test.go b/graphql/schema/schemagen_test.go index e2172fcf151..12b0e5119e7 100644 --- a/graphql/schema/schemagen_test.go +++ b/graphql/schema/schemagen_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/validation_rules.go b/graphql/schema/validation_rules.go index 1a62bdba4e3..07abdf9773c 100644 --- a/graphql/schema/validation_rules.go +++ b/graphql/schema/validation_rules.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/wrappers.go b/graphql/schema/wrappers.go index 6ff2580c316..cbe646cb579 100644 --- a/graphql/schema/wrappers.go +++ b/graphql/schema/wrappers.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/schema/wrappers_test.go b/graphql/schema/wrappers_test.go index 4b0192831aa..4e5b54f83d1 100644 --- a/graphql/schema/wrappers_test.go +++ b/graphql/schema/wrappers_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/subscription/poller.go b/graphql/subscription/poller.go index 942fd533760..2bdf760616f 100644 --- a/graphql/subscription/poller.go +++ b/graphql/subscription/poller.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/test/test.go b/graphql/test/test.go index 737d57a0ee6..b22400d0c25 100644 --- a/graphql/test/test.go +++ b/graphql/test/test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/testdata/custom_bench/dgraph_api_server.go b/graphql/testdata/custom_bench/dgraph_api_server.go index 1860e4406f5..1861d4a3580 100644 --- a/graphql/testdata/custom_bench/dgraph_api_server.go +++ b/graphql/testdata/custom_bench/dgraph_api_server.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/testdata/custom_bench/profiling/graphql_profiler.go b/graphql/testdata/custom_bench/profiling/graphql_profiler.go index dc7a92b837f..b9fb3eff6e0 100644 --- a/graphql/testdata/custom_bench/profiling/graphql_profiler.go +++ b/graphql/testdata/custom_bench/profiling/graphql_profiler.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/testdata/datagen/cmd/root.go b/graphql/testdata/datagen/cmd/root.go index 5644163aa99..589a366e7fd 100644 --- a/graphql/testdata/datagen/cmd/root.go +++ b/graphql/testdata/datagen/cmd/root.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/testdata/datagen/cmd/run.go b/graphql/testdata/datagen/cmd/run.go index f42955054f5..16376eaf070 100644 --- a/graphql/testdata/datagen/cmd/run.go +++ b/graphql/testdata/datagen/cmd/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/graphql/testdata/datagen/main.go b/graphql/testdata/datagen/main.go index 6c8daf14f59..f81868a7a74 100644 --- a/graphql/testdata/datagen/main.go +++ b/graphql/testdata/datagen/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lex/iri.go b/lex/iri.go index 94b8661dd30..b7ee2c53d57 100644 --- a/lex/iri.go +++ b/lex/iri.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lex/iri_test.go b/lex/iri_test.go index d24da78bcee..d9855bbfa85 100644 --- a/lex/iri_test.go +++ b/lex/iri_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/lex/lexer.go b/lex/lexer.go index 189c5fd6152..2f5ed3bfb52 100644 --- a/lex/lexer.go +++ b/lex/lexer.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/config.go b/posting/config.go index 061874a0076..2eb5d456f97 100644 --- a/posting/config.go +++ b/posting/config.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/doc.go b/posting/doc.go index bf4d59dbf3a..9d623ef4b4e 100644 --- a/posting/doc.go +++ b/posting/doc.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/index.go b/posting/index.go index f17d5e6a57a..01a60791813 100644 --- a/posting/index.go +++ b/posting/index.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/index_test.go b/posting/index_test.go index b8bb7887b1a..f7beec047da 100644 --- a/posting/index_test.go +++ b/posting/index_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/list.go b/posting/list.go index 2a3638cca01..e9d438ce1b8 100644 --- a/posting/list.go +++ b/posting/list.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/list_test.go b/posting/list_test.go index f64fcbc765c..7d988c4ddff 100644 --- a/posting/list_test.go +++ b/posting/list_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/lists.go b/posting/lists.go index fa2fc1c6605..519bde517ab 100644 --- a/posting/lists.go +++ b/posting/lists.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/lmap_test.go b/posting/lmap_test.go index b86ffa18dfa..81238539444 100644 --- a/posting/lmap_test.go +++ b/posting/lmap_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/mvcc.go b/posting/mvcc.go index 5024c93078d..cf2630074c2 100644 --- a/posting/mvcc.go +++ b/posting/mvcc.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/mvcc_test.go b/posting/mvcc_test.go index 3fe6382c116..3058c736bfe 100644 --- a/posting/mvcc_test.go +++ b/posting/mvcc_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/oracle.go b/posting/oracle.go index 5b6c4510c22..58a05538e3f 100644 --- a/posting/oracle.go +++ b/posting/oracle.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/size.go b/posting/size.go index 80f81f89a99..9e066b744d1 100644 --- a/posting/size.go +++ b/posting/size.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/size_test.go b/posting/size_test.go index a2abf427290..a1fa5d4b61d 100644 --- a/posting/size_test.go +++ b/posting/size_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/stats.go b/posting/stats.go index 562f7f78463..663e9f7e2ad 100644 --- a/posting/stats.go +++ b/posting/stats.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/writer.go b/posting/writer.go index b18f99c23ad..f4ee9caf774 100644 --- a/posting/writer.go +++ b/posting/writer.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/posting/writer_test.go b/posting/writer_test.go index d6cdf8f46e9..5dcffd67513 100644 --- a/posting/writer_test.go +++ b/posting/writer_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/protos/Makefile b/protos/Makefile index 266a78806f9..46e301643ca 100644 --- a/protos/Makefile +++ b/protos/Makefile @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: © Hypermode Inc. +# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. # SPDX-License-Identifier: Apache-2.0 # diff --git a/protos/depcheck.sh b/protos/depcheck.sh index 8f74120ee45..6d02aa96f70 100755 --- a/protos/depcheck.sh +++ b/protos/depcheck.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# SPDX-FileCopyrightText: © Hypermode Inc. +# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. # SPDX-License-Identifier: Apache-2.0 # diff --git a/protos/pb.proto b/protos/pb.proto index f5098c0e69e..7352d77c4f4 100644 --- a/protos/pb.proto +++ b/protos/pb.proto @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/protos/pb/sensitive.go b/protos/pb/sensitive.go index 0ef95957f63..42fe6c8049c 100644 --- a/protos/pb/sensitive.go +++ b/protos/pb/sensitive.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/protos/protos_test.go b/protos/protos_test.go index 2fe52b718db..1be0b0537e4 100644 --- a/protos/protos_test.go +++ b/protos/protos_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/aggregator.go b/query/aggregator.go index 5905bd42ee8..e05c5352d9d 100644 --- a/query/aggregator.go +++ b/query/aggregator.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/arena.go b/query/arena.go index bd58114cb80..04f0d587b42 100644 --- a/query/arena.go +++ b/query/arena.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/benchmark_test.go b/query/benchmark_test.go index 8698f3fb3da..9268d467351 100644 --- a/query/benchmark_test.go +++ b/query/benchmark_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/cloud_test.go b/query/cloud_test.go index a313b8691ed..a02f31915d2 100644 --- a/query/cloud_test.go +++ b/query/cloud_test.go @@ -1,7 +1,7 @@ //go:build cloud /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/common_test.go b/query/common_test.go index b3f7d538c01..373d1406609 100644 --- a/query/common_test.go +++ b/query/common_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/fastjson_test.go b/query/fastjson_test.go index db5c2b5e8dc..77b89301ca1 100644 --- a/query/fastjson_test.go +++ b/query/fastjson_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/groupby.go b/query/groupby.go index 76c33f22343..1bf206b5778 100644 --- a/query/groupby.go +++ b/query/groupby.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/integration_test.go b/query/integration_test.go index 7c4664ca425..2ab94b142a4 100644 --- a/query/integration_test.go +++ b/query/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/math.go b/query/math.go index 9de8fa9fa4b..87aa60a660b 100644 --- a/query/math.go +++ b/query/math.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/math_test.go b/query/math_test.go index f64cbd53eca..c5326c9155d 100644 --- a/query/math_test.go +++ b/query/math_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/mutation.go b/query/mutation.go index b9b12061ca3..0d46ac8325a 100644 --- a/query/mutation.go +++ b/query/mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/mutation_test.go b/query/mutation_test.go index 73efcb53dbc..7f7959d85a9 100644 --- a/query/mutation_test.go +++ b/query/mutation_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/normalize_feature_flag_test.go b/query/normalize_feature_flag_test.go index 33e89e41eb7..5eaa4edc4fb 100644 --- a/query/normalize_feature_flag_test.go +++ b/query/normalize_feature_flag_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/outputnode.go b/query/outputnode.go index 2eb9f8009c2..f5448bf97c7 100644 --- a/query/outputnode.go +++ b/query/outputnode.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/outputnode_graphql.go b/query/outputnode_graphql.go index af0fc1c29b8..2a712018e8f 100644 --- a/query/outputnode_graphql.go +++ b/query/outputnode_graphql.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/outputnode_test.go b/query/outputnode_test.go index 5c11ceea3d8..9a799121cf2 100644 --- a/query/outputnode_test.go +++ b/query/outputnode_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/outputrdf.go b/query/outputrdf.go index f0102ef6b2e..28d1000abc8 100644 --- a/query/outputrdf.go +++ b/query/outputrdf.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/query.go b/query/query.go index 795d3d24601..db46471b8d2 100644 --- a/query/query.go +++ b/query/query.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/query0_test.go b/query/query0_test.go index 8004345a5ad..7dd5a7c8f43 100644 --- a/query/query0_test.go +++ b/query/query0_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/query1_test.go b/query/query1_test.go index 77b00c1205f..55bece4665d 100644 --- a/query/query1_test.go +++ b/query/query1_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/query2_test.go b/query/query2_test.go index bc153b6c777..3e6869ae73c 100644 --- a/query/query2_test.go +++ b/query/query2_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/query3_test.go b/query/query3_test.go index 0bc9cec28e7..77bbb446653 100644 --- a/query/query3_test.go +++ b/query/query3_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/query4_test.go b/query/query4_test.go index 3fdaae3e9ef..4d59905f75e 100644 --- a/query/query4_test.go +++ b/query/query4_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/query_facets_test.go b/query/query_facets_test.go index 3889b370bbe..3b0095ee2c0 100644 --- a/query/query_facets_test.go +++ b/query/query_facets_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/query_ngram_test.go b/query/query_ngram_test.go index e5abd585b3b..2af3e7bcf18 100644 --- a/query/query_ngram_test.go +++ b/query/query_ngram_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/rdf_result_test.go b/query/rdf_result_test.go index 47e0d037934..86b40e56731 100644 --- a/query/rdf_result_test.go +++ b/query/rdf_result_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/recurse.go b/query/recurse.go index d57eec50267..7341f368543 100644 --- a/query/recurse.go +++ b/query/recurse.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/shortest.go b/query/shortest.go index 12a107a4a43..855b867ca33 100644 --- a/query/shortest.go +++ b/query/shortest.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/upgrade_test.go b/query/upgrade_test.go index cbdfbf2b72e..c103f2ad6cf 100644 --- a/query/upgrade_test.go +++ b/query/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/vector/integration_test.go b/query/vector/integration_test.go index 8b2aed35833..768e715ffdd 100644 --- a/query/vector/integration_test.go +++ b/query/vector/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/vector/vector_graphql_test.go b/query/vector/vector_graphql_test.go index 7eeb7d4ba09..516f07f18df 100644 --- a/query/vector/vector_graphql_test.go +++ b/query/vector/vector_graphql_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/vector/vector_test.go b/query/vector/vector_test.go index 80616fe6e14..1ff0e65edeb 100644 --- a/query/vector/vector_test.go +++ b/query/vector/vector_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/raftwal/encryption_test.go b/raftwal/encryption_test.go index 90f04bc666d..02a0a750b3a 100644 --- a/raftwal/encryption_test.go +++ b/raftwal/encryption_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/raftwal/log.go b/raftwal/log.go index 32708911791..25812dd1d69 100644 --- a/raftwal/log.go +++ b/raftwal/log.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/raftwal/meta.go b/raftwal/meta.go index 742bb043b8d..2278ea278fa 100644 --- a/raftwal/meta.go +++ b/raftwal/meta.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/raftwal/storage.go b/raftwal/storage.go index 3151c889920..7a44c7bbbce 100644 --- a/raftwal/storage.go +++ b/raftwal/storage.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/raftwal/storage_test.go b/raftwal/storage_test.go index 99831134e9e..074c9654ed2 100644 --- a/raftwal/storage_test.go +++ b/raftwal/storage_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/raftwal/wal.go b/raftwal/wal.go index e5c36cc719b..45426f202e0 100644 --- a/raftwal/wal.go +++ b/raftwal/wal.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/schema/parse.go b/schema/parse.go index 776596d292b..3f177567ac8 100644 --- a/schema/parse.go +++ b/schema/parse.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/schema/parse_test.go b/schema/parse_test.go index f201d753537..40f63cce139 100644 --- a/schema/parse_test.go +++ b/schema/parse_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/schema/schema.go b/schema/schema.go index c6a268d4d00..819e4cd7c74 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/schema/schema_test.go b/schema/schema_test.go index 40f362d7f47..597ca79f5a2 100644 --- a/schema/schema_test.go +++ b/schema/schema_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/schema/state.go b/schema/state.go index e15a8171ca8..c2d95553379 100644 --- a/schema/state.go +++ b/schema/state.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/1million/1million_test.go b/systest/1million/1million_test.go index 2a4965e5d81..8c177595def 100644 --- a/systest/1million/1million_test.go +++ b/systest/1million/1million_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/1million/common/tc.go b/systest/1million/common/tc.go index 8614ef653e5..b8d91ec5975 100644 --- a/systest/1million/common/tc.go +++ b/systest/1million/common/tc.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/21million/bulk/run_test.go b/systest/21million/bulk/run_test.go index 1e918208c75..8aa05db1060 100644 --- a/systest/21million/bulk/run_test.go +++ b/systest/21million/bulk/run_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/21million/common/run_queries.go b/systest/21million/common/run_queries.go index 8f7a9950e10..6ac72a6f20c 100644 --- a/systest/21million/common/run_queries.go +++ b/systest/21million/common/run_queries.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/21million/live/run_test.go b/systest/21million/live/run_test.go index f132301708c..9543c7b8c5a 100644 --- a/systest/21million/live/run_test.go +++ b/systest/21million/live/run_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/acl/restore/acl_restore_test.go b/systest/acl/restore/acl_restore_test.go index eb373d7745f..dee8facb48e 100644 --- a/systest/acl/restore/acl_restore_test.go +++ b/systest/acl/restore/acl_restore_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/audit/audit_test.go b/systest/audit/audit_test.go index c9eaf7608a0..5cec84bd316 100644 --- a/systest/audit/audit_test.go +++ b/systest/audit/audit_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/audit_encrypted/audit_test.go b/systest/audit_encrypted/audit_test.go index 115c9b78152..d4988a916c0 100644 --- a/systest/audit_encrypted/audit_test.go +++ b/systest/audit_encrypted/audit_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/backup/advanced-scenarios/127-Namespace/backup_test.go b/systest/backup/advanced-scenarios/127-Namespace/backup_test.go index c24b3a70d97..7b44a57765d 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go b/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go index 63a259674b2..4b21d2dcb3e 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go b/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go index b242281c7fa..c62c9e64fbb 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/backup/common/utils.go b/systest/backup/common/utils.go index efafaf2a7b8..63eae270265 100644 --- a/systest/backup/common/utils.go +++ b/systest/backup/common/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/backup/encryption/backup_test.go b/systest/backup/encryption/backup_test.go index a49f6c1dc71..f62c10f0dff 100644 --- a/systest/backup/encryption/backup_test.go +++ b/systest/backup/encryption/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/backup/filesystem/backup_test.go b/systest/backup/filesystem/backup_test.go index cb6f3d7a5b1..ce94e16a720 100644 --- a/systest/backup/filesystem/backup_test.go +++ b/systest/backup/filesystem/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/backup/minio-large/backup_test.go b/systest/backup/minio-large/backup_test.go index 8f58194b26e..a13e1cbbbc5 100644 --- a/systest/backup/minio-large/backup_test.go +++ b/systest/backup/minio-large/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/backup/minio/backup_test.go b/systest/backup/minio/backup_test.go index 3abea1acf05..544d7bc166f 100644 --- a/systest/backup/minio/backup_test.go +++ b/systest/backup/minio/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/backup/multi-tenancy/backup_test.go b/systest/backup/multi-tenancy/backup_test.go index 58a35128662..7e0021da46c 100644 --- a/systest/backup/multi-tenancy/backup_test.go +++ b/systest/backup/multi-tenancy/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/backup/nfs-backup/backup_test.go b/systest/backup/nfs-backup/backup_test.go index aa9f609428f..136caee45c2 100644 --- a/systest/backup/nfs-backup/backup_test.go +++ b/systest/backup/nfs-backup/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/bgindex/common_test.go b/systest/bgindex/common_test.go index aef1a59d6e3..25461b18c15 100644 --- a/systest/bgindex/common_test.go +++ b/systest/bgindex/common_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/bgindex/count_test.go b/systest/bgindex/count_test.go index f38c7c0e183..3e23209c257 100644 --- a/systest/bgindex/count_test.go +++ b/systest/bgindex/count_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/bgindex/parallel_test.go b/systest/bgindex/parallel_test.go index 8940e5a9f3c..d1215ecc30e 100644 --- a/systest/bgindex/parallel_test.go +++ b/systest/bgindex/parallel_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/bgindex/reverse_test.go b/systest/bgindex/reverse_test.go index 9eff322478e..54b77dd3d67 100644 --- a/systest/bgindex/reverse_test.go +++ b/systest/bgindex/reverse_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/bgindex/string_test.go b/systest/bgindex/string_test.go index cfa2a73d0ca..4545ccc8370 100644 --- a/systest/bgindex/string_test.go +++ b/systest/bgindex/string_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/bulk_live/bulk/bulk_test.go b/systest/bulk_live/bulk/bulk_test.go index 5dffcdd5712..b5f0bcbbb70 100644 --- a/systest/bulk_live/bulk/bulk_test.go +++ b/systest/bulk_live/bulk/bulk_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/bulk_live/common/bulk_live_cases.go b/systest/bulk_live/common/bulk_live_cases.go index 4ea9130d969..cb89799f5e9 100644 --- a/systest/bulk_live/common/bulk_live_cases.go +++ b/systest/bulk_live/common/bulk_live_cases.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/bulk_live/common/bulk_live_fixture.go b/systest/bulk_live/common/bulk_live_fixture.go index ce0b90d8f4d..7bcd93ecb31 100644 --- a/systest/bulk_live/common/bulk_live_fixture.go +++ b/systest/bulk_live/common/bulk_live_fixture.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/bulk_live/live/live_test.go b/systest/bulk_live/live/live_test.go index 79071044304..165e14c544b 100644 --- a/systest/bulk_live/live/live_test.go +++ b/systest/bulk_live/live/live_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/cdc/cdc_test.go b/systest/cdc/cdc_test.go index 045829d40ee..e682c366c5b 100644 --- a/systest/cdc/cdc_test.go +++ b/systest/cdc/cdc_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/cloud/cloud_test.go b/systest/cloud/cloud_test.go index 33b62249f4e..49565319dff 100644 --- a/systest/cloud/cloud_test.go +++ b/systest/cloud/cloud_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/export/export_test.go b/systest/export/export_test.go index ce200757f1c..b756881bc34 100644 --- a/systest/export/export_test.go +++ b/systest/export/export_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/group-delete/group_delete_test.go b/systest/group-delete/group_delete_test.go index 686cf77727d..b6efe8efc6a 100644 --- a/systest/group-delete/group_delete_test.go +++ b/systest/group-delete/group_delete_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/integration2/acl_test.go b/systest/integration2/acl_test.go index 55a0f27a72e..a16bff07341 100644 --- a/systest/integration2/acl_test.go +++ b/systest/integration2/acl_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/integration2/bulk_loader_test.go b/systest/integration2/bulk_loader_test.go index d96cdba0bbb..6dc3e02a3a4 100644 --- a/systest/integration2/bulk_loader_test.go +++ b/systest/integration2/bulk_loader_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/integration2/graphql_schema_auth_test.go b/systest/integration2/graphql_schema_auth_test.go index b6544cec8c6..6caf8a5d6b9 100644 --- a/systest/integration2/graphql_schema_auth_test.go +++ b/systest/integration2/graphql_schema_auth_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/integration2/incremental_restore_test.go b/systest/integration2/incremental_restore_test.go index b203699d3a4..62c459206de 100644 --- a/systest/integration2/incremental_restore_test.go +++ b/systest/integration2/incremental_restore_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/integration2/snapshot_test.go b/systest/integration2/snapshot_test.go index 0295eec0f0d..9451576c89f 100644 --- a/systest/integration2/snapshot_test.go +++ b/systest/integration2/snapshot_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/ldbc/ldbc_test.go b/systest/ldbc/ldbc_test.go index 386f820e38d..0c921edc93f 100644 --- a/systest/ldbc/ldbc_test.go +++ b/systest/ldbc/ldbc_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/live_pw_test.go b/systest/live_pw_test.go index 6b3d32c20e3..4880a4de416 100644 --- a/systest/live_pw_test.go +++ b/systest/live_pw_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/loader/loader_test.go b/systest/loader/loader_test.go index b1beb685e59..b09613d69d7 100644 --- a/systest/loader/loader_test.go +++ b/systest/loader/loader_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/multi-tenancy/basic_test.go b/systest/multi-tenancy/basic_test.go index 8d57ae65971..bc69bbd04b3 100644 --- a/systest/multi-tenancy/basic_test.go +++ b/systest/multi-tenancy/basic_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/multi-tenancy/integration_basic_helper_test.go b/systest/multi-tenancy/integration_basic_helper_test.go index ce4ae3d8a30..0688766bd20 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/multi-tenancy/integration_test.go b/systest/multi-tenancy/integration_test.go index b19f3df0609..ff50e0262ed 100644 --- a/systest/multi-tenancy/integration_test.go +++ b/systest/multi-tenancy/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/multi-tenancy/login_test.go b/systest/multi-tenancy/login_test.go index ec4767bffb8..80496629cac 100644 --- a/systest/multi-tenancy/login_test.go +++ b/systest/multi-tenancy/login_test.go @@ -2,7 +2,7 @@ // +build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/multi-tenancy/upgrade_test.go b/systest/multi-tenancy/upgrade_test.go index edc1803edc7..5a89fe0c4d2 100644 --- a/systest/multi-tenancy/upgrade_test.go +++ b/systest/multi-tenancy/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/mutations-and-queries/integration_test.go b/systest/mutations-and-queries/integration_test.go index d047f7b6555..688e5b3e95e 100644 --- a/systest/mutations-and-queries/integration_test.go +++ b/systest/mutations-and-queries/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/mutations-and-queries/mutations_test.go b/systest/mutations-and-queries/mutations_test.go index 030d10918f7..e6e5ef1f616 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/mutations-and-queries/queries_test.go b/systest/mutations-and-queries/queries_test.go index c1675c5b3e5..b955f6437a9 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/mutations-and-queries/upgrade_test.go b/systest/mutations-and-queries/upgrade_test.go index ebc4dfe7c68..359d08776c6 100644 --- a/systest/mutations-and-queries/upgrade_test.go +++ b/systest/mutations-and-queries/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/online-restore/namespace-aware/restore_test.go b/systest/online-restore/namespace-aware/restore_test.go index 7c0ae1eb329..4658e04904e 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 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/online-restore/online_restore_test.go b/systest/online-restore/online_restore_test.go index 495d59fc38a..0f114060146 100644 --- a/systest/online-restore/online_restore_test.go +++ b/systest/online-restore/online_restore_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/plugin/integration_test.go b/systest/plugin/integration_test.go index a9be272bc15..2f1637bdc24 100644 --- a/systest/plugin/integration_test.go +++ b/systest/plugin/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/plugin/plugin_test.go b/systest/plugin/plugin_test.go index a93a3273d75..c9256f70dcf 100644 --- a/systest/plugin/plugin_test.go +++ b/systest/plugin/plugin_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/plugin/upgrade_test.go b/systest/plugin/upgrade_test.go index 62034e2f8f9..00a0ed8d2ae 100644 --- a/systest/plugin/upgrade_test.go +++ b/systest/plugin/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/posting-list-benchmark/main.go b/systest/posting-list-benchmark/main.go index 91ab7e2e439..b04aed027d1 100644 --- a/systest/posting-list-benchmark/main.go +++ b/systest/posting-list-benchmark/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/shortest-path/shortest_test.go b/systest/shortest-path/shortest_test.go index 92872fa86e2..466e5ca4ccb 100644 --- a/systest/shortest-path/shortest_test.go +++ b/systest/shortest-path/shortest_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/unique_test.go b/systest/unique_test.go index d335239ab49..066455d1c28 100644 --- a/systest/unique_test.go +++ b/systest/unique_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/vector/backup_test.go b/systest/vector/backup_test.go index 2effaa171be..2549c67627b 100644 --- a/systest/vector/backup_test.go +++ b/systest/vector/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/vector/load_test.go b/systest/vector/load_test.go index 8bb83e9ecb4..e05698d46c1 100644 --- a/systest/vector/load_test.go +++ b/systest/vector/load_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/vector/vector_test.go b/systest/vector/vector_test.go index 5fd0b991d68..edc892b5973 100644 --- a/systest/vector/vector_test.go +++ b/systest/vector/vector_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/t/Makefile b/t/Makefile index 283943d9629..618c30c4d97 100644 --- a/t/Makefile +++ b/t/Makefile @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: © Hypermode Inc. +# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. # SPDX-License-Identifier: Apache-2.0 # diff --git a/t/t.go b/t/t.go index 5b2d0265089..d2eedb1a895 100644 --- a/t/t.go +++ b/t/t.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/task/conversion.go b/task/conversion.go index c830b8e2033..442ea159b63 100644 --- a/task/conversion.go +++ b/task/conversion.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/backup.go b/testutil/backup.go index 147244debf0..d1887b374fa 100644 --- a/testutil/backup.go +++ b/testutil/backup.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/bulk.go b/testutil/bulk.go index 5967fcb24ad..e4f682b63c3 100644 --- a/testutil/bulk.go +++ b/testutil/bulk.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/client.go b/testutil/client.go index d09f32d108d..02d8b935887 100644 --- a/testutil/client.go +++ b/testutil/client.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/custom_plugins/anagram/main.go b/testutil/custom_plugins/anagram/main.go index 7f368c81a4c..6bbe02f303a 100644 --- a/testutil/custom_plugins/anagram/main.go +++ b/testutil/custom_plugins/anagram/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/custom_plugins/cidr/main.go b/testutil/custom_plugins/cidr/main.go index 0bffef7610d..84109eb463b 100644 --- a/testutil/custom_plugins/cidr/main.go +++ b/testutil/custom_plugins/cidr/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/custom_plugins/cidr/main_test.go b/testutil/custom_plugins/cidr/main_test.go index d36dd78141e..90fc3edffb1 100644 --- a/testutil/custom_plugins/cidr/main_test.go +++ b/testutil/custom_plugins/cidr/main_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/custom_plugins/factor/main.go b/testutil/custom_plugins/factor/main.go index 6c305cb05f7..d0d55eefb13 100644 --- a/testutil/custom_plugins/factor/main.go +++ b/testutil/custom_plugins/factor/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/custom_plugins/rune/main.go b/testutil/custom_plugins/rune/main.go index 626b6eac370..c526b8bc13d 100644 --- a/testutil/custom_plugins/rune/main.go +++ b/testutil/custom_plugins/rune/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/docker.go b/testutil/docker.go index d5714df90ef..1d7b5f69778 100644 --- a/testutil/docker.go +++ b/testutil/docker.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/exec.go b/testutil/exec.go index ea914fb25a9..33565d47ff2 100644 --- a/testutil/exec.go +++ b/testutil/exec.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/graphql.go b/testutil/graphql.go index 47233508538..aa0a10c6924 100644 --- a/testutil/graphql.go +++ b/testutil/graphql.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/json.go b/testutil/json.go index 94393839939..93febea1085 100644 --- a/testutil/json.go +++ b/testutil/json.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/minio.go b/testutil/minio.go index b40147a8c9b..9188a32cdc5 100644 --- a/testutil/minio.go +++ b/testutil/minio.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/multi_tenancy.go b/testutil/multi_tenancy.go index 6837cbcfcd4..3fcde2d3ef6 100644 --- a/testutil/multi_tenancy.go +++ b/testutil/multi_tenancy.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/plugin.go b/testutil/plugin.go index 079ee252f0e..6beda3ea5a7 100644 --- a/testutil/plugin.go +++ b/testutil/plugin.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/schema.go b/testutil/schema.go index 1b1dd4afd91..4dd3a954425 100644 --- a/testutil/schema.go +++ b/testutil/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/testaudit/audit.go b/testutil/testaudit/audit.go index 4e843f6d329..ee4e0aa09dd 100644 --- a/testutil/testaudit/audit.go +++ b/testutil/testaudit/audit.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/utils.go b/testutil/utils.go index e7946a30c8b..03706f5f876 100644 --- a/testutil/utils.go +++ b/testutil/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil/zero.go b/testutil/zero.go index 68482aff2af..5ea567cfbac 100644 --- a/testutil/zero.go +++ b/testutil/zero.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tlstest/acl/acl_over_tls_test.go b/tlstest/acl/acl_over_tls_test.go index 76750afa0ce..06ba72c61d5 100644 --- a/tlstest/acl/acl_over_tls_test.go +++ b/tlstest/acl/acl_over_tls_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tlstest/certrequest/certrequest_test.go b/tlstest/certrequest/certrequest_test.go index 99e830050ce..d5270235983 100644 --- a/tlstest/certrequest/certrequest_test.go +++ b/tlstest/certrequest/certrequest_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tlstest/certrequireandverify/certrequireandverify_test.go b/tlstest/certrequireandverify/certrequireandverify_test.go index 4c9bf4b6fc6..b8221b4c689 100644 --- a/tlstest/certrequireandverify/certrequireandverify_test.go +++ b/tlstest/certrequireandverify/certrequireandverify_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tlstest/certverifyifgiven/certverifyifgiven_test.go b/tlstest/certverifyifgiven/certverifyifgiven_test.go index a5b7f444621..f50255ed9e2 100644 --- a/tlstest/certverifyifgiven/certverifyifgiven_test.go +++ b/tlstest/certverifyifgiven/certverifyifgiven_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tlstest/mtls_internal/ha_6_node/ha_test.go b/tlstest/mtls_internal/ha_6_node/ha_test.go index 360b362f580..56cdab45da9 100644 --- a/tlstest/mtls_internal/ha_6_node/ha_test.go +++ b/tlstest/mtls_internal/ha_6_node/ha_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tlstest/mtls_internal/multi_group/multi_group_test.go b/tlstest/mtls_internal/multi_group/multi_group_test.go index 404c8d06360..60404d31599 100644 --- a/tlstest/mtls_internal/multi_group/multi_group_test.go +++ b/tlstest/mtls_internal/multi_group/multi_group_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tlstest/mtls_internal/single_node/single_node_test.go b/tlstest/mtls_internal/single_node/single_node_test.go index b43d3ccfb9c..0524b37f511 100644 --- a/tlstest/mtls_internal/single_node/single_node_test.go +++ b/tlstest/mtls_internal/single_node/single_node_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go b/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go index 884103f23e9..3e39c22c6b4 100644 --- a/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go +++ b/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tlstest/zero_https/no_tls/no_tls_test.go b/tlstest/zero_https/no_tls/no_tls_test.go index 876843450a6..e74e22aaa16 100644 --- a/tlstest/zero_https/no_tls/no_tls_test.go +++ b/tlstest/zero_https/no_tls/no_tls_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/bleve.go b/tok/bleve.go index cf9cb06740f..cd2fff7e840 100644 --- a/tok/bleve.go +++ b/tok/bleve.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/constraints/constraints.go b/tok/constraints/constraints.go index deb7c048318..df8011aea5a 100644 --- a/tok/constraints/constraints.go +++ b/tok/constraints/constraints.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/hnsw/heap.go b/tok/hnsw/heap.go index 3fd01e64bc1..d2b41c724d4 100644 --- a/tok/hnsw/heap.go +++ b/tok/hnsw/heap.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/hnsw/helper.go b/tok/hnsw/helper.go index 477f5bc9b27..55726825eb0 100644 --- a/tok/hnsw/helper.go +++ b/tok/hnsw/helper.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/hnsw/persistent_factory.go b/tok/hnsw/persistent_factory.go index ff4c622f218..6cff8c52ceb 100644 --- a/tok/hnsw/persistent_factory.go +++ b/tok/hnsw/persistent_factory.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/hnsw/persistent_hnsw.go b/tok/hnsw/persistent_hnsw.go index e13ddddaf89..209145f3fad 100644 --- a/tok/hnsw/persistent_hnsw.go +++ b/tok/hnsw/persistent_hnsw.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/hnsw/persistent_hnsw_test.go b/tok/hnsw/persistent_hnsw_test.go index f31bebf4e6e..87042d8032b 100644 --- a/tok/hnsw/persistent_hnsw_test.go +++ b/tok/hnsw/persistent_hnsw_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/hnsw/search_layer.go b/tok/hnsw/search_layer.go index 55230da9a3e..6af86f2374c 100644 --- a/tok/hnsw/search_layer.go +++ b/tok/hnsw/search_layer.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/hnsw/test_helper.go b/tok/hnsw/test_helper.go index eda0e440694..3676d4a0162 100644 --- a/tok/hnsw/test_helper.go +++ b/tok/hnsw/test_helper.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/index/helper.go b/tok/index/helper.go index cc475a8c277..0015c59056c 100644 --- a/tok/index/helper.go +++ b/tok/index/helper.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/index/helper_test.go b/tok/index/helper_test.go index 15214030f90..0cb97024258 100644 --- a/tok/index/helper_test.go +++ b/tok/index/helper_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/index/index.go b/tok/index/index.go index e0a62255ce1..86c680457bf 100644 --- a/tok/index/index.go +++ b/tok/index/index.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/index/search_path.go b/tok/index/search_path.go index 1c247e926f5..e60e1e318d4 100644 --- a/tok/index/search_path.go +++ b/tok/index/search_path.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/index/types.go b/tok/index/types.go index 290f7878ff3..b35501333b0 100644 --- a/tok/index/types.go +++ b/tok/index/types.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/index_factory.go b/tok/index_factory.go index abef317b952..96c55e326b5 100644 --- a/tok/index_factory.go +++ b/tok/index_factory.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/langbase.go b/tok/langbase.go index 68ebbc7ce07..a6c0546659e 100644 --- a/tok/langbase.go +++ b/tok/langbase.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/langbase_test.go b/tok/langbase_test.go index bd17c619ebc..108a2480159 100644 --- a/tok/langbase_test.go +++ b/tok/langbase_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/options/allowed_options.go b/tok/options/allowed_options.go index 223c6a2f5d7..e0e9f8ea8cf 100644 --- a/tok/options/allowed_options.go +++ b/tok/options/allowed_options.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/options/option_parser.go b/tok/options/option_parser.go index 30d08ea568e..50bed709a0a 100644 --- a/tok/options/option_parser.go +++ b/tok/options/option_parser.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/options/options.go b/tok/options/options.go index c1bba74360d..0c1d742a731 100644 --- a/tok/options/options.go +++ b/tok/options/options.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/options/options_test.go b/tok/options/options_test.go index d7530a56260..4d73abd39a7 100644 --- a/tok/options/options_test.go +++ b/tok/options/options_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/stemmers.go b/tok/stemmers.go index 44eef254ca6..ef85d00cb56 100644 --- a/tok/stemmers.go +++ b/tok/stemmers.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/stemmers_test.go b/tok/stemmers_test.go index 534cddb9556..718393ea3bb 100644 --- a/tok/stemmers_test.go +++ b/tok/stemmers_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/stopwords.go b/tok/stopwords.go index b7ebac63c91..f694578d39f 100644 --- a/tok/stopwords.go +++ b/tok/stopwords.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/stopwords_test.go b/tok/stopwords_test.go index 81b0aeb77d5..32390c778e1 100644 --- a/tok/stopwords_test.go +++ b/tok/stopwords_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/tok.go b/tok/tok.go index 216f3ae7b06..f9de67d40e7 100644 --- a/tok/tok.go +++ b/tok/tok.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/tok_test.go b/tok/tok_test.go index 19e3fbe992a..4c95094e577 100644 --- a/tok/tok_test.go +++ b/tok/tok_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tok/tokens.go b/tok/tokens.go index 6aa6d895406..bda9a04e743 100644 --- a/tok/tokens.go +++ b/tok/tokens.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/compare.go b/types/compare.go index eb71ba568bc..2f0c5ebeb92 100644 --- a/types/compare.go +++ b/types/compare.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/conversion.go b/types/conversion.go index 6f3b985bc22..a9e47e3a90e 100644 --- a/types/conversion.go +++ b/types/conversion.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/conversion_test.go b/types/conversion_test.go index 361ed8b14ff..c15849f5af6 100644 --- a/types/conversion_test.go +++ b/types/conversion_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/earth.go b/types/earth.go index 34bf896a0bf..4e08ee680ec 100644 --- a/types/earth.go +++ b/types/earth.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/facets/facet_types.go b/types/facets/facet_types.go index 5a03b5da0f2..8a9a62ca279 100644 --- a/types/facets/facet_types.go +++ b/types/facets/facet_types.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/facets/utils.go b/types/facets/utils.go index 2441b0be2a7..539f64fcf9e 100644 --- a/types/facets/utils.go +++ b/types/facets/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/geo_test.go b/types/geo_test.go index 212fe62e603..cea4a4fd499 100644 --- a/types/geo_test.go +++ b/types/geo_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/geofilter.go b/types/geofilter.go index e5a13a7509f..bacb004750a 100644 --- a/types/geofilter.go +++ b/types/geofilter.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/geofilter_test.go b/types/geofilter_test.go index e50dd1fcdab..62002d18637 100644 --- a/types/geofilter_test.go +++ b/types/geofilter_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/password.go b/types/password.go index e2b64f088b6..ddb8e526cde 100644 --- a/types/password.go +++ b/types/password.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/password_test.go b/types/password_test.go index 4c8991e7faf..7a58f578fcc 100644 --- a/types/password_test.go +++ b/types/password_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/s2.go b/types/s2.go index 20e41cb24e9..4f7ad203352 100644 --- a/types/s2.go +++ b/types/s2.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/s2_test.go b/types/s2_test.go index 8575e321f81..a48f24842ca 100644 --- a/types/s2_test.go +++ b/types/s2_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/s2index.go b/types/s2index.go index 7048f8bd0a2..c8929119fc6 100644 --- a/types/s2index.go +++ b/types/s2index.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/s2index_test.go b/types/s2index_test.go index bb9468d0fc5..75e09a87de2 100644 --- a/types/s2index_test.go +++ b/types/s2index_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/scalar_types.go b/types/scalar_types.go index 7299d925537..f8d481927c0 100644 --- a/types/scalar_types.go +++ b/types/scalar_types.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/scalar_types_test.go b/types/scalar_types_test.go index efa58ee318c..9bd0b2faf37 100644 --- a/types/scalar_types_test.go +++ b/types/scalar_types_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/select.go b/types/select.go index 8d31f73d314..b849c298a85 100644 --- a/types/select.go +++ b/types/select.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/sharded_map.go b/types/sharded_map.go index da9a0256c1d..0317ff2c551 100644 --- a/types/sharded_map.go +++ b/types/sharded_map.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/sort.go b/types/sort.go index 43c33183813..10be2d488e1 100644 --- a/types/sort.go +++ b/types/sort.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/sort_test.go b/types/sort_test.go index a205947d73a..23942bda4d6 100644 --- a/types/sort_test.go +++ b/types/sort_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/value.go b/types/value.go index 47c465ef702..5fb7142f3f1 100644 --- a/types/value.go +++ b/types/value.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/types/value_test.go b/types/value_test.go index dc47cda2f95..3bafcc1e6e6 100644 --- a/types/value_test.go +++ b/types/value_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/upgrade/change_list.go b/upgrade/change_list.go index 0ff3b861eb5..f0287d49f0f 100644 --- a/upgrade/change_list.go +++ b/upgrade/change_list.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/upgrade/change_v20.03.0.go b/upgrade/change_v20.03.0.go index 9facc1ba951..ff333fda02b 100644 --- a/upgrade/change_v20.03.0.go +++ b/upgrade/change_v20.03.0.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/upgrade/change_v20.07.0.go b/upgrade/change_v20.07.0.go index 298a2e2cc5c..4e8496b180a 100644 --- a/upgrade/change_v20.07.0.go +++ b/upgrade/change_v20.07.0.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/upgrade/change_v21.03.0.go b/upgrade/change_v21.03.0.go index 4de995bd13f..0818585f249 100644 --- a/upgrade/change_v21.03.0.go +++ b/upgrade/change_v21.03.0.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/upgrade/doc.go b/upgrade/doc.go index fe913ed4648..12330857590 100644 --- a/upgrade/doc.go +++ b/upgrade/doc.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/upgrade/upgrade.go b/upgrade/upgrade.go index d9bf2af059e..0fe75d40a84 100644 --- a/upgrade/upgrade.go +++ b/upgrade/upgrade.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/upgrade/upgrade_test.go b/upgrade/upgrade_test.go index 028dd2458da..6dd208ab245 100644 --- a/upgrade/upgrade_test.go +++ b/upgrade/upgrade_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/upgrade/utils.go b/upgrade/utils.go index ac408d5aaad..4550baef618 100644 --- a/upgrade/utils.go +++ b/upgrade/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/upgrade/utils_test.go b/upgrade/utils_test.go index bcbdb7d86a6..2daa88634ed 100644 --- a/upgrade/utils_test.go +++ b/upgrade/utils_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/acl_cache.go b/worker/acl_cache.go index d1c7b50ee69..91c9f4e09a8 100644 --- a/worker/acl_cache.go +++ b/worker/acl_cache.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/acl_cache_test.go b/worker/acl_cache_test.go index cb651dd5d50..7b706e08693 100644 --- a/worker/acl_cache_test.go +++ b/worker/acl_cache_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/aggregator.go b/worker/aggregator.go index e45b8c8465f..2fbfaec58b0 100644 --- a/worker/aggregator.go +++ b/worker/aggregator.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/backup.go b/worker/backup.go index 0d803f47c06..2e63b4cb3f1 100644 --- a/worker/backup.go +++ b/worker/backup.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/backup_handler.go b/worker/backup_handler.go index a2883bb5cb5..39436a53913 100644 --- a/worker/backup_handler.go +++ b/worker/backup_handler.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/backup_manifest.go b/worker/backup_manifest.go index c20da059f58..6cbcd159257 100644 --- a/worker/backup_manifest.go +++ b/worker/backup_manifest.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/cdc.go b/worker/cdc.go index e7143078e22..9ebaa6c8694 100644 --- a/worker/cdc.go +++ b/worker/cdc.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/compare.go b/worker/compare.go index 91e1220fc60..90d23b072ef 100644 --- a/worker/compare.go +++ b/worker/compare.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/config.go b/worker/config.go index 6fc7ecfa4f0..7e0845c630e 100644 --- a/worker/config.go +++ b/worker/config.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/draft.go b/worker/draft.go index 97a7ea9d43e..3792c45ae59 100644 --- a/worker/draft.go +++ b/worker/draft.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/draft_test.go b/worker/draft_test.go index e0c3762c483..6e620ac5e0e 100644 --- a/worker/draft_test.go +++ b/worker/draft_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/embedded.go b/worker/embedded.go index c2524827ddc..24b9730c38b 100644 --- a/worker/embedded.go +++ b/worker/embedded.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/export.go b/worker/export.go index 5697b73d386..0b86fd61a0d 100644 --- a/worker/export.go +++ b/worker/export.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/export_test.go b/worker/export_test.go index bba3ad4225d..7d636ab6b98 100644 --- a/worker/export_test.go +++ b/worker/export_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/graphql_schema.go b/worker/graphql_schema.go index d306a778dfa..710aafdfe63 100644 --- a/worker/graphql_schema.go +++ b/worker/graphql_schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/groups.go b/worker/groups.go index 93667e3106d..8c8288316ea 100644 --- a/worker/groups.go +++ b/worker/groups.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/import.go b/worker/import.go index f6498836400..b88f0d0c5c3 100644 --- a/worker/import.go +++ b/worker/import.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/match.go b/worker/match.go index 36fc733266f..2f57b314552 100644 --- a/worker/match.go +++ b/worker/match.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/match_test.go b/worker/match_test.go index 6ea67877f2f..90536e7d286 100644 --- a/worker/match_test.go +++ b/worker/match_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/multi_tenancy.go b/worker/multi_tenancy.go index 912ffa9ad06..8aaa8652a10 100644 --- a/worker/multi_tenancy.go +++ b/worker/multi_tenancy.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/mutation.go b/worker/mutation.go index 47ef32b5c9e..be0792ba650 100644 --- a/worker/mutation.go +++ b/worker/mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/mutation_integration_test.go b/worker/mutation_integration_test.go index 4bbd4906b7c..c539b7558d9 100644 --- a/worker/mutation_integration_test.go +++ b/worker/mutation_integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/mutation_unit_test.go b/worker/mutation_unit_test.go index d734290857b..4a8d531fa96 100644 --- a/worker/mutation_unit_test.go +++ b/worker/mutation_unit_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -90,7 +90,7 @@ func TestReverseEdgeSetDel(t *testing.T) { Entity: 1, Op: pb.DirectedEdge_SET, } - + edgeSet2 := &pb.DirectedEdge{ ValueId: 2, Attr: attr, @@ -98,7 +98,6 @@ func TestReverseEdgeSetDel(t *testing.T) { Op: pb.DirectedEdge_SET, } - edgeSet3 := &pb.DirectedEdge{ ValueId: 2, Attr: attr, @@ -106,7 +105,6 @@ func TestReverseEdgeSetDel(t *testing.T) { Op: pb.DirectedEdge_SET, } - x.Check(runMutation(ctx, edgeSet1, txn)) x.Check(runMutation(ctx, edgeSet2, txn)) x.Check(runMutation(ctx, edgeSet3, txn)) diff --git a/worker/online_restore.go b/worker/online_restore.go index c1c6ec04457..21cc6fb8d45 100644 --- a/worker/online_restore.go +++ b/worker/online_restore.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/predicate_move.go b/worker/predicate_move.go index 049a2284319..282175d6f76 100644 --- a/worker/predicate_move.go +++ b/worker/predicate_move.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/predicate_test.go b/worker/predicate_test.go index 2626615a4a0..cc26c6e52bf 100644 --- a/worker/predicate_test.go +++ b/worker/predicate_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/proposal.go b/worker/proposal.go index 07d531b3a4a..b7be2a4e2d3 100644 --- a/worker/proposal.go +++ b/worker/proposal.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/proposal_test.go b/worker/proposal_test.go index fa0192fc14b..cff3c513fc9 100644 --- a/worker/proposal_test.go +++ b/worker/proposal_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/queue.go b/worker/queue.go index 9269d9e873c..d8a451dfeda 100644 --- a/worker/queue.go +++ b/worker/queue.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/restore_map.go b/worker/restore_map.go index 585d5fd998a..b49bcabda14 100644 --- a/worker/restore_map.go +++ b/worker/restore_map.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/restore_reduce.go b/worker/restore_reduce.go index 454d8211568..3951f96e965 100644 --- a/worker/restore_reduce.go +++ b/worker/restore_reduce.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/schema.go b/worker/schema.go index 2579b93ba35..bff832a8c07 100644 --- a/worker/schema.go +++ b/worker/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/server_state.go b/worker/server_state.go index 66a8eb1ce9b..228a5622a32 100644 --- a/worker/server_state.go +++ b/worker/server_state.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/sink_handler.go b/worker/sink_handler.go index fa47e0fe258..f998b4f953f 100644 --- a/worker/sink_handler.go +++ b/worker/sink_handler.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/snapshot.go b/worker/snapshot.go index 87cefd5d918..2ba3959dffe 100644 --- a/worker/snapshot.go +++ b/worker/snapshot.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/snapshot_test.go b/worker/snapshot_test.go index 941f84c2ac0..be48490cc11 100644 --- a/worker/snapshot_test.go +++ b/worker/snapshot_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/sort.go b/worker/sort.go index 834eea49519..1c19b2529f4 100644 --- a/worker/sort.go +++ b/worker/sort.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/sort_test.go b/worker/sort_test.go index 2a1e50dd612..c665bf507e1 100644 --- a/worker/sort_test.go +++ b/worker/sort_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/stringfilter.go b/worker/stringfilter.go index 7fe750d3c8b..f95790f96ec 100644 --- a/worker/stringfilter.go +++ b/worker/stringfilter.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/task.go b/worker/task.go index ba7e859572f..b9010b7bc91 100644 --- a/worker/task.go +++ b/worker/task.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/tokens.go b/worker/tokens.go index 3dc534c1889..bc1a415dea0 100644 --- a/worker/tokens.go +++ b/worker/tokens.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/trigram.go b/worker/trigram.go index ea69353cf04..284a8c2378d 100644 --- a/worker/trigram.go +++ b/worker/trigram.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/upgrade_test.go b/worker/upgrade_test.go index 26435f3dab7..235325c9e3f 100644 --- a/worker/upgrade_test.go +++ b/worker/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/worker.go b/worker/worker.go index d48ae161d06..dda17d402cf 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/worker_test.go b/worker/worker_test.go index 4181b645347..4755cba6ab6 100644 --- a/worker/worker_test.go +++ b/worker/worker_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/zero.go b/worker/zero.go index 45400352455..41d41111370 100644 --- a/worker/zero.go +++ b/worker/zero.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/worker/zero_proxy.go b/worker/zero_proxy.go index 5f6a502b3a5..3d34996d298 100644 --- a/worker/zero_proxy.go +++ b/worker/zero_proxy.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/acl_enc_keys.go b/x/acl_enc_keys.go index b34602baa84..87ca3bac1ac 100644 --- a/x/acl_enc_keys.go +++ b/x/acl_enc_keys.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/config.go b/x/config.go index 10fe0c8aab1..bd872f47b80 100644 --- a/x/config.go +++ b/x/config.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/debug.go b/x/debug.go index d3ff06e9c3a..de5c1a61218 100644 --- a/x/debug.go +++ b/x/debug.go @@ -2,7 +2,7 @@ // +build debug /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/disk_metrics_linux.go b/x/disk_metrics_linux.go index 17bede73683..3e5be5f798f 100644 --- a/x/disk_metrics_linux.go +++ b/x/disk_metrics_linux.go @@ -2,7 +2,7 @@ // +build linux /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/disk_metrics_others.go b/x/disk_metrics_others.go index cc415eedfe8..63566131c35 100644 --- a/x/disk_metrics_others.go +++ b/x/disk_metrics_others.go @@ -2,7 +2,7 @@ // +build !linux /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/doc.go b/x/doc.go index 8e66af54418..1034a979bda 100644 --- a/x/doc.go +++ b/x/doc.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/error.go b/x/error.go index 8a09b93e29b..8a40683d362 100644 --- a/x/error.go +++ b/x/error.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/error_test.go b/x/error_test.go index 7d2cc355e39..d563c8de34c 100644 --- a/x/error_test.go +++ b/x/error_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/file.go b/x/file.go index 4416fd5473d..88a8d6c1f52 100644 --- a/x/file.go +++ b/x/file.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/file_test.go b/x/file_test.go index f4ad0d94964..1009854b6a8 100644 --- a/x/file_test.go +++ b/x/file_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/flags.go b/x/flags.go index 87b0e88beea..a6ac0063463 100644 --- a/x/flags.go +++ b/x/flags.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/health.go b/x/health.go index 0d3b3121a85..e7dff5119ee 100644 --- a/x/health.go +++ b/x/health.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/init.go b/x/init.go index 02ac8a6fd4f..f088499e205 100644 --- a/x/init.go +++ b/x/init.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -53,10 +53,9 @@ jemalloc enabled : %v For Dgraph official documentation, visit https://dgraph.io/docs. For discussions about Dgraph , visit https://discuss.dgraph.io. -For fully-managed Dgraph Cloud , visit https://dgraph.io/cloud. %s. -© Hypermode Inc. +© Istari Digital, Inc. `, dgraphVersion, dgraphCodename, ExecutableChecksum(), lastCommitSHA, lastCommitTime, gitBranch, diff --git a/x/jwt_helper.go b/x/jwt_helper.go index a8b8abbabeb..134b0e7fdd6 100644 --- a/x/jwt_helper.go +++ b/x/jwt_helper.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/keys.go b/x/keys.go index 3292faf145b..f6cf1167158 100644 --- a/x/keys.go +++ b/x/keys.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/keys_test.go b/x/keys_test.go index bf57b1e7467..a32f79f4e12 100644 --- a/x/keys_test.go +++ b/x/keys_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/lock.go b/x/lock.go index 3efed152820..b595aebc132 100644 --- a/x/lock.go +++ b/x/lock.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/log.go b/x/log.go index 9d134dbdf96..197a30fc2cc 100644 --- a/x/log.go +++ b/x/log.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/log_writer.go b/x/log_writer.go index bde7fdb3d83..69a3a54521a 100644 --- a/x/log_writer.go +++ b/x/log_writer.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/log_writer_test.go b/x/log_writer_test.go index 036fa4eb5e5..adad3e761f9 100644 --- a/x/log_writer_test.go +++ b/x/log_writer_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/logger.go b/x/logger.go index a43033bd1fa..ae4ecd88ca9 100644 --- a/x/logger.go +++ b/x/logger.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/metrics.go b/x/metrics.go index e5aed5b95ec..137f5e48915 100644 --- a/x/metrics.go +++ b/x/metrics.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/minioclient.go b/x/minioclient.go index d027964b336..a58e81c404f 100644 --- a/x/minioclient.go +++ b/x/minioclient.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/nodebug.go b/x/nodebug.go index 4899265c3d0..d2b6a6c38d5 100644 --- a/x/nodebug.go +++ b/x/nodebug.go @@ -2,7 +2,7 @@ // +build !debug /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/profile.go b/x/profile.go index 2f159653d77..3bf7af85de7 100644 --- a/x/profile.go +++ b/x/profile.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/server.go b/x/server.go index 20949f50d57..ab91b1fac23 100644 --- a/x/server.go +++ b/x/server.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/subcommand.go b/x/subcommand.go index 73fdd254b67..deef854f74a 100644 --- a/x/subcommand.go +++ b/x/subcommand.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/tls_helper.go b/x/tls_helper.go index 997a1633470..04744950782 100644 --- a/x/tls_helper.go +++ b/x/tls_helper.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/types.go b/x/types.go index 0cd161ad2db..a5a65e1d466 100644 --- a/x/types.go +++ b/x/types.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/ulimit_unix.go b/x/ulimit_unix.go index 636e8ddd718..61c932acda7 100644 --- a/x/ulimit_unix.go +++ b/x/ulimit_unix.go @@ -2,7 +2,7 @@ // +build !windows /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/ulimit_windows.go b/x/ulimit_windows.go index b5f275046e5..d5c60464afc 100644 --- a/x/ulimit_windows.go +++ b/x/ulimit_windows.go @@ -2,7 +2,7 @@ // +build windows /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/values.go b/x/values.go index e4fd78e40a0..8a6712e5b53 100644 --- a/x/values.go +++ b/x/values.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/values_test.go b/x/values_test.go index 4e2d874f120..37ffe3bfac5 100644 --- a/x/values_test.go +++ b/x/values_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/vault.go b/x/vault.go index 42c94fcf67c..f391673efda 100644 --- a/x/vault.go +++ b/x/vault.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/x.go b/x/x.go index 3a100fc5644..a1434e69223 100644 --- a/x/x.go +++ b/x/x.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/x_test.go b/x/x_test.go index 59ba48a174b..bd1ff2055be 100644 --- a/x/x_test.go +++ b/x/x_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/xidmap/trie.go b/xidmap/trie.go index 134ac904856..5568198e456 100644 --- a/xidmap/trie.go +++ b/xidmap/trie.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/xidmap/trie_test.go b/xidmap/trie_test.go index 684d1b2189a..2234dad869b 100644 --- a/xidmap/trie_test.go +++ b/xidmap/trie_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/xidmap/xidmap.go b/xidmap/xidmap.go index 14820581b30..4be59f86bdb 100644 --- a/xidmap/xidmap.go +++ b/xidmap/xidmap.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/xidmap/xidmap_test.go b/xidmap/xidmap_test.go index dd458fac6aa..8d481f21895 100644 --- a/xidmap/xidmap_test.go +++ b/xidmap/xidmap_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ From 6da54e7ca7c0be23a71986a7002a2d75dbf68f3b Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 14:57:22 -0500 Subject: [PATCH 02/17] Rename module; hypermode -> dgraph-io --- .../ci-dgraph-weekly-upgrade-tests.yml | 12 +++--- acl/acl.go | 2 +- acl/acl_curl_test.go | 6 +-- acl/acl_integration_test.go | 4 +- acl/acl_test.go | 6 +-- acl/integration_test.go | 4 +- acl/jwt_algo_test.go | 6 +-- acl/run.go | 2 +- acl/upgrade_test.go | 6 +-- acl/utils.go | 2 +- algo/heap.go | 2 +- algo/packed.go | 4 +- algo/packed_test.go | 4 +- algo/uidlist.go | 4 +- algo/uidlist_test.go | 4 +- audit/audit.go | 4 +- audit/interceptor.go | 4 +- audit/run.go | 2 +- audit/run_test.go | 2 +- backup/run.go | 8 ++-- check_upgrade/check_upgrade.go | 4 +- check_upgrade/check_upgrade_test.go | 6 +-- chunker/chunk.go | 6 +-- chunker/json_parser.go | 8 ++-- chunker/json_parser_test.go | 12 +++--- chunker/rdf_parser.go | 10 ++--- chunker/rdf_parser_test.go | 6 +-- chunker/rdf_state.go | 2 +- codec/benchmark/benchmark.go | 6 +-- codec/codec.go | 4 +- codec/codec_test.go | 4 +- compose/compose.go | 2 +- conn/node.go | 6 +-- conn/node_test.go | 4 +- conn/pool.go | 4 +- conn/raft_server.go | 4 +- contrib/jepsen/main.go | 2 +- dgraph/Makefile | 10 ++--- dgraph/cmd/alpha/admin.go | 8 ++-- dgraph/cmd/alpha/dashboard.go | 2 +- dgraph/cmd/alpha/http.go | 12 +++--- dgraph/cmd/alpha/http_test.go | 8 ++-- .../mutations_mode/mutations_mode_test.go | 2 +- dgraph/cmd/alpha/run.go | 18 ++++---- dgraph/cmd/alpha/run_test.go | 14 +++---- dgraph/cmd/alpha/upsert_test.go | 4 +- dgraph/cmd/bulk/count_index.go | 8 ++-- dgraph/cmd/bulk/loader.go | 16 +++---- dgraph/cmd/bulk/mapper.go | 18 ++++---- dgraph/cmd/bulk/merge_shards.go | 2 +- dgraph/cmd/bulk/progress.go | 2 +- dgraph/cmd/bulk/reduce.go | 8 ++-- dgraph/cmd/bulk/run.go | 8 ++-- dgraph/cmd/bulk/schema.go | 10 ++--- dgraph/cmd/bulk/shard_map.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 | 12 +++--- dgraph/cmd/debug/wal.go | 6 +-- dgraph/cmd/debuginfo/run.go | 2 +- dgraph/cmd/decrypt/decrypt.go | 4 +- dgraph/cmd/dgraphimport/import_test.go | 8 ++-- dgraph/cmd/dgraphimport/run.go | 4 +- dgraph/cmd/increment/increment.go | 2 +- dgraph/cmd/increment/increment_test.go | 2 +- dgraph/cmd/live/batch.go | 12 +++--- dgraph/cmd/live/load-json/load_test.go | 4 +- dgraph/cmd/live/load-uids/load_test.go | 4 +- dgraph/cmd/live/run.go | 14 +++---- dgraph/cmd/mcp/mcp_server.go | 4 +- dgraph/cmd/mcp/mcp_server_sse_test.go | 2 +- dgraph/cmd/mcp/run.go | 2 +- dgraph/cmd/migrate/run.go | 2 +- dgraph/cmd/migrate/table_info.go | 2 +- dgraph/cmd/migrate/utils.go | 2 +- dgraph/cmd/root.go | 42 +++++++++---------- dgraph/cmd/version/run.go | 2 +- dgraph/cmd/version/version_test.go | 2 +- dgraph/cmd/zero/assign.go | 4 +- dgraph/cmd/zero/http.go | 4 +- dgraph/cmd/zero/oracle.go | 6 +-- dgraph/cmd/zero/raft.go | 6 +-- dgraph/cmd/zero/run.go | 12 +++--- dgraph/cmd/zero/tablet.go | 4 +- dgraph/cmd/zero/zero.go | 6 +-- dgraph/cmd/zero/zero_test.go | 6 +-- dgraph/main.go | 2 +- dgraphapi/cluster.go | 4 +- dgraphtest/compose_cluster.go | 4 +- dgraphtest/dcloud_cluster.go | 2 +- dgraphtest/load.go | 6 +-- dgraphtest/local_cluster.go | 4 +- dql/bench_test.go | 2 +- dql/dql.go | 2 +- dql/math.go | 6 +-- dql/mutation.go | 6 +-- dql/parser.go | 8 ++-- dql/parser_mutation.go | 2 +- dql/parser_test.go | 6 +-- dql/state.go | 2 +- dql/state_test.go | 2 +- edgraph/access.go | 14 +++---- edgraph/access_test.go | 6 +-- edgraph/alter_test.go | 4 +- edgraph/config_mem.go | 2 +- edgraph/graphql.go | 4 +- edgraph/multi_tenancy.go | 10 ++--- edgraph/namespace.go | 2 +- edgraph/namespace_test.go | 4 +- edgraph/query.go | 4 +- edgraph/server.go | 26 ++++++------ edgraph/server_test.go | 10 ++--- edgraph/zero.go | 4 +- enc/util.go | 2 +- filestore/filestore.go | 2 +- filestore/local_files.go | 4 +- filestore/remote_files.go | 4 +- go.mod | 2 +- graphql/admin/add_group.go | 8 ++-- graphql/admin/admin.go | 14 +++---- graphql/admin/assign.go | 8 ++-- graphql/admin/backup.go | 8 ++-- graphql/admin/config.go | 6 +-- graphql/admin/current_user.go | 8 ++-- graphql/admin/draining.go | 6 +-- graphql/admin/export.go | 10 ++--- graphql/admin/health.go | 8 ++-- graphql/admin/http.go | 14 +++---- graphql/admin/list_backups.go | 10 ++--- graphql/admin/login.go | 6 +-- graphql/admin/moveTablet.go | 10 ++--- graphql/admin/namespace.go | 8 ++-- graphql/admin/removeNode.go | 8 ++-- graphql/admin/reset_password.go | 6 +-- graphql/admin/restore.go | 10 ++--- graphql/admin/schema.go | 12 +++--- graphql/admin/shutdown.go | 6 +-- graphql/admin/state.go | 10 ++--- graphql/admin/task.go | 8 ++-- graphql/admin/update_group.go | 8 ++-- graphql/bench/auth_test.go | 10 ++--- graphql/dgraph/execute.go | 6 +-- graphql/dgraph/graphquery.go | 4 +- .../poorman_auth/admin_auth_test.go | 4 +- .../poorman_auth_with_acl/admin_auth_test.go | 4 +- graphql/e2e/auth/add_mutation_test.go | 2 +- graphql/e2e/auth/auth_test.go | 8 ++-- graphql/e2e/auth/debug_off/debugoff_test.go | 8 ++-- graphql/e2e/auth/delete_mutation_test.go | 2 +- graphql/e2e/auth/update_mutation_test.go | 2 +- .../auth_closed_by_default_test.go | 6 +-- graphql/e2e/common/admin.go | 6 +-- graphql/e2e/common/common.go | 6 +-- graphql/e2e/common/error.go | 10 ++--- graphql/e2e/common/fragment.go | 2 +- graphql/e2e/common/lambda.go | 2 +- graphql/e2e/common/mutation.go | 4 +- graphql/e2e/common/query.go | 6 +-- graphql/e2e/common/schema.go | 2 +- graphql/e2e/common/subscription.go | 2 +- graphql/e2e/custom_logic/custom_logic_test.go | 8 ++-- .../e2e/directives/dgraph_directives_test.go | 4 +- .../e2e/multi_tenancy/multi_tenancy_test.go | 6 +-- graphql/e2e/normal/normal_test.go | 4 +- graphql/e2e/schema/schema_test.go | 8 ++-- graphql/e2e/subscription/subscription_test.go | 8 ++-- graphql/resolve/auth_test.go | 14 +++---- graphql/resolve/extensions_test.go | 2 +- graphql/resolve/middlewares.go | 6 +-- graphql/resolve/middlewares_test.go | 2 +- graphql/resolve/mutation.go | 8 ++-- graphql/resolve/mutation_rewriter.go | 6 +-- graphql/resolve/mutation_test.go | 10 ++--- graphql/resolve/query.go | 8 ++-- graphql/resolve/query_rewriter.go | 8 ++-- graphql/resolve/query_test.go | 8 ++-- graphql/resolve/resolver.go | 10 ++--- graphql/resolve/resolver_error_test.go | 6 +-- graphql/resolve/resolver_test.go | 6 +-- graphql/resolve/webhook.go | 6 +-- graphql/schema/auth.go | 2 +- graphql/schema/completion.go | 4 +- graphql/schema/custom_http.go | 4 +- graphql/schema/errors.go | 2 +- graphql/schema/errors_test.go | 2 +- graphql/schema/gqlschema.go | 2 +- graphql/schema/introspection.go | 2 +- graphql/schema/response.go | 2 +- graphql/schema/response_test.go | 2 +- graphql/schema/rules.go | 2 +- graphql/schema/schemagen.go | 4 +- graphql/schema/schemagen_test.go | 4 +- graphql/schema/validation_rules.go | 2 +- graphql/schema/wrappers.go | 4 +- graphql/schema/wrappers_test.go | 2 +- graphql/subscription/poller.go | 6 +-- graphql/test/test.go | 4 +- graphql/testdata/datagen/main.go | 2 +- lex/lexer.go | 2 +- posting/index.go | 12 +++--- posting/index_test.go | 8 ++-- posting/list.go | 16 +++---- posting/list_test.go | 8 ++-- posting/lists.go | 4 +- posting/mvcc.go | 4 +- posting/mvcc_test.go | 6 +-- posting/oracle.go | 6 +-- posting/size.go | 2 +- posting/size_test.go | 2 +- posting/stats.go | 2 +- protos/protos_test.go | 2 +- query/aggregator.go | 6 +-- query/cloud_test.go | 6 +-- query/common_test.go | 6 +-- query/fastjson_test.go | 8 ++-- query/groupby.go | 6 +-- query/integration_test.go | 6 +-- query/math.go | 2 +- query/math_test.go | 2 +- query/mutation.go | 10 ++--- query/mutation_test.go | 2 +- query/normalize_feature_flag_test.go | 2 +- query/outputnode.go | 14 +++---- query/outputnode_graphql.go | 4 +- query/outputnode_test.go | 6 +-- query/outputrdf.go | 8 ++-- query/query.go | 16 +++---- query/query0_test.go | 6 +-- query/query3_test.go | 4 +- query/query4_test.go | 4 +- query/recurse.go | 4 +- query/shortest.go | 10 ++--- query/upgrade_test.go | 6 +-- query/vector/integration_test.go | 6 +-- query/vector/vector_graphql_test.go | 2 +- query/vector/vector_test.go | 6 +-- raftwal/log.go | 2 +- raftwal/meta.go | 2 +- raftwal/storage.go | 2 +- raftwal/storage_test.go | 2 +- raftwal/wal.go | 2 +- schema/parse.go | 10 ++--- schema/parse_test.go | 6 +-- schema/schema.go | 10 ++--- schema/schema_test.go | 2 +- schema/state.go | 2 +- systest/1million/1million_test.go | 4 +- systest/21million/bulk/run_test.go | 6 +-- systest/21million/common/run_queries.go | 4 +- systest/21million/live/run_test.go | 4 +- systest/acl/restore/acl_restore_test.go | 6 +-- systest/audit/audit_test.go | 4 +- systest/audit_encrypted/audit_test.go | 4 +- .../127-Namespace/backup_test.go | 8 ++-- .../acl-nonAcl/backup_test.go | 8 ++-- .../deleted-namespace/backup_test.go | 8 ++-- systest/backup/common/utils.go | 6 +-- systest/backup/encryption/backup_test.go | 6 +-- systest/backup/filesystem/backup_test.go | 8 ++-- systest/backup/minio-large/backup_test.go | 6 +-- systest/backup/minio/backup_test.go | 6 +-- systest/backup/multi-tenancy/backup_test.go | 6 +-- systest/backup/nfs-backup/backup_test.go | 8 ++-- systest/bgindex/count_test.go | 4 +- systest/bgindex/parallel_test.go | 4 +- systest/bgindex/reverse_test.go | 4 +- systest/bgindex/string_test.go | 4 +- systest/bulk_live/bulk/bulk_test.go | 2 +- systest/bulk_live/common/bulk_live_cases.go | 6 +-- 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 | 6 +-- systest/export/export_test.go | 2 +- systest/group-delete/group_delete_test.go | 2 +- systest/integration2/acl_test.go | 6 +-- systest/integration2/bulk_loader_test.go | 6 +-- .../integration2/graphql_schema_auth_test.go | 6 +-- .../integration2/incremental_restore_test.go | 6 +-- systest/integration2/snapshot_test.go | 6 +-- systest/ldbc/ldbc_test.go | 2 +- systest/live_pw_test.go | 2 +- systest/loader/loader_test.go | 4 +- systest/multi-tenancy/basic_test.go | 8 ++-- .../integration_basic_helper_test.go | 6 +-- systest/multi-tenancy/integration_test.go | 6 +-- systest/multi-tenancy/login_test.go | 4 +- systest/multi-tenancy/upgrade_test.go | 6 +-- .../mutations-and-queries/integration_test.go | 4 +- .../mutations-and-queries/mutations_test.go | 6 +-- systest/mutations-and-queries/queries_test.go | 6 +-- systest/mutations-and-queries/upgrade_test.go | 6 +-- .../namespace-aware/restore_test.go | 6 +-- systest/online-restore/online_restore_test.go | 6 +-- systest/plugin/integration_test.go | 4 +- systest/plugin/plugin_test.go | 2 +- systest/plugin/upgrade_test.go | 6 +-- systest/posting-list-benchmark/main.go | 4 +- systest/shortest-path/shortest_test.go | 6 +-- systest/unique_test.go | 6 +-- systest/vector/backup_test.go | 6 +-- systest/vector/load_test.go | 6 +-- systest/vector/vector_test.go | 6 +-- t/t.go | 14 +++---- task/conversion.go | 2 +- testutil/backup.go | 8 ++-- testutil/bulk.go | 2 +- testutil/client.go | 4 +- testutil/docker.go | 2 +- testutil/exec.go | 2 +- testutil/graphql.go | 2 +- testutil/multi_tenancy.go | 2 +- testutil/testaudit/audit.go | 2 +- testutil/utils.go | 2 +- tlstest/acl/acl_over_tls_test.go | 4 +- tlstest/certrequest/certrequest_test.go | 2 +- .../certrequireandverify_test.go | 2 +- .../certverifyifgiven_test.go | 2 +- tlstest/mtls_internal/ha_6_node/ha_test.go | 4 +- .../multi_group/multi_group_test.go | 4 +- .../single_node/single_node_test.go | 4 +- .../all_routes_tls/all_routes_tls_test.go | 2 +- tlstest/zero_https/no_tls/no_tls_test.go | 2 +- tok/bleve.go | 2 +- tok/hnsw/heap.go | 2 +- tok/hnsw/helper.go | 4 +- tok/hnsw/persistent_factory.go | 6 +-- tok/hnsw/persistent_hnsw.go | 6 +-- tok/hnsw/persistent_hnsw_test.go | 6 +-- tok/hnsw/search_layer.go | 4 +- tok/hnsw/test_helper.go | 2 +- tok/index/helper.go | 2 +- tok/index/helper_test.go | 4 +- tok/index/index.go | 4 +- tok/index_factory.go | 4 +- tok/options/options.go | 2 +- tok/tok.go | 10 ++--- types/compare.go | 2 +- types/facets/utils.go | 6 +-- types/geofilter.go | 4 +- types/s2.go | 2 +- types/s2index.go | 2 +- types/scalar_types.go | 2 +- types/sort.go | 4 +- types/sort_test.go | 2 +- upgrade/change_v20.03.0.go | 2 +- upgrade/change_v20.07.0.go | 4 +- upgrade/change_v21.03.0.go | 8 ++-- upgrade/upgrade.go | 2 +- upgrade/utils.go | 4 +- worker/acl_cache.go | 4 +- worker/acl_cache_test.go | 4 +- worker/aggregator.go | 2 +- worker/backup.go | 10 ++--- worker/backup_handler.go | 4 +- worker/backup_manifest.go | 4 +- worker/cdc.go | 8 ++-- worker/config.go | 2 +- worker/draft.go | 14 +++---- worker/draft_test.go | 8 ++-- worker/embedded.go | 6 +-- worker/export.go | 14 +++---- worker/export_test.go | 20 ++++----- worker/graphql_schema.go | 8 ++-- worker/groups.go | 10 ++--- worker/import.go | 10 ++--- worker/match.go | 10 ++--- worker/multi_tenancy.go | 6 +-- worker/mutation.go | 14 +++---- worker/mutation_integration_test.go | 8 ++-- worker/mutation_unit_test.go | 10 ++--- worker/online_restore.go | 10 ++--- worker/predicate_move.go | 10 ++--- worker/predicate_test.go | 6 +-- worker/proposal.go | 8 ++-- worker/queue.go | 8 ++-- worker/restore_map.go | 14 +++---- worker/restore_reduce.go | 4 +- worker/schema.go | 8 ++-- worker/server_state.go | 6 +-- worker/sink_handler.go | 2 +- worker/snapshot.go | 10 ++--- worker/snapshot_test.go | 2 +- worker/sort.go | 14 +++---- worker/sort_test.go | 8 ++-- worker/stringfilter.go | 8 ++-- worker/task.go | 24 +++++------ worker/tokens.go | 8 ++-- worker/trigram.go | 10 ++--- worker/upgrade_test.go | 8 ++-- worker/worker.go | 8 ++-- worker/worker_test.go | 10 ++--- worker/zero.go | 4 +- worker/zero_proxy.go | 6 +-- x/debug.go | 2 +- x/keys.go | 2 +- x/minioclient.go | 2 +- x/nodebug.go | 2 +- xidmap/xidmap.go | 4 +- xidmap/xidmap_test.go | 4 +- 402 files changed, 1137 insertions(+), 1137 deletions(-) diff --git a/.github/workflows/ci-dgraph-weekly-upgrade-tests.yml b/.github/workflows/ci-dgraph-weekly-upgrade-tests.yml index 525be99a30b..7960c273efb 100644 --- a/.github/workflows/ci-dgraph-weekly-upgrade-tests.yml +++ b/.github/workflows/ci-dgraph-weekly-upgrade-tests.yml @@ -36,7 +36,7 @@ jobs: cp dgraph/dgraph ~/go/bin/dgraph # run the sytem upgrade tests go test -v -timeout=120m -failfast -tags=upgrade \ - github.com/hypermodeinc/dgraph/v25/systest/mutations-and-queries + github.com/dgraph-io/dgraph/v25/systest/mutations-and-queries # clean up docker containers after test execution go clean -testcache # sleep @@ -69,7 +69,7 @@ jobs: cp dgraph/dgraph ~/go/bin/dgraph # run the sytem upgrade tests go test -v -timeout=120m -failfast -tags=upgrade \ - github.com/hypermodeinc/dgraph/v25/systest/multi-tenancy + github.com/dgraph-io/dgraph/v25/systest/multi-tenancy # clean up docker containers after test execution go clean -testcache # sleep @@ -102,7 +102,7 @@ jobs: cp dgraph/dgraph ~/go/bin/dgraph # run the sytem upgrade tests go test -v -timeout=120m -failfast -tags=upgrade \ - github.com/hypermodeinc/dgraph/v25/systest/plugin + github.com/dgraph-io/dgraph/v25/systest/plugin # clean up docker containers after test execution go clean -testcache # sleep @@ -135,9 +135,9 @@ jobs: cp dgraph/dgraph ~/go/bin/dgraph # run the core upgrade tests go test -v -timeout=120m -failfast -tags=upgrade \ - github.com/hypermodeinc/dgraph/v25/acl \ - github.com/hypermodeinc/dgraph/v25/worker \ - github.com/hypermodeinc/dgraph/v25/query + github.com/dgraph-io/dgraph/v25/acl \ + github.com/dgraph-io/dgraph/v25/worker \ + github.com/dgraph-io/dgraph/v25/query # clean up docker containers after test execution go clean -testcache # sleep diff --git a/acl/acl.go b/acl/acl.go index e7fb892f1ec..7a72edfdb08 100644 --- a/acl/acl.go +++ b/acl/acl.go @@ -18,7 +18,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func getUserAndGroup(conf *viper.Viper) (userId string, groupId string, err error) { diff --git a/acl/acl_curl_test.go b/acl/acl_curl_test.go index 4b69523a83b..ec42df24213 100644 --- a/acl/acl_curl_test.go +++ b/acl/acl_curl_test.go @@ -17,9 +17,9 @@ import ( "github.com/golang/glog" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func (asuite *AclTestSuite) TestCurlAuthorization() { diff --git a/acl/acl_integration_test.go b/acl/acl_integration_test.go index 1d4306143b7..a831bcc80f9 100644 --- a/acl/acl_integration_test.go +++ b/acl/acl_integration_test.go @@ -16,8 +16,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/x" ) func (asuite *AclTestSuite) TestInvalidGetUser() { diff --git a/acl/acl_test.go b/acl/acl_test.go index b1c901a4a22..403774e9dc3 100644 --- a/acl/acl_test.go +++ b/acl/acl_test.go @@ -21,9 +21,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/acl/integration_test.go b/acl/integration_test.go index de5019aede8..9c875a412bf 100644 --- a/acl/integration_test.go +++ b/acl/integration_test.go @@ -12,8 +12,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) type AclTestSuite struct { diff --git a/acl/jwt_algo_test.go b/acl/jwt_algo_test.go index de8c2734e3e..f9c45802ec7 100644 --- a/acl/jwt_algo_test.go +++ b/acl/jwt_algo_test.go @@ -16,9 +16,9 @@ import ( "github.com/golang-jwt/jwt/v5" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestACLJwtAlgo(t *testing.T) { diff --git a/acl/run.go b/acl/run.go index 8232727c207..45fe192afc8 100644 --- a/acl/run.go +++ b/acl/run.go @@ -13,7 +13,7 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/acl/upgrade_test.go b/acl/upgrade_test.go index f737daf70c5..d2e45558c4c 100644 --- a/acl/upgrade_test.go +++ b/acl/upgrade_test.go @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type AclTestSuite struct { diff --git a/acl/utils.go b/acl/utils.go index 35979344e32..d3af3db3693 100644 --- a/acl/utils.go +++ b/acl/utils.go @@ -14,8 +14,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) // GetGroupIDs returns a slice containing the group ids of all the given groups. diff --git a/algo/heap.go b/algo/heap.go index 0e38a6ca96d..aef1eda5d9a 100644 --- a/algo/heap.go +++ b/algo/heap.go @@ -6,7 +6,7 @@ package algo import ( - "github.com/hypermodeinc/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/codec" ) type elem struct { diff --git a/algo/packed.go b/algo/packed.go index 3c275d9f3de..5824072e791 100644 --- a/algo/packed.go +++ b/algo/packed.go @@ -9,8 +9,8 @@ import ( "container/heap" "sort" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) // ApplyFilterPacked applies the filter to a list of packed uids. diff --git a/algo/packed_test.go b/algo/packed_test.go index 7da5de37c79..78110c24b48 100644 --- a/algo/packed_test.go +++ b/algo/packed_test.go @@ -11,8 +11,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) func newUidPack(data []uint64) *pb.UidPack { diff --git a/algo/uidlist.go b/algo/uidlist.go index cdf2ff957f1..7aba70ba4a2 100644 --- a/algo/uidlist.go +++ b/algo/uidlist.go @@ -10,8 +10,8 @@ import ( "sort" "sync" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) const jump = 32 // Jump size in InsersectWithJump. diff --git a/algo/uidlist_test.go b/algo/uidlist_test.go index fbe7ab10cc0..070e995f0e7 100644 --- a/algo/uidlist_test.go +++ b/algo/uidlist_test.go @@ -14,8 +14,8 @@ import ( "github.com/stretchr/testify/require" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) func newList(data []uint64) *pb.List { diff --git a/audit/audit.go b/audit/audit.go index d932e2fc536..e70b45ac717 100644 --- a/audit/audit.go +++ b/audit/audit.go @@ -13,9 +13,9 @@ import ( "github.com/golang/glog" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/audit/interceptor.go b/audit/interceptor.go index d016e059e85..de25cc29184 100644 --- a/audit/interceptor.go +++ b/audit/interceptor.go @@ -19,10 +19,10 @@ import ( "strings" "sync/atomic" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/parser" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" "github.com/golang/glog" "github.com/gorilla/websocket" diff --git a/audit/run.go b/audit/run.go index fdbbd4420c6..2d7d2f1639c 100644 --- a/audit/run.go +++ b/audit/run.go @@ -18,7 +18,7 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) var CmdAudit x.SubCommand diff --git a/audit/run_test.go b/audit/run_test.go index 451ee591a85..b8238b3bbe1 100644 --- a/audit/run_test.go +++ b/audit/run_test.go @@ -12,7 +12,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil/testaudit" + "github.com/dgraph-io/dgraph/v25/testutil/testaudit" ) // we will truncate copy of encrypted audit log file diff --git a/backup/run.go b/backup/run.go index ffccd3a9518..51e4e64716d 100644 --- a/backup/run.go +++ b/backup/run.go @@ -23,11 +23,11 @@ import ( "google.golang.org/protobuf/proto" bpb "github.com/dgraph-io/badger/v4/pb" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) // Restore is the sub-command used to restore a backup. diff --git a/check_upgrade/check_upgrade.go b/check_upgrade/check_upgrade.go index ad97a74a0d3..57d03bd1061 100644 --- a/check_upgrade/check_upgrade.go +++ b/check_upgrade/check_upgrade.go @@ -18,8 +18,8 @@ import ( "github.com/golang-jwt/jwt/v5" "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/check_upgrade/check_upgrade_test.go b/check_upgrade/check_upgrade_test.go index e11a055b752..29ffc8f97ab 100644 --- a/check_upgrade/check_upgrade_test.go +++ b/check_upgrade/check_upgrade_test.go @@ -22,9 +22,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestCheckUpgrade(t *testing.T) { diff --git a/chunker/chunk.go b/chunker/chunk.go index dda4e1c59f3..b186b9463ca 100644 --- a/chunker/chunk.go +++ b/chunker/chunk.go @@ -19,9 +19,9 @@ import ( "strings" "unicode" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/x" ) // Chunker describes the interface to parse and process the input to the live and bulk loaders. diff --git a/chunker/json_parser.go b/chunker/json_parser.go index 5096cce56ec..1905bf4b179 100644 --- a/chunker/json_parser.go +++ b/chunker/json_parser.go @@ -20,11 +20,11 @@ import ( "github.com/twpayne/go-geom/encoding/geojson" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/simdjson-go" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" ) var errEmptyUID = errors.New("UID must be present and non-zero while deleting edges") diff --git a/chunker/json_parser_test.go b/chunker/json_parser_test.go index 21e395e9095..241ddd8412d 100644 --- a/chunker/json_parser_test.go +++ b/chunker/json_parser_test.go @@ -22,12 +22,12 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/chunker/rdf_parser.go b/chunker/rdf_parser.go index 3d2b1bc428f..617c776c6e4 100644 --- a/chunker/rdf_parser.go +++ b/chunker/rdf_parser.go @@ -14,11 +14,11 @@ import ( "unicode" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/chunker/rdf_parser_test.go b/chunker/rdf_parser_test.go index fd1f048e55d..5439cb96f31 100644 --- a/chunker/rdf_parser_test.go +++ b/chunker/rdf_parser_test.go @@ -11,9 +11,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" ) var testNQuads = []struct { diff --git a/chunker/rdf_state.go b/chunker/rdf_state.go index 742d61958d3..2f527688270 100644 --- a/chunker/rdf_state.go +++ b/chunker/rdf_state.go @@ -8,7 +8,7 @@ package chunker import ( "strconv" - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) // The constants represent different types of lexed Items possible for an rdf N-Quad. diff --git a/codec/benchmark/benchmark.go b/codec/benchmark/benchmark.go index 857b32c2b64..07ea6146010 100644 --- a/codec/benchmark/benchmark.go +++ b/codec/benchmark/benchmark.go @@ -33,9 +33,9 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) // So, with SIMD instructions before, we were getting great performance, but at the cost of diff --git a/codec/codec.go b/codec/codec.go index 3dec4ac94cb..624d6546e7f 100644 --- a/codec/codec.go +++ b/codec/codec.go @@ -14,9 +14,9 @@ import ( "github.com/dgryski/go-groupvarint" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) type seekPos int diff --git a/codec/codec_test.go b/codec/codec_test.go index 2a047f8aafd..cd88297a9fa 100644 --- a/codec/codec_test.go +++ b/codec/codec_test.go @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "google.golang.org/protobuf/proto" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) func getUids(size int) []uint64 { diff --git a/compose/compose.go b/compose/compose.go index 9cbb1369e80..2a2ef38a1a5 100644 --- a/compose/compose.go +++ b/compose/compose.go @@ -19,7 +19,7 @@ import ( "github.com/spf13/pflag" yaml "gopkg.in/yaml.v3" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type stringMap map[string]string diff --git a/conn/node.go b/conn/node.go index cb184040a25..b38a510a897 100644 --- a/conn/node.go +++ b/conn/node.go @@ -27,10 +27,10 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/conn/node_test.go b/conn/node_test.go index 7b78373b96c..9d0613944b6 100644 --- a/conn/node_test.go +++ b/conn/node_test.go @@ -17,8 +17,8 @@ import ( "go.etcd.io/etcd/raft/v3" "go.etcd.io/etcd/raft/v3/raftpb" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" ) func (n *Node) run(wg *sync.WaitGroup) { diff --git a/conn/pool.go b/conn/pool.go index fd3e5473b7c..7ce688e7c96 100644 --- a/conn/pool.go +++ b/conn/pool.go @@ -20,9 +20,9 @@ import ( "google.golang.org/grpc/credentials/insecure" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/conn/raft_server.go b/conn/raft_server.go index 9ea897adbff..58398c4dd60 100644 --- a/conn/raft_server.go +++ b/conn/raft_server.go @@ -21,8 +21,8 @@ import ( "go.opentelemetry.io/otel/trace" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) type sendmsg struct { diff --git a/contrib/jepsen/main.go b/contrib/jepsen/main.go index 291393476e2..e9a892d358a 100644 --- a/contrib/jepsen/main.go +++ b/contrib/jepsen/main.go @@ -35,7 +35,7 @@ import ( "github.com/golang/glog" "github.com/spf13/pflag" - "github.com/hypermodeinc/dgraph/v25/contrib/jepsen/browser" + "github.com/dgraph-io/dgraph/v25/contrib/jepsen/browser" ) type jepsenTest struct { diff --git a/dgraph/Makefile b/dgraph/Makefile index cd5792f6c33..2ae3993a0d0 100644 --- a/dgraph/Makefile +++ b/dgraph/Makefile @@ -26,11 +26,11 @@ endif GOPATH ?= $(shell go env GOPATH) # Build-time Go variables -dgraphVersion = github.com/hypermodeinc/dgraph/v25/x.dgraphVersion -dgraphCodename = github.com/hypermodeinc/dgraph/v25/x.dgraphCodename -gitBranch = github.com/hypermodeinc/dgraph/v25/x.gitBranch -lastCommitSHA = github.com/hypermodeinc/dgraph/v25/x.lastCommitSHA -lastCommitTime = github.com/hypermodeinc/dgraph/v25/x.lastCommitTime +dgraphVersion = github.com/dgraph-io/dgraph/v25/x.dgraphVersion +dgraphCodename = github.com/dgraph-io/dgraph/v25/x.dgraphCodename +gitBranch = github.com/dgraph-io/dgraph/v25/x.gitBranch +lastCommitSHA = github.com/dgraph-io/dgraph/v25/x.lastCommitSHA +lastCommitTime = github.com/dgraph-io/dgraph/v25/x.lastCommitTime BUILD_FLAGS ?= -ldflags '-X ${lastCommitSHA}=${BUILD} -X "${lastCommitTime}=${BUILD_DATE}" -X "${dgraphVersion}=${BUILD_VERSION}" -X "${dgraphCodename}=${BUILD_CODENAME}" -X ${gitBranch}=${BUILD_BRANCH}' diff --git a/dgraph/cmd/alpha/admin.go b/dgraph/cmd/alpha/admin.go index 495e19aa610..bc5117113a3 100644 --- a/dgraph/cmd/alpha/admin.go +++ b/dgraph/cmd/alpha/admin.go @@ -13,10 +13,10 @@ import ( "strconv" "strings" - "github.com/hypermodeinc/dgraph/v25/graphql/admin" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/admin" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type allowedMethods map[string]bool diff --git a/dgraph/cmd/alpha/dashboard.go b/dgraph/cmd/alpha/dashboard.go index 626eff293e0..b06af8710f4 100644 --- a/dgraph/cmd/alpha/dashboard.go +++ b/dgraph/cmd/alpha/dashboard.go @@ -9,7 +9,7 @@ import ( "encoding/json" "net/http" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type keyword struct { diff --git a/dgraph/cmd/alpha/http.go b/dgraph/cmd/alpha/http.go index 8a09acb4aee..d8b1d578404 100644 --- a/dgraph/cmd/alpha/http.go +++ b/dgraph/cmd/alpha/http.go @@ -27,12 +27,12 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/admin" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/admin" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/x" ) func allowed(method string) bool { diff --git a/dgraph/cmd/alpha/http_test.go b/dgraph/cmd/alpha/http_test.go index c9fed0cc5be..fa14a33aa55 100644 --- a/dgraph/cmd/alpha/http_test.go +++ b/dgraph/cmd/alpha/http_test.go @@ -24,10 +24,10 @@ import ( "github.com/pkg/errors" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/x" ) type res struct { diff --git a/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go b/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go index 0a2ac5aca5e..08291b06848 100644 --- a/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go +++ b/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go @@ -18,7 +18,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) // Tests in this file require a cluster running with the --limit "mutations=;" flag. diff --git a/dgraph/cmd/alpha/run.go b/dgraph/cmd/alpha/run.go index 4b051bacb96..5497ffda4b8 100644 --- a/dgraph/cmd/alpha/run.go +++ b/dgraph/cmd/alpha/run.go @@ -39,17 +39,17 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/audit" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/mcp" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/admin" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" _ "github.com/dgraph-io/gqlparser/v2/validator/rules" // make gql validator init() all rules "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/audit" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/mcp" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/admin" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/alpha/run_test.go b/dgraph/cmd/alpha/run_test.go index c0d995412fb..67acf01d18a 100644 --- a/dgraph/cmd/alpha/run_test.go +++ b/dgraph/cmd/alpha/run_test.go @@ -35,13 +35,13 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type defaultContextKey int diff --git a/dgraph/cmd/alpha/upsert_test.go b/dgraph/cmd/alpha/upsert_test.go index 61d518a68fb..8eaf413ca8d 100644 --- a/dgraph/cmd/alpha/upsert_test.go +++ b/dgraph/cmd/alpha/upsert_test.go @@ -19,8 +19,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) type QueryResult struct { diff --git a/dgraph/cmd/bulk/count_index.go b/dgraph/cmd/bulk/count_index.go index c9e5dad477d..1fc42fbaccf 100644 --- a/dgraph/cmd/bulk/count_index.go +++ b/dgraph/cmd/bulk/count_index.go @@ -15,11 +15,11 @@ import ( "github.com/golang/glog" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) // type countEntry struct { diff --git a/dgraph/cmd/bulk/loader.go b/dgraph/cmd/bulk/loader.go index 83c28bd09c2..76b8ba86b1a 100644 --- a/dgraph/cmd/bulk/loader.go +++ b/dgraph/cmd/bulk/loader.go @@ -29,14 +29,14 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/filestore" - gqlSchema "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" - "github.com/hypermodeinc/dgraph/v25/xidmap" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/filestore" + gqlSchema "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/xidmap" ) type BulkOptions struct { diff --git a/dgraph/cmd/bulk/mapper.go b/dgraph/cmd/bulk/mapper.go index 9325c107928..e03a4a0ddc8 100644 --- a/dgraph/cmd/bulk/mapper.go +++ b/dgraph/cmd/bulk/mapper.go @@ -24,16 +24,16 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/bulk/merge_shards.go b/dgraph/cmd/bulk/merge_shards.go index cf202018d59..c647ccc99e3 100644 --- a/dgraph/cmd/bulk/merge_shards.go +++ b/dgraph/cmd/bulk/merge_shards.go @@ -12,7 +12,7 @@ import ( "sort" "strings" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/dgraph/cmd/bulk/progress.go b/dgraph/cmd/bulk/progress.go index d2010c2c92b..4699ddaae30 100644 --- a/dgraph/cmd/bulk/progress.go +++ b/dgraph/cmd/bulk/progress.go @@ -12,8 +12,8 @@ import ( "github.com/dustin/go-humanize" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) type phase int32 diff --git a/dgraph/cmd/bulk/reduce.go b/dgraph/cmd/bulk/reduce.go index 58907752487..ddf575fbff5 100644 --- a/dgraph/cmd/bulk/reduce.go +++ b/dgraph/cmd/bulk/reduce.go @@ -31,11 +31,11 @@ import ( bo "github.com/dgraph-io/badger/v4/options" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) type reducer struct { diff --git a/dgraph/cmd/bulk/run.go b/dgraph/cmd/bulk/run.go index 26bdca66b47..1f7a0692f9e 100644 --- a/dgraph/cmd/bulk/run.go +++ b/dgraph/cmd/bulk/run.go @@ -22,11 +22,11 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/filestore" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/filestore" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/x" ) // Bulk is the sub-command invoked when running "dgraph bulk". diff --git a/dgraph/cmd/bulk/schema.go b/dgraph/cmd/bulk/schema.go index 6e42c69bd75..0ee2d8c3208 100644 --- a/dgraph/cmd/bulk/schema.go +++ b/dgraph/cmd/bulk/schema.go @@ -14,11 +14,11 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - wk "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + wk "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type schemaStore struct { diff --git a/dgraph/cmd/bulk/shard_map.go b/dgraph/cmd/bulk/shard_map.go index 5385f4fb0b6..8bd3ff1dfd6 100644 --- a/dgraph/cmd/bulk/shard_map.go +++ b/dgraph/cmd/bulk/shard_map.go @@ -8,7 +8,7 @@ package bulk import ( "sync" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type shardMap struct { diff --git a/dgraph/cmd/cert/info.go b/dgraph/cmd/cert/info.go index b39b4ab8a22..b78b4403da6 100644 --- a/dgraph/cmd/cert/info.go +++ b/dgraph/cmd/cert/info.go @@ -20,7 +20,7 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type certInfo struct { diff --git a/dgraph/cmd/cert/run.go b/dgraph/cmd/cert/run.go index ae0602a4dc9..6e4d204a9e8 100644 --- a/dgraph/cmd/cert/run.go +++ b/dgraph/cmd/cert/run.go @@ -11,7 +11,7 @@ import ( "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // Cert is the sub-command invoked when running "dgraph cert". diff --git a/dgraph/cmd/conv/conv.go b/dgraph/cmd/conv/conv.go index 8e39331bb68..cceb070ac7e 100644 --- a/dgraph/cmd/conv/conv.go +++ b/dgraph/cmd/conv/conv.go @@ -18,7 +18,7 @@ import ( "github.com/golang/glog" geojson "github.com/paulmach/go.geojson" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // TODO: Reconsider if we need this binary. diff --git a/dgraph/cmd/conv/run.go b/dgraph/cmd/conv/run.go index dca88691f9b..4ccb87aa8ad 100644 --- a/dgraph/cmd/conv/run.go +++ b/dgraph/cmd/conv/run.go @@ -11,7 +11,7 @@ import ( "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // Conv is the sub-command invoked when running "dgraph conv". diff --git a/dgraph/cmd/debug/run.go b/dgraph/cmd/debug/run.go index b6d2b0cf8a6..68dbe9e01b7 100644 --- a/dgraph/cmd/debug/run.go +++ b/dgraph/cmd/debug/run.go @@ -28,13 +28,13 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/debug/wal.go b/dgraph/cmd/debug/wal.go index 5626ae0db62..4103d955ad6 100644 --- a/dgraph/cmd/debug/wal.go +++ b/dgraph/cmd/debug/wal.go @@ -17,9 +17,9 @@ import ( "go.etcd.io/etcd/raft/v3/raftpb" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/x" ) func printEntry(es raftpb.Entry, pending map[uint64]bool, isZero bool) { diff --git a/dgraph/cmd/debuginfo/run.go b/dgraph/cmd/debuginfo/run.go index 256ac1ec74a..e5bbc46fbc9 100644 --- a/dgraph/cmd/debuginfo/run.go +++ b/dgraph/cmd/debuginfo/run.go @@ -13,7 +13,7 @@ import ( "github.com/golang/glog" "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type debugInfoCmdOpts struct { diff --git a/dgraph/cmd/decrypt/decrypt.go b/dgraph/cmd/decrypt/decrypt.go index c553b2f7137..e5a36f9cf43 100644 --- a/dgraph/cmd/decrypt/decrypt.go +++ b/dgraph/cmd/decrypt/decrypt.go @@ -14,8 +14,8 @@ import ( "github.com/golang/glog" "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/x" ) type options struct { diff --git a/dgraph/cmd/dgraphimport/import_test.go b/dgraph/cmd/dgraphimport/import_test.go index 734a1b8c1e9..fd1e3e66e9f 100644 --- a/dgraph/cmd/dgraphimport/import_test.go +++ b/dgraph/cmd/dgraphimport/import_test.go @@ -18,10 +18,10 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/systest/1million/common" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/systest/1million/common" "github.com/stretchr/testify/require" "google.golang.org/protobuf/encoding/protojson" diff --git a/dgraph/cmd/dgraphimport/run.go b/dgraph/cmd/dgraphimport/run.go index a6c27dfa6bb..a9c8085c61a 100644 --- a/dgraph/cmd/dgraphimport/run.go +++ b/dgraph/cmd/dgraphimport/run.go @@ -11,8 +11,8 @@ import ( "os" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/bulk" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/bulk" + "github.com/dgraph-io/dgraph/v25/x" "github.com/spf13/cobra" ) diff --git a/dgraph/cmd/increment/increment.go b/dgraph/cmd/increment/increment.go index 033bb1e011b..9a08976c7c3 100644 --- a/dgraph/cmd/increment/increment.go +++ b/dgraph/cmd/increment/increment.go @@ -22,8 +22,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) // Increment is the sub-command invoked when calling "dgraph increment". diff --git a/dgraph/cmd/increment/increment_test.go b/dgraph/cmd/increment/increment_test.go index 9257e32f7c3..8d0ac79d4f4 100644 --- a/dgraph/cmd/increment/increment_test.go +++ b/dgraph/cmd/increment/increment_test.go @@ -23,7 +23,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) const N = 10 diff --git a/dgraph/cmd/live/batch.go b/dgraph/cmd/live/batch.go index 2556a19f878..2660efcb414 100644 --- a/dgraph/cmd/live/batch.go +++ b/dgraph/cmd/live/batch.go @@ -25,12 +25,12 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" - "github.com/hypermodeinc/dgraph/v25/xidmap" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/xidmap" ) // batchMutationOptions sets the clients batch mode to Pending number of buffers each of Size. diff --git a/dgraph/cmd/live/load-json/load_test.go b/dgraph/cmd/live/load-json/load_test.go index 6944b90ccef..7cf96c4504f 100644 --- a/dgraph/cmd/live/load-json/load_test.go +++ b/dgraph/cmd/live/load-json/load_test.go @@ -19,8 +19,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var alphaService = testutil.GetSockAddr() diff --git a/dgraph/cmd/live/load-uids/load_test.go b/dgraph/cmd/live/load-uids/load_test.go index 05c01ea546b..f194d6c3ba2 100644 --- a/dgraph/cmd/live/load-uids/load_test.go +++ b/dgraph/cmd/live/load-uids/load_test.go @@ -24,8 +24,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/live/run.go b/dgraph/cmd/live/run.go index 8334a7e2240..51e25756c7b 100644 --- a/dgraph/cmd/live/run.go +++ b/dgraph/cmd/live/run.go @@ -33,14 +33,14 @@ import ( bopt "github.com/dgraph-io/badger/v4/options" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/filestore" + schemapkg "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/xidmap" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/filestore" - schemapkg "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" - "github.com/hypermodeinc/dgraph/v25/xidmap" ) type options struct { diff --git a/dgraph/cmd/mcp/mcp_server.go b/dgraph/cmd/mcp/mcp_server.go index 67aa7772295..af8776fed2b 100644 --- a/dgraph/cmd/mcp/mcp_server.go +++ b/dgraph/cmd/mcp/mcp_server.go @@ -12,8 +12,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/x" "github.com/golang/glog" "github.com/mark3labs/mcp-go/mcp" diff --git a/dgraph/cmd/mcp/mcp_server_sse_test.go b/dgraph/cmd/mcp/mcp_server_sse_test.go index 74e5fa9d774..750d33ba6e1 100644 --- a/dgraph/cmd/mcp/mcp_server_sse_test.go +++ b/dgraph/cmd/mcp/mcp_server_sse_test.go @@ -14,7 +14,7 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphtest" "github.com/mark3labs/mcp-go/client" "github.com/mark3labs/mcp-go/mcp" diff --git a/dgraph/cmd/mcp/run.go b/dgraph/cmd/mcp/run.go index ee81c4ad1fc..e154a5c14c4 100644 --- a/dgraph/cmd/mcp/run.go +++ b/dgraph/cmd/mcp/run.go @@ -10,7 +10,7 @@ import ( "github.com/mark3labs/mcp-go/server" "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/migrate/run.go b/dgraph/cmd/migrate/run.go index 0c72782c36a..74378601937 100644 --- a/dgraph/cmd/migrate/run.go +++ b/dgraph/cmd/migrate/run.go @@ -16,7 +16,7 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/migrate/table_info.go b/dgraph/cmd/migrate/table_info.go index 388e6796cf8..5d16f05d310 100644 --- a/dgraph/cmd/migrate/table_info.go +++ b/dgraph/cmd/migrate/table_info.go @@ -12,7 +12,7 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type keyType int diff --git a/dgraph/cmd/migrate/utils.go b/dgraph/cmd/migrate/utils.go index 6295cfee11b..cfea998a416 100644 --- a/dgraph/cmd/migrate/utils.go +++ b/dgraph/cmd/migrate/utils.go @@ -16,7 +16,7 @@ import ( "github.com/go-sql-driver/mysql" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func getPool(host, port, user, password, db string) (*sql.DB, diff --git a/dgraph/cmd/root.go b/dgraph/cmd/root.go index ab433dadd87..20082d8780b 100644 --- a/dgraph/cmd/root.go +++ b/dgraph/cmd/root.go @@ -21,27 +21,27 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" - "github.com/hypermodeinc/dgraph/v25/acl" - - "github.com/hypermodeinc/dgraph/v25/audit" - "github.com/hypermodeinc/dgraph/v25/backup" - checkupgrade "github.com/hypermodeinc/dgraph/v25/check_upgrade" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/alpha" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/bulk" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/cert" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/conv" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/debug" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/debuginfo" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/decrypt" - dgraphimport "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/dgraphimport" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/increment" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/live" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/mcp" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/migrate" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/version" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/zero" - "github.com/hypermodeinc/dgraph/v25/upgrade" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/acl" + + "github.com/dgraph-io/dgraph/v25/audit" + "github.com/dgraph-io/dgraph/v25/backup" + checkupgrade "github.com/dgraph-io/dgraph/v25/check_upgrade" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/alpha" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/bulk" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/cert" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/conv" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/debug" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/debuginfo" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/decrypt" + dgraphimport "github.com/dgraph-io/dgraph/v25/dgraph/cmd/dgraphimport" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/increment" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/live" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/mcp" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/migrate" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/version" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/zero" + "github.com/dgraph-io/dgraph/v25/upgrade" + "github.com/dgraph-io/dgraph/v25/x" ) // RootCmd represents the base command when called without any subcommands diff --git a/dgraph/cmd/version/run.go b/dgraph/cmd/version/run.go index a307577d604..f56c3fc4ca2 100644 --- a/dgraph/cmd/version/run.go +++ b/dgraph/cmd/version/run.go @@ -11,7 +11,7 @@ import ( "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // Version is the sub-command invoked when running "dgraph version". diff --git a/dgraph/cmd/version/version_test.go b/dgraph/cmd/version/version_test.go index faba9fff729..f63c28da553 100644 --- a/dgraph/cmd/version/version_test.go +++ b/dgraph/cmd/version/version_test.go @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) // Test `dgraph version` with an empty config file. diff --git a/dgraph/cmd/zero/assign.go b/dgraph/cmd/zero/assign.go index 07c37c675de..30302b10b14 100644 --- a/dgraph/cmd/zero/assign.go +++ b/dgraph/cmd/zero/assign.go @@ -17,8 +17,8 @@ import ( attribute "go.opentelemetry.io/otel/attribute" "google.golang.org/grpc/metadata" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) var emptyAssignedIds pb.AssignedIds diff --git a/dgraph/cmd/zero/http.go b/dgraph/cmd/zero/http.go index 23b89ea4f2f..7a84f9b84ba 100644 --- a/dgraph/cmd/zero/http.go +++ b/dgraph/cmd/zero/http.go @@ -19,8 +19,8 @@ import ( "google.golang.org/protobuf/encoding/protojson" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) // intFromQueryParam checks for name as a query param, converts it to uint64 and returns it. diff --git a/dgraph/cmd/zero/oracle.go b/dgraph/cmd/zero/oracle.go index 28103a8679b..5a635bc9232 100644 --- a/dgraph/cmd/zero/oracle.go +++ b/dgraph/cmd/zero/oracle.go @@ -21,10 +21,10 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/x" ) // Oracle stores and manages the transaction state and conflict detection. diff --git a/dgraph/cmd/zero/raft.go b/dgraph/cmd/zero/raft.go index 4693505a900..81f53ff8068 100644 --- a/dgraph/cmd/zero/raft.go +++ b/dgraph/cmd/zero/raft.go @@ -30,10 +30,10 @@ import ( trace "go.opentelemetry.io/otel/trace" "google.golang.org/protobuf/proto" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/dgraph/cmd/zero/run.go b/dgraph/cmd/zero/run.go index 1368965ee0e..9975dce0c89 100644 --- a/dgraph/cmd/zero/run.go +++ b/dgraph/cmd/zero/run.go @@ -25,13 +25,13 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/credentials" + "github.com/dgraph-io/dgraph/v25/audit" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/audit" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) type options struct { diff --git a/dgraph/cmd/zero/tablet.go b/dgraph/cmd/zero/tablet.go index a9383dc0a76..451f9eed63c 100644 --- a/dgraph/cmd/zero/tablet.go +++ b/dgraph/cmd/zero/tablet.go @@ -17,8 +17,8 @@ import ( attribute "go.opentelemetry.io/otel/attribute" trace "go.opentelemetry.io/otel/trace" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/dgraph/cmd/zero/zero.go b/dgraph/cmd/zero/zero.go index acbbbebd87c..ae6b9e59479 100644 --- a/dgraph/cmd/zero/zero.go +++ b/dgraph/cmd/zero/zero.go @@ -22,10 +22,10 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/zero/zero_test.go b/dgraph/cmd/zero/zero_test.go index eda8668b4b2..81b7bf42ee1 100644 --- a/dgraph/cmd/zero/zero_test.go +++ b/dgraph/cmd/zero/zero_test.go @@ -21,10 +21,10 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/testutil" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/testutil" ) func TestRemoveNode(t *testing.T) { diff --git a/dgraph/main.go b/dgraph/main.go index 253d5d55cd3..78ec2a214a4 100644 --- a/dgraph/main.go +++ b/dgraph/main.go @@ -12,8 +12,8 @@ import ( "github.com/dustin/go-humanize" "github.com/golang/glog" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd" ) func main() { diff --git a/dgraphapi/cluster.go b/dgraphapi/cluster.go index f73e77bfeb9..83c70d47ec7 100644 --- a/dgraphapi/cluster.go +++ b/dgraphapi/cluster.go @@ -21,8 +21,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/dgraphtest/compose_cluster.go b/dgraphtest/compose_cluster.go index b17bb26eb29..7bc132684cd 100644 --- a/dgraphtest/compose_cluster.go +++ b/dgraphtest/compose_cluster.go @@ -10,8 +10,8 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/testutil" ) type ComposeCluster struct{} diff --git a/dgraphtest/dcloud_cluster.go b/dgraphtest/dcloud_cluster.go index b364de4ba01..b2aa1d4f301 100644 --- a/dgraphtest/dcloud_cluster.go +++ b/dgraphtest/dcloud_cluster.go @@ -18,7 +18,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphapi" ) type DCloudCluster struct { diff --git a/dgraphtest/load.go b/dgraphtest/load.go index 33c7e65c3b5..4451a28f43e 100644 --- a/dgraphtest/load.go +++ b/dgraphtest/load.go @@ -23,9 +23,9 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/x" ) var datafiles = map[string]string{ diff --git a/dgraphtest/local_cluster.go b/dgraphtest/local_cluster.go index cbf97a16e39..c5fda79e375 100644 --- a/dgraphtest/local_cluster.go +++ b/dgraphtest/local_cluster.go @@ -35,8 +35,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/x" ) // cluster's network struct diff --git a/dql/bench_test.go b/dql/bench_test.go index 6866bbf07ff..4b21c33d970 100644 --- a/dql/bench_test.go +++ b/dql/bench_test.go @@ -11,7 +11,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/schema" ) var sc = `type.object.name.en: string @index . diff --git a/dql/dql.go b/dql/dql.go index 9233ce3418c..791c17f3f2a 100644 --- a/dql/dql.go +++ b/dql/dql.go @@ -8,7 +8,7 @@ package dql import ( "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) func ParseDQL(dqlQuery string) (*api.Request, error) { diff --git a/dql/math.go b/dql/math.go index 05dbe167d82..2b4041f76e9 100644 --- a/dql/math.go +++ b/dql/math.go @@ -12,9 +12,9 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) type mathTreeStack struct{ a []*MathTree } diff --git a/dql/mutation.go b/dql/mutation.go index 1de2a25be76..785f57e1bd2 100644 --- a/dql/mutation.go +++ b/dql/mutation.go @@ -11,9 +11,9 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/dql/parser.go b/dql/parser.go index 984d3b08a7f..618d6c0ca4d 100644 --- a/dql/parser.go +++ b/dql/parser.go @@ -15,10 +15,10 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/dql/parser_mutation.go b/dql/parser_mutation.go index 4d95effc980..ef6bfbe740e 100644 --- a/dql/parser_mutation.go +++ b/dql/parser_mutation.go @@ -7,7 +7,7 @@ package dql import ( "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) // ParseMutation parses a block into a mutation. Returns an object with a mutation or diff --git a/dql/parser_test.go b/dql/parser_test.go index 8bc935987bb..6d49c7f909c 100644 --- a/dql/parser_test.go +++ b/dql/parser_test.go @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/types" ) func childAttrs(g *GraphQuery) []string { diff --git a/dql/state.go b/dql/state.go index 5c7be9dc481..507bf9f64f3 100644 --- a/dql/state.go +++ b/dql/state.go @@ -7,7 +7,7 @@ package dql import ( - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) const ( diff --git a/dql/state_test.go b/dql/state_test.go index a9227efcae7..3102062f006 100644 --- a/dql/state_test.go +++ b/dql/state_test.go @@ -10,7 +10,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) func TestQueryLexing(t *testing.T) { diff --git a/edgraph/access.go b/edgraph/access.go index 1252719e337..4f39b3e4a18 100644 --- a/edgraph/access.go +++ b/edgraph/access.go @@ -23,14 +23,14 @@ import ( bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) type predsAndvars struct { diff --git a/edgraph/access_test.go b/edgraph/access_test.go index ccfbb2c1cb1..5fd5b0f1263 100644 --- a/edgraph/access_test.go +++ b/edgraph/access_test.go @@ -12,9 +12,9 @@ import ( "github.com/golang-jwt/jwt/v5" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) func generateJWT(namespace uint64, userId string, groupIds []string, expiry int64) string { diff --git a/edgraph/alter_test.go b/edgraph/alter_test.go index adabba15cd2..0412d7c4460 100644 --- a/edgraph/alter_test.go +++ b/edgraph/alter_test.go @@ -12,8 +12,8 @@ import ( "testing" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" "github.com/stretchr/testify/require" ) diff --git a/edgraph/config_mem.go b/edgraph/config_mem.go index 32513f764ea..7527446fb09 100644 --- a/edgraph/config_mem.go +++ b/edgraph/config_mem.go @@ -12,7 +12,7 @@ package edgraph import ( - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/worker" ) // #include diff --git a/edgraph/graphql.go b/edgraph/graphql.go index 10b245a9575..0cee3d9860b 100644 --- a/edgraph/graphql.go +++ b/edgraph/graphql.go @@ -16,8 +16,8 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) // ProcessPersistedQuery stores and retrieves persisted queries by following waterfall logic: diff --git a/edgraph/multi_tenancy.go b/edgraph/multi_tenancy.go index 37eb6c3d051..fe9851fa160 100644 --- a/edgraph/multi_tenancy.go +++ b/edgraph/multi_tenancy.go @@ -15,11 +15,11 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type ResetPasswordInput struct { diff --git a/edgraph/namespace.go b/edgraph/namespace.go index 56cbbf7ae6e..0b23eb0a25f 100644 --- a/edgraph/namespace.go +++ b/edgraph/namespace.go @@ -14,7 +14,7 @@ import ( "google.golang.org/grpc/status" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/schema" ) func (s *Server) CreateNamespace(ctx context.Context, in *api.CreateNamespaceRequest) ( diff --git a/edgraph/namespace_test.go b/edgraph/namespace_test.go index aa749365d3a..a62fa9825f2 100644 --- a/edgraph/namespace_test.go +++ b/edgraph/namespace_test.go @@ -13,8 +13,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) func TestNamespaces(t *testing.T) { diff --git a/edgraph/query.go b/edgraph/query.go index 337097ba648..78f207bf56c 100644 --- a/edgraph/query.go +++ b/edgraph/query.go @@ -10,8 +10,8 @@ import ( "fmt" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/x" ) // Alter handles requests to change the schema or remove parts or all of the data. diff --git a/edgraph/server.go b/edgraph/server.go index f924c277e35..64c3a3de762 100644 --- a/edgraph/server.go +++ b/edgraph/server.go @@ -35,19 +35,19 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/dql" - gqlSchema "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/dql" + gqlSchema "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/edgraph/server_test.go b/edgraph/server_test.go index 5532ac8849f..de8db3ff939 100644 --- a/edgraph/server_test.go +++ b/edgraph/server_test.go @@ -16,11 +16,11 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) func makeNquad(sub, pred string, val *api.Value) *api.NQuad { diff --git a/edgraph/zero.go b/edgraph/zero.go index d9de09f3410..c2dbce5b712 100644 --- a/edgraph/zero.go +++ b/edgraph/zero.go @@ -10,8 +10,8 @@ import ( "fmt" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" "github.com/pkg/errors" "google.golang.org/grpc/status" diff --git a/enc/util.go b/enc/util.go index fa7f2cbf32d..62c12aed443 100644 --- a/enc/util.go +++ b/enc/util.go @@ -13,7 +13,7 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/badger/v4/y" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // GetWriter wraps a crypto StreamWriter using the input key on the input Writer. diff --git a/filestore/filestore.go b/filestore/filestore.go index 2731fbba316..dd25d2f344d 100644 --- a/filestore/filestore.go +++ b/filestore/filestore.go @@ -10,7 +10,7 @@ import ( "io" "net/url" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // FileStore represents a file or directory of files that are either stored diff --git a/filestore/local_files.go b/filestore/local_files.go index 21a782050df..09442ecca34 100644 --- a/filestore/local_files.go +++ b/filestore/local_files.go @@ -10,8 +10,8 @@ import ( "io" "os" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/x" ) type localFiles struct { diff --git a/filestore/remote_files.go b/filestore/remote_files.go index edb7fa17539..cd14f07ac52 100644 --- a/filestore/remote_files.go +++ b/filestore/remote_files.go @@ -14,8 +14,8 @@ import ( "github.com/minio/minio-go/v7" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/x" ) type remoteFiles struct { diff --git a/go.mod b/go.mod index 0107e667db2..f599a76fb1a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/hypermodeinc/dgraph/v25 +module github.com/dgraph-io/dgraph/v25 go 1.24.3 diff --git a/graphql/admin/add_group.go b/graphql/admin/add_group.go index 7a8f7e7ecf4..a45cc76e2c9 100644 --- a/graphql/admin/add_group.go +++ b/graphql/admin/add_group.go @@ -9,10 +9,10 @@ import ( "context" "fmt" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type addGroupRewriter resolve.AddRewriter diff --git a/graphql/admin/admin.go b/graphql/admin/admin.go index b356cbf6376..4ce92bd937a 100644 --- a/graphql/admin/admin.go +++ b/graphql/admin/admin.go @@ -17,14 +17,14 @@ import ( "google.golang.org/protobuf/proto" badgerpb "github.com/dgraph-io/badger/v4/pb" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/graphql/admin/assign.go b/graphql/admin/assign.go index 17aa14447c3..80fa06fcddf 100644 --- a/graphql/admin/assign.go +++ b/graphql/admin/assign.go @@ -12,10 +12,10 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" ) const ( diff --git a/graphql/admin/backup.go b/graphql/admin/backup.go index 758cfacb15d..e9b20fe94b3 100644 --- a/graphql/admin/backup.go +++ b/graphql/admin/backup.go @@ -12,10 +12,10 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" ) type backupInput struct { diff --git a/graphql/admin/config.go b/graphql/admin/config.go index c4e5cc4da23..23cc299d29e 100644 --- a/graphql/admin/config.go +++ b/graphql/admin/config.go @@ -12,9 +12,9 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/worker" ) type configInput struct { diff --git a/graphql/admin/current_user.go b/graphql/admin/current_user.go index 2d9d2603bc8..eaf8d3ddf41 100644 --- a/graphql/admin/current_user.go +++ b/graphql/admin/current_user.go @@ -8,10 +8,10 @@ package admin import ( "context" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type currentUserResolver struct { diff --git a/graphql/admin/draining.go b/graphql/admin/draining.go index d9f757ab510..7c1c6829d81 100644 --- a/graphql/admin/draining.go +++ b/graphql/admin/draining.go @@ -11,9 +11,9 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) func resolveDraining(ctx context.Context, m schema.Mutation) (*resolve.Resolved, bool) { diff --git a/graphql/admin/export.go b/graphql/admin/export.go index 1569ea7681f..c20a7a4a8c8 100644 --- a/graphql/admin/export.go +++ b/graphql/admin/export.go @@ -14,11 +14,11 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) const notSet = math.MaxInt64 diff --git a/graphql/admin/health.go b/graphql/admin/health.go index b70c5f3d3fd..4cc59bfd6d7 100644 --- a/graphql/admin/health.go +++ b/graphql/admin/health.go @@ -11,10 +11,10 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) func resolveHealth(ctx context.Context, q schema.Query) *resolve.Resolved { diff --git a/graphql/admin/http.go b/graphql/admin/http.go index 2f206650e3e..de90acc26eb 100644 --- a/graphql/admin/http.go +++ b/graphql/admin/http.go @@ -20,14 +20,14 @@ import ( "github.com/pkg/errors" "go.opencensus.io/trace" + "github.com/dgraph-io/dgraph/v25/audit" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/api" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/subscription" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/graphql-transport-ws/graphqlws" - "github.com/hypermodeinc/dgraph/v25/audit" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/api" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/subscription" - "github.com/hypermodeinc/dgraph/v25/x" ) type Headerkey string diff --git a/graphql/admin/list_backups.go b/graphql/admin/list_backups.go index 76764d60959..d4e10dcf91a 100644 --- a/graphql/admin/list_backups.go +++ b/graphql/admin/list_backups.go @@ -11,11 +11,11 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type lsBackupInput struct { diff --git a/graphql/admin/login.go b/graphql/admin/login.go index 0adce50cc22..80efe56de58 100644 --- a/graphql/admin/login.go +++ b/graphql/admin/login.go @@ -13,9 +13,9 @@ import ( "google.golang.org/protobuf/proto" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" ) type loginInput struct { diff --git a/graphql/admin/moveTablet.go b/graphql/admin/moveTablet.go index c3dae65e0f7..1c69255a445 100644 --- a/graphql/admin/moveTablet.go +++ b/graphql/admin/moveTablet.go @@ -10,11 +10,11 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type moveTabletInput struct { diff --git a/graphql/admin/namespace.go b/graphql/admin/namespace.go index 1685940dc67..aefb9437434 100644 --- a/graphql/admin/namespace.go +++ b/graphql/admin/namespace.go @@ -12,10 +12,10 @@ import ( "fmt" "strconv" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type addNamespaceInput struct { diff --git a/graphql/admin/removeNode.go b/graphql/admin/removeNode.go index b7fec13b45e..724d072e5be 100644 --- a/graphql/admin/removeNode.go +++ b/graphql/admin/removeNode.go @@ -13,10 +13,10 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" ) type removeNodeInput struct { diff --git a/graphql/admin/reset_password.go b/graphql/admin/reset_password.go index a94b0c35919..439bef728ce 100644 --- a/graphql/admin/reset_password.go +++ b/graphql/admin/reset_password.go @@ -12,9 +12,9 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" ) func resolveResetPassword(ctx context.Context, m schema.Mutation) (*resolve.Resolved, bool) { diff --git a/graphql/admin/restore.go b/graphql/admin/restore.go index eaefe94015d..8b23c82ccf9 100644 --- a/graphql/admin/restore.go +++ b/graphql/admin/restore.go @@ -13,11 +13,11 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" ) type restoreInput struct { diff --git a/graphql/admin/schema.go b/graphql/admin/schema.go index be2234ce7b4..6e779a45180 100644 --- a/graphql/admin/schema.go +++ b/graphql/admin/schema.go @@ -11,12 +11,12 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type getSchemaResolver struct { diff --git a/graphql/admin/shutdown.go b/graphql/admin/shutdown.go index b07d175a2b8..5e9191227ed 100644 --- a/graphql/admin/shutdown.go +++ b/graphql/admin/shutdown.go @@ -10,9 +10,9 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) func resolveShutdown(ctx context.Context, m schema.Mutation) (*resolve.Resolved, bool) { diff --git a/graphql/admin/state.go b/graphql/admin/state.go index da632a2590d..9f12f6c5ae6 100644 --- a/graphql/admin/state.go +++ b/graphql/admin/state.go @@ -12,11 +12,11 @@ import ( "github.com/pkg/errors" "google.golang.org/protobuf/encoding/protojson" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) type membershipState struct { diff --git a/graphql/admin/task.go b/graphql/admin/task.go index 05c40f492c6..e9238617bd4 100644 --- a/graphql/admin/task.go +++ b/graphql/admin/task.go @@ -14,10 +14,10 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" ) type taskInput struct { diff --git a/graphql/admin/update_group.go b/graphql/admin/update_group.go index 8ec56fb4487..ab75363ba55 100644 --- a/graphql/admin/update_group.go +++ b/graphql/admin/update_group.go @@ -10,10 +10,10 @@ import ( "fmt" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type updateGroupRewriter resolve.UpdateRewriter diff --git a/graphql/bench/auth_test.go b/graphql/bench/auth_test.go index 248577b7a12..b86cb3cf3ae 100644 --- a/graphql/bench/auth_test.go +++ b/graphql/bench/auth_test.go @@ -14,10 +14,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( @@ -108,7 +108,7 @@ func clearAll(b require.TestingT, metaInfo *testutil.AuthMeta) { // go test -bench=. -benchtime=60s // goos: linux // goarch: amd64 -// pkg: github.com/hypermodeinc/dgraph/v25/graphql/e2e/auth/bench +// pkg: github.com/dgraph-io/dgraph/v25/graphql/e2e/auth/bench // Auth // BenchmarkNestedQuery-8 88 815315761 ns/op // BenchmarkOneLevelQuery-8 4357 15626384 ns/op diff --git a/graphql/dgraph/execute.go b/graphql/dgraph/execute.go index 463d4eaf86a..fe35e1548be 100644 --- a/graphql/dgraph/execute.go +++ b/graphql/dgraph/execute.go @@ -13,9 +13,9 @@ import ( "go.opencensus.io/trace" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type DgraphEx struct{} diff --git a/graphql/dgraph/graphquery.go b/graphql/dgraph/graphquery.go index 79b00d4344c..706808a4ab0 100644 --- a/graphql/dgraph/graphquery.go +++ b/graphql/dgraph/graphquery.go @@ -9,8 +9,8 @@ import ( "fmt" "strings" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/x" ) // AsString writes query as an indented dql query string. AsString doesn't 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 719a11797e0..b25eb7acab5 100644 --- a/graphql/e2e/admin_auth/poorman_auth/admin_auth_test.go +++ b/graphql/e2e/admin_auth/poorman_auth/admin_auth_test.go @@ -15,8 +15,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/x" ) const ( 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 0a6e4a172e9..9fb60308313 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 @@ -15,8 +15,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/e2e/auth/add_mutation_test.go b/graphql/e2e/auth/add_mutation_test.go index d26d8d15a9a..2efe88f95cc 100644 --- a/graphql/e2e/auth/add_mutation_test.go +++ b/graphql/e2e/auth/add_mutation_test.go @@ -16,7 +16,7 @@ import ( "github.com/google/go-cmp/cmp/cmpopts" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" ) func (p *Project) delete(t *testing.T, user, role string) { diff --git a/graphql/e2e/auth/auth_test.go b/graphql/e2e/auth/auth_test.go index a348a279c1b..814df8649aa 100644 --- a/graphql/e2e/auth/auth_test.go +++ b/graphql/e2e/auth/auth_test.go @@ -22,10 +22,10 @@ import ( "github.com/google/go-cmp/cmp/cmpopts" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/e2e/auth/debug_off/debugoff_test.go b/graphql/e2e/auth/debug_off/debugoff_test.go index c1c7b10cb4d..82920bfb562 100644 --- a/graphql/e2e/auth/debug_off/debugoff_test.go +++ b/graphql/e2e/auth/debug_off/debugoff_test.go @@ -18,10 +18,10 @@ import ( "github.com/pkg/errors" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/e2e/auth/delete_mutation_test.go b/graphql/e2e/auth/delete_mutation_test.go index 563fac638e6..8756c9c29ba 100644 --- a/graphql/e2e/auth/delete_mutation_test.go +++ b/graphql/e2e/auth/delete_mutation_test.go @@ -15,7 +15,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" ) func (c *Column) add(t *testing.T, user, role string) { diff --git a/graphql/e2e/auth/update_mutation_test.go b/graphql/e2e/auth/update_mutation_test.go index 2d382142f0a..dad7a6e5d24 100644 --- a/graphql/e2e/auth/update_mutation_test.go +++ b/graphql/e2e/auth/update_mutation_test.go @@ -13,7 +13,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" ) func getAllProjects(t *testing.T, users, roles []string) []string { 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 16c221db44f..9a410d01e54 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 @@ -13,9 +13,9 @@ import ( "github.com/golang-jwt/jwt/v5" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) type TestCase struct { diff --git a/graphql/e2e/common/admin.go b/graphql/e2e/common/admin.go index 0297c1e57cf..bf7bfaf9ef5 100644 --- a/graphql/e2e/common/admin.go +++ b/graphql/e2e/common/admin.go @@ -24,9 +24,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/e2e/common/common.go b/graphql/e2e/common/common.go index 29b7ba5af5a..620a7733071 100644 --- a/graphql/e2e/common/common.go +++ b/graphql/e2e/common/common.go @@ -27,9 +27,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/e2e/common/error.go b/graphql/e2e/common/error.go index fee6b7f154e..d19dfde3118 100644 --- a/graphql/e2e/common/error.go +++ b/graphql/e2e/common/error.go @@ -25,11 +25,11 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - admin2 "github.com/hypermodeinc/dgraph/v25/graphql/admin" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/x" + admin2 "github.com/dgraph-io/dgraph/v25/graphql/admin" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/e2e/common/fragment.go b/graphql/e2e/common/fragment.go index 15cd372a1c7..a04fa21f680 100644 --- a/graphql/e2e/common/fragment.go +++ b/graphql/e2e/common/fragment.go @@ -14,7 +14,7 @@ import ( "github.com/google/go-cmp/cmp/cmpopts" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func fragmentInMutation(t *testing.T) { diff --git a/graphql/e2e/common/lambda.go b/graphql/e2e/common/lambda.go index 6608410654c..8b3112bfab0 100644 --- a/graphql/e2e/common/lambda.go +++ b/graphql/e2e/common/lambda.go @@ -18,7 +18,7 @@ import ( "github.com/golang/glog" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func lambdaOnTypeField(t *testing.T) { diff --git a/graphql/e2e/common/mutation.go b/graphql/e2e/common/mutation.go index c443b1cfaea..c64d6931ec6 100644 --- a/graphql/e2e/common/mutation.go +++ b/graphql/e2e/common/mutation.go @@ -26,8 +26,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) // TestAddMutation tests that add mutations work as expected. There's a few angles diff --git a/graphql/e2e/common/query.go b/graphql/e2e/common/query.go index 4c24585b7d1..bc2d5ad20ae 100644 --- a/graphql/e2e/common/query.go +++ b/graphql/e2e/common/query.go @@ -29,9 +29,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func queryCountryByRegExp(t *testing.T, regexp string, expectedCountries []*country) { diff --git a/graphql/e2e/common/schema.go b/graphql/e2e/common/schema.go index 6c420633956..3d1dd727441 100644 --- a/graphql/e2e/common/schema.go +++ b/graphql/e2e/common/schema.go @@ -15,7 +15,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) const ( diff --git a/graphql/e2e/common/subscription.go b/graphql/e2e/common/subscription.go index 4055bfaab42..614b4620265 100644 --- a/graphql/e2e/common/subscription.go +++ b/graphql/e2e/common/subscription.go @@ -15,7 +15,7 @@ import ( "github.com/golang/glog" "github.com/gorilla/websocket" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/schema" ) // Reference: https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md diff --git a/graphql/e2e/custom_logic/custom_logic_test.go b/graphql/e2e/custom_logic/custom_logic_test.go index 6eb879586d5..09964678080 100644 --- a/graphql/e2e/custom_logic/custom_logic_test.go +++ b/graphql/e2e/custom_logic/custom_logic_test.go @@ -20,10 +20,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/e2e/directives/dgraph_directives_test.go b/graphql/e2e/directives/dgraph_directives_test.go index 535923c12bb..ee70d458f47 100644 --- a/graphql/e2e/directives/dgraph_directives_test.go +++ b/graphql/e2e/directives/dgraph_directives_test.go @@ -13,9 +13,9 @@ import ( "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestRunAll_WithDgraphDirectives(t *testing.T) { diff --git a/graphql/e2e/multi_tenancy/multi_tenancy_test.go b/graphql/e2e/multi_tenancy/multi_tenancy_test.go index b4d241fc030..27d39df8728 100644 --- a/graphql/e2e/multi_tenancy/multi_tenancy_test.go +++ b/graphql/e2e/multi_tenancy/multi_tenancy_test.go @@ -19,9 +19,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/e2e/normal/normal_test.go b/graphql/e2e/normal/normal_test.go index 1eb3af68e77..28aa2730a16 100644 --- a/graphql/e2e/normal/normal_test.go +++ b/graphql/e2e/normal/normal_test.go @@ -13,9 +13,9 @@ import ( "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestRunAll_Normal(t *testing.T) { diff --git a/graphql/e2e/schema/schema_test.go b/graphql/e2e/schema/schema_test.go index 3e7718c3f7b..a183cc1e430 100644 --- a/graphql/e2e/schema/schema_test.go +++ b/graphql/e2e/schema/schema_test.go @@ -24,10 +24,10 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/e2e/subscription/subscription_test.go b/graphql/e2e/subscription/subscription_test.go index fc30caa6663..ef7b576adf6 100644 --- a/graphql/e2e/subscription/subscription_test.go +++ b/graphql/e2e/subscription/subscription_test.go @@ -16,10 +16,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/resolve/auth_test.go b/graphql/resolve/auth_test.go index f3673b469e6..049c51a265e 100644 --- a/graphql/resolve/auth_test.go +++ b/graphql/resolve/auth_test.go @@ -20,14 +20,14 @@ import ( "gopkg.in/yaml.v3" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" _ "github.com/dgraph-io/gqlparser/v2/validator/rules" // make gql validator init() all rules - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" ) type AuthQueryRewritingCase struct { diff --git a/graphql/resolve/extensions_test.go b/graphql/resolve/extensions_test.go index d6ecdbee315..6bbdbbb1f63 100644 --- a/graphql/resolve/extensions_test.go +++ b/graphql/resolve/extensions_test.go @@ -11,7 +11,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/graphql/test" ) func TestQueriesPropagateExtensions(t *testing.T) { diff --git a/graphql/resolve/middlewares.go b/graphql/resolve/middlewares.go index ff85a8ca49d..94168b5b8f2 100644 --- a/graphql/resolve/middlewares.go +++ b/graphql/resolve/middlewares.go @@ -11,9 +11,9 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) // QueryMiddleware represents a middleware for queries diff --git a/graphql/resolve/middlewares_test.go b/graphql/resolve/middlewares_test.go index 349032e2192..b01f08745c2 100644 --- a/graphql/resolve/middlewares_test.go +++ b/graphql/resolve/middlewares_test.go @@ -11,7 +11,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/schema" ) func TestQueryMiddlewares_Then_ExecutesMiddlewaresInOrder(t *testing.T) { diff --git a/graphql/resolve/mutation.go b/graphql/resolve/mutation.go index 58140332d37..5a5093779ae 100644 --- a/graphql/resolve/mutation.go +++ b/graphql/resolve/mutation.go @@ -19,10 +19,10 @@ import ( "go.opentelemetry.io/otel/trace" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const touchedUidsKey = "_total" diff --git a/graphql/resolve/mutation_rewriter.go b/graphql/resolve/mutation_rewriter.go index 3be09299dc7..570f378f221 100644 --- a/graphql/resolve/mutation_rewriter.go +++ b/graphql/resolve/mutation_rewriter.go @@ -17,9 +17,9 @@ import ( "github.com/pkg/errors" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/resolve/mutation_test.go b/graphql/resolve/mutation_test.go index db3f7037e26..bd027313785 100644 --- a/graphql/resolve/mutation_test.go +++ b/graphql/resolve/mutation_test.go @@ -17,11 +17,11 @@ import ( "gopkg.in/yaml.v3" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) // Tests showing that GraphQL mutations -> Dgraph mutations diff --git a/graphql/resolve/query.go b/graphql/resolve/query.go index ea480dc1cb6..b15e470f52b 100644 --- a/graphql/resolve/query.go +++ b/graphql/resolve/query.go @@ -15,10 +15,10 @@ import ( "go.opentelemetry.io/otel/trace" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) var errNotScalar = errors.New("provided value is not a scalar, can't convert it to string") diff --git a/graphql/resolve/query_rewriter.go b/graphql/resolve/query_rewriter.go index 08ace4190c3..20e6e511d2a 100644 --- a/graphql/resolve/query_rewriter.go +++ b/graphql/resolve/query_rewriter.go @@ -16,10 +16,10 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) type queryRewriter struct{} diff --git a/graphql/resolve/query_test.go b/graphql/resolve/query_test.go index c2c7cf06ef0..f6705a3dcd2 100644 --- a/graphql/resolve/query_test.go +++ b/graphql/resolve/query_test.go @@ -17,11 +17,11 @@ import ( "github.com/stretchr/testify/require" "gopkg.in/yaml.v3" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/testutil" _ "github.com/dgraph-io/gqlparser/v2/validator/rules" // make gql validator init() all rules - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/testutil" ) // Tests showing that the query rewriter produces the expected Dgraph queries diff --git a/graphql/resolve/resolver.go b/graphql/resolve/resolver.go index 8d33ce53da0..8352270004d 100644 --- a/graphql/resolve/resolver.go +++ b/graphql/resolve/resolver.go @@ -19,11 +19,11 @@ import ( "go.opentelemetry.io/otel/trace" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/api" - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/api" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type resolveCtxKey string diff --git a/graphql/resolve/resolver_error_test.go b/graphql/resolve/resolver_error_test.go index 00687c40371..c1bdaed321f 100644 --- a/graphql/resolve/resolver_error_test.go +++ b/graphql/resolve/resolver_error_test.go @@ -18,9 +18,9 @@ import ( "gopkg.in/yaml.v3" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/x" ) // Tests that result completion and GraphQL error propagation are working properly. diff --git a/graphql/resolve/resolver_test.go b/graphql/resolve/resolver_test.go index f77d0eac8c3..1fed1229f8d 100644 --- a/graphql/resolve/resolver_test.go +++ b/graphql/resolve/resolver_test.go @@ -11,9 +11,9 @@ import ( "github.com/google/go-cmp/cmp" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/x" ) func TestErrorOnIncorrectValueType(t *testing.T) { diff --git a/graphql/resolve/webhook.go b/graphql/resolve/webhook.go index 8e0c402b7c7..bf956ade102 100644 --- a/graphql/resolve/webhook.go +++ b/graphql/resolve/webhook.go @@ -13,9 +13,9 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type webhookPayload struct { diff --git a/graphql/schema/auth.go b/graphql/schema/auth.go index 13efd37cde8..463a924d758 100644 --- a/graphql/schema/auth.go +++ b/graphql/schema/auth.go @@ -14,11 +14,11 @@ import ( "github.com/spf13/cast" + "github.com/dgraph-io/dgraph/v25/dql" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" "github.com/dgraph-io/gqlparser/v2/parser" "github.com/dgraph-io/gqlparser/v2/validator" - "github.com/hypermodeinc/dgraph/v25/dql" ) const ( diff --git a/graphql/schema/completion.go b/graphql/schema/completion.go index 1437ec2b4f3..e9aba03a1f4 100644 --- a/graphql/schema/completion.go +++ b/graphql/schema/completion.go @@ -14,8 +14,8 @@ import ( "github.com/golang/glog" - dgTypes "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + dgTypes "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/schema/custom_http.go b/graphql/schema/custom_http.go index 7dc445efb97..1704fe000f9 100644 --- a/graphql/schema/custom_http.go +++ b/graphql/schema/custom_http.go @@ -14,9 +14,9 @@ import ( "net/http" "time" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/x" "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/graphql/schema/errors.go b/graphql/schema/errors.go index ad4b9d0397d..86650bdd7c6 100644 --- a/graphql/schema/errors.go +++ b/graphql/schema/errors.go @@ -8,9 +8,9 @@ package schema import ( "fmt" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" - "github.com/hypermodeinc/dgraph/v25/x" ) // AsGQLErrors formats an error as a list of GraphQL errors. diff --git a/graphql/schema/errors_test.go b/graphql/schema/errors_test.go index 01e14156b3b..af6bfbb3ddf 100644 --- a/graphql/schema/errors_test.go +++ b/graphql/schema/errors_test.go @@ -13,8 +13,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/gqlerror" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestGQLWrapf_Error(t *testing.T) { diff --git a/graphql/schema/gqlschema.go b/graphql/schema/gqlschema.go index 1ec32414919..ae4cf684295 100644 --- a/graphql/schema/gqlschema.go +++ b/graphql/schema/gqlschema.go @@ -10,10 +10,10 @@ import ( "sort" "strings" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" "github.com/dgraph-io/gqlparser/v2/parser" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/graphql/schema/introspection.go b/graphql/schema/introspection.go index 8b542fabb59..58f74cfde0a 100644 --- a/graphql/schema/introspection.go +++ b/graphql/schema/introspection.go @@ -11,10 +11,10 @@ import ( "errors" "strconv" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlgen/graphql" "github.com/dgraph-io/gqlgen/graphql/introspection" "github.com/dgraph-io/gqlparser/v2/ast" - "github.com/hypermodeinc/dgraph/v25/x" ) // Introspection works by walking through the selection set which are part of ast.Operation diff --git a/graphql/schema/response.go b/graphql/schema/response.go index fac3b3d0c9f..64403c7f0e4 100644 --- a/graphql/schema/response.go +++ b/graphql/schema/response.go @@ -17,7 +17,7 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // GraphQL spec on response is here: diff --git a/graphql/schema/response_test.go b/graphql/schema/response_test.go index 787c39cafde..8589721d5fc 100644 --- a/graphql/schema/response_test.go +++ b/graphql/schema/response_test.go @@ -13,8 +13,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/gqlerror" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestDataAndErrors(t *testing.T) { diff --git a/graphql/schema/rules.go b/graphql/schema/rules.go index 346b30bbd5a..aaab2b6ac12 100644 --- a/graphql/schema/rules.go +++ b/graphql/schema/rules.go @@ -13,11 +13,11 @@ import ( "strconv" "strings" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" "github.com/dgraph-io/gqlparser/v2/parser" "github.com/dgraph-io/gqlparser/v2/validator" - "github.com/hypermodeinc/dgraph/v25/x" "gopkg.in/yaml.v3" ) diff --git a/graphql/schema/schemagen.go b/graphql/schema/schemagen.go index b2f36d72c68..e1407326dfb 100644 --- a/graphql/schema/schemagen.go +++ b/graphql/schema/schemagen.go @@ -14,12 +14,12 @@ import ( "github.com/pkg/errors" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" "github.com/dgraph-io/gqlparser/v2/parser" "github.com/dgraph-io/gqlparser/v2/validator" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/x" ) // A Handler can produce valid GraphQL and Dgraph schemas given an input of diff --git a/graphql/schema/schemagen_test.go b/graphql/schema/schemagen_test.go index 12b0e5119e7..5231f829763 100644 --- a/graphql/schema/schemagen_test.go +++ b/graphql/schema/schemagen_test.go @@ -15,11 +15,11 @@ import ( "github.com/stretchr/testify/require" "gopkg.in/yaml.v3" + dschema "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/gqlerror" _ "github.com/dgraph-io/gqlparser/v2/validator/rules" "github.com/dgraph-io/ristretto/v2/z" - dschema "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) type Tests map[string][]TestCase diff --git a/graphql/schema/validation_rules.go b/graphql/schema/validation_rules.go index 07abdf9773c..5926ea17d40 100644 --- a/graphql/schema/validation_rules.go +++ b/graphql/schema/validation_rules.go @@ -10,10 +10,10 @@ import ( "fmt" "strconv" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" "github.com/dgraph-io/gqlparser/v2/validator" - "github.com/hypermodeinc/dgraph/v25/x" ) var allowedFilters = []string{"StringHashFilter", "StringExactFilter", "StringFullTextFilter", diff --git a/graphql/schema/wrappers.go b/graphql/schema/wrappers.go index cbe646cb579..8837d5170d8 100644 --- a/graphql/schema/wrappers.go +++ b/graphql/schema/wrappers.go @@ -19,10 +19,10 @@ import ( "github.com/pkg/errors" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/parser" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/x" ) // Wrap the github.com/dgraph-io/gqlparser/ast defintions so that the bulk of the GraphQL diff --git a/graphql/schema/wrappers_test.go b/graphql/schema/wrappers_test.go index 4e5b54f83d1..975832fea26 100644 --- a/graphql/schema/wrappers_test.go +++ b/graphql/schema/wrappers_test.go @@ -17,8 +17,8 @@ import ( "github.com/stretchr/testify/require" "gopkg.in/yaml.v3" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestDgraphMapping_WithoutDirectives(t *testing.T) { diff --git a/graphql/subscription/poller.go b/graphql/subscription/poller.go index 2bdf760616f..ffb61d142e1 100644 --- a/graphql/subscription/poller.go +++ b/graphql/subscription/poller.go @@ -18,9 +18,9 @@ import ( "github.com/golang-jwt/jwt/v5" "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) // Poller is used to poll user subscription query. diff --git a/graphql/test/test.go b/graphql/test/test.go index b22400d0c25..6b5433f95a2 100644 --- a/graphql/test/test.go +++ b/graphql/test/test.go @@ -12,11 +12,11 @@ import ( "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/parser" "github.com/dgraph-io/gqlparser/v2/validator" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) // Various helpers used in GQL testing diff --git a/graphql/testdata/datagen/main.go b/graphql/testdata/datagen/main.go index f81868a7a74..3f195a47c9b 100644 --- a/graphql/testdata/datagen/main.go +++ b/graphql/testdata/datagen/main.go @@ -5,7 +5,7 @@ package main -import "github.com/hypermodeinc/dgraph/v25/graphql/testdata/datagen/cmd" +import "github.com/dgraph-io/dgraph/v25/graphql/testdata/datagen/cmd" func main() { cmd.Execute() diff --git a/lex/lexer.go b/lex/lexer.go index 2f5ed3bfb52..306fad8bf96 100644 --- a/lex/lexer.go +++ b/lex/lexer.go @@ -11,7 +11,7 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // EOF indicates the end of the an input. diff --git a/posting/index.go b/posting/index.go index 01a60791813..ae6c3352a44 100644 --- a/posting/index.go +++ b/posting/index.go @@ -28,13 +28,13 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/badger/v4/options" bpb "github.com/dgraph-io/badger/v4/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" ) var emptyCountParams countParams diff --git a/posting/index_test.go b/posting/index_test.go index f7beec047da..3f75c26fb10 100644 --- a/posting/index_test.go +++ b/posting/index_test.go @@ -15,10 +15,10 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) func uids(l *List, readTs uint64) []uint64 { diff --git a/posting/list.go b/posting/list.go index e9d438ce1b8..1c0c7a0fc55 100644 --- a/posting/list.go +++ b/posting/list.go @@ -21,15 +21,15 @@ import ( bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok/index" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok/index" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/posting/list_test.go b/posting/list_test.go index 7d988c4ddff..79bce4a1879 100644 --- a/posting/list_test.go +++ b/posting/list_test.go @@ -22,11 +22,11 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) func setMaxListSize(newMaxListSize int) { diff --git a/posting/lists.go b/posting/lists.go index 519bde517ab..18e72f729b9 100644 --- a/posting/lists.go +++ b/posting/lists.go @@ -18,9 +18,9 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/posting/mvcc.go b/posting/mvcc.go index cf2630074c2..e31dbac4398 100644 --- a/posting/mvcc.go +++ b/posting/mvcc.go @@ -24,10 +24,10 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) type pooledKeys struct { diff --git a/posting/mvcc_test.go b/posting/mvcc_test.go index 3058c736bfe..c7874a41994 100644 --- a/posting/mvcc_test.go +++ b/posting/mvcc_test.go @@ -17,10 +17,10 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestIncrRollupGetsCancelledQuickly(t *testing.T) { diff --git a/posting/oracle.go b/posting/oracle.go index 58a05538e3f..d7c3837b4b2 100644 --- a/posting/oracle.go +++ b/posting/oracle.go @@ -17,9 +17,9 @@ import ( "github.com/golang/glog" ostats "go.opencensus.io/stats" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok/index" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok/index" + "github.com/dgraph-io/dgraph/v25/x" ) var o *oracle diff --git a/posting/size.go b/posting/size.go index 9e066b744d1..23e9c1c55e6 100644 --- a/posting/size.go +++ b/posting/size.go @@ -11,7 +11,7 @@ import ( "unsafe" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) const sizeOfBucket = 144 diff --git a/posting/size_test.go b/posting/size_test.go index a1fa5d4b61d..ec0b8daaf84 100644 --- a/posting/size_test.go +++ b/posting/size_test.go @@ -26,7 +26,7 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) var manual = flag.Bool("manual", false, "Set when manually running some tests.") diff --git a/posting/stats.go b/posting/stats.go index 663e9f7e2ad..7dd660f8080 100644 --- a/posting/stats.go +++ b/posting/stats.go @@ -9,7 +9,7 @@ import ( "math" "sync" - "github.com/hypermodeinc/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/algo" ) type StatsHolder struct { diff --git a/protos/protos_test.go b/protos/protos_test.go index 1be0b0537e4..511f291b194 100644 --- a/protos/protos_test.go +++ b/protos/protos_test.go @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestProtosRegenerate(t *testing.T) { diff --git a/query/aggregator.go b/query/aggregator.go index e05c5352d9d..87a1f5264f3 100644 --- a/query/aggregator.go +++ b/query/aggregator.go @@ -13,9 +13,9 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) type aggregator struct { diff --git a/query/cloud_test.go b/query/cloud_test.go index a02f31915d2..13a9de333f5 100644 --- a/query/cloud_test.go +++ b/query/cloud_test.go @@ -12,9 +12,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestMain(m *testing.M) { diff --git a/query/common_test.go b/query/common_test.go index 373d1406609..e36211f7a18 100644 --- a/query/common_test.go +++ b/query/common_test.go @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func setSchema(schema string) { diff --git a/query/fastjson_test.go b/query/fastjson_test.go index 77b89301ca1..5b2ee42d076 100644 --- a/query/fastjson_test.go +++ b/query/fastjson_test.go @@ -12,10 +12,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/task" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/task" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/types" ) func subgraphWithSingleResultAndSingleValue(val *pb.TaskValue) *SubGraph { diff --git a/query/groupby.go b/query/groupby.go index 1bf206b5778..56bdbcd25df 100644 --- a/query/groupby.go +++ b/query/groupby.go @@ -12,9 +12,9 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" ) type groupPair struct { diff --git a/query/integration_test.go b/query/integration_test.go index 2ab94b142a4..285e4c5f4fd 100644 --- a/query/integration_test.go +++ b/query/integration_test.go @@ -11,9 +11,9 @@ import ( "context" "testing" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestMain(m *testing.M) { diff --git a/query/math.go b/query/math.go index 87aa60a660b..a020066c40d 100644 --- a/query/math.go +++ b/query/math.go @@ -11,7 +11,7 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types" ) type mathTree struct { diff --git a/query/math_test.go b/query/math_test.go index c5326c9155d..e39fb1a4cf3 100644 --- a/query/math_test.go +++ b/query/math_test.go @@ -13,7 +13,7 @@ import ( "github.com/pkg/errors" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types" ) func BenchmarkProcessBinaryLargeMap(b *testing.B) { diff --git a/query/mutation.go b/query/mutation.go index 0d46ac8325a..73844cc9dc6 100644 --- a/query/mutation.go +++ b/query/mutation.go @@ -16,11 +16,11 @@ import ( "go.opentelemetry.io/otel/trace" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) // ApplyMutations performs the required edge expansions and forwards the results to the diff --git a/query/mutation_test.go b/query/mutation_test.go index 7f7959d85a9..0ca2e2094b7 100644 --- a/query/mutation_test.go +++ b/query/mutation_test.go @@ -18,7 +18,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) func TestReservedPredicateForMutation(t *testing.T) { diff --git a/query/normalize_feature_flag_test.go b/query/normalize_feature_flag_test.go index 5eaa4edc4fb..f9e70da7d75 100644 --- a/query/normalize_feature_flag_test.go +++ b/query/normalize_feature_flag_test.go @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) func TestNormalizeDirectiveWithNoListResponse(t *testing.T) { diff --git a/query/outputnode.go b/query/outputnode.go index f5448bf97c7..88c6d9a36ec 100644 --- a/query/outputnode.go +++ b/query/outputnode.go @@ -26,14 +26,14 @@ import ( "github.com/twpayne/go-geom/encoding/geojson" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/algo" + gqlSchema "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/task" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/algo" - gqlSchema "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/task" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" ) // ToJson converts the list of subgraph into a JSON response by calling toFastJSON. diff --git a/query/outputnode_graphql.go b/query/outputnode_graphql.go index 2a712018e8f..07c8f9130d9 100644 --- a/query/outputnode_graphql.go +++ b/query/outputnode_graphql.go @@ -15,8 +15,8 @@ import ( "strings" "sync" - gqlSchema "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + gqlSchema "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) // graphQLEncoder is used to encode JSON response for GraphQL queries. diff --git a/query/outputnode_test.go b/query/outputnode_test.go index 9a799121cf2..729c234e7d0 100644 --- a/query/outputnode_test.go +++ b/query/outputnode_test.go @@ -17,10 +17,10 @@ import ( "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestEncodeMemory(t *testing.T) { diff --git a/query/outputrdf.go b/query/outputrdf.go index 28d1000abc8..19da4ba4857 100644 --- a/query/outputrdf.go +++ b/query/outputrdf.go @@ -12,10 +12,10 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) // rdfBuilder is used to generate RDF from subgraph. diff --git a/query/query.go b/query/query.go index db46471b8d2..304f8aee534 100644 --- a/query/query.go +++ b/query/query.go @@ -22,14 +22,14 @@ import ( "go.opentelemetry.io/otel/trace" "google.golang.org/grpc/metadata" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) /* diff --git a/query/query0_test.go b/query/query0_test.go index 7dd5a7c8f43..df22049aea5 100644 --- a/query/query0_test.go +++ b/query/query0_test.go @@ -16,9 +16,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dql" ) func TestGetUID(t *testing.T) { diff --git a/query/query3_test.go b/query/query3_test.go index 77bbb446653..45bc7e9f0a3 100644 --- a/query/query3_test.go +++ b/query/query3_test.go @@ -18,8 +18,8 @@ import ( "github.com/stretchr/testify/require" "google.golang.org/grpc/metadata" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestRecurseError(t *testing.T) { diff --git a/query/query4_test.go b/query/query4_test.go index 4d59905f75e..d5718d2d3d4 100644 --- a/query/query4_test.go +++ b/query/query4_test.go @@ -18,8 +18,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/x" ) func TestBigMathValue(t *testing.T) { diff --git a/query/recurse.go b/query/recurse.go index 7341f368543..089b328afa3 100644 --- a/query/recurse.go +++ b/query/recurse.go @@ -12,8 +12,8 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/x" ) func (start *SubGraph) expandRecurse(ctx context.Context, maxDepth uint64) error { diff --git a/query/shortest.go b/query/shortest.go index 855b867ca33..435942496b2 100644 --- a/query/shortest.go +++ b/query/shortest.go @@ -13,11 +13,11 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" ) type pathInfo struct { diff --git a/query/upgrade_test.go b/query/upgrade_test.go index c103f2ad6cf..6e2774fe912 100644 --- a/query/upgrade_test.go +++ b/query/upgrade_test.go @@ -14,9 +14,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestMain(m *testing.M) { diff --git a/query/vector/integration_test.go b/query/vector/integration_test.go index 768e715ffdd..36595076a9f 100644 --- a/query/vector/integration_test.go +++ b/query/vector/integration_test.go @@ -11,9 +11,9 @@ import ( "context" "testing" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestMain(m *testing.M) { diff --git a/query/vector/vector_graphql_test.go b/query/vector/vector_graphql_test.go index 516f07f18df..c2ac4aec515 100644 --- a/query/vector/vector_graphql_test.go +++ b/query/vector/vector_graphql_test.go @@ -13,7 +13,7 @@ import ( "math/rand" "testing" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphapi" "github.com/stretchr/testify/require" ) diff --git a/query/vector/vector_test.go b/query/vector/vector_test.go index 1ff0e65edeb..14d02c16d82 100644 --- a/query/vector/vector_test.go +++ b/query/vector/vector_test.go @@ -17,9 +17,9 @@ import ( "time" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/raftwal/log.go b/raftwal/log.go index 25812dd1d69..b5d8febc222 100644 --- a/raftwal/log.go +++ b/raftwal/log.go @@ -24,8 +24,8 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) // WAL is divided up into entryFiles. Each entry file stores maxNumEntries in diff --git a/raftwal/meta.go b/raftwal/meta.go index 2278ea278fa..a595395617c 100644 --- a/raftwal/meta.go +++ b/raftwal/meta.go @@ -16,8 +16,8 @@ import ( "go.etcd.io/etcd/raft/v3" "go.etcd.io/etcd/raft/v3/raftpb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) type MetaInfo int diff --git a/raftwal/storage.go b/raftwal/storage.go index 7a44c7bbbce..535287096af 100644 --- a/raftwal/storage.go +++ b/raftwal/storage.go @@ -15,7 +15,7 @@ import ( "go.etcd.io/etcd/raft/v3/raftpb" "golang.org/x/net/trace" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // DiskStorage handles disk access and writing for the RAFT write-ahead log. diff --git a/raftwal/storage_test.go b/raftwal/storage_test.go index 074c9654ed2..493494cc7f2 100644 --- a/raftwal/storage_test.go +++ b/raftwal/storage_test.go @@ -33,7 +33,7 @@ import ( "go.etcd.io/etcd/raft/v3" "go.etcd.io/etcd/raft/v3/raftpb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func TestStorageTerm(t *testing.T) { diff --git a/raftwal/wal.go b/raftwal/wal.go index 45426f202e0..9b0f845ca14 100644 --- a/raftwal/wal.go +++ b/raftwal/wal.go @@ -15,8 +15,8 @@ import ( "go.etcd.io/etcd/raft/v3/raftpb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) var errNotFound = errors.New("Unable to find raft entry") diff --git a/schema/parse.go b/schema/parse.go index 3f177567ac8..a18f7fddadb 100644 --- a/schema/parse.go +++ b/schema/parse.go @@ -13,11 +13,11 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) // ParseBytes parses the byte array which holds the schema. We will reset diff --git a/schema/parse_test.go b/schema/parse_test.go index 40f63cce139..adb64311f2d 100644 --- a/schema/parse_test.go +++ b/schema/parse_test.go @@ -13,9 +13,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) type nameType struct { diff --git a/schema/schema.go b/schema/schema.go index 819e4cd7c74..3ce0da8ea74 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -20,11 +20,11 @@ import ( "github.com/dgraph-io/badger/v4" badgerpb "github.com/dgraph-io/badger/v4/pb" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/schema/schema_test.go b/schema/schema_test.go index 597ca79f5a2..c64c165b269 100644 --- a/schema/schema_test.go +++ b/schema/schema_test.go @@ -10,7 +10,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) func TestCompareSchemaUpdates(t *testing.T) { diff --git a/schema/state.go b/schema/state.go index c2d95553379..17e3fabeae0 100644 --- a/schema/state.go +++ b/schema/state.go @@ -6,7 +6,7 @@ package schema import ( - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) // Constants representing type of different graphql lexed items. diff --git a/systest/1million/1million_test.go b/systest/1million/1million_test.go index 8c177595def..936821684e2 100644 --- a/systest/1million/1million_test.go +++ b/systest/1million/1million_test.go @@ -19,8 +19,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/systest/1million/common" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/systest/1million/common" + "github.com/dgraph-io/dgraph/v25/testutil" ) func Test1Million(t *testing.T) { diff --git a/systest/21million/bulk/run_test.go b/systest/21million/bulk/run_test.go index 8aa05db1060..ef4905a400b 100644 --- a/systest/21million/bulk/run_test.go +++ b/systest/21million/bulk/run_test.go @@ -18,9 +18,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/systest/21million/common" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/systest/21million/common" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestQueries(t *testing.T) { diff --git a/systest/21million/common/run_queries.go b/systest/21million/common/run_queries.go index 6ac72a6f20c..0407013c867 100644 --- a/systest/21million/common/run_queries.go +++ b/systest/21million/common/run_queries.go @@ -15,8 +15,8 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/testutil" ) // JSON output can be hundreds of lines and diffs can scroll off the terminal before you diff --git a/systest/21million/live/run_test.go b/systest/21million/live/run_test.go index 9543c7b8c5a..487cde2e5d3 100644 --- a/systest/21million/live/run_test.go +++ b/systest/21million/live/run_test.go @@ -12,8 +12,8 @@ import ( "path/filepath" "testing" - "github.com/hypermodeinc/dgraph/v25/systest/21million/common" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/systest/21million/common" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestQueries(t *testing.T) { diff --git a/systest/acl/restore/acl_restore_test.go b/systest/acl/restore/acl_restore_test.go index dee8facb48e..49fe9101755 100644 --- a/systest/acl/restore/acl_restore_test.go +++ b/systest/acl/restore/acl_restore_test.go @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" ) // disableDraining disables draining mode before each test for increased reliability. diff --git a/systest/audit/audit_test.go b/systest/audit/audit_test.go index 5cec84bd316..b4563b018cb 100644 --- a/systest/audit/audit_test.go +++ b/systest/audit/audit_test.go @@ -15,8 +15,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/testutil/testaudit" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil/testaudit" ) func TestZeroAudit(t *testing.T) { diff --git a/systest/audit_encrypted/audit_test.go b/systest/audit_encrypted/audit_test.go index d4988a916c0..f8ed786c87e 100644 --- a/systest/audit_encrypted/audit_test.go +++ b/systest/audit_encrypted/audit_test.go @@ -16,8 +16,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/testutil/testaudit" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil/testaudit" ) func TestMain(m *testing.M) { diff --git a/systest/backup/advanced-scenarios/127-Namespace/backup_test.go b/systest/backup/advanced-scenarios/127-Namespace/backup_test.go index 7b44a57765d..a834c663e8f 100755 --- a/systest/backup/advanced-scenarios/127-Namespace/backup_test.go +++ b/systest/backup/advanced-scenarios/127-Namespace/backup_test.go @@ -10,10 +10,10 @@ package main import ( "testing" - e2eCommon "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - utilsCommon "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + e2eCommon "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + utilsCommon "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go b/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go index 4b21d2dcb3e..136c48e1597 100755 --- a/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go +++ b/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go @@ -11,10 +11,10 @@ import ( "net/http" "testing" - e2eCommon "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - utilsCommon "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + e2eCommon "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + utilsCommon "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go b/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go index c62c9e64fbb..9a5cb3b0676 100755 --- a/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go +++ b/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go @@ -12,10 +12,10 @@ import ( "github.com/stretchr/testify/require" - e2eCommon "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - utilsCommon "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + e2eCommon "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + utilsCommon "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/systest/backup/common/utils.go b/systest/backup/common/utils.go index 63eae270265..5e121530cb9 100644 --- a/systest/backup/common/utils.go +++ b/systest/backup/common/utils.go @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/badger/v4/options" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" ) var ( diff --git a/systest/backup/encryption/backup_test.go b/systest/backup/encryption/backup_test.go index f62c10f0dff..9d064707b13 100644 --- a/systest/backup/encryption/backup_test.go +++ b/systest/backup/encryption/backup_test.go @@ -25,9 +25,9 @@ import ( "github.com/dgraph-io/badger/v4/options" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/backup/filesystem/backup_test.go b/systest/backup/filesystem/backup_test.go index ce94e16a720..5a9534050c6 100644 --- a/systest/backup/filesystem/backup_test.go +++ b/systest/backup/filesystem/backup_test.go @@ -26,10 +26,10 @@ import ( "github.com/dgraph-io/badger/v4/options" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/backup/minio-large/backup_test.go b/systest/backup/minio-large/backup_test.go index a13e1cbbbc5..c69334d2dd8 100644 --- a/systest/backup/minio-large/backup_test.go +++ b/systest/backup/minio-large/backup_test.go @@ -26,9 +26,9 @@ import ( "github.com/dgraph-io/badger/v4/options" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/backup/minio/backup_test.go b/systest/backup/minio/backup_test.go index 544d7bc166f..61bcaae36eb 100644 --- a/systest/backup/minio/backup_test.go +++ b/systest/backup/minio/backup_test.go @@ -27,9 +27,9 @@ import ( "github.com/dgraph-io/badger/v4/options" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/backup/multi-tenancy/backup_test.go b/systest/backup/multi-tenancy/backup_test.go index 7e0021da46c..f379ec03234 100644 --- a/systest/backup/multi-tenancy/backup_test.go +++ b/systest/backup/multi-tenancy/backup_test.go @@ -18,9 +18,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/backup/nfs-backup/backup_test.go b/systest/backup/nfs-backup/backup_test.go index 136caee45c2..4ff9be7df5e 100644 --- a/systest/backup/nfs-backup/backup_test.go +++ b/systest/backup/nfs-backup/backup_test.go @@ -24,10 +24,10 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/bgindex/count_test.go b/systest/bgindex/count_test.go index 3e23209c257..14d4869a8c8 100644 --- a/systest/bgindex/count_test.go +++ b/systest/bgindex/count_test.go @@ -27,8 +27,8 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func TestCountIndex(t *testing.T) { diff --git a/systest/bgindex/parallel_test.go b/systest/bgindex/parallel_test.go index d1215ecc30e..233c10c21d3 100644 --- a/systest/bgindex/parallel_test.go +++ b/systest/bgindex/parallel_test.go @@ -23,8 +23,8 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/bgindex/reverse_test.go b/systest/bgindex/reverse_test.go index 54b77dd3d67..bd57704b73d 100644 --- a/systest/bgindex/reverse_test.go +++ b/systest/bgindex/reverse_test.go @@ -25,8 +25,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func TestReverseIndex(t *testing.T) { diff --git a/systest/bgindex/string_test.go b/systest/bgindex/string_test.go index 4545ccc8370..1410afaef9b 100644 --- a/systest/bgindex/string_test.go +++ b/systest/bgindex/string_test.go @@ -26,8 +26,8 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func TestStringIndex(t *testing.T) { diff --git a/systest/bulk_live/bulk/bulk_test.go b/systest/bulk_live/bulk/bulk_test.go index b5f0bcbbb70..56952660daa 100644 --- a/systest/bulk_live/bulk/bulk_test.go +++ b/systest/bulk_live/bulk/bulk_test.go @@ -10,7 +10,7 @@ package main import ( "testing" - "github.com/hypermodeinc/dgraph/v25/systest/bulk_live/common" + "github.com/dgraph-io/dgraph/v25/systest/bulk_live/common" ) func TestBulkCases(t *testing.T) { diff --git a/systest/bulk_live/common/bulk_live_cases.go b/systest/bulk_live/common/bulk_live_cases.go index cb89799f5e9..4ec658850a8 100644 --- a/systest/bulk_live/common/bulk_live_cases.go +++ b/systest/bulk_live/common/bulk_live_cases.go @@ -25,7 +25,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) // TODO: This test was used just to make sure some really basic examples work. @@ -722,8 +722,8 @@ func TestGoldenData(t *testing.T) { } s := newSuiteFromFile(t, - os.ExpandEnv("$GOPATH/src/github.com/hypermodeinc/dgraph/v25/systest/data/goldendata.schema"), - os.ExpandEnv("$GOPATH/src/github.com/hypermodeinc/dgraph/v25/systest/data/goldendata.rdf.gz"), + os.ExpandEnv("$GOPATH/src/github.com/dgraph-io/dgraph/v25/systest/data/goldendata.schema"), + os.ExpandEnv("$GOPATH/src/github.com/dgraph-io/dgraph/v25/systest/data/goldendata.rdf.gz"), "", ) defer s.cleanup(t) diff --git a/systest/bulk_live/common/bulk_live_fixture.go b/systest/bulk_live/common/bulk_live_fixture.go index 7bcd93ecb31..9d6b46d9b33 100644 --- a/systest/bulk_live/common/bulk_live_fixture.go +++ b/systest/bulk_live/common/bulk_live_fixture.go @@ -17,7 +17,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) var rootDir = "./data" diff --git a/systest/bulk_live/live/live_test.go b/systest/bulk_live/live/live_test.go index 165e14c544b..14262f68a01 100644 --- a/systest/bulk_live/live/live_test.go +++ b/systest/bulk_live/live/live_test.go @@ -10,7 +10,7 @@ package live import ( "testing" - "github.com/hypermodeinc/dgraph/v25/systest/bulk_live/common" + "github.com/dgraph-io/dgraph/v25/systest/bulk_live/common" ) func TestLiveCases(t *testing.T) { diff --git a/systest/cdc/cdc_test.go b/systest/cdc/cdc_test.go index e682c366c5b..4d438ed5f6e 100644 --- a/systest/cdc/cdc_test.go +++ b/systest/cdc/cdc_test.go @@ -20,7 +20,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestCDC(t *testing.T) { diff --git a/systest/cloud/cloud_test.go b/systest/cloud/cloud_test.go index 49565319dff..e284aa6103a 100644 --- a/systest/cloud/cloud_test.go +++ b/systest/cloud/cloud_test.go @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func setup(t *testing.T) { diff --git a/systest/export/export_test.go b/systest/export/export_test.go index b756881bc34..b35f1eaca7f 100644 --- a/systest/export/export_test.go +++ b/systest/export/export_test.go @@ -28,7 +28,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestMain(m *testing.M) { diff --git a/systest/group-delete/group_delete_test.go b/systest/group-delete/group_delete_test.go index b6efe8efc6a..2ca100f400b 100644 --- a/systest/group-delete/group_delete_test.go +++ b/systest/group-delete/group_delete_test.go @@ -26,7 +26,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func NodesSetup(t *testing.T, c *dgo.Dgraph) { diff --git a/systest/integration2/acl_test.go b/systest/integration2/acl_test.go index a16bff07341..3dbef7b6428 100644 --- a/systest/integration2/acl_test.go +++ b/systest/integration2/acl_test.go @@ -14,9 +14,9 @@ import ( "time" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/systest/integration2/bulk_loader_test.go b/systest/integration2/bulk_loader_test.go index 6dc3e02a3a4..f688730544c 100644 --- a/systest/integration2/bulk_loader_test.go +++ b/systest/integration2/bulk_loader_test.go @@ -15,9 +15,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/systest/integration2/graphql_schema_auth_test.go b/systest/integration2/graphql_schema_auth_test.go index 6caf8a5d6b9..e7142119125 100644 --- a/systest/integration2/graphql_schema_auth_test.go +++ b/systest/integration2/graphql_schema_auth_test.go @@ -11,9 +11,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/systest/integration2/incremental_restore_test.go b/systest/integration2/incremental_restore_test.go index 62c459206de..1363768c14e 100644 --- a/systest/integration2/incremental_restore_test.go +++ b/systest/integration2/incremental_restore_test.go @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestIncrementalRestore(t *testing.T) { diff --git a/systest/integration2/snapshot_test.go b/systest/integration2/snapshot_test.go index 9451576c89f..5549c6ec2b6 100644 --- a/systest/integration2/snapshot_test.go +++ b/systest/integration2/snapshot_test.go @@ -12,9 +12,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/systest/ldbc/ldbc_test.go b/systest/ldbc/ldbc_test.go index 0c921edc93f..c01551ea22e 100644 --- a/systest/ldbc/ldbc_test.go +++ b/systest/ldbc/ldbc_test.go @@ -19,7 +19,7 @@ import ( "github.com/stretchr/testify/require" "gopkg.in/yaml.v3" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) type TestCases struct { diff --git a/systest/live_pw_test.go b/systest/live_pw_test.go index 4880a4de416..12dac9acc7a 100644 --- a/systest/live_pw_test.go +++ b/systest/live_pw_test.go @@ -16,7 +16,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestLivePassword(t *testing.T) { diff --git a/systest/loader/loader_test.go b/systest/loader/loader_test.go index b09613d69d7..d134a17752e 100644 --- a/systest/loader/loader_test.go +++ b/systest/loader/loader_test.go @@ -19,8 +19,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func TestMain(m *testing.M) { diff --git a/systest/multi-tenancy/basic_test.go b/systest/multi-tenancy/basic_test.go index bc69bbd04b3..a9aa5f47cef 100644 --- a/systest/multi-tenancy/basic_test.go +++ b/systest/multi-tenancy/basic_test.go @@ -16,10 +16,10 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/systest/multi-tenancy/integration_basic_helper_test.go b/systest/multi-tenancy/integration_basic_helper_test.go index 0688766bd20..9096767376b 100644 --- a/systest/multi-tenancy/integration_basic_helper_test.go +++ b/systest/multi-tenancy/integration_basic_helper_test.go @@ -16,9 +16,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) type liveOpts struct { diff --git a/systest/multi-tenancy/integration_test.go b/systest/multi-tenancy/integration_test.go index ff50e0262ed..e526fd2c683 100644 --- a/systest/multi-tenancy/integration_test.go +++ b/systest/multi-tenancy/integration_test.go @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/suite" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type MultitenancyTestSuite struct { diff --git a/systest/multi-tenancy/login_test.go b/systest/multi-tenancy/login_test.go index 80496629cac..84c30dca0b7 100644 --- a/systest/multi-tenancy/login_test.go +++ b/systest/multi-tenancy/login_test.go @@ -15,8 +15,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/x" ) func addData(t *testing.T, gc *dgraphapi.GrpcClient) { diff --git a/systest/multi-tenancy/upgrade_test.go b/systest/multi-tenancy/upgrade_test.go index 5a89fe0c4d2..90ad6be01bc 100644 --- a/systest/multi-tenancy/upgrade_test.go +++ b/systest/multi-tenancy/upgrade_test.go @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type MultitenancyTestSuite struct { diff --git a/systest/mutations-and-queries/integration_test.go b/systest/mutations-and-queries/integration_test.go index 688e5b3e95e..741ed0d8794 100644 --- a/systest/mutations-and-queries/integration_test.go +++ b/systest/mutations-and-queries/integration_test.go @@ -13,8 +13,8 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) type SystestTestSuite struct { diff --git a/systest/mutations-and-queries/mutations_test.go b/systest/mutations-and-queries/mutations_test.go index e6e5ef1f616..1b70473c7e9 100644 --- a/systest/mutations-and-queries/mutations_test.go +++ b/systest/mutations-and-queries/mutations_test.go @@ -25,9 +25,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/testutil" ) func (ssuite *SystestTestSuite) TestFacetJsonInputSupportsAnyOfTerms() { diff --git a/systest/mutations-and-queries/queries_test.go b/systest/mutations-and-queries/queries_test.go index b955f6437a9..a816c3ffe6f 100644 --- a/systest/mutations-and-queries/queries_test.go +++ b/systest/mutations-and-queries/queries_test.go @@ -16,9 +16,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func (ssuite *SystestTestSuite) TestSchemaQueryCleanup() { diff --git a/systest/mutations-and-queries/upgrade_test.go b/systest/mutations-and-queries/upgrade_test.go index 359d08776c6..331226fd0fc 100644 --- a/systest/mutations-and-queries/upgrade_test.go +++ b/systest/mutations-and-queries/upgrade_test.go @@ -17,9 +17,9 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type SystestTestSuite struct { diff --git a/systest/online-restore/namespace-aware/restore_test.go b/systest/online-restore/namespace-aware/restore_test.go index 4658e04904e..c10581a32c2 100644 --- a/systest/online-restore/namespace-aware/restore_test.go +++ b/systest/online-restore/namespace-aware/restore_test.go @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) // func addData(gc *dgraphapi.GrpcClient, pred string, start, end int) error { diff --git a/systest/online-restore/online_restore_test.go b/systest/online-restore/online_restore_test.go index 0f114060146..894079019ae 100644 --- a/systest/online-restore/online_restore_test.go +++ b/systest/online-restore/online_restore_test.go @@ -27,9 +27,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) type restoreReq struct { diff --git a/systest/plugin/integration_test.go b/systest/plugin/integration_test.go index 2f1637bdc24..25c842fa184 100644 --- a/systest/plugin/integration_test.go +++ b/systest/plugin/integration_test.go @@ -13,8 +13,8 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) type PluginTestSuite struct { diff --git a/systest/plugin/plugin_test.go b/systest/plugin/plugin_test.go index c9256f70dcf..ae945e76469 100644 --- a/systest/plugin/plugin_test.go +++ b/systest/plugin/plugin_test.go @@ -13,7 +13,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphapi" ) type testCase struct { diff --git a/systest/plugin/upgrade_test.go b/systest/plugin/upgrade_test.go index 00a0ed8d2ae..18ee2000602 100644 --- a/systest/plugin/upgrade_test.go +++ b/systest/plugin/upgrade_test.go @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type PluginTestSuite struct { diff --git a/systest/posting-list-benchmark/main.go b/systest/posting-list-benchmark/main.go index b04aed027d1..e047bcf47d1 100644 --- a/systest/posting-list-benchmark/main.go +++ b/systest/posting-list-benchmark/main.go @@ -17,8 +17,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) type flagOptions struct { diff --git a/systest/shortest-path/shortest_test.go b/systest/shortest-path/shortest_test.go index 466e5ca4ccb..334d4ebf382 100644 --- a/systest/shortest-path/shortest_test.go +++ b/systest/shortest-path/shortest_test.go @@ -12,9 +12,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/systest/unique_test.go b/systest/unique_test.go index 066455d1c28..94e1e97fc9b 100644 --- a/systest/unique_test.go +++ b/systest/unique_test.go @@ -21,9 +21,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/live" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/live" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) const emailQuery = `{ diff --git a/systest/vector/backup_test.go b/systest/vector/backup_test.go index 2549c67627b..25ae9aeb490 100644 --- a/systest/vector/backup_test.go +++ b/systest/vector/backup_test.go @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestVectorIncrBackupRestore(t *testing.T) { diff --git a/systest/vector/load_test.go b/systest/vector/load_test.go index e05698d46c1..abb2134b4fb 100644 --- a/systest/vector/load_test.go +++ b/systest/vector/load_test.go @@ -16,9 +16,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type Node struct { diff --git a/systest/vector/vector_test.go b/systest/vector/vector_test.go index edc892b5973..536ba4b726f 100644 --- a/systest/vector/vector_test.go +++ b/systest/vector/vector_test.go @@ -17,9 +17,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/t/t.go b/t/t.go index d2eedb1a895..006ba771b53 100644 --- a/t/t.go +++ b/t/t.go @@ -36,9 +36,9 @@ import ( "github.com/spf13/pflag" "golang.org/x/tools/go/packages" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( @@ -431,7 +431,7 @@ func runTestsFor(ctx context.Context, pkg, prefix string, xmlFile string) error } func hasTestFiles(pkg string) bool { - dir := strings.Replace(pkg, "github.com/hypermodeinc/dgraph/v25/", "", 1) + dir := strings.Replace(pkg, "github.com/dgraph-io/dgraph/v25/", "", 1) dir = filepath.Join(*baseDir, dir) hasTests := false @@ -661,7 +661,7 @@ func (o *outputCatcher) Print() { if dur.dur < time.Second { continue } - pkg := strings.Replace(dur.pkg, "github.com/hypermodeinc/dgraph/v25/", "", 1) + pkg := strings.Replace(dur.pkg, "github.com/dgraph-io/dgraph/v25/", "", 1) fmt.Printf("[%6s]%s[%d] %s took: %s\n", dur.ts.Sub(baseTs).Round(time.Second), strings.Repeat(" ", int(dur.threadId)), dur.threadId, pkg, dur.dur.Round(time.Second)) @@ -679,14 +679,14 @@ type task struct { // for custom cluster tests (i.e. those not using default docker-compose.yml) func composeFileFor(pkg string) string { - dir := strings.Replace(pkg, "github.com/hypermodeinc/dgraph/v25/", "", 1) + dir := strings.Replace(pkg, "github.com/dgraph-io/dgraph/v25/", "", 1) return filepath.Join(*baseDir, dir, "docker-compose.yml") } func getPackages() []task { has := func(list []string, in string) bool { for _, l := range list { - if len(l) > 0 && strings.Contains(in+"/", "github.com/hypermodeinc/dgraph/v25/"+l+"/") { + if len(l) > 0 && strings.Contains(in+"/", "github.com/dgraph-io/dgraph/v25/"+l+"/") { return true } } @@ -1155,7 +1155,7 @@ func run() error { }() signal.Notify(sdCh, os.Interrupt, syscall.SIGINT, syscall.SIGTERM) - // pkgs, err := packages.Load(nil, "github.com/hypermodeinc/dgraph/v25/...") + // pkgs, err := packages.Load(nil, "github.com/dgraph-io/dgraph/v25/...") go func() { defer close(testCh) valid := getPackages() diff --git a/task/conversion.go b/task/conversion.go index 442ea159b63..9316facf72f 100644 --- a/task/conversion.go +++ b/task/conversion.go @@ -9,7 +9,7 @@ import ( "encoding/binary" "math" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) var ( diff --git a/testutil/backup.go b/testutil/backup.go index d1887b374fa..bc614ad8a7a 100644 --- a/testutil/backup.go +++ b/testutil/backup.go @@ -21,10 +21,10 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) // KeyFile is set to the path of the file containing the key. Used for testing purposes only. diff --git a/testutil/bulk.go b/testutil/bulk.go index e4f682b63c3..92959da8f01 100644 --- a/testutil/bulk.go +++ b/testutil/bulk.go @@ -17,7 +17,7 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type LiveOpts struct { diff --git a/testutil/client.go b/testutil/client.go index 02d8b935887..524a3537817 100644 --- a/testutil/client.go +++ b/testutil/client.go @@ -32,8 +32,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/x" ) // socket addr = IP address and port number diff --git a/testutil/docker.go b/testutil/docker.go index 1d7b5f69778..8558117c50e 100644 --- a/testutil/docker.go +++ b/testutil/docker.go @@ -24,7 +24,7 @@ import ( "github.com/pkg/errors" "golang.org/x/net/context" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/testutil/exec.go b/testutil/exec.go index 33565d47ff2..5a07ffa1e61 100644 --- a/testutil/exec.go +++ b/testutil/exec.go @@ -14,7 +14,7 @@ import ( "os/exec" "strconv" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // These are exported so they can also be set directly from outside this package. diff --git a/testutil/graphql.go b/testutil/graphql.go index aa0a10c6924..9688561d80c 100644 --- a/testutil/graphql.go +++ b/testutil/graphql.go @@ -24,7 +24,7 @@ import ( "github.com/stretchr/testify/require" "google.golang.org/grpc/metadata" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const ExportRequest = `mutation { diff --git a/testutil/multi_tenancy.go b/testutil/multi_tenancy.go index 3fcde2d3ef6..20700f4b43a 100644 --- a/testutil/multi_tenancy.go +++ b/testutil/multi_tenancy.go @@ -19,7 +19,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type Rule struct { diff --git a/testutil/testaudit/audit.go b/testutil/testaudit/audit.go index ee4e0aa09dd..8b8c2d8203e 100644 --- a/testutil/testaudit/audit.go +++ b/testutil/testaudit/audit.go @@ -15,7 +15,7 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" "github.com/stretchr/testify/require" ) diff --git a/testutil/utils.go b/testutil/utils.go index 03706f5f876..beca3e59231 100644 --- a/testutil/utils.go +++ b/testutil/utils.go @@ -18,7 +18,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func RootNsSchemaKey(attr string) []byte { diff --git a/tlstest/acl/acl_over_tls_test.go b/tlstest/acl/acl_over_tls_test.go index 06ba72c61d5..ceac942a965 100644 --- a/tlstest/acl/acl_over_tls_test.go +++ b/tlstest/acl/acl_over_tls_test.go @@ -16,8 +16,8 @@ import ( "github.com/spf13/viper" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func TestLoginOverTLS(t *testing.T) { diff --git a/tlstest/certrequest/certrequest_test.go b/tlstest/certrequest/certrequest_test.go index d5270235983..d6c9e48dee5 100644 --- a/tlstest/certrequest/certrequest_test.go +++ b/tlstest/certrequest/certrequest_test.go @@ -18,7 +18,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestAccessOverPlaintext(t *testing.T) { diff --git a/tlstest/certrequireandverify/certrequireandverify_test.go b/tlstest/certrequireandverify/certrequireandverify_test.go index b8221b4c689..ff7ca5c99d7 100644 --- a/tlstest/certrequireandverify/certrequireandverify_test.go +++ b/tlstest/certrequireandverify/certrequireandverify_test.go @@ -24,7 +24,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestAccessWithoutClientCert(t *testing.T) { diff --git a/tlstest/certverifyifgiven/certverifyifgiven_test.go b/tlstest/certverifyifgiven/certverifyifgiven_test.go index f50255ed9e2..506b9bf7172 100644 --- a/tlstest/certverifyifgiven/certverifyifgiven_test.go +++ b/tlstest/certverifyifgiven/certverifyifgiven_test.go @@ -16,7 +16,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestAccessWithoutClientCert(t *testing.T) { diff --git a/tlstest/mtls_internal/ha_6_node/ha_test.go b/tlstest/mtls_internal/ha_6_node/ha_test.go index 56cdab45da9..8e7d85d25ec 100644 --- a/tlstest/mtls_internal/ha_6_node/ha_test.go +++ b/tlstest/mtls_internal/ha_6_node/ha_test.go @@ -18,8 +18,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func runTests(t *testing.T, client *dgo.Dgraph) { diff --git a/tlstest/mtls_internal/multi_group/multi_group_test.go b/tlstest/mtls_internal/multi_group/multi_group_test.go index 60404d31599..013323e0059 100644 --- a/tlstest/mtls_internal/multi_group/multi_group_test.go +++ b/tlstest/mtls_internal/multi_group/multi_group_test.go @@ -18,8 +18,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func runTests(t *testing.T, client *dgo.Dgraph) { diff --git a/tlstest/mtls_internal/single_node/single_node_test.go b/tlstest/mtls_internal/single_node/single_node_test.go index 0524b37f511..a24d5b08d97 100644 --- a/tlstest/mtls_internal/single_node/single_node_test.go +++ b/tlstest/mtls_internal/single_node/single_node_test.go @@ -18,8 +18,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func runTests(t *testing.T, client *dgo.Dgraph) { diff --git a/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go b/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go index 3e39c22c6b4..d8473904936 100644 --- a/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go +++ b/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go @@ -20,7 +20,7 @@ import ( "github.com/pkg/errors" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) type testCase struct { diff --git a/tlstest/zero_https/no_tls/no_tls_test.go b/tlstest/zero_https/no_tls/no_tls_test.go index e74e22aaa16..dcb35e06d85 100644 --- a/tlstest/zero_https/no_tls/no_tls_test.go +++ b/tlstest/zero_https/no_tls/no_tls_test.go @@ -16,7 +16,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) type testCase struct { diff --git a/tok/bleve.go b/tok/bleve.go index cd2fff7e840..05de89e30cc 100644 --- a/tok/bleve.go +++ b/tok/bleve.go @@ -13,7 +13,7 @@ import ( "github.com/blevesearch/bleve/v2/analysis/tokenizer/unicode" "github.com/blevesearch/bleve/v2/registry" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const unicodenormName = "unicodenorm_nfkc" diff --git a/tok/hnsw/heap.go b/tok/hnsw/heap.go index d2b41c724d4..f16881cb324 100644 --- a/tok/hnsw/heap.go +++ b/tok/hnsw/heap.go @@ -8,7 +8,7 @@ package hnsw import ( "container/heap" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" ) const notAUid uint64 = 0 diff --git a/tok/hnsw/helper.go b/tok/hnsw/helper.go index 55726825eb0..d1f6a1f5066 100644 --- a/tok/hnsw/helper.go +++ b/tok/hnsw/helper.go @@ -18,8 +18,8 @@ import ( "strings" "unsafe" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - "github.com/hypermodeinc/dgraph/v25/tok/index" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/tok/index" "github.com/pkg/errors" "github.com/viterin/vek" "github.com/viterin/vek/vek32" diff --git a/tok/hnsw/persistent_factory.go b/tok/hnsw/persistent_factory.go index 6cff8c52ceb..b7485c83932 100644 --- a/tok/hnsw/persistent_factory.go +++ b/tok/hnsw/persistent_factory.go @@ -9,9 +9,9 @@ import ( "fmt" "sync" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - "github.com/hypermodeinc/dgraph/v25/tok/index" - opt "github.com/hypermodeinc/dgraph/v25/tok/options" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/tok/index" + opt "github.com/dgraph-io/dgraph/v25/tok/options" "github.com/pkg/errors" ) diff --git a/tok/hnsw/persistent_hnsw.go b/tok/hnsw/persistent_hnsw.go index 209145f3fad..ec4c6a892a8 100644 --- a/tok/hnsw/persistent_hnsw.go +++ b/tok/hnsw/persistent_hnsw.go @@ -11,10 +11,10 @@ import ( "strings" "time" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/tok/index" + opt "github.com/dgraph-io/dgraph/v25/tok/options" "github.com/golang/glog" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - "github.com/hypermodeinc/dgraph/v25/tok/index" - opt "github.com/hypermodeinc/dgraph/v25/tok/options" "github.com/pkg/errors" ) diff --git a/tok/hnsw/persistent_hnsw_test.go b/tok/hnsw/persistent_hnsw_test.go index 87042d8032b..6ace0301cbf 100644 --- a/tok/hnsw/persistent_hnsw_test.go +++ b/tok/hnsw/persistent_hnsw_test.go @@ -11,9 +11,9 @@ import ( "sync" "testing" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - "github.com/hypermodeinc/dgraph/v25/tok/index" - opt "github.com/hypermodeinc/dgraph/v25/tok/options" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/tok/index" + opt "github.com/dgraph-io/dgraph/v25/tok/options" "golang.org/x/exp/slices" ) diff --git a/tok/hnsw/search_layer.go b/tok/hnsw/search_layer.go index 6af86f2374c..31405542d3d 100644 --- a/tok/hnsw/search_layer.go +++ b/tok/hnsw/search_layer.go @@ -6,8 +6,8 @@ package hnsw import ( - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - "github.com/hypermodeinc/dgraph/v25/tok/index" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/tok/index" "fmt" ) diff --git a/tok/hnsw/test_helper.go b/tok/hnsw/test_helper.go index 3676d4a0162..04a3f1ac029 100644 --- a/tok/hnsw/test_helper.go +++ b/tok/hnsw/test_helper.go @@ -12,7 +12,7 @@ import ( "strings" "sync" - "github.com/hypermodeinc/dgraph/v25/tok/index" + "github.com/dgraph-io/dgraph/v25/tok/index" "github.com/pkg/errors" ) diff --git a/tok/index/helper.go b/tok/index/helper.go index 0015c59056c..f909a19c91d 100644 --- a/tok/index/helper.go +++ b/tok/index/helper.go @@ -11,8 +11,8 @@ import ( "reflect" "unsafe" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" "github.com/golang/glog" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" ) // BytesAsFloatArray[T c.Float](encoded) converts encoded into a []T, diff --git a/tok/index/helper_test.go b/tok/index/helper_test.go index 0cb97024258..1f784c4d53d 100644 --- a/tok/index/helper_test.go +++ b/tok/index/helper_test.go @@ -15,8 +15,8 @@ import ( "testing" "unsafe" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/protos/pb" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" "github.com/viterin/vek/vek32" "google.golang.org/protobuf/proto" ) diff --git a/tok/index/index.go b/tok/index/index.go index 86c680457bf..1ce56c02e49 100644 --- a/tok/index/index.go +++ b/tok/index/index.go @@ -8,8 +8,8 @@ package index import ( "context" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - opts "github.com/hypermodeinc/dgraph/v25/tok/options" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + opts "github.com/dgraph-io/dgraph/v25/tok/options" ) // IndexFactory is responsible for being able to create, find, and remove diff --git a/tok/index_factory.go b/tok/index_factory.go index 96c55e326b5..c74fc7de225 100644 --- a/tok/index_factory.go +++ b/tok/index_factory.go @@ -8,8 +8,8 @@ package tok import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/tok/index" - opts "github.com/hypermodeinc/dgraph/v25/tok/options" + "github.com/dgraph-io/dgraph/v25/tok/index" + opts "github.com/dgraph-io/dgraph/v25/tok/options" ) // registerIndexFactory(f) will register f as both a Tokenizer and specifically diff --git a/tok/options/options.go b/tok/options/options.go index 0c1d742a731..4c55c72fb06 100644 --- a/tok/options/options.go +++ b/tok/options/options.go @@ -8,7 +8,7 @@ package options import ( "fmt" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" ) // An Options instance maps the various named options to their specific values. diff --git a/tok/tok.go b/tok/tok.go index f9de67d40e7..c1da3e991d7 100644 --- a/tok/tok.go +++ b/tok/tok.go @@ -19,11 +19,11 @@ import ( "golang.org/x/crypto/blake2b" "golang.org/x/text/collate" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - opts "github.com/hypermodeinc/dgraph/v25/tok/options" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + opts "github.com/dgraph-io/dgraph/v25/tok/options" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) // Tokenizer identifiers are unique and can't be reused. diff --git a/types/compare.go b/types/compare.go index 2f0c5ebeb92..df26a8ad86b 100644 --- a/types/compare.go +++ b/types/compare.go @@ -5,7 +5,7 @@ package types -import "github.com/hypermodeinc/dgraph/v25/x" +import "github.com/dgraph-io/dgraph/v25/x" // CompareVals compares two values using the given comparison type. // Should be used only in filtering arg1 by comparing with arg2. diff --git a/types/facets/utils.go b/types/facets/utils.go index 539f64fcf9e..64be15a261f 100644 --- a/types/facets/utils.go +++ b/types/facets/utils.go @@ -14,9 +14,9 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" ) // SortAndValidate sorts And validates the facets. diff --git a/types/geofilter.go b/types/geofilter.go index bacb004750a..aa8d408e034 100644 --- a/types/geofilter.go +++ b/types/geofilter.go @@ -15,8 +15,8 @@ import ( geom "github.com/twpayne/go-geom" "github.com/twpayne/go-geom/xy" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) // QueryType indicates the type of geo query. diff --git a/types/s2.go b/types/s2.go index 4f7ad203352..93d365a5042 100644 --- a/types/s2.go +++ b/types/s2.go @@ -13,7 +13,7 @@ import ( geom "github.com/twpayne/go-geom" "github.com/twpayne/go-geom/encoding/geojson" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func edgesCrossPoints(l *s2.Loop, pts []s2.Point) bool { diff --git a/types/s2index.go b/types/s2index.go index c8929119fc6..3218feed28c 100644 --- a/types/s2index.go +++ b/types/s2index.go @@ -12,7 +12,7 @@ import ( "github.com/pkg/errors" geom "github.com/twpayne/go-geom" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func parentCoverTokens(parents s2.CellUnion, cover s2.CellUnion) []string { diff --git a/types/scalar_types.go b/types/scalar_types.go index f8d481927c0..590ce26db42 100644 --- a/types/scalar_types.go +++ b/types/scalar_types.go @@ -11,7 +11,7 @@ import ( "github.com/twpayne/go-geom" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) const ( diff --git a/types/sort.go b/types/sort.go index 10be2d488e1..cc87b29e0aa 100644 --- a/types/sort.go +++ b/types/sort.go @@ -14,8 +14,8 @@ import ( "golang.org/x/text/collate" "golang.org/x/text/language" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) type sortBase struct { diff --git a/types/sort_test.go b/types/sort_test.go index 23942bda4d6..84863d839a5 100644 --- a/types/sort_test.go +++ b/types/sort_test.go @@ -13,7 +13,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) func toString(t *testing.T, values [][]Val, vID TypeID) []string { diff --git a/upgrade/change_v20.03.0.go b/upgrade/change_v20.03.0.go index ff333fda02b..07c2a1a8f0a 100644 --- a/upgrade/change_v20.03.0.go +++ b/upgrade/change_v20.03.0.go @@ -10,7 +10,7 @@ import ( "fmt" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/upgrade/change_v20.07.0.go b/upgrade/change_v20.07.0.go index 4e8496b180a..94302053dd9 100644 --- a/upgrade/change_v20.07.0.go +++ b/upgrade/change_v20.07.0.go @@ -10,8 +10,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/upgrade/change_v21.03.0.go b/upgrade/change_v21.03.0.go index 0818585f249..c38987f1e2c 100644 --- a/upgrade/change_v21.03.0.go +++ b/upgrade/change_v21.03.0.go @@ -18,10 +18,10 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/upgrade/upgrade.go b/upgrade/upgrade.go index 0fe75d40a84..03877d2caa3 100644 --- a/upgrade/upgrade.go +++ b/upgrade/upgrade.go @@ -15,7 +15,7 @@ import ( "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/upgrade/utils.go b/upgrade/utils.go index 4550baef618..1723eb6b667 100644 --- a/upgrade/utils.go +++ b/upgrade/utils.go @@ -20,8 +20,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) func hasAclCreds() bool { diff --git a/worker/acl_cache.go b/worker/acl_cache.go index 91c9f4e09a8..175b4274601 100644 --- a/worker/acl_cache.go +++ b/worker/acl_cache.go @@ -10,8 +10,8 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/x" ) // AclCache is the cache mapping group names to the corresponding group acls diff --git a/worker/acl_cache_test.go b/worker/acl_cache_test.go index 7b706e08693..97a5881f0fd 100644 --- a/worker/acl_cache_test.go +++ b/worker/acl_cache_test.go @@ -10,8 +10,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/x" ) func TestAclCache(t *testing.T) { diff --git a/worker/aggregator.go b/worker/aggregator.go index 2fbfaec58b0..4ae2515d686 100644 --- a/worker/aggregator.go +++ b/worker/aggregator.go @@ -6,7 +6,7 @@ package worker import ( - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types" ) func couldApplyAggregatorOn(agrtr string, typ types.TypeID) bool { diff --git a/worker/backup.go b/worker/backup.go index 2e63b4cb3f1..be15896fccf 100644 --- a/worker/backup.go +++ b/worker/backup.go @@ -27,12 +27,12 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/x" ) // predicateSet is a map whose keys are predicates. It is meant to be used as a set. diff --git a/worker/backup_handler.go b/worker/backup_handler.go index 39436a53913..1ac91b07778 100644 --- a/worker/backup_handler.go +++ b/worker/backup_handler.go @@ -20,8 +20,8 @@ import ( "github.com/minio/minio-go/v7/pkg/credentials" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/worker/backup_manifest.go b/worker/backup_manifest.go index 6cbcd159257..7bb3fe66a96 100644 --- a/worker/backup_manifest.go +++ b/worker/backup_manifest.go @@ -16,8 +16,8 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) func verifyManifests(manifests []*Manifest) error { diff --git a/worker/cdc.go b/worker/cdc.go index 9ebaa6c8694..8cb324d6679 100644 --- a/worker/cdc.go +++ b/worker/cdc.go @@ -21,11 +21,11 @@ import ( "go.etcd.io/etcd/raft/v3/raftpb" "google.golang.org/protobuf/proto" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/worker/config.go b/worker/config.go index 7e0845c630e..4fe3730e3af 100644 --- a/worker/config.go +++ b/worker/config.go @@ -11,7 +11,7 @@ import ( "github.com/golang-jwt/jwt/v5" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/worker/draft.go b/worker/draft.go index 3792c45ae59..c303c7a946b 100644 --- a/worker/draft.go +++ b/worker/draft.go @@ -32,14 +32,14 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" ) type operation struct { diff --git a/worker/draft_test.go b/worker/draft_test.go index 6e620ac5e0e..945e1ce7971 100644 --- a/worker/draft_test.go +++ b/worker/draft_test.go @@ -12,10 +12,10 @@ import ( "go.etcd.io/etcd/raft/v3/raftpb" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/x" ) func getEntryForMutation(index, startTs uint64) raftpb.Entry { diff --git a/worker/embedded.go b/worker/embedded.go index 24b9730c38b..8394e6668d7 100644 --- a/worker/embedded.go +++ b/worker/embedded.go @@ -11,9 +11,9 @@ import ( "github.com/golang/glog" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" ) func InitForLite(ps *badger.DB) { diff --git a/worker/export.go b/worker/export.go index 0b86fd61a0d..661b1ddbb71 100644 --- a/worker/export.go +++ b/worker/export.go @@ -28,14 +28,14 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" ) // DefaultExportFormat stores the name of the default format for exports. diff --git a/worker/export_test.go b/worker/export_test.go index 7d636ab6b98..726383e10ab 100644 --- a/worker/export_test.go +++ b/worker/export_test.go @@ -27,16 +27,16 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/worker/graphql_schema.go b/worker/graphql_schema.go index 710aafdfe63..5293303de60 100644 --- a/worker/graphql_schema.go +++ b/worker/graphql_schema.go @@ -15,10 +15,10 @@ import ( "github.com/pkg/errors" "google.golang.org/grpc/metadata" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/worker/groups.go b/worker/groups.go index 8c8288316ea..27d74ed120f 100644 --- a/worker/groups.go +++ b/worker/groups.go @@ -20,12 +20,12 @@ import ( badgerpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) type groupi struct { diff --git a/worker/import.go b/worker/import.go index b88f0d0c5c3..68a96b82f6b 100644 --- a/worker/import.go +++ b/worker/import.go @@ -12,12 +12,12 @@ import ( "sync" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" "github.com/golang/glog" "github.com/pkg/errors" diff --git a/worker/match.go b/worker/match.go index 2f57b314552..37ae643e23f 100644 --- a/worker/match.go +++ b/worker/match.go @@ -6,11 +6,11 @@ package worker import ( - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/x" ) // LevenshteinDistance measures the difference between two strings. diff --git a/worker/multi_tenancy.go b/worker/multi_tenancy.go index 8aaa8652a10..1be110ee7e2 100644 --- a/worker/multi_tenancy.go +++ b/worker/multi_tenancy.go @@ -13,9 +13,9 @@ import ( "github.com/pkg/errors" "golang.org/x/sync/errgroup" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) func (w *grpcWorker) DeleteNamespace(ctx context.Context, req *pb.DeleteNsRequest) (*pb.Status, error) { diff --git a/worker/mutation.go b/worker/mutation.go index be0792ba650..fdac2a41c1b 100644 --- a/worker/mutation.go +++ b/worker/mutation.go @@ -27,14 +27,14 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/worker/mutation_integration_test.go b/worker/mutation_integration_test.go index c539b7558d9..99a2a1eed01 100644 --- a/worker/mutation_integration_test.go +++ b/worker/mutation_integration_test.go @@ -12,10 +12,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" ) func TestPopulateMutationMap(t *testing.T) { diff --git a/worker/mutation_unit_test.go b/worker/mutation_unit_test.go index 4a8d531fa96..c95034b1275 100644 --- a/worker/mutation_unit_test.go +++ b/worker/mutation_unit_test.go @@ -14,11 +14,11 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) func TestReverseEdge(t *testing.T) { diff --git a/worker/online_restore.go b/worker/online_restore.go index 21cc6fb8d45..05462d0b21c 100644 --- a/worker/online_restore.go +++ b/worker/online_restore.go @@ -23,11 +23,11 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/badger/v4/options" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/worker/predicate_move.go b/worker/predicate_move.go index 282175d6f76..f9b6c54f691 100644 --- a/worker/predicate_move.go +++ b/worker/predicate_move.go @@ -23,12 +23,12 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/worker/predicate_test.go b/worker/predicate_test.go index cc26c6e52bf..40deeab7bda 100644 --- a/worker/predicate_test.go +++ b/worker/predicate_test.go @@ -21,9 +21,9 @@ package worker // "github.com/stretchr/testify/require" // "google.golang.org/grpc" -// "github.com/hypermodeinc/dgraph/v25/posting" -// "github.com/hypermodeinc/dgraph/v25/protos/pb" -// "github.com/hypermodeinc/dgraph/v25/x" +// "github.com/dgraph-io/dgraph/v25/posting" +// "github.com/dgraph-io/dgraph/v25/protos/pb" +// "github.com/dgraph-io/dgraph/v25/x" // ) // func checkShard(ps *badger.DB) (int, []byte) { diff --git a/worker/proposal.go b/worker/proposal.go index b7be2a4e2d3..4c847c1d12d 100644 --- a/worker/proposal.go +++ b/worker/proposal.go @@ -20,10 +20,10 @@ import ( "go.opentelemetry.io/otel/trace" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const baseTimeout time.Duration = 4 * time.Second diff --git a/worker/queue.go b/worker/queue.go index d8a451dfeda..3b20ca5da7d 100644 --- a/worker/queue.go +++ b/worker/queue.go @@ -18,11 +18,11 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/x" ) // TaskStatusOverNetwork fetches the status of a task over the network. Alphas only know about the diff --git a/worker/restore_map.go b/worker/restore_map.go index b49bcabda14..51d71faac93 100644 --- a/worker/restore_map.go +++ b/worker/restore_map.go @@ -33,14 +33,14 @@ import ( bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/x" ) type backupReader struct { diff --git a/worker/restore_reduce.go b/worker/restore_reduce.go index 3951f96e965..df4778229f4 100644 --- a/worker/restore_reduce.go +++ b/worker/restore_reduce.go @@ -24,9 +24,9 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/worker/schema.go b/worker/schema.go index bff832a8c07..03aeb8f7632 100644 --- a/worker/schema.go +++ b/worker/schema.go @@ -12,10 +12,10 @@ import ( "go.opentelemetry.io/otel" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" ) var ( diff --git a/worker/server_state.go b/worker/server_state.go index 228a5622a32..54c4ac2b4e8 100644 --- a/worker/server_state.go +++ b/worker/server_state.go @@ -14,10 +14,10 @@ import ( "github.com/golang/glog" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/worker/sink_handler.go b/worker/sink_handler.go index f998b4f953f..bfed626d0a1 100644 --- a/worker/sink_handler.go +++ b/worker/sink_handler.go @@ -20,8 +20,8 @@ import ( "github.com/pkg/errors" "github.com/xdg/scram" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) type SinkMessage struct { diff --git a/worker/snapshot.go b/worker/snapshot.go index 2ba3959dffe..a417c9e1e8e 100644 --- a/worker/snapshot.go +++ b/worker/snapshot.go @@ -16,12 +16,12 @@ import ( "go.etcd.io/etcd/raft/v3" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/worker/snapshot_test.go b/worker/snapshot_test.go index be48490cc11..b85941fc519 100644 --- a/worker/snapshot_test.go +++ b/worker/snapshot_test.go @@ -22,7 +22,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestSnapshot(t *testing.T) { diff --git a/worker/sort.go b/worker/sort.go index 1c19b2529f4..195f52bbcbc 100644 --- a/worker/sort.go +++ b/worker/sort.go @@ -19,13 +19,13 @@ import ( "go.opentelemetry.io/otel/trace" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "go.opentelemetry.io/otel/attribute" ) diff --git a/worker/sort_test.go b/worker/sort_test.go index c665bf507e1..4c7e1f39542 100644 --- a/worker/sort_test.go +++ b/worker/sort_test.go @@ -14,10 +14,10 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/worker/stringfilter.go b/worker/stringfilter.go index f95790f96ec..3db2785d188 100644 --- a/worker/stringfilter.go +++ b/worker/stringfilter.go @@ -10,10 +10,10 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) type matchFunc func(types.Val, *stringFilter) bool diff --git a/worker/task.go b/worker/task.go index b9010b7bc91..733cb8cbdca 100644 --- a/worker/task.go +++ b/worker/task.go @@ -26,18 +26,18 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - ctask "github.com/hypermodeinc/dgraph/v25/task" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/tok/index" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + ctask "github.com/dgraph-io/dgraph/v25/task" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/tok/index" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" ) func invokeNetworkRequest(ctx context.Context, addr string, diff --git a/worker/tokens.go b/worker/tokens.go index bc1a415dea0..2740d29f447 100644 --- a/worker/tokens.go +++ b/worker/tokens.go @@ -12,10 +12,10 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) func verifyStringIndex(ctx context.Context, attr string, funcType FuncType) (string, bool) { diff --git a/worker/trigram.go b/worker/trigram.go index 284a8c2378d..bab16735db2 100644 --- a/worker/trigram.go +++ b/worker/trigram.go @@ -11,11 +11,11 @@ import ( cindex "github.com/google/codesearch/index" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/x" ) var errRegexTooWide = errors.New( diff --git a/worker/upgrade_test.go b/worker/upgrade_test.go index 235325c9e3f..a2beecb763d 100644 --- a/worker/upgrade_test.go +++ b/worker/upgrade_test.go @@ -16,10 +16,10 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var client *dgraphapi.GrpcClient diff --git a/worker/worker.go b/worker/worker.go index dda17d402cf..169574a11b7 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -23,10 +23,10 @@ import ( "github.com/dgraph-io/badger/v4" badgerpb "github.com/dgraph-io/badger/v4/pb" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/worker/worker_test.go b/worker/worker_test.go index 4755cba6ab6..b5808dbf8e3 100644 --- a/worker/worker_test.go +++ b/worker/worker_test.go @@ -22,11 +22,11 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ts uint64 diff --git a/worker/zero.go b/worker/zero.go index 41d41111370..a9001d037b2 100644 --- a/worker/zero.go +++ b/worker/zero.go @@ -8,8 +8,8 @@ package worker import ( "context" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) // RemoveNodeOverNetwork sends a request to remove the given node from given group to a zero server. diff --git a/worker/zero_proxy.go b/worker/zero_proxy.go index 3d34996d298..3b06d88c03b 100644 --- a/worker/zero_proxy.go +++ b/worker/zero_proxy.go @@ -11,9 +11,9 @@ import ( "github.com/pkg/errors" "google.golang.org/grpc" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) func forwardAssignUidsToZero(ctx context.Context, in *pb.Num) (*pb.AssignedIds, error) { diff --git a/x/debug.go b/x/debug.go index de5c1a61218..2da59a845e3 100644 --- a/x/debug.go +++ b/x/debug.go @@ -18,7 +18,7 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) func PrintRollup(plist *pb.PostingList, parts map[uint64]*pb.PostingList, baseKey []byte, ts uint64) { diff --git a/x/keys.go b/x/keys.go index f6cf1167158..94112d07c03 100644 --- a/x/keys.go +++ b/x/keys.go @@ -15,7 +15,7 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) const ( diff --git a/x/minioclient.go b/x/minioclient.go index a58e81c404f..af489b51cc7 100644 --- a/x/minioclient.go +++ b/x/minioclient.go @@ -18,7 +18,7 @@ import ( "github.com/minio/minio-go/v7/pkg/credentials" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) const ( diff --git a/x/nodebug.go b/x/nodebug.go index d2b6a6c38d5..2470c29beb2 100644 --- a/x/nodebug.go +++ b/x/nodebug.go @@ -11,7 +11,7 @@ package x import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) // PrintRollup prints information about any rollup that happen diff --git a/xidmap/xidmap.go b/xidmap/xidmap.go index 4be59f86bdb..d75e9951b84 100644 --- a/xidmap/xidmap.go +++ b/xidmap/xidmap.go @@ -23,9 +23,9 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) var maxLeaseRegex = regexp.MustCompile(`currMax:([0-9]+)`) diff --git a/xidmap/xidmap_test.go b/xidmap/xidmap_test.go index 8d481f21895..065f27f1367 100644 --- a/xidmap/xidmap_test.go +++ b/xidmap/xidmap_test.go @@ -21,9 +21,9 @@ import ( "google.golang.org/grpc" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" ) // Opens a badger db and runs a a test on it. From d472f5930fe7a85bc13526d33b38dde422439361 Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 15:44:28 -0500 Subject: [PATCH 03/17] Update other artifacts with dgraph-io org --- .github/CODEOWNERS | 2 +- .github/ISSUE_TEMPLATE/config.yml | 4 +- .github/workflows/cd-dgraph-nightly.yml | 2 +- .github/workflows/ci-dgraph-core-tests.yml | 2 +- .github/workflows/ci-dgraph-jepsen-tests.yml | 2 +- .github/workflows/ci-dgraph-systest-tests.yml | 2 +- .github/workflows/ci-dgraph-vector-tests.yml | 2 +- .github/workflows/trunk.yml | 2 +- CHANGELOG.md | 3064 ++++++++--------- CODE_OF_CONDUCT.md | 4 +- Dockerfile | 2 +- README.md | 7 +- algo/benchmarks | 2 +- chunker/README.txt | 32 +- compose/compose.go | 2 +- contrib/Dockerfile | 2 +- contrib/standalone/Dockerfile | 2 +- dgraph/cmd/alpha/run.go | 2 +- dgraph/cmd/bulk/speed_tests/run.sh | 2 +- dgraph/cmd/bulk/systest/run.sh | 6 +- dgraph/cmd/bulk/systest/test-bulk-schema.sh | 2 +- dgraph/cmd/cert/cert.go | 2 +- dgraphtest/paths.go | 2 +- graphql/bench/README.md | 2 +- graphql/e2e/common/mutation.go | 2 +- graphql/e2e/custom_logic/cmd/go.mod | 2 +- graphql/e2e/directives/schema.graphql | 2 +- graphql/e2e/normal/schema.graphql | 2 +- paper/dgraph.tex | 6 +- protos/pb/pb.pb.go | 4 +- protos/pb/pb_grpc.pb.go | 4 +- query/query0_test.go | 2 +- query/query3_test.go | 4 +- query/query4_test.go | 2 +- raftwal/storage_test.go | 2 +- systest/backup/nfs-backup/Dockerfile | 2 +- .../mutations-and-queries/mutations_test.go | 2 +- tok/index/helper_test.go | 2 +- upgrade/change_list.go | 6 +- worker/backup_manifest.go | 2 +- worker/groups.go | 4 +- x/log_writer.go | 2 +- 42 files changed, 1589 insertions(+), 1616 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 908cced9a26..72a759fc7f3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # CODEOWNERS info: https://help.github.com/en/articles/about-code-owners # Owners are automatically requested for review for PRs that changes code # that they own. -* @hypermodeinc/database \ No newline at end of file +* @dgraph-io/database \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 29ea9f2b12c..a3867b5f5ca 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Dgraph Community Support - url: https://discord.hypermode.com + - name: Dgraph Community + url: https://github.com/dgraph-io/dgraph/discussions about: Please ask and answer questions here diff --git a/.github/workflows/cd-dgraph-nightly.yml b/.github/workflows/cd-dgraph-nightly.yml index 8d5319d21af..2f53d378ef9 100644 --- a/.github/workflows/cd-dgraph-nightly.yml +++ b/.github/workflows/cd-dgraph-nightly.yml @@ -27,4 +27,4 @@ jobs: with: push: true platforms: linux/amd64,linux/arm64 - tags: ghcr.io/hypermodeinc/dgraph-standalone:nightly + tags: ghcr.io/dgraph-io/dgraph-standalone:nightly diff --git a/.github/workflows/ci-dgraph-core-tests.yml b/.github/workflows/ci-dgraph-core-tests.yml index 44febfb4010..cb55719aeef 100644 --- a/.github/workflows/ci-dgraph-core-tests.yml +++ b/.github/workflows/ci-dgraph-core-tests.yml @@ -78,5 +78,5 @@ jobs: uses: trunk-io/analytics-uploader@v2 with: junit-paths: ./test-results.xml - org-slug: hypermode + org-slug: dgraph-io token: ${{ secrets.TRUNK_TOKEN }} diff --git a/.github/workflows/ci-dgraph-jepsen-tests.yml b/.github/workflows/ci-dgraph-jepsen-tests.yml index 7709af4264d..970c60bd5e8 100644 --- a/.github/workflows/ci-dgraph-jepsen-tests.yml +++ b/.github/workflows/ci-dgraph-jepsen-tests.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout jepsen repo uses: actions/checkout@v5 with: - repository: hypermodeinc/jepsen + repository: dgraph-io/jepsen path: jepsen ref: master - name: Set jepsen root diff --git a/.github/workflows/ci-dgraph-systest-tests.yml b/.github/workflows/ci-dgraph-systest-tests.yml index 8bf85e6e376..55c876cf982 100644 --- a/.github/workflows/ci-dgraph-systest-tests.yml +++ b/.github/workflows/ci-dgraph-systest-tests.yml @@ -79,5 +79,5 @@ jobs: uses: trunk-io/analytics-uploader@v2 with: junit-paths: ./test-results.xml - org-slug: hypermode + org-slug: dgraph-io token: ${{ secrets.TRUNK_TOKEN }} diff --git a/.github/workflows/ci-dgraph-vector-tests.yml b/.github/workflows/ci-dgraph-vector-tests.yml index 74d07b7a080..deb131412d3 100644 --- a/.github/workflows/ci-dgraph-vector-tests.yml +++ b/.github/workflows/ci-dgraph-vector-tests.yml @@ -78,5 +78,5 @@ jobs: uses: trunk-io/analytics-uploader@v2 with: junit-paths: ./test-results.xml - org-slug: hypermode + org-slug: dgraph-io token: ${{ secrets.TRUNK_TOKEN }} diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index edfb029c99f..d57563bdd7b 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -11,4 +11,4 @@ permissions: jobs: trunk-code-quality: name: Trunk Code Quality - uses: hypermodeinc/.github/.github/workflows/trunk.yml@main + uses: dgraph-io/.github/.github/workflows/trunk.yml@main diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ada00e540..64c207e5709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,11 +17,11 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. - feat(graphql): adds translated DQL to extensions response when the "--graphql debug" super flag is set to true (#9280) -[v24.X.X]: https://github.com/hypermodeinc/dgraph/compare/v24.0.5...v24.X.X +[v24.X.X]: https://github.com/dgraph-io/dgraph/compare/v24.0.5...v24.X.X ## [v24.0.5] - 2024-11-05 -[v24.0.5]: https://github.com/hypermodeinc/dgraph/compare/v24.0.4...v24.0.5 +[v24.0.5]: https://github.com/dgraph-io/dgraph/compare/v24.0.4...v24.0.5 - **Fixed** @@ -33,7 +33,7 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v24.0.4] - 2024-10-08 -[v24.0.4]: https://github.com/hypermodeinc/dgraph/compare/v24.0.2...v24.0.4 +[v24.0.4]: https://github.com/dgraph-io/dgraph/compare/v24.0.2...v24.0.4 - **Fixed** @@ -83,28 +83,28 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v24.0.2] - 2024-08-16 -[v24.0.2]: https://github.com/hypermodeinc/dgraph/compare/v24.0.1...v24.0.2 +[v24.0.2]: https://github.com/dgraph-io/dgraph/compare/v24.0.1...v24.0.2 - **Fixed** - - fix(core): Fix namespace used by unique query https://github.com/hypermodeinc/dgraph/pull/9119 + - 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/hypermodeinc/dgraph/pull/9126 - - fix(live): Fix derigster while retrying https://github.com/hypermodeinc/dgraph/pull/9121 + https://github.com/dgraph-io/dgraph/pull/9126 + - fix(live): Fix derigster while retrying https://github.com/dgraph-io/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/hypermodeinc/dgraph/pull/9110 + 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/hypermodeinc/dgraph/pull/9072 + https://github.com/dgraph-io/dgraph/pull/9072 - **Perf** - 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 + https://github.com/dgraph-io/dgraph/pull/8966 + - perf(vector): Add heap to neighbour edges https://github.com/dgraph-io/dgraph/pull/9122 ## [v24.0.1] - 2024-07-30 -[v24.0.1]: https://github.com/hypermodeinc/dgraph/compare/v24.0.0...v24.0.1 +[v24.0.1]: https://github.com/dgraph-io/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. @@ -124,7 +124,7 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v24.0.0] - 2024-06-06 -[v24.0.0]: https://github.com/hypermodeinc/dgraph/compare/v24.0.0...v23.1.0 +[v24.0.0]: https://github.com/dgraph-io/dgraph/compare/v24.0.0...v23.1.0 > **Warning** This will be a breaking change for anyone moving from to `v.24.0.0`. If you have any > duplicate users or groups in Dgraph ACL, they would not be accessible from now on. Please delete @@ -195,7 +195,7 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. - chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 in #9024 - chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0in #9051[ -## [23.1.1](https://github.com/hypermodeinc/dgraph/compare/v23.1.0...v23.1.1) - 2024-04-26 +## [23.1.1](https://github.com/dgraph-io/dgraph/compare/v23.1.0...v23.1.1) - 2024-04-26 - **Fixed** @@ -207,7 +207,7 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v23.1.0] - 2023-08-17 -[v23.1.0]: https://github.com/hypermodeinc/dgraph/compare/v23.0.1...v23.1.0 +[v23.1.0]: https://github.com/dgraph-io/dgraph/compare/v23.0.1...v23.1.0 - **Added** @@ -265,7 +265,7 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v23.0.1] - 2023-07-09 -[v23.0.1]: https://github.com/hypermodeinc/dgraph/compare/v23.0.0...v23.0.1 +[v23.0.1]: https://github.com/dgraph-io/dgraph/compare/v23.0.0...v23.0.1 - **Fixed** @@ -292,139 +292,133 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v23.0.0] - 2023-05-08 -[v23.0.0]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0 +[v23.0.0]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0 - **Added** - **GraphQL** - fix(GraphQL): pass on HTTP request headers for subscriptions - (https://github.com/hypermodeinc/dgraph/pull/8574) + (https://github.com/dgraph-io/dgraph/pull/8574) - **Core Dgraph** - - feat(metrics): add badger metrics (#8034) (https://github.com/hypermodeinc/dgraph/pull/8737) + - feat(metrics): add badger metrics (#8034) (https://github.com/dgraph-io/dgraph/pull/8737) - feat(restore): introduce incremental restore (#7942) - (https://github.com/hypermodeinc/dgraph/pull/8624) + (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/hypermodeinc/dgraph/pull/8516) + (https://github.com/dgraph-io/dgraph/pull/8516) - feat(cloud): add `shared-instance` flag in limit superflag in alpha - (https://github.com/hypermodeinc/dgraph/pull/8625) + (https://github.com/dgraph-io/dgraph/pull/8625) - chore(deps): update prometheus dependency, adds new metrics - (https://github.com/hypermodeinc/dgraph/pull/8655) + (https://github.com/dgraph-io/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) + (https://github.com/dgraph-io/dgraph/pull/8564) + - feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511) **Fixed** - **GraphQL** - fix(GraphQL): nested Auth Rules not working properly - (https://github.com/hypermodeinc/dgraph/pull/8571) + (https://github.com/dgraph-io/dgraph/pull/8571) - **Core Dgraph** - - Fix wal replay issue during rollup (https://github.com/hypermodeinc/dgraph/pull/8774) + - 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/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) + (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/hypermodeinc/dgraph/pull/8769) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8560) - - opt(schema): optimize populateSchema() (https://github.com/hypermodeinc/dgraph/pull/8565) + (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/hypermodeinc/dgraph/pull/8573) + (https://github.com/dgraph-io/dgraph/pull/8573) - fix(groot): do not upsert groot for all namespaces on restart - (https://github.com/hypermodeinc/dgraph/pull/8561) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8567) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8562) + (https://github.com/dgraph-io/dgraph/pull/8562) - fix(backup): use StreamWriter instead of KVLoader during backup restore - (https://github.com/hypermodeinc/dgraph/pull/8510) + (https://github.com/dgraph-io/dgraph/pull/8510) - fix(audit): fixing audit logs for websocket connections - (https://github.com/hypermodeinc/dgraph/pull/8627) + (https://github.com/dgraph-io/dgraph/pull/8627) - fix(restore): consider the banned namespaces while bumping - (https://github.com/hypermodeinc/dgraph/pull/8559) + (https://github.com/dgraph-io/dgraph/pull/8559) - fix(backup): create directory before writing backup - (https://github.com/hypermodeinc/dgraph/pull/8638) + (https://github.com/dgraph-io/dgraph/pull/8638) - **Test** - - 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): 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/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) + (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/hypermodeinc/dgraph/pull/8744) + (https://github.com/dgraph-io/dgraph/pull/8744) - fix(tests): sleep longer so that ACLs are updated - (https://github.com/hypermodeinc/dgraph/pull/8745) + (https://github.com/dgraph-io/dgraph/pull/8745) - chore(test): use pointer receiver for LocalCluster methods - (https://github.com/hypermodeinc/dgraph/pull/8734) + (https://github.com/dgraph-io/dgraph/pull/8734) - chore(linter): fix unconvert linter issues on linux - (https://github.com/hypermodeinc/dgraph/pull/8718) + (https://github.com/dgraph-io/dgraph/pull/8718) - chore(linter): add unconvert linter and address related issues - (https://github.com/hypermodeinc/dgraph/pull/8685) + (https://github.com/dgraph-io/dgraph/pull/8685) - chore(ci): resolve community PR goveralls failure - (https://github.com/hypermodeinc/dgraph/pull/8716) + (https://github.com/dgraph-io/dgraph/pull/8716) - chore(test): increased iterations of the health check - (https://github.com/hypermodeinc/dgraph/pull/8711) + (https://github.com/dgraph-io/dgraph/pull/8711) - fix(test): avoid host volume mount in minio container - (https://github.com/hypermodeinc/dgraph/pull/8569) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8619) + (https://github.com/dgraph-io/dgraph/pull/8619) - chore(test): upgrade graphql tests to use go 1.19 - (https://github.com/hypermodeinc/dgraph/pull/8662) + (https://github.com/dgraph-io/dgraph/pull/8662) - chore(test): add automated test to test multitenant --limit flag - (https://github.com/hypermodeinc/dgraph/pull/8646) + (https://github.com/dgraph-io/dgraph/pull/8646) - chore(test): add restore test for more than 127 namespaces - (https://github.com/hypermodeinc/dgraph/pull/8643) + (https://github.com/dgraph-io/dgraph/pull/8643) - fix(test): fix the corner case for raft entries test - (https://github.com/hypermodeinc/dgraph/pull/8617) + (https://github.com/dgraph-io/dgraph/pull/8617) - **CD** - 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) + (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/hypermodeinc/dgraph/pull/8790) + (https://github.com/dgraph-io/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/hypermodeinc/dgraph/pull/8496) + (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/hypermodeinc/dgraph/pull/8575) + (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/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) + (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) -
CVE Fixes (31 total) @@ -464,356 +458,346 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. **Changed** - **Core Dgraph** - - upgrade badger to v4.1.0 (https://github.com/hypermodeinc/dgraph/pull/8783) - (https://github.com/hypermodeinc/dgraph/pull/8709) + - 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/hypermodeinc/dgraph/pull/8601) - - fix(query): handle bad timezone correctly (https://github.com/hypermodeinc/dgraph/pull/8657) + 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/hypermodeinc/dgraph/pull/8612) + (https://github.com/dgraph-io/dgraph/pull/8612) - fix(backup): make the /admin/backup and /admin/export API asynchronous - (https://github.com/hypermodeinc/dgraph/pull/8554) + (https://github.com/dgraph-io/dgraph/pull/8554) - fix(mutation): validate mutation before applying it - (https://github.com/hypermodeinc/dgraph/pull/8623) + (https://github.com/dgraph-io/dgraph/pull/8623) - **CI Enhancements** - - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577) - - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/dgraph/pull/8592) + - 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/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) + (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/hypermodeinc/dgraph/pull/8664) + (https://github.com/dgraph-io/dgraph/pull/8664) - chore(linter): fix golangci config and some issues in tests - (https://github.com/hypermodeinc/dgraph/pull/8669) + (https://github.com/dgraph-io/dgraph/pull/8669) - fix(linter): address gosimple linter reports & errors - (https://github.com/hypermodeinc/dgraph/pull/8628) + (https://github.com/dgraph-io/dgraph/pull/8628) ## [v23.0.0-rc1] - 2023-04-11 -[v23.0.0-rc1]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0-rc1 +[v23.0.0-rc1]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0-rc1 - **Added** - **GraphQL** - fix(GraphQL): pass on HTTP request headers for subscriptions - (https://github.com/hypermodeinc/dgraph/pull/8574) + (https://github.com/dgraph-io/dgraph/pull/8574) - **Core Dgraph** - - feat(metrics): add badger metrics (#8034) (https://github.com/hypermodeinc/dgraph/pull/8737) + - feat(metrics): add badger metrics (#8034) (https://github.com/dgraph-io/dgraph/pull/8737) - feat(restore): introduce incremental restore (#7942) - (https://github.com/hypermodeinc/dgraph/pull/8624) + (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/hypermodeinc/dgraph/pull/8516) + (https://github.com/dgraph-io/dgraph/pull/8516) - feat(cloud): add `shared-instance` flag in limit superflag in alpha - (https://github.com/hypermodeinc/dgraph/pull/8625) + (https://github.com/dgraph-io/dgraph/pull/8625) - chore(deps): update prometheus dependency, adds new metrics - (https://github.com/hypermodeinc/dgraph/pull/8655) + (https://github.com/dgraph-io/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) + (https://github.com/dgraph-io/dgraph/pull/8564) + - feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511) **Fixed** - **GragphQL** - fix(GraphQL): nested Auth Rules not working properly - (https://github.com/hypermodeinc/dgraph/pull/8571) + (https://github.com/dgraph-io/dgraph/pull/8571) - **Core Dgraph** - - Fix wal replay issue during rollup (https://github.com/hypermodeinc/dgraph/pull/8774) + - 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/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) + (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/hypermodeinc/dgraph/pull/8769) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8560) - - opt(schema): optimize populateSchema() (https://github.com/hypermodeinc/dgraph/pull/8565) + (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/hypermodeinc/dgraph/pull/8573) + (https://github.com/dgraph-io/dgraph/pull/8573) - fix(groot): do not upsert groot for all namespaces on restart - (https://github.com/hypermodeinc/dgraph/pull/8561) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8567) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8562) + (https://github.com/dgraph-io/dgraph/pull/8562) - fix(backup): use StreamWriter instead of KVLoader during backup restore - (https://github.com/hypermodeinc/dgraph/pull/8510) + (https://github.com/dgraph-io/dgraph/pull/8510) - fix(audit): fixing audit logs for websocket connections - (https://github.com/hypermodeinc/dgraph/pull/8627) + (https://github.com/dgraph-io/dgraph/pull/8627) - fix(restore): consider the banned namespaces while bumping - (https://github.com/hypermodeinc/dgraph/pull/8559) + (https://github.com/dgraph-io/dgraph/pull/8559) - fix(backup): create directory before writing backup - (https://github.com/hypermodeinc/dgraph/pull/8638) + (https://github.com/dgraph-io/dgraph/pull/8638) - **Test** - - 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): 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/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) + (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/hypermodeinc/dgraph/pull/8744) + (https://github.com/dgraph-io/dgraph/pull/8744) - fix(tests): sleep longer so that ACLs are updated - (https://github.com/hypermodeinc/dgraph/pull/8745) + (https://github.com/dgraph-io/dgraph/pull/8745) - chore(test): use pointer receiver for LocalCluster methods - (https://github.com/hypermodeinc/dgraph/pull/8734) + (https://github.com/dgraph-io/dgraph/pull/8734) - chore(linter): fix unconvert linter issues on linux - (https://github.com/hypermodeinc/dgraph/pull/8718) + (https://github.com/dgraph-io/dgraph/pull/8718) - chore(linter): add unconvert linter and address related issues - (https://github.com/hypermodeinc/dgraph/pull/8685) + (https://github.com/dgraph-io/dgraph/pull/8685) - chore(ci): resolve community PR goveralls failure - (https://github.com/hypermodeinc/dgraph/pull/8716) + (https://github.com/dgraph-io/dgraph/pull/8716) - chore(test): increased iterations of the health check - (https://github.com/hypermodeinc/dgraph/pull/8711) + (https://github.com/dgraph-io/dgraph/pull/8711) - fix(test): avoid host volume mount in minio container - (https://github.com/hypermodeinc/dgraph/pull/8569) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8619) + (https://github.com/dgraph-io/dgraph/pull/8619) - chore(test): upgrade graphql tests to use go 1.19 - (https://github.com/hypermodeinc/dgraph/pull/8662) + (https://github.com/dgraph-io/dgraph/pull/8662) - chore(test): add automated test to test multitenant --limit flag - (https://github.com/hypermodeinc/dgraph/pull/8646) + (https://github.com/dgraph-io/dgraph/pull/8646) - chore(test): add restore test for more than 127 namespaces - (https://github.com/hypermodeinc/dgraph/pull/8643) + (https://github.com/dgraph-io/dgraph/pull/8643) - fix(test): fix the corner case for raft entries test - (https://github.com/hypermodeinc/dgraph/pull/8617) + (https://github.com/dgraph-io/dgraph/pull/8617) - **CD** - 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) + (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/hypermodeinc/dgraph/pull/8790) + (https://github.com/dgraph-io/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/hypermodeinc/dgraph/pull/8496) + (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/hypermodeinc/dgraph/pull/8575) + (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/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) + (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) **Changed** - **Core Dgraph** - - upgrade badger to v4.1.0 (https://github.com/hypermodeinc/dgraph/pull/8783) - (https://github.com/hypermodeinc/dgraph/pull/8709) + - 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/hypermodeinc/dgraph/pull/8601) - - fix(query): handle bad timezone correctly (https://github.com/hypermodeinc/dgraph/pull/8657) + 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/hypermodeinc/dgraph/pull/8612) + (https://github.com/dgraph-io/dgraph/pull/8612) - fix(backup): make the /admin/backup and /admin/export API asynchronous - (https://github.com/hypermodeinc/dgraph/pull/8554) + (https://github.com/dgraph-io/dgraph/pull/8554) - fix(mutation): validate mutation before applying it - (https://github.com/hypermodeinc/dgraph/pull/8623) + (https://github.com/dgraph-io/dgraph/pull/8623) - **CI Enhancements** - - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577) - - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/dgraph/pull/8592) + - 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/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) + (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/hypermodeinc/dgraph/pull/8664) + (https://github.com/dgraph-io/dgraph/pull/8664) - chore(linter): fix golangci config and some issues in tests - (https://github.com/hypermodeinc/dgraph/pull/8669) + (https://github.com/dgraph-io/dgraph/pull/8669) - fix(linter): address gosimple linter reports & errors - (https://github.com/hypermodeinc/dgraph/pull/8628) + (https://github.com/dgraph-io/dgraph/pull/8628) ## [v23.0.0-beta1] - 2023-03-01 -[v23.0.0-beta1]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0-beta1 +[v23.0.0-beta1]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0-beta1 - **Added** - **GraphQL** - fix(GraphQL): pass on HTTP request headers for subscriptions - (https://github.com/hypermodeinc/dgraph/pull/8574) + (https://github.com/dgraph-io/dgraph/pull/8574) - **Core Dgraph** - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size - (https://github.com/hypermodeinc/dgraph/pull/8516) + (https://github.com/dgraph-io/dgraph/pull/8516) - feat(cloud): add `shared-instance` flag in limit superflag in alpha - (https://github.com/hypermodeinc/dgraph/pull/8625) + (https://github.com/dgraph-io/dgraph/pull/8625) - chore(deps): update prometheus dependency, adds new metrics - (https://github.com/hypermodeinc/dgraph/pull/8655) + (https://github.com/dgraph-io/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) + (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) **Fixed** - **GragphQL** - fix(GraphQL): nested Auth Rules not working properly - (https://github.com/hypermodeinc/dgraph/pull/8571) + (https://github.com/dgraph-io/dgraph/pull/8571) - **Core Dgraph** - - chore(logs): add logs to track dropped proposals - (https://github.com/hypermodeinc/dgraph/pull/8568) + - 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/hypermodeinc/dgraph/pull/8560) - - opt(schema): optimize populateSchema() (https://github.com/hypermodeinc/dgraph/pull/8565) + (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/hypermodeinc/dgraph/pull/8573) + (https://github.com/dgraph-io/dgraph/pull/8573) - fix(groot): do not upsert groot for all namespaces on restart - (https://github.com/hypermodeinc/dgraph/pull/8561) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8567) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8562) + (https://github.com/dgraph-io/dgraph/pull/8562) - fix(backup): use StreamWriter instead of KVLoader during backup restore - (https://github.com/hypermodeinc/dgraph/pull/8510) + (https://github.com/dgraph-io/dgraph/pull/8510) - fix(audit): fixing audit logs for websocket connections - (https://github.com/hypermodeinc/dgraph/pull/8627) + (https://github.com/dgraph-io/dgraph/pull/8627) - fix(restore): consider the banned namespaces while bumping - (https://github.com/hypermodeinc/dgraph/pull/8559) + (https://github.com/dgraph-io/dgraph/pull/8559) - fix(backup): create directory before writing backup - (https://github.com/hypermodeinc/dgraph/pull/8638) + (https://github.com/dgraph-io/dgraph/pull/8638) - **Test** - fix(test): avoid host volume mount in minio container - (https://github.com/hypermodeinc/dgraph/pull/8569) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8619) + (https://github.com/dgraph-io/dgraph/pull/8619) - chore(test): upgrade graphql tests to use go 1.19 - (https://github.com/hypermodeinc/dgraph/pull/8662) + (https://github.com/dgraph-io/dgraph/pull/8662) - chore(test): add automated test to test multitenant --limit flag - (https://github.com/hypermodeinc/dgraph/pull/8646) + (https://github.com/dgraph-io/dgraph/pull/8646) - chore(test): add restore test for more than 127 namespaces - (https://github.com/hypermodeinc/dgraph/pull/8643) + (https://github.com/dgraph-io/dgraph/pull/8643) - fix(test): fix the corner case for raft entries test - (https://github.com/hypermodeinc/dgraph/pull/8617) + (https://github.com/dgraph-io/dgraph/pull/8617) - **CD** - 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) + (https://github.com/dgraph-io/dgraph/pull/8652) + - chore(deps): update min go build version (https://github.com/dgraph-io/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/hypermodeinc/dgraph/pull/8496) + (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/hypermodeinc/dgraph/pull/8575) + (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/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) + (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) **Changed** - **Core Dgraph** - 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) + 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/hypermodeinc/dgraph/pull/8612) + (https://github.com/dgraph-io/dgraph/pull/8612) - fix(backup): make the /admin/backup and /admin/export API asynchronous - (https://github.com/hypermodeinc/dgraph/pull/8554) + (https://github.com/dgraph-io/dgraph/pull/8554) - fix(mutation): validate mutation before applying it - (https://github.com/hypermodeinc/dgraph/pull/8623) + (https://github.com/dgraph-io/dgraph/pull/8623) - **CI Enhancements** - - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577) - - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/dgraph/pull/8592) + - 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/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) + (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/hypermodeinc/dgraph/pull/8664) + (https://github.com/dgraph-io/dgraph/pull/8664) - chore(linter): fix golangci config and some issues in tests - (https://github.com/hypermodeinc/dgraph/pull/8669) + (https://github.com/dgraph-io/dgraph/pull/8669) - fix(linter): address gosimple linter reports & errors - (https://github.com/hypermodeinc/dgraph/pull/8628) + (https://github.com/dgraph-io/dgraph/pull/8628) ## [v22.0.2] - 2022-12-16 -[v22.0.2]: https://github.com/hypermodeinc/dgraph/compare/v22.0.1...v22.0.2 +[v22.0.2]: https://github.com/dgraph-io/dgraph/compare/v22.0.1...v22.0.2 - **Added** - **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) + (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) - **Fixed** - **EDgraph** - fix(ACL): Prevents permissions overrride and merges acl cache to persist permissions across - different namespaces (https://github.com/hypermodeinc/dgraph/pull/8506) + different namespaces (https://github.com/dgraph-io/dgraph/pull/8506) - **Core Dgraph** - Fix(badger): Upgrade badger version to fix manifest corruption - (https://github.com/hypermodeinc/dgraph/pull/8365) + (https://github.com/dgraph-io/dgraph/pull/8365) - fix(pagination): Fix after for regexp, match functions - (https://github.com/hypermodeinc/dgraph/pull/8471) + (https://github.com/dgraph-io/dgraph/pull/8471) - fix(query): Do not execute filters if there are no source - uids(https://github.com/hypermodeinc/dgraph/pull/8452) + uids(https://github.com/dgraph-io/dgraph/pull/8452) - fix(admin): make config changes to pass through gog middlewares - (https://github.com/hypermodeinc/dgraph/pull/8442) + (https://github.com/dgraph-io/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) + (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/hypermodeinc/dgraph/pull/8431) + (https://github.com/dgraph-io/dgraph/pull/8431) - **GraphQL** - Fix(GraphQL): Make mutation rewriting tests more robust - (https://github.com/hypermodeinc/dgraph/pull/8449) + (https://github.com/dgraph-io/dgraph/pull/8449) - **Security** -
@@ -866,41 +850,38 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. **Changed** - **CI Enhancements** - - 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/hypermodeinc/dggraph?branch=main) on CI is enhanced to - measure code coverage for integration tests (https://github.com/hypermodeinc/dgraph/pull/8494) + - 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/dggraph?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/hypermodeinc/dgraph/actions/workflows/ci-dgraph-ldbc-tests.yml) + [CI](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-ldbc-tests.yml) - **CD Enhancements** - - 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 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 [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/hypermodeinc/dgraph/compare/v22.0.0...v22.0.1 +[v22.0.1]: https://github.com/dgraph-io/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/hypermodeinc/dgraph/pull/8425) + (https://github.com/dgraph-io/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/hypermodeinc/dgraph/compare/v21.03.2...v22.0.0 +[v22.0.0]: https://github.com/dgraph-io/dgraph/compare/v21.03.2...v22.0.0 **Note** > `v22.0.0` release is based of `v21.03.2` release. https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 @@ -911,16 +892,16 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - **Fixed** - **GraphQL** - - fix(GraphQL): optimize eq filter queries (https://github.com/hypermodeinc/dgraph/pull/7895) + - 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/hypermodeinc/dgraph/pull/8333) + (https://github.com/dgraph-io/dgraph/pull/8333) - fix(GraphQL) fix auth query rewriting with ID filter - (https://github.com/hypermodeinc/dgraph/pull/8157) + (https://github.com/dgraph-io/dgraph/pull/8157) - **EDgraph** - fix(query): Prevent multiple entries for same predicate in mutations - (https://github.com/hypermodeinc/dgraph/pull/8332) + (https://github.com/dgraph-io/dgraph/pull/8332) - **Posting** - - fix(rollups): Fix splits in roll-up (https://github.com/hypermodeinc/dgraph/pull/8297) + - fix(rollups): Fix splits in roll-up (https://github.com/dgraph-io/dgraph/pull/8297) - **Security** -
CVE Fixes (417 total) @@ -1356,41 +1337,41 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - GHSA-wxc4-f4m6-wwqv
- - 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) + - 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) **Changed** - **CI Test Infrastructure** - Configured to run with - [Github Actions](https://github.com/hypermodeinc/dgraph/tree/main/.github/workflows) + [Github Actions](https://github.com/dgraph-io/dgraph/tree/main/.github/workflows) - Stability Improvements to test harness - Enabled - [Unit/Integration Tests](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-tests.yml) + [Unit/Integration Tests](https://github.com/dgraph-io/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/hypermodeinc/dggraph?branch=main) + [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 [Code Coverage](https://coveralls.io/github/dgraph-io/dggraph?branch=main) - **CI Security** - Configured to run with - [Github Actions](https://github.com/hypermodeinc/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml) + [Github Actions](https://github.com/dgraph-io/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) + [Trivy Scans](https://github.com/dgraph-io/dgraph/actions/workflows/ci-aqua-security-trivy-tests.yml) - Enabled dependabot scans - Configured to run with - [Github Actions](https://github.com/hypermodeinc/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml) + [Github Actions](https://github.com/dgraph-io/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml) - **CD Release Pipeline** - Automated - [Release Pipeline](https://github.com/hypermodeinc/dgraph/blob/main/.github/workflows/cd-dgraph.yml) + [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/hypermodeinc/dgraph/issues/new/choose) +- [**Github Issues Enabled**](https://github.com/dgraph-io/dgraph/issues/new/choose) ## [21.03.2] - 2021-08-26 -[21.03.2]: https://github.com/hypermodeinc/dgraph/compare/v21.03.1...v21.03.2 +[21.03.2]: https://github.com/dgraph-io/dgraph/compare/v21.03.1...v21.03.2 - **Fixed** @@ -1418,24 +1399,24 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - feat(acl): allow access to all the predicates using wildcard. ([#7993][]) - feat(Multi-tenancy): Add namespaces field to state. ([#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 +[#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 ## [21.03.1] - 2021-06-16 -[21.03.1]: https://github.com/hypermodeinc/dgraph/compare/v21.03.0...v21.03.1 +[21.03.1]: https://github.com/dgraph-io/dgraph/compare/v21.03.0...v21.03.1 - **Fixed** @@ -1479,58 +1460,58 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - make exports synchronous again ([#7877][]) - feat(schema): do schema versioning and make backup non-blocking for i… ([#7856][]) ([#7873][]) -[#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 -[#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 +[#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 +[#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 ## [21.03.0] - 2021-04-07 -[21.03.0]: https://github.com/hypermodeinc/dgraph/compare/v20.11.0...v21.03.0 +[21.03.0]: https://github.com/dgraph-io/dgraph/compare/v20.11.0...v21.03.0 - **Changed** @@ -1704,158 +1685,158 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Fix(restore): multiple restore requests should be rejected and proposals should not be submitted ([#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 -[#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 +[#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 +[#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 ## [20.07.1] - 2020-09-17 -[20.07.1]: https://github.com/hypermodeinc/dgraph/compare/v20.07.0...v20.07.1 +[20.07.1]: https://github.com/dgraph-io/dgraph/compare/v20.07.0...v20.07.1 - **Changed** @@ -1913,53 +1894,53 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - 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/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 -[#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 +[#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 +[#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 ## [20.03.5] - 2020-09-17 -[20.03.5]: https://github.com/hypermodeinc/dgraph/compare/v20.03.4...v20.03.5 +[20.03.5]: https://github.com/dgraph-io/dgraph/compare/v20.03.4...v20.03.5 - **Changed** @@ -1997,35 +1978,35 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Make backups cancel other tasks. ([#6244][]) - Add a lock to backups to process one request at a time. ([#6340][]) -[#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 -[#6097]: https://github.com/hypermodeinc/dgraph/issues/6097 -[#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 +[#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 +[#6097]: https://github.com/dgraph-io/dgraph/issues/6097 +[#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 ## [1.2.7] - 2020-09-21 -[1.2.7]: https://github.com/hypermodeinc/dgraph/compare/v1.2.6...v1.2.7 +[1.2.7]: https://github.com/dgraph-io/dgraph/compare/v1.2.6...v1.2.7 - **Added** @@ -2048,24 +2029,24 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Sort manifests by backup number. ([#6281][]) - Skip backing up nil lists. ([#6314][]) -[#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 -[#6193]: https://github.com/hypermodeinc/dgraph/issues/6193 +[#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 +[#6193]: https://github.com/dgraph-io/dgraph/issues/6193 ## [20.07.0] - 2020-07-28 -[20.07.0]: https://github.com/hypermodeinc/dgraph/compare/v20.03.4...v20.07.0 +[20.07.0]: https://github.com/dgraph-io/dgraph/compare/v20.03.4...v20.07.0 - **Changed** @@ -2216,7 +2197,7 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Restore: Only processes backups for the alpha's group. ([#5588][]) - vault_format support for online restore and gql ([#5758][]) -[#5661]: https://github.com/hypermodeinc/dgraph/issues/5661 +[#5661]: https://github.com/dgraph-io/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 @@ -2228,147 +2209,147 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 [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/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 -[#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 -[#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 -[#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 +[#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 +[#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 +[#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 +[#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 [e7b6e76f96e8]: https://github.com/dgraph-io/badger/commit/e7b6e76f96e8 -[#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 -[#6020]: https://github.com/hypermodeinc/dgraph/issues/6020 -[#5950]: https://github.com/hypermodeinc/dgraph/issues/5950 -[#6034]: https://github.com/hypermodeinc/dgraph/issues/6034 -[#6043]: https://github.com/hypermodeinc/dgraph/issues/6043 +[#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 +[#6020]: https://github.com/dgraph-io/dgraph/issues/6020 +[#5950]: https://github.com/dgraph-io/dgraph/issues/5950 +[#6034]: https://github.com/dgraph-io/dgraph/issues/6034 +[#6043]: https://github.com/dgraph-io/dgraph/issues/6043 ## [20.03.4] - 2020-07-23 -[20.03.4]: https://github.com/hypermodeinc/dgraph/compare/v20.03.3...v20.03.4 +[20.03.4]: https://github.com/dgraph-io/dgraph/compare/v20.03.3...v20.03.4 **Changed** @@ -2415,44 +2396,44 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Backup: Change groupId from int to uint32. ([#5614][]) - Backup: Use a sync.Pool to allocate KVs. ([#5579][]) -[#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 -[#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 -[#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 -[#5636]: https://github.com/hypermodeinc/dgraph/issues/5636 -[#5680]: https://github.com/hypermodeinc/dgraph/issues/5680 -[#5614]: https://github.com/hypermodeinc/dgraph/issues/5614 -[#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 +[#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 +[#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 +[#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 +[#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 +[#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 ## [1.2.6] - 2020-07-31 -[1.2.6]: https://github.com/hypermodeinc/dgraph/compare/v1.2.5...v1.2.6 +[1.2.6]: https://github.com/dgraph-io/dgraph/compare/v1.2.5...v1.2.6 **Changed** @@ -2501,28 +2482,28 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - 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/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 -[#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 -[#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 +[#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 +[#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 +[#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 ## [20.03.3] - 2020-06-02 -[20.03.3]: https://github.com/hypermodeinc/dgraph/compare/v20.03.1...v20.03.3 +[20.03.3]: https://github.com/dgraph-io/dgraph/compare/v20.03.1...v20.03.3 **Changed** @@ -2571,43 +2552,43 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Use SensitiveByteSlice type for hmac secret. ([#5450][]) -[#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 -[#5521]: https://github.com/hypermodeinc/dgraph/issues/5521 -[#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 +[#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 +[#5521]: https://github.com/dgraph-io/dgraph/issues/5521 +[#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 ## [1.2.5] - 2020-06-02 -[1.2.5]: https://github.com/hypermodeinc/dgraph/compare/v1.2.3...v1.2.5 +[1.2.5]: https://github.com/dgraph-io/dgraph/compare/v1.2.3...v1.2.5 **Changed** @@ -2635,11 +2616,11 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Use SensitiveByteSlice type for hmac secret. ([#5451][]) -[#5327]: https://github.com/hypermodeinc/dgraph/issues/5327 -[#5396]: https://github.com/hypermodeinc/dgraph/issues/5396 -[#5451]: https://github.com/hypermodeinc/dgraph/issues/5451 -[#5508]: https://github.com/hypermodeinc/dgraph/issues/5508 -[#5468]: https://github.com/hypermodeinc/dgraph/issues/5468 +[#5327]: https://github.com/dgraph-io/dgraph/issues/5327 +[#5396]: https://github.com/dgraph-io/dgraph/issues/5396 +[#5451]: https://github.com/dgraph-io/dgraph/issues/5451 +[#5508]: https://github.com/dgraph-io/dgraph/issues/5508 +[#5468]: https://github.com/dgraph-io/dgraph/issues/5468 ## [20.03.2] - 2020-05-15 @@ -2651,7 +2632,7 @@ This release was removed ## [20.03.1] - 2020-04-24 -[20.03.1]: https://github.com/hypermodeinc/dgraph/compare/v20.03.0...v20.03.1 +[20.03.1]: https://github.com/dgraph-io/dgraph/compare/v20.03.0...v20.03.1 **Changed** @@ -2708,42 +2689,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/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 -[#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 +[#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 +[#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 ## [1.2.3] - 2020-04-24 -[1.2.3]: https://github.com/hypermodeinc/dgraph/compare/v1.2.2...v1.2.3 +[1.2.3]: https://github.com/dgraph-io/dgraph/compare/v1.2.2...v1.2.3 **Changed** @@ -2783,24 +2764,24 @@ This release was removed further incremental backups. ([#5103][]) - Add encryption support for export and import (via bulk, live loaders). ([#5155][]) -[#5163]: https://github.com/hypermodeinc/dgraph/issues/5163 -[#5012]: https://github.com/hypermodeinc/dgraph/issues/5012 -[#4674]: https://github.com/hypermodeinc/dgraph/issues/4674 -[#4842]: https://github.com/hypermodeinc/dgraph/issues/4842 -[#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 -[#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 +[#5163]: https://github.com/dgraph-io/dgraph/issues/5163 +[#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 +[#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 +[#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 ## [20.03.0] - 2020-03-30 -[20.03.0]: https://github.com/hypermodeinc/dgraph/compare/v1.2.2...v20.03.0 +[20.03.0]: https://github.com/dgraph-io/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. ** @@ -2865,55 +2846,55 @@ The underlying data format has been changed. ** - **Breaking changes** - [BREAKING] Language sorting on Indexed data. Fixes [#4005][]. ([#4316][]) -[#5016]: https://github.com/hypermodeinc/dgraph/issues/5016 -[#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 -[#4875]: https://github.com/hypermodeinc/dgraph/issues/4875 -[#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 -[#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 -[#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 +[#5016]: https://github.com/dgraph-io/dgraph/issues/5016 +[#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 +[#4875]: https://github.com/dgraph-io/dgraph/issues/4875 +[#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 +[#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 +[#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 ## [1.2.2] - 2020-03-19 -[1.2.2]: https://github.com/hypermodeinc/dgraph/compare/v1.2.1...v1.2.2 +[1.2.2]: https://github.com/dgraph-io/dgraph/compare/v1.2.1...v1.2.2 **Changed** @@ -2941,45 +2922,45 @@ The underlying data format has been changed. ** - Backups: Verify host when default and custom credentials are used. Fixes [#4855][]. ([#4858][]) - Backups: Split lists when restoring from backup. ([#4912][]) -[#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 -[#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 +[#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 +[#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 ## [1.2.1] - 2020-02-06 -[1.2.1]: https://github.com/hypermodeinc/dgraph/compare/v1.2.0...v1.2.1 +[1.2.1]: https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/4733 -[#4742]: https://github.com/hypermodeinc/dgraph/issues/4742 +[#4733]: https://github.com/dgraph-io/dgraph/issues/4733 +[#4742]: https://github.com/dgraph-io/dgraph/issues/4742 ## [1.2.0] - 2020-01-27 -[1.2.0]: https://github.com/hypermodeinc/dgraph/compare/v1.1.1...v1.2.0 +[1.2.0]: https://github.com/dgraph-io/dgraph/compare/v1.1.1...v1.2.0 **Changed** @@ -3026,47 +3007,47 @@ The underlying data format has been changed. ** - Enterprise features - Backup types. Fixes [#4507][]. ([#4514][]) -[#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 -[#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 -[#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 +[#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 +[#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 +[#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 ## [1.1.1] - 2019-12-16 -[1.1.1]: https://github.com/hypermodeinc/dgraph/compare/v1.1.0...v1.1.1 +[1.1.1]: https://github.com/dgraph-io/dgraph/compare/v1.1.0...v1.1.1 **Changed** @@ -3180,117 +3161,117 @@ 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/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 -[#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 -[#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 +[#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 +[#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 +[#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 ## [1.1.0] - 2019-09-03 -[1.1.0]: https://github.com/hypermodeinc/dgraph/compare/v1.0.17...v1.1.0 +[1.1.0]: https://github.com/dgraph-io/dgraph/compare/v1.0.17...v1.1.0 **Changed** @@ -3633,224 +3614,224 @@ Tracing - Bug Fix: Remove Check2 at writeResponse. ([#3900][]) - Bug Fix: Do not call posting.List.release. -[#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 -[#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 -[#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 -[#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 -[#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 -[#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 -[#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 -[#2867]: https://github.com/hypermodeinc/dgraph/issues/2867 -[#2885]: https://github.com/hypermodeinc/dgraph/issues/2885 -[#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 -[#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 -[#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 -[18277872f]: https://github.com/hypermodeinc/dgraph/commit/18277872f -[802ec4c39]: https://github.com/hypermodeinc/dgraph/commit/802ec4c39 +[#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 +[#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 +[#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 +[#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 +[#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 +[#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 +[#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 +[#2867]: https://github.com/dgraph-io/dgraph/issues/2867 +[#2885]: https://github.com/dgraph-io/dgraph/issues/2885 +[#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 +[#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 +[#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 +[18277872f]: https://github.com/dgraph-io/dgraph/commit/18277872f +[802ec4c39]: https://github.com/dgraph-io/dgraph/commit/802ec4c39 ## [1.0.18] - 2019-12-16 -[1.0.18]: https://github.com/hypermodeinc/dgraph/compare/v1.0.17...v1.0.18 +[1.0.18]: https://github.com/dgraph-io/dgraph/compare/v1.0.17...v1.0.18 **Fixed** @@ -3862,17 +3843,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/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 -[#4252]: https://github.com/hypermodeinc/dgraph/issues/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 +[#4252]: https://github.com/dgraph-io/dgraph/issues/4252 ## [1.0.17] - 2019-08-30 -[1.0.17]: https://github.com/hypermodeinc/dgraph/compare/v1.0.16...v1.0.17 +[1.0.17]: https://github.com/dgraph-io/dgraph/compare/v1.0.16...v1.0.17 **Changed** @@ -3889,22 +3870,22 @@ Tracing [#3814][]. ([#3837][]) - Fix for panic in fillGroupedVars. Fixes [#3768][]. ([#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 +[#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 ## [1.0.16] - 2019-07-11 -[1.0.16]: https://github.com/hypermodeinc/dgraph/compare/v1.0.15...v1.0.16 +[1.0.16]: https://github.com/dgraph-io/dgraph/compare/v1.0.15...v1.0.16 **Changed** @@ -3916,16 +3897,16 @@ 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/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 +[#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 ## [1.0.15] - 2019-05-30 -[1.0.15]: https://github.com/hypermodeinc/dgraph/compare/v1.0.14...v1.0.15 +[1.0.15]: https://github.com/dgraph-io/dgraph/compare/v1.0.14...v1.0.15 **Fixed** @@ -3985,40 +3966,40 @@ 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/hypermodeinc/dgraph/pull/3337 -[#3391]: https://github.com/hypermodeinc/dgraph/pull/3391 -[#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 -[#3467]: https://github.com/hypermodeinc/dgraph/pull/3467 -[#3338]: https://github.com/hypermodeinc/dgraph/pull/3338 -[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 +[#3337]: https://github.com/dgraph-io/dgraph/pull/3337 +[#3391]: https://github.com/dgraph-io/dgraph/pull/3391 +[#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 +[#3467]: https://github.com/dgraph-io/dgraph/pull/3467 +[#3338]: https://github.com/dgraph-io/dgraph/pull/3338 +[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 ## [1.0.14] - 2019-04-12 -[1.0.14]: https://github.com/hypermodeinc/dgraph/compare/v1.0.13...v1.0.14 +[1.0.14]: https://github.com/dgraph-io/dgraph/compare/v1.0.13...v1.0.14 **Fixed** @@ -4034,16 +4015,16 @@ Tracing - Increment tool: Fix best-effort flag name so best-effort queries run as intended from the tool. ([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 +[#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 **Added** @@ -4051,24 +4032,24 @@ Tracing `/query?timeout=60s` will timeout queries after 1 minute. ([#3238][]) - Add `badger` tool to release binaries and Docker image. -[#3238]: https://github.com/hypermodeinc/dgraph/pull/3238 +[#3238]: https://github.com/dgraph-io/dgraph/pull/3238 ## [1.0.13] - 2019-03-10 -[1.0.13]: https://github.com/hypermodeinc/dgraph/compare/v1.0.12...v1.0.13 +[1.0.13]: https://github.com/dgraph-io/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/hypermodeinc/dgraph/commit/8cb69ea)) +- 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/hypermodeinc/dgraph/commit/691b3b3)) + ([691b3b3](https://github.com/dgraph-io/dgraph/commit/691b3b3)) ## [1.0.12] - 2019-03-05 -[1.0.12]: https://github.com/hypermodeinc/dgraph/compare/v1.0.11...v1.0.12 +[1.0.12]: https://github.com/dgraph-io/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.** @@ -4076,51 +4057,50 @@ The underlying data format has been changed.** **Added** - Support gzip compression for gRPC and HTTP requests. - ([#2843](https://github.com/hypermodeinc/dgraph/issues/2843)) + ([#2843](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2277). + [#2277](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2955)) + ([#2955](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/3071)) + request to Zero. ([#3071](https://github.com/dgraph-io/dgraph/issues/3071)) **Changed** - Use the new Stream API from Badger instead of Dgraph's Stream framework. - ([#2852](https://github.com/hypermodeinc/dgraph/issues/2852)) + ([#2852](https://github.com/dgraph-io/dgraph/issues/2852)) - Discard earlier versions of posting lists. - ([#2859](https://github.com/hypermodeinc/dgraph/issues/2859)) + ([#2859](https://github.com/dgraph-io/dgraph/issues/2859)) - Make HTTP JSON response encoding more efficient by operating on a bytes buffer directly. - ([ae1d9f3](https://github.com/hypermodeinc/dgraph/commit/ae1d9f3)) -- Optimize and refactor facet filtering. - ([#2829](https://github.com/hypermodeinc/dgraph/issues/2829)) + ([ae1d9f3](https://github.com/dgraph-io/dgraph/commit/ae1d9f3)) +- Optimize and refactor facet filtering. ([#2829](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2844)) + ([#2844](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2851), - [#2866](https://github.com/hypermodeinc/dgraph/issues/2866)) +- Refactor rebuild index logic. ([#2851](https://github.com/dgraph-io/dgraph/issues/2851), + [#2866](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2800)) + ([#2800](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2948)) -- Introduce group checksums. ([#2964](https://github.com/hypermodeinc/dgraph/issues/2964), - [#3085](https://github.com/hypermodeinc/dgraph/issues/3085)) + ([#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)) - 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/hypermodeinc/dgraph/issues/2974)) -- Simplify Raft WAL storage caching. ([#3102](https://github.com/hypermodeinc/dgraph/issues/3102)) + information. ([#2974](https://github.com/dgraph-io/dgraph/issues/2974)) +- Simplify Raft WAL storage caching. ([#3102](https://github.com/dgraph-io/dgraph/issues/3102)) - Build release binary with Go version 1.11.5. **Removed** @@ -4135,114 +4115,111 @@ The underlying data format has been changed.** **Fixed** - 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). + [#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). - 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/hypermodeinc/dgraph/issues/2849). + [#2849](https://github.com/dgraph-io/dgraph/issues/2849). - Show an error when running multiple mutation blocks. Fixes - [#2815](https://github.com/hypermodeinc/dgraph/issues/2815). + [#2815](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/3065)) + ([#3065](https://github.com/dgraph-io/dgraph/issues/3065)) - Remove the assert failure in raftwal/storage.go. ## [1.0.11] - 2018-12-17 -[1.0.11]: https://github.com/hypermodeinc/dgraph/compare/v1.0.10...v1.0.11 +[1.0.11]: https://github.com/dgraph-io/dgraph/compare/v1.0.10...v1.0.11 **Added** -- Integrate OpenCensus in Dgraph. ([#2739](https://github.com/hypermodeinc/dgraph/issues/2739)) +- Integrate OpenCensus in Dgraph. ([#2739](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2710)) + License. ([#2710](https://github.com/dgraph-io/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/hypermodeinc/dgraph/commit/94daeaf7), - [35a73e81](https://github.com/hypermodeinc/dgraph/commit/35a73e81)) + ([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/hypermodeinc/dgraph/tree/v1.0.11/contrib/blockade)) + ([./contrib/blockade](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2795)) -- Support custom tokenizer in bulk loader - ([#2820](https://github.com/hypermodeinc/dgraph/issues/2820)) + ([#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/hypermodeinc/dgraph/issues/2799)) + ([#2799](https://github.com/dgraph-io/dgraph/issues/2799)) **Changed** - Make posting list memory rollup happen right after disk. - ([#2731](https://github.com/hypermodeinc/dgraph/issues/2731)) + ([#2731](https://github.com/dgraph-io/dgraph/issues/2731)) - Do not retry proposal if already found in CommittedEntries. - ([#2740](https://github.com/hypermodeinc/dgraph/issues/2740)) + ([#2740](https://github.com/dgraph-io/dgraph/issues/2740)) - Remove ExportPayload from protos. Export returns Status and ExportRequest. - ([#2741](https://github.com/hypermodeinc/dgraph/issues/2741)) + ([#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/hypermodeinc/dgraph/issues/2734)) + ([#2734](https://github.com/dgraph-io/dgraph/issues/2734)) - Clarify message of overloaded pending proposals for live loader. - ([#2732](https://github.com/hypermodeinc/dgraph/issues/2732)) + ([#2732](https://github.com/dgraph-io/dgraph/issues/2732)) - Posting List Evictions. (e2bcfdad) -- Log when removing a tablet. ([#2746](https://github.com/hypermodeinc/dgraph/issues/2746)) +- 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/hypermodeinc/dgraph/issues/2749)) + ([#2749](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2768)) + 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/hypermodeinc/dgraph/issues/2736)) + ([#2736](https://github.com/dgraph-io/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)) + ([#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/hypermodeinc/dgraph/issues/2773)) -- Set the Prefix option during iteration. - ([#2780](https://github.com/hypermodeinc/dgraph/issues/2780)) + ([#2773](https://github.com/dgraph-io/dgraph/issues/2773)) +- Set the Prefix option during iteration. ([#2780](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2742)) + ([#2742](https://github.com/dgraph-io/dgraph/issues/2742)) - Remove deprecated logic that was found using vet. - ([#2758](https://github.com/hypermodeinc/dgraph/issues/2758)) + ([#2758](https://github.com/dgraph-io/dgraph/issues/2758)) - Remove assert for zero-length posting lists. - ([#2763](https://github.com/hypermodeinc/dgraph/issues/2763)) + ([#2763](https://github.com/dgraph-io/dgraph/issues/2763)) **Fixed** -- 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). +- 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). - Switch to Badger's Watermark library, which has a memory leak fix. (0cd9d82e) -- Fix tiny typo. ([#2761](https://github.com/hypermodeinc/dgraph/issues/2761)) +- Fix tiny typo. ([#2761](https://github.com/dgraph-io/dgraph/issues/2761)) - Fix Test: TestMillion. -- 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 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/hypermodeinc/dgraph/issues/2733). + [#2733](https://github.com/dgraph-io/dgraph/issues/2733). - Fix missing predicates after export and bulk load. Fixes - [#2616](https://github.com/hypermodeinc/dgraph/issues/2616). + [#2616](https://github.com/dgraph-io/dgraph/issues/2616). - Handle various edge cases around cluster memberships. - ([#2791](https://github.com/hypermodeinc/dgraph/issues/2791)) + ([#2791](https://github.com/dgraph-io/dgraph/issues/2791)) - Change Encrypt to not re-encrypt password values. Fixes - [#2765](https://github.com/hypermodeinc/dgraph/issues/2765). + [#2765](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2797)) + ([#2797](https://github.com/dgraph-io/dgraph/issues/2797)) ## [1.0.10] - 2018-11-05 -[1.0.10]: https://github.com/hypermodeinc/dgraph/compare/v1.0.9...v1.0.10 +[1.0.10]: https://github.com/dgraph-io/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.** @@ -4251,58 +4228,57 @@ storage format.** - 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)) + ([#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)) **Changed** -- Dgraph is relicensed to Apache 2.0. ([#2652](https://github.com/hypermodeinc/dgraph/issues/2652)) +- 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/hypermodeinc/dgraph/issues/2667)) + ([#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/hypermodeinc/dgraph/issues/2636), - [#2670](https://github.com/hypermodeinc/dgraph/issues/2670), - [#2714](https://github.com/hypermodeinc/dgraph/issues/2714)) + ([#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/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)) + ([#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/hypermodeinc/dgraph/issues/2678)) + ([#2678](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2697)) +- Bring in Badger updates ([#2697](https://github.com/dgraph-io/dgraph/issues/2697)) **Fixed** - Make raft leader resume probing after snapshot crash - ([#2707](https://github.com/hypermodeinc/dgraph/issues/2707)) + ([#2707](https://github.com/dgraph-io/dgraph/issues/2707)) - **Breaking change:** Create a lot simpler sorted uint64 codec - ([#2716](https://github.com/hypermodeinc/dgraph/issues/2716)) + ([#2716](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2687)) +- Send commit timestamps in order ([#2687](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2690)) + ([#2690](https://github.com/dgraph-io/dgraph/issues/2690)) ## [1.0.9] - 2018-10-02 -[1.0.9]: https://github.com/hypermodeinc/dgraph/compare/v1.0.8...v1.0.9 +[1.0.9]: https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2605)) + ([#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/hypermodeinc/dgraph/issues/2599)) + ([#2599](https://github.com/dgraph-io/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 @@ -4312,27 +4288,27 @@ storage format.** **Changed** -- Rename intern pkg to pb ([#2608](https://github.com/hypermodeinc/dgraph/issues/2608)) +- Rename intern pkg to pb ([#2608](https://github.com/dgraph-io/dgraph/issues/2608)) **Fixed** -- Remove LinRead map logic from Dgraph ([#2570](https://github.com/hypermodeinc/dgraph/issues/2570)) +- Remove LinRead map logic from Dgraph ([#2570](https://github.com/dgraph-io/dgraph/issues/2570)) - Sanity length check for facets mostly. - Make has function correct w.r.t. transactions - ([#2585](https://github.com/hypermodeinc/dgraph/issues/2585)) + ([#2585](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2578)) + ([#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/hypermodeinc/dgraph/issues/2547). + [#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/hypermodeinc/dgraph/issues/2581). + [#2581](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2604)) -- Fix a bug in Raft.Run loop. ([#2606](https://github.com/hypermodeinc/dgraph/issues/2606)) + ([#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)) - 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 @@ -4340,21 +4316,20 @@ storage format.** 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/hypermodeinc/dgraph/issues/2611)) + ([#2611](https://github.com/dgraph-io/dgraph/issues/2611)) - Switch traces to glogs in worker/export.go - ([#2614](https://github.com/hypermodeinc/dgraph/issues/2614)) + ([#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/hypermodeinc/dgraph/issues/2596)) + ([#2596](https://github.com/dgraph-io/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)). + ([#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/hypermodeinc/dgraph/issues/2602)) + ([#2602](https://github.com/dgraph-io/dgraph/issues/2602)) ## [1.0.8] - 2018-08-29 -[1.0.8]: https://github.com/hypermodeinc/dgraph/compare/v1.0.7...v1.0.8 +[1.0.8]: https://github.com/dgraph-io/dgraph/compare/v1.0.7...v1.0.8 **Added** @@ -4365,26 +4340,26 @@ storage format.** **Changed** - 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 + ([#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. **Fixed** - 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)). + ([#2482](https://github.com/dgraph-io/dgraph/issues/2482), + [#2485](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2548)). + ([#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/hypermodeinc/dgraph/issues/2556)). + connections. ([#2556](https://github.com/dgraph-io/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/hypermodeinc/dgraph/compare/v1.0.6...v1.0.7 +[1.0.7]: https://github.com/dgraph-io/dgraph/compare/v1.0.6...v1.0.7 **Changed** @@ -4393,57 +4368,56 @@ storage format.** **Fixed** - 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) + like edge-cases. [#2463](https://github.com/dgraph-io/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) + [#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/hypermodeinc/dgraph/issues/2475). -- Make snapshot streaming more robust. [#2487](https://github.com/hypermodeinc/dgraph/issues/2487) + [#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/hypermodeinc/dgraph/issues/2480). + [#2480](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2501). + [#2501](https://github.com/dgraph-io/dgraph/issues/2501). ## [1.0.6] - 2018-06-20 -[1.0.6]: https://github.com/hypermodeinc/dgraph/compare/v1.0.5...v1.0.6 +[1.0.6]: https://github.com/dgraph-io/dgraph/compare/v1.0.5...v1.0.6 **Added** - 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) + [#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) **Fixed** -- Fix math >= evaluation. [#2365](https://github.com/hypermodeinc/dgraph/issues/2365) +- 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/hypermodeinc/dgraph/issues/2392) + [#2392](https://github.com/dgraph-io/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) + [#2398](https://github.com/dgraph-io/dgraph/issues/2398) +- Remove _dummy_ data key. [#2401](https://github.com/dgraph-io/dgraph/issues/2401) - Serialize applying of Raft proposals. Concurrent application was complex and cause of multiple - bugs. [#2428](https://github.com/hypermodeinc/dgraph/issues/2428). + bugs. [#2428](https://github.com/dgraph-io/dgraph/issues/2428). - Improve Zero connections. - 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) + [#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) **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/hypermodeinc/dgraph/issues/2433) + MemoryStorage. [#2433](https://github.com/dgraph-io/dgraph/issues/2433) - Trace how node.Run loop performs. - Allow tweaking Badger options. @@ -4452,7 +4426,7 @@ flags named with `--badger.` prefix. ## [1.0.5] - 2018-04-20 -[1.0.5]: https://github.com/hypermodeinc/dgraph/compare/v1.0.4...v1.0.5 +[1.0.5]: https://github.com/dgraph-io/dgraph/compare/v1.0.4...v1.0.5 **Added** @@ -4463,25 +4437,25 @@ flags named with `--badger.` prefix. - 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/hypermodeinc/dgraph/issues/2074)). + ([#2074](https://github.com/dgraph-io/dgraph/issues/2074)). - Use `time.Equal` function for comparing predicates with - `datetime`([#2219](https://github.com/hypermodeinc/dgraph/issues/2219)). + `datetime`([#2219](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2227)). + ([#2227](https://github.com/dgraph-io/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)). + ([#2236](https://github.com/dgraph-io/dgraph/issues/2236)). +- Fix bug in SP\* transactions ([#2148](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2266)). + ([#2266](https://github.com/dgraph-io/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/hypermodeinc/dgraph/issues/2322)). + ([#2322](https://github.com/dgraph-io/dgraph/issues/2322)). - Node crashes can lead to the loss of inserted triples - ([#2290](https://github.com/hypermodeinc/dgraph/issues/2290)). + ([#2290](https://github.com/dgraph-io/dgraph/issues/2290)). **Changed** @@ -4494,7 +4468,7 @@ flags named with `--badger.` prefix. ## [1.0.4] - 2018-03-09 -[1.0.4]: https://github.com/hypermodeinc/dgraph/compare/v1.0.3...v1.0.4 +[1.0.4]: https://github.com/dgraph-io/dgraph/compare/v1.0.3...v1.0.4 **Added** @@ -4533,7 +4507,7 @@ flags named with `--badger.` prefix. ## [1.0.3] - 2018-02-08 -[1.0.3]: https://github.com/hypermodeinc/dgraph/compare/v1.0.2...v1.0.3 +[1.0.3]: https://github.com/dgraph-io/dgraph/compare/v1.0.2...v1.0.3 **Added** @@ -4562,7 +4536,7 @@ flags named with `--badger.` prefix. ## [1.0.2] - 2018-01-17 -[1.0.2]: https://github.com/hypermodeinc/dgraph/compare/v1.0.1...v1.0.2 +[1.0.2]: https://github.com/dgraph-io/dgraph/compare/v1.0.1...v1.0.2 **Fixed** @@ -4590,7 +4564,7 @@ flags named with `--badger.` prefix. ## [1.0.1] - 2017-12-20 -[1.0.1]: https://github.com/hypermodeinc/dgraph/compare/v1.0.0...v1.0.1 +[1.0.1]: https://github.com/dgraph-io/dgraph/compare/v1.0.0...v1.0.1 **Fixed** @@ -4605,7 +4579,7 @@ flags named with `--badger.` prefix. ## [1.0.0] - 2017-12-18 -[1.0.0]: https://github.com/hypermodeinc/dgraph/compare/v0.9.3...v1.0.0 +[1.0.0]: https://github.com/dgraph-io/dgraph/compare/v0.9.3...v1.0.0 **Added** @@ -4642,7 +4616,7 @@ flags named with `--badger.` prefix. ## [0.9.3] - 2017-12-01 -[0.9.3]: https://github.com/hypermodeinc/dgraph/compare/v0.9.2...v0.9.3 +[0.9.3]: https://github.com/dgraph-io/dgraph/compare/v0.9.2...v0.9.3 **Added** @@ -4677,7 +4651,7 @@ flags named with `--badger.` prefix. ## [0.9.2] - 2017-11-20 -[0.9.2]: https://github.com/hypermodeinc/dgraph/compare/v0.9.1...v0.9.2 +[0.9.2]: https://github.com/dgraph-io/dgraph/compare/v0.9.1...v0.9.2 **Added** @@ -4697,7 +4671,7 @@ flags named with `--badger.` prefix. ## [0.9.1] - 2017-11-15 -[0.9.1]: https://github.com/hypermodeinc/dgraph/compare/v0.9.0...v0.9.1 +[0.9.1]: https://github.com/dgraph-io/dgraph/compare/v0.9.0...v0.9.1 **Changed** @@ -4706,7 +4680,7 @@ flags named with `--badger.` prefix. ## [0.9.0] - 2017-11-14 -[0.9.0]: https://github.com/hypermodeinc/dgraph/compare/v0.8.3...v0.9.0 +[0.9.0]: https://github.com/dgraph-io/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.** @@ -4757,8 +4731,8 @@ Users can set `port_offset` flag, to modify these fixed ports. - Facets response structure has been modified and is a lot flatter. Facet key is now `predicate|facet_name`. Examples for - [Go client](https://godoc.org/github.com/hypermodeinc/dggraph/client#example-Txn-Mutate-Facets) - and [HTTP](https://dgraph.io/docs/query-language/#facets-edge-attributes). + [Go client](https://godoc.org/github.com/dgraph-io/dggraph/client#example-Txn-Mutate-Facets) and + [HTTP](https://dgraph.io/docs/query-language/#facets-edge-attributes). - Query latency is now returned as numeric (ns) instead of string. - [`Recurse`](https://dgraph.io/docs/query-language/#recurse-query) is now a directive. So queries with `recurse` keyword at root won't work anymore. @@ -4799,10 +4773,10 @@ Users can set `port_offset` flag, to modify these fixed ports. `client.Unmarshal` method also goes away from the Go client. Users can use `json.Unmarshal` for unmarshalling the response. - Response for predicate of type `geo` can be unmarshalled into a struct. Example - [here](https://godoc.org/github.com/hypermodeinc/dggraph/client#example-package--SetObject). + [here](https://godoc.org/github.com/dgraph-io/dggraph/client#example-package--SetObject). - `Node` and `Edge` structs go away along with the `SetValue...` methods. We recommend using - [`SetJson`](https://godoc.org/github.com/hypermodeinc/dggraph/client#example-package--SetObject) - and `DeleteJson` fields to do mutations. + [`SetJson`](https://godoc.org/github.com/dgraph-io/dggraph/client#example-package--SetObject) and + `DeleteJson` fields to do mutations. - Examples of how to use transactions using the client can be found at https://dgraph.io/docs/clients/#go. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 614af544e1f..11b91b7bfbb 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -51,8 +51,8 @@ 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. +leaders responsible for enforcement at dgraph-admin@istaridigital.com. All complaints will be +reviewed investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/Dockerfile b/Dockerfile index f82b1c26c6e..5950feca5af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} make ###################### Stage II ###################### FROM ubuntu:24.04 -LABEL maintainer="Hypermode Inc. " +LABEL maintainer="Dgraph " RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates=20240203 \ curl=8.5.0-2ubuntu10.6 \ diff --git a/README.md b/README.md index 4ad15c490ed..5c07ca2b6c9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Dgraph Logo -[![chat](https://img.shields.io/discord/1267579648657850441)](https://discord.hypermode.com) [![GitHub Repo stars](https://img.shields.io/github/stars/dgraph-io/dgraph)](https://github.com/dgraph-io/dgraph/stargazers) [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/dgraph-io/dgraph)](https://github.com/dgraph-io/dgraph/commits/main/) [![Go Report Card](https://goreportcard.com/badge/github.com/dgraph-io/dgraph)](https://goreportcard.com/report/github.com/dgraph-io/dgraph) @@ -127,8 +126,8 @@ operations, which makes it easy to build applications with it. - **Dgraph official documentation is present at [docs.hypermode.com/dgraph](https://docs.hypermode.com/dgraph).** -- For feature requests or questions, visit - [https://discuss.hypermode.com](https://discuss.hypermode.com). +- For general information and questions, visit + [Github discussions](https://github.com/dgraph-io/dgraph/discussions). - Please see [releases tab](https://github.com/dgraph-io/dgraph/releases) to find the latest release and corresponding release notes. @@ -148,7 +147,7 @@ also libraries contributed by the community ## Contact -- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for documentation, questions, +- Please use [Github discussions](https://github.com/dgraph-io/dgraph/discussions) for questions, feature requests and discussions. - Please use [GitHub Issues](https://github.com/dgraph-io/dgraph/issues) for filing bugs or feature requests. diff --git a/algo/benchmarks b/algo/benchmarks index 84fa2b1156e..357a370873a 100644 --- a/algo/benchmarks +++ b/algo/benchmarks @@ -167,4 +167,4 @@ BenchmarkListIntersectRatio/compressed:IntersectWithLin:ratio=1:size=1000000:ove BenchmarkListIntersectRatio/compressed:IntersectWithBin:ratio=1:size=1000000:overlap=0.01:-4 30 38617011 ns/op PASS -ok github.com/hypermodeinc/dgraph/algo 206.835s +ok github.com/dgraph-io/dgraph/algo 206.835s diff --git a/chunker/README.txt b/chunker/README.txt index ad0db4c943a..675e81528e0 100644 --- a/chunker/README.txt +++ b/chunker/README.txt @@ -5,21 +5,21 @@ go tool pprof --alloc_objects uidassigner heap.prof Dropped 41 nodes (cum <= 1039438) Showing top 10 nodes out of 31 (cum >= 8566234) flat flat% sum% cum cum% - 55529704 26.71% 26.71% 55529704 26.71% github.com/hypermodeinc/dggraph/rdf.Parse - 28255068 13.59% 40.30% 30647245 14.74% github.com/hypermodeinc/dggraph/posting.(*List).getPostingList + 55529704 26.71% 26.71% 55529704 26.71% github.com/dgraph-io/dggraph/rdf.Parse + 28255068 13.59% 40.30% 30647245 14.74% github.com/dgraph-io/dggraph/posting.(*List).getPostingList 20406729 9.82% 50.12% 20406729 9.82% github.com/zond/gotomic.newRealEntryWithHashCode 17777182 8.55% 58.67% 17777182 8.55% strings.makeCutsetFunc - 17582839 8.46% 67.13% 17706815 8.52% github.com/hypermodeinc/dggraph/loader.(*state).readLines - 15139047 7.28% 74.41% 88445933 42.55% github.com/hypermodeinc/dggraph/loader.(*state).parseStream + 17582839 8.46% 67.13% 17706815 8.52% github.com/dgraph-io/dggraph/loader.(*state).readLines + 15139047 7.28% 74.41% 88445933 42.55% github.com/dgraph-io/dggraph/loader.(*state).parseStream 12927366 6.22% 80.63% 12927366 6.22% github.com/zond/gotomic.(*element).search - 10789028 5.19% 85.82% 66411362 31.95% github.com/hypermodeinc/dggraph/posting.GetOrCreate + 10789028 5.19% 85.82% 66411362 31.95% github.com/dgraph-io/dggraph/posting.GetOrCreate 9453856 4.55% 90.37% 9453856 4.55% github.com/zond/gotomic.(*hashHit).search - 8566234 4.12% 94.49% 8566234 4.12% github.com/hypermodeinc/dggraph/uid.stringKey + 8566234 4.12% 94.49% 8566234 4.12% github.com/dgraph-io/dggraph/uid.stringKey (pprof) list rdf.Parse Total: 207887723 -ROUTINE ======================== github.com/hypermodeinc/dggraph/rdf.Parse in /home/mrjn/go/src/github.com/hypermodeinc/dggraph/rdf/parse.go +ROUTINE ======================== github.com/dgraph-io/dggraph/rdf.Parse in /home/mrjn/go/src/github.com/dgraph-io/dggraph/rdf/parse.go 55529704 55529704 (flat, cum) 26.71% of Total . . 118: } . . 119: return val[1 : len(val)-1] @@ -43,14 +43,14 @@ Showing top 10 nodes out of 62 (cum >= 18180150) flat flat% sum% cum cum% 103445194 18.46% 18.46% 103445194 18.46% github.com/Sirupsen/logrus.(*Entry).WithFields 65448918 11.68% 30.14% 163184489 29.12% github.com/Sirupsen/logrus.(*Entry).WithField - 48366300 8.63% 38.77% 203838187 36.37% github.com/hypermodeinc/dggraph/posting.(*List).get - 39789719 7.10% 45.87% 49276181 8.79% github.com/hypermodeinc/dggraph/posting.(*List).getPostingList - 36642638 6.54% 52.41% 36642638 6.54% github.com/hypermodeinc/dggraph/lex.NewLexer + 48366300 8.63% 38.77% 203838187 36.37% github.com/dgraph-io/dggraph/posting.(*List).get + 39789719 7.10% 45.87% 49276181 8.79% github.com/dgraph-io/dggraph/posting.(*List).getPostingList + 36642638 6.54% 52.41% 36642638 6.54% github.com/dgraph-io/dggraph/lex.NewLexer 35190301 6.28% 58.69% 35190301 6.28% github.com/google/flatbuffers/go.(*Builder).growByteBuffer 31392455 5.60% 64.29% 31392455 5.60% github.com/zond/gotomic.newRealEntryWithHashCode 25895676 4.62% 68.91% 25895676 4.62% github.com/zond/gotomic.(*element).search - 18546971 3.31% 72.22% 72863016 13.00% github.com/hypermodeinc/dggraph/loader.(*state).parseStream - 18090764 3.23% 75.45% 18180150 3.24% github.com/hypermodeinc/dggraph/loader.(*state).readLines + 18546971 3.31% 72.22% 72863016 13.00% github.com/dgraph-io/dggraph/loader.(*state).parseStream + 18090764 3.23% 75.45% 18180150 3.24% github.com/dgraph-io/dggraph/loader.(*state).readLines After a few more discussions, I realized that lexer didn't need to be allocated on the heap. So, I switched it to be allocated on stack. These are the results. @@ -62,14 +62,14 @@ Entering interactive mode (type "help" for commands) Dropped 73 nodes (cum <= 8.48MB) Showing top 10 nodes out of 52 (cum >= 161.50MB) flat flat% sum% cum cum% - 304.56MB 17.95% 17.95% 304.56MB 17.95% github.com/hypermodeinc/dggraph/posting.NewList + 304.56MB 17.95% 17.95% 304.56MB 17.95% github.com/dgraph-io/dggraph/posting.NewList 209.55MB 12.35% 30.30% 209.55MB 12.35% github.com/Sirupsen/logrus.(*Entry).WithFields 207.55MB 12.23% 42.54% 417.10MB 24.58% github.com/Sirupsen/logrus.(*Entry).WithField - 108MB 6.37% 48.90% 108MB 6.37% github.com/hypermodeinc/dggraph/uid.(*lockManager).newOrExisting + 108MB 6.37% 48.90% 108MB 6.37% github.com/dgraph-io/dggraph/uid.(*lockManager).newOrExisting 88MB 5.19% 54.09% 88MB 5.19% github.com/zond/gotomic.newMockEntry 85.51MB 5.04% 59.13% 85.51MB 5.04% github.com/google/flatbuffers/go.(*Builder).growByteBuffer - 78.01MB 4.60% 63.73% 78.01MB 4.60% github.com/hypermodeinc/dggraph/posting.Key - 78.01MB 4.60% 68.32% 78.51MB 4.63% github.com/hypermodeinc/dggraph/uid.stringKey + 78.01MB 4.60% 63.73% 78.01MB 4.60% github.com/dgraph-io/dggraph/posting.Key + 78.01MB 4.60% 68.32% 78.51MB 4.63% github.com/dgraph-io/dggraph/uid.stringKey 76MB 4.48% 72.80% 76MB 4.48% github.com/zond/gotomic.newRealEntryWithHashCode 73.50MB 4.33% 77.14% 161.50MB 9.52% github.com/zond/gotomic.(*Hash).getBucketByIndex diff --git a/compose/compose.go b/compose/compose.go index 2a2ef38a1a5..796fa484d96 100644 --- a/compose/compose.go +++ b/compose/compose.go @@ -463,7 +463,7 @@ func addMetrics(cfg *composeConfig) { }, { Type: "bind", - Source: "$GOPATH/src/github.com/hypermodeinc/dgraph/compose/prometheus.yml", + Source: "$GOPATH/src/github.com/dgraph-io/dgraph/compose/prometheus.yml", Target: "/etc/prometheus/prometheus.yml", ReadOnly: true, }, diff --git a/contrib/Dockerfile b/contrib/Dockerfile index f55b158883e..b728884b9a4 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -5,7 +5,7 @@ # already built and placed there. FROM ubuntu:24.04 -LABEL maintainer="Hypermode Inc. " +LABEL maintainer="Istari Digital, Inc. " # need to remove the cache of sources lists # apt-get Error Code 100 diff --git a/contrib/standalone/Dockerfile b/contrib/standalone/Dockerfile index d3c9da78d8f..66aafcffe06 100644 --- a/contrib/standalone/Dockerfile +++ b/contrib/standalone/Dockerfile @@ -1,6 +1,6 @@ ARG DGRAPH_VERSION=latest FROM dgraph/dgraph:${DGRAPH_VERSION} -LABEL MAINTAINER="Hypermode Inc. " +LABEL MAINTAINER="Istari Digital, Inc. " # Ratel port # EXPOSE 8000 ## Ratel is not supported in the standalone image diff --git a/dgraph/cmd/alpha/run.go b/dgraph/cmd/alpha/run.go index 5497ffda4b8..1d696c516d6 100644 --- a/dgraph/cmd/alpha/run.go +++ b/dgraph/cmd/alpha/run.go @@ -268,7 +268,7 @@ they form a Raft group and provide synchronous replication. Head("Feature flags to enable various experimental features"). Flag("normalize-compatibility-mode", "configure @normalize response formatting."+ " 'v20': returns values with repeated key for fields with same alias (same as v20.11)."+ - " For more details, see https://github.com/hypermodeinc/dgraph/pull/7639"). + " For more details, see https://github.com/dgraph-io/dgraph/pull/7639"). Flag("enable-detailed-metrics", "Enable metrics about disk reads and cache per predicate"). String()) } diff --git a/dgraph/cmd/bulk/speed_tests/run.sh b/dgraph/cmd/bulk/speed_tests/run.sh index b1d6dcd28f2..1b1fb46bdcc 100755 --- a/dgraph/cmd/bulk/speed_tests/run.sh +++ b/dgraph/cmd/bulk/speed_tests/run.sh @@ -21,7 +21,7 @@ done tmp=${tmp:-tmp} -go install -race github.com/hypermodeinc/dgraph/cmd/dgraph-bulk-loader +go install -race github.com/dgraph-io/dgraph/cmd/dgraph-bulk-loader function run_test { [[ $# == 2 ]] || { diff --git a/dgraph/cmd/bulk/systest/run.sh b/dgraph/cmd/bulk/systest/run.sh index d01205626e9..de278b79fe3 100755 --- a/dgraph/cmd/bulk/systest/run.sh +++ b/dgraph/cmd/bulk/systest/run.sh @@ -5,9 +5,9 @@ set -euo pipefail script_dir=$(dirname $(readlink -f "$0")) echo "Installing binaries..." -go install github.com/hypermodeinc/dgraph/cmd/dgraph-bulk-loader -go install github.com/hypermodeinc/dgraph/cmd/dgraph -go install github.com/hypermodeinc/dgraph/cmd/dgraphzero +go install github.com/dgraph-io/dgraph/cmd/dgraph-bulk-loader +go install github.com/dgraph-io/dgraph/cmd/dgraph +go install github.com/dgraph-io/dgraph/cmd/dgraphzero echo "Done." fail=false diff --git a/dgraph/cmd/bulk/systest/test-bulk-schema.sh b/dgraph/cmd/bulk/systest/test-bulk-schema.sh index 46909d85ed9..a40a52d8aa8 100755 --- a/dgraph/cmd/bulk/systest/test-bulk-schema.sh +++ b/dgraph/cmd/bulk/systest/test-bulk-schema.sh @@ -1,5 +1,5 @@ #!/bin/bash -# verify fix of https://github.com/hypermodeinc/dgraph/issues/2616 +# verify fix of https://github.com/dgraph-io/dgraph/issues/2616 readonly ME=${0##*/} readonly SRCROOT=$(git rev-parse --show-toplevel) diff --git a/dgraph/cmd/cert/cert.go b/dgraph/cmd/cert/cert.go index 0e25b5ebbec..b5cede6c03e 100644 --- a/dgraph/cmd/cert/cert.go +++ b/dgraph/cmd/cert/cert.go @@ -23,7 +23,7 @@ import ( ) const ( - dnOrganization = "Hypermode Inc." + dnOrganization = "Istari Digital, Inc." dnCommonNamePrefix = "Dgraph" ) diff --git a/dgraphtest/paths.go b/dgraphtest/paths.go index 3d77443f26e..9f6a6ef1e06 100644 --- a/dgraphtest/paths.go +++ b/dgraphtest/paths.go @@ -22,7 +22,7 @@ var ( ) const ( - dgraphRepoUrl = "https://github.com/hypermodeinc/dgraph.git" + dgraphRepoUrl = "https://github.com/dgraph-io/dgraph.git" cloneTimeout = 10 * time.Minute ) diff --git a/graphql/bench/README.md b/graphql/bench/README.md index cc0ab5625a8..51efce81c29 100644 --- a/graphql/bench/README.md +++ b/graphql/bench/README.md @@ -32,7 +32,7 @@ Command: go test -bench=. -benchtime=60s go test -bench=. -benchtime=60s goos: linux goarch: amd64 - pkg: github.com/hypermodeinc/dgraph/graphql/e2e/auth/bench + pkg: github.com/dgraph-io/dgraph/graphql/e2e/auth/bench Auth BenchmarkNestedQuery-8 88 815315761 ns/op BenchmarkOneLevelQuery-8 4357 15626384 ns/op diff --git a/graphql/e2e/common/mutation.go b/graphql/e2e/common/mutation.go index c64d6931ec6..e9748a9cd20 100644 --- a/graphql/e2e/common/mutation.go +++ b/graphql/e2e/common/mutation.go @@ -344,7 +344,7 @@ func deepMutationsTest(t *testing.T, executeRequest requestExecutor) { }, }, // Country: anotherCountry, - // FIXME: Won't work till https://github.com/hypermodeinc/dgraph/pull/4411 is merged + // FIXME: Won't work till https://github.com/dgraph-io/dgraph/pull/4411 is merged } patchRemove := &author{ diff --git a/graphql/e2e/custom_logic/cmd/go.mod b/graphql/e2e/custom_logic/cmd/go.mod index a258980f00a..a8c89c93b9d 100644 --- a/graphql/e2e/custom_logic/cmd/go.mod +++ b/graphql/e2e/custom_logic/cmd/go.mod @@ -1,4 +1,4 @@ -module github.com/hypermodeinc/dgraph/graphql/e2e/custom_logic/cmd +module github.com/dgraph-io/dgraph/graphql/e2e/custom_logic/cmd go 1.24.3 diff --git a/graphql/e2e/directives/schema.graphql b/graphql/e2e/directives/schema.graphql index 9852c581729..d36ac5869ff 100644 --- a/graphql/e2e/directives/schema.graphql +++ b/graphql/e2e/directives/schema.graphql @@ -1,5 +1,5 @@ # **Don't delete** Comments at top of schemas should work -# See: https://github.com/hypermodeinc/dgraph/issues/4227 +# See: https://github.com/dgraph-io/dgraph/issues/4227 type Hotel { id: ID! diff --git a/graphql/e2e/normal/schema.graphql b/graphql/e2e/normal/schema.graphql index 5b9d5d7758c..6068386e9a3 100644 --- a/graphql/e2e/normal/schema.graphql +++ b/graphql/e2e/normal/schema.graphql @@ -1,5 +1,5 @@ # **Don't delete** Comments at top of schemas should work -# See: https://github.com/hypermodeinc/dgraph/issues/4227 +# See: https://github.com/dgraph-io/dgraph/issues/4227 type Hotel { id: ID! diff --git a/paper/dgraph.tex b/paper/dgraph.tex index 472718dfb71..003f11a29e0 100644 --- a/paper/dgraph.tex +++ b/paper/dgraph.tex @@ -54,7 +54,7 @@ \author{Manish Jain} \affil{\texttt {manish@dgraph.io}} -\affil{Hypermode Inc.} +\affil{Istari Digital, Inc.} \affil{Version: 0.8 Last Updated: \today} \maketitle @@ -990,12 +990,12 @@ \section{Acknowledgments} core dev team and extended community. This work also wouldn't have been possible without funding from our investors. A full list of contributors is present here: \begin{center} - {\tt github.com/hypermodeinc/dgraph/graphs/contributors} + {\tt github.com/dgraph-io/dgraph/graphs/contributors} \end{center} Dgraph is an open source software, available on \begin{center} - {\tt https://github.com/hypermodeinc/dgraph}\\ + {\tt https://github.com/dgraph-io/dgraph}\\ \end{center} More information about Dgraph is available on diff --git a/protos/pb/pb.pb.go b/protos/pb/pb.pb.go index 1cb0709972c..45dfb8d3873 100644 --- a/protos/pb/pb.pb.go +++ b/protos/pb/pb.pb.go @@ -1,5 +1,5 @@ // -// SPDX-FileCopyrightText: © Hypermode Inc. +// SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. // SPDX-License-Identifier: Apache-2.0 // Style guide for Protocol Buffer 3. @@ -10,7 +10,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 -// protoc v3.21.12 +// protoc v5.29.2 // source: pb.proto package pb diff --git a/protos/pb/pb_grpc.pb.go b/protos/pb/pb_grpc.pb.go index 52bdc19dc35..9ee76999a58 100644 --- a/protos/pb/pb_grpc.pb.go +++ b/protos/pb/pb_grpc.pb.go @@ -1,5 +1,5 @@ // -// SPDX-FileCopyrightText: © Hypermode Inc. +// SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. // SPDX-License-Identifier: Apache-2.0 // Style guide for Protocol Buffer 3. @@ -10,7 +10,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.3.0 -// - protoc v3.21.12 +// - protoc v5.29.2 // source: pb.proto package pb diff --git a/query/query0_test.go b/query/query0_test.go index df22049aea5..59ebbf27a95 100644 --- a/query/query0_test.go +++ b/query/query0_test.go @@ -584,7 +584,7 @@ func TestCascadeWithSort(t *testing.T) { require.JSONEq(t, `{"data":{"me":[{"name": "Daryl Dixon","alive": false},{"name": "Rick Grimes","alive": true}]}}`, js) } -// Regression test for issue described in https://github.com/hypermodeinc/dgraph/pull/8441 +// Regression test for issue described in https://github.com/dgraph-io/dgraph/pull/8441 func TestNegativeOffset(t *testing.T) { query := ` { diff --git a/query/query3_test.go b/query/query3_test.go index 45bc7e9f0a3..cc28108590b 100644 --- a/query/query3_test.go +++ b/query/query3_test.go @@ -946,7 +946,7 @@ func TestShortestPathRev(t *testing.T) { js) } -// Regression test for https://github.com/hypermodeinc/dgraph/issues/3657. +// Regression test for https://github.com/dgraph-io/dgraph/issues/3657. func TestShortestPathPassword(t *testing.T) { query := ` { @@ -3221,7 +3221,7 @@ func TestMultiRegexInFilter2(t *testing.T) { ` // run 20 times ensure that there is no data race - // https://github.com/hypermodeinc/dgraph/issues/4030 + // https://github.com/dgraph-io/dgraph/issues/4030 for i := 0; i < 20; i++ { res := processQueryNoErr(t, query) require.JSONEq(t, `{"data": {"q": [{"firstName": "Han", "lastName":"Solo"}]}}`, res) diff --git a/query/query4_test.go b/query/query4_test.go index d5718d2d3d4..b2b963d9fdb 100644 --- a/query/query4_test.go +++ b/query/query4_test.go @@ -792,7 +792,7 @@ func TestHasFirst(t *testing.T) { } // This test is not working currently, but start working after -// PR https://github.com/hypermodeinc/dgraph/pull/4316 is merged. +// PR https://github.com/dgraph-io/dgraph/pull/4316 is merged. // func TestHasFirstLangPredicate(t *testing.T) { // query := `{ // q(func:has(name@lang), orderasc: name, first:5) { diff --git a/raftwal/storage_test.go b/raftwal/storage_test.go index 493494cc7f2..4bf238af3d8 100644 --- a/raftwal/storage_test.go +++ b/raftwal/storage_test.go @@ -17,7 +17,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Modified by Hypermode Inc. to test DiskStorage. +// Modified by Istari Digital, Inc. to test DiskStorage. package raftwal diff --git a/systest/backup/nfs-backup/Dockerfile b/systest/backup/nfs-backup/Dockerfile index a7024050948..8dcdc3656b8 100644 --- a/systest/backup/nfs-backup/Dockerfile +++ b/systest/backup/nfs-backup/Dockerfile @@ -1,5 +1,5 @@ FROM dgraph/dgraph:local -LABEL maintainer="Hypermode Inc. " +LABEL maintainer="Istari Digital, Inc. " RUN apt-get update && apt-get install -y --no-install-recommends \ nfs-client diff --git a/systest/mutations-and-queries/mutations_test.go b/systest/mutations-and-queries/mutations_test.go index 1b70473c7e9..c71a0f767dd 100644 --- a/systest/mutations-and-queries/mutations_test.go +++ b/systest/mutations-and-queries/mutations_test.go @@ -2343,7 +2343,7 @@ func (ssuite *SystestTestSuite) TestReverseCountIndex() { require.NoError(t, err) ctx := context.Background() // This test checks that we consider reverse count index keys while doing conflict detection - // for transactions. See https://github.com/hypermodeinc/dgraph/issues/3893 for more details. + // for transactions. See https://github.com/dgraph-io/dgraph/issues/3893 for more details. op := &api.Operation{} op.Schema = `friend: [uid] @count @reverse .` require.NoError(t, gcli.Alter(ctx, op)) diff --git a/tok/index/helper_test.go b/tok/index/helper_test.go index 1f784c4d53d..2ce0b47d5da 100644 --- a/tok/index/helper_test.go +++ b/tok/index/helper_test.go @@ -366,7 +366,7 @@ func littleEndianBytesAsFloatArray[T c.Float](encoded []byte, retVal *[]T, float // Assume LittleEndian for encoding since this is // the assumption elsewhere when reading from client. // See dgraph-io/dgo/protos/api.pb.go - // See also hypermodeinc/dgraph/types/conversion.go + // See also dgraph-io/dgraph/types/conversion.go // This also seems to be the preference from many examples // I have found via Google search. It's unclear why this // should be a preference. diff --git a/upgrade/change_list.go b/upgrade/change_list.go index f0287d49f0f..ffd17896a87 100644 --- a/upgrade/change_list.go +++ b/upgrade/change_list.go @@ -26,7 +26,7 @@ func init() { " types User, Group and Rule. They are now dgraph.type.User, " + "dgraph.type.Group, and dgraph.type.Rule. This change was introduced in " + "v20.07.0, and is applied while upgrading from v20.03.0+ to v20.07.0+. " + - "For more info, see: https://github.com/hypermodeinc/dgraph/pull/5185", + "For more info, see: https://github.com/dgraph-io/dgraph/pull/5185", minFromVersion: &version{major: 20, minor: 3, patch: 0}, applyFunc: upgradeAclTypeNames, }, @@ -49,7 +49,7 @@ func init() { description: "This updates the persisted query from old format to new format." + "Persistent query had 2 predicates which have been merged into a single " + "predicate dgraph.graphql.p_query. " + - "For more info, see: https://github.com/hypermodeinc/dgraph/pull/7451", + "For more info, see: https://github.com/dgraph-io/dgraph/pull/7451", minFromVersion: &version{major: 20, minor: 11, patch: 0}, applyFunc: upgradePersitentQuery, }, @@ -58,7 +58,7 @@ func init() { description: "This updates GraphQL schema to contain the CORS information. " + "Some of the dgraph internal predicates are removed in v21.03.0. " + "dgraph.cors that used to store CORS information is one of them. " + - "For more info, see: https://github.com/hypermodeinc/dgraph/pull/7431", + "For more info, see: https://github.com/dgraph-io/dgraph/pull/7431", minFromVersion: &version{major: 20, minor: 11, patch: 0}, applyFunc: upgradeCORS, }, diff --git a/worker/backup_manifest.go b/worker/backup_manifest.go index 7bb3fe66a96..194262ad776 100644 --- a/worker/backup_manifest.go +++ b/worker/backup_manifest.go @@ -157,7 +157,7 @@ func getConsolidatedManifest(h UriHandler, uri *url.URL) (*MasterManifest, error // the drop data/attr operation. // If the manifest version is 2103, convert the format of predicate from | to // -. This is because of a bug for namespace greater than 127. -// See https://github.com/hypermodeinc/dgraph/pull/7810 +// See https://github.com/dgraph-io/dgraph/pull/7810 // NOTE: Do not use the upgraded manifest to overwrite the non-upgraded manifest. func upgradeManifest(m *Manifest) error { switch m.Version { diff --git a/worker/groups.go b/worker/groups.go index 27d74ed120f..269873d8cde 100644 --- a/worker/groups.go +++ b/worker/groups.go @@ -106,7 +106,7 @@ func StartRaftNodes(walStore *raftwal.DiskStorage, bindall bool) { var connState *pb.ConnectionState var err error - for { // Keep on retrying. See: https://github.com/hypermodeinc/dgraph/issues/2289 + for { // Keep on retrying. See: https://github.com/dgraph-io/dgraph/issues/2289 pl := gr.connToZeroLeader() if pl == nil { continue @@ -703,7 +703,7 @@ func (g *groupi) connToZeroLeader() *conn.Pool { // No leader found. Let's get the latest membership state from Zero. delay := connBaseDelay maxHalfDelay := time.Second - for i := 0; ; i++ { // Keep on retrying. See: https://github.com/hypermodeinc/dgraph/issues/2289 + for i := 0; ; i++ { // Keep on retrying. See: https://github.com/dgraph-io/dgraph/issues/2289 if g.IsClosed() { return nil } diff --git a/x/log_writer.go b/x/log_writer.go index 69a3a54521a..2c42f9e4fe8 100644 --- a/x/log_writer.go +++ b/x/log_writer.go @@ -28,7 +28,7 @@ const ( backupTimeFormat = "2006-01-02T15-04-05.000" bufferSize = 256 * 1024 flushInterval = 10 * time.Second - // old logs before https://github.com/hypermodeinc/dgraph/pull/8323 contain deprecated verification text in header + // old logs before https://github.com/dgraph-io/dgraph/pull/8323 contain deprecated verification text in header VerificationTextDeprecated = "Hello World" VerificationText = "dlroW olloH" ) From 3ef2ea5f3f07d5e75962104ab7641a6cfc4f4ae0 Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 16:17:12 -0500 Subject: [PATCH 04/17] Add target to use Docker to build protobuf artifacts on non-Linux systems --- dgraph-alpha-config.yaml | 407 +++++++++++++++++++++++++++++++++++++++ protos/Makefile | 12 ++ 2 files changed, 419 insertions(+) create mode 100644 dgraph-alpha-config.yaml diff --git a/dgraph-alpha-config.yaml b/dgraph-alpha-config.yaml new file mode 100644 index 00000000000..5bc8045ac25 --- /dev/null +++ b/dgraph-alpha-config.yaml @@ -0,0 +1,407 @@ +# Dgraph Alpha Configuration File - All Options with Defaults +# This file contains all possible configuration options for Dgraph Alpha +# with their default values and detailed explanations. + +# ============================================================================= +# BASIC DIRECTORIES AND PATHS +# ============================================================================= + +# Directory to store posting lists (the main data structure for predicates) +# This is where the actual graph data is stored on disk +postings: p + +# Directory to store temporary buffers during operations like bulk loading +# Used for intermediate data during processing +tmp: t + +# Directory to store Raft write-ahead logs +# Critical for data consistency and recovery in distributed setups +wal: w + +# Folder where exported data will be saved when using export operations +# Can be local path or cloud storage URL (s3://, minio://, etc.) +export: export + +# ============================================================================= +# NETWORK CONFIGURATION +# ============================================================================= + +# Comma separated list of Dgraph Zero addresses (IP:PORT format) +# Zero manages cluster membership, schema, and data distribution +# Example: localhost:5080,zero2:5080,zero3:5080 +zero: localhost:5080 + +# Address and port of this Alpha server for inter-server communication +# Format: IP:PORT or hostname:PORT +# If empty, Dgraph will auto-detect the address +# Example: 192.168.1.100:7080 +my: "" + +# Value added to all default port numbers +# Default ports: Internal=7080, HTTP=8080, Grpc=9080 +# With offset=100: Internal=7180, HTTP=8180, Grpc=9180 +port_offset: 0 + +# ============================================================================= +# STORAGE ENGINE (BADGER) CONFIGURATION +# ============================================================================= + +badger: + # Compression algorithm for data storage + # Options: none, snappy, zstd:1, zstd:2, etc. + # snappy: Fast compression/decompression, moderate compression ratio + # zstd: Better compression ratio, slightly slower + compression: snappy + + # Number of goroutines for Badger streaming operations + # Higher values can improve bulk loading performance but use more memory + numgoroutines: 8 + +# ============================================================================= +# CACHE CONFIGURATION +# ============================================================================= + +cache: + # Total cache size in megabytes + # Larger cache improves query performance but uses more RAM + # Recommended: 50-70% of available RAM for dedicated Dgraph servers + size-mb: 4096 + + # Cache allocation percentages (must sum to 100) + # Format: PostingListCache,PstoreBlockCache,PstoreIndexCache + # PostingListCache: Caches predicate data (most important) + # PstoreBlockCache: Caches Badger data blocks + # PstoreIndexCache: Caches Badger index blocks + percentage: 40,40,20 + + # Cache update strategy on mutations + # false: Update cache entry with new value (default, consistent reads) + # true: Remove cache entry on mutation (14% faster writes, slower first read) + remove-on-update: false + +# ============================================================================= +# RAFT CONSENSUS CONFIGURATION +# ============================================================================= + +raft: + # Make this Alpha a learner node (read-only replica) + # Learner nodes don't participate in elections but receive data + # Useful for read replicas and gradual cluster expansion + learner: false + + # Create Raft snapshot after this many log entries + # Lower values: More frequent snapshots, faster recovery, more I/O + # Higher values: Less frequent snapshots, slower recovery, less I/O + snapshot-after-entries: 10000 + + # Time interval for creating Raft snapshots + # Set to 0 to disable time-based snapshots + # Both entry and duration thresholds must be met + snapshot-after-duration: 30m + + # Maximum number of pending mutation proposals + # Used for rate limiting to prevent memory exhaustion + # Higher values allow more concurrent mutations + pending-proposals: 256 + + # Optional Raft ID for this Alpha (auto-assigned if empty) + # Useful for replacing failed nodes with same ID + idx: "" + + # Optional Raft Group ID to join (auto-assigned if empty) + # Used to control which shard group this Alpha joins + group: "" + +# ============================================================================= +# SECURITY CONFIGURATION +# ============================================================================= + +security: + # Admin authentication token + # If set, all admin operations require this token + # HTTP: X-Dgraph-AuthToken header + # gRPC: auth-token in context metadata + token: "" + + # IP whitelist for admin operations + # Comma-separated list of IPs, ranges, CIDR blocks, or hostnames + # Example: 192.168.1.0/24,10.0.0.1,admin.example.com + whitelist: "" + +# ============================================================================= +# QUERY AND MUTATION LIMITS +# ============================================================================= + +limit: + # Maximum number of edges returned in a single query + # Prevents queries from consuming excessive memory + # Applies to shortest path and recursive queries + query-edge: 1000000 + + # Maximum nodes returned when using @normalize directive + # Normalize flattens nested results into a single level + normalize-node: 10000 + + # Mutation mode control + # allow: All mutations permitted (default) + # disallow: No mutations allowed (read-only mode) + # strict: Mutations to unknown predicates fail + mutations: allow + + # Maximum number of N-Quads in a single mutation request + # Prevents oversized mutations from overwhelming the system + mutations-nquad: 1000000 + + # Block drop-all and drop-data operations + # true: Prevents accidental data loss from drop operations + # false: Allows all drop operations (default) + disallow-drop: false + + # Maximum concurrent queries before rejecting new ones + # Prevents query overload and maintains system responsiveness + max-pending-queries: 10000 + + # Query execution timeout (0 = no timeout) + # Format: 30s, 5m, 1h, etc. + # Prevents runaway queries from consuming resources indefinitely + query-timeout: 0ms + + # Maximum retries for committing transactions to disk + # -1 = infinite retries, 0 = no retries + # Higher values increase durability but may cause delays + max-retries: 10 + + # Abort transactions older than this duration + # Prevents long-running transactions from blocking others + # Based on last mutation time, not transaction start time + txn-abort-after: 5m + + # Shared instance mode (enterprise feature) + # true: Disables ACLs for non-galaxy users, restricts env var access + # false: Normal ACL behavior (default) + shared-instance: false + + # Threshold for type filter optimization + # Lower values: More direct searches, less index usage + # Higher values: More index usage, fewer direct searches + type-filter-uid-limit: 10 + +# ============================================================================= +# GRAPHQL CONFIGURATION +# ============================================================================= + +graphql: + # Enable GraphQL schema introspection queries + # Allows clients to discover schema structure + # May expose sensitive schema information in production + introspection: true + + # Enable debug mode for GraphQL + # Returns detailed error messages to clients + # Should be false in production for security + debug: false + + # Include extensions in GraphQL response body + # Provides additional metadata about query execution + extensions: true + + # Polling interval for GraphQL subscriptions + # How often to check for subscription updates + # Lower values: More responsive, higher CPU usage + poll-interval: 1s + + # URL of lambda server for custom GraphQL resolvers + # Supports $ns parameter for namespace substitution + # Example: http://lambda-server:8686/graphql-worker/$ns + lambda-url: "" + +# ============================================================================= +# CHANGE DATA CAPTURE (CDC) +# ============================================================================= + +cdc: + # File path for CDC audit logs + # Local file system path for change events + file: "" + + # Comma-separated list of Kafka broker addresses + # Example: kafka1:9092,kafka2:9092,kafka3:9092 + kafka: "" + + # SASL username for Kafka authentication + sasl-user: "" + + # SASL password for Kafka authentication + sasl-password: "" + + # SASL authentication mechanism + # Options: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512 + sasl-mechanism: PLAIN + + # Path to CA certificate file for Kafka TLS + ca-cert: "" + + # Path to client certificate file for Kafka TLS + client-cert: "" + + # Path to client private key file for Kafka TLS + client-key: "" + + # Enable TLS encryption for Kafka connections + tls: false + +# ============================================================================= +# AUDIT LOGGING +# ============================================================================= + +audit: + # Audit log output destination + # stdout: Write to standard output + # /path/to/dir: Write to files in specified directory + output: "" + + # Enable compression of rotated audit log files + # Saves disk space for long-term audit retention + compress: false + + # Path to encryption key file for audit logs + # Encrypts audit logs for security compliance + encrypt-file: "" + + # Number of days to retain audit log files + # Older files are automatically deleted + days: 10 + + # Maximum audit log file size in MB before rotation + # Prevents individual log files from becoming too large + size: 100 + +# ============================================================================= +# CUSTOM PLUGINS +# ============================================================================= + +# Comma-separated list of custom tokenizer plugin files (.so) +# Allows loading custom indexing and search functionality +# Example: /path/to/plugin1.so,/path/to/plugin2.so +custom_tokenizers: "" + +# ============================================================================= +# MCP (Model Context Protocol) SERVER +# ============================================================================= + +# Enable MCP server alongside Alpha +# Provides AI/ML model integration capabilities +mcp: false + +# ============================================================================= +# FEATURE FLAGS +# ============================================================================= + +feature-flags: + # Configure @normalize directive response formatting + # v20: Use v20.11 compatible format (repeated keys for same alias) + # Empty: Use current default format + normalize-compatibility-mode: "" + + # Enable detailed per-predicate metrics + # Provides disk read and cache statistics for each predicate + # Useful for performance analysis but adds overhead + enable-detailed-metrics: false + +# ============================================================================= +# TRACING AND OBSERVABILITY +# ============================================================================= + +trace: + # Fraction of queries to trace (0.0 to 1.0) + # Higher values provide more observability but increase overhead + ratio: 0.01 + + # Jaeger collector URL for distributed tracing + # Example: http://jaeger:14268/api/traces + jaeger: "" + + # Datadog agent URL for distributed tracing + # Example: http://datadog-agent:8126 + datadog: "" + +# ============================================================================= +# DATA DURABILITY +# ============================================================================= + +# Data survival mode +# process: No data loss on process crash, undefined on filesystem crash +# filesystem: No data loss on hard reboot (slower due to fsync calls) +survive: process + +# ============================================================================= +# TELEMETRY +# ============================================================================= + +telemetry: + # Send anonymous usage statistics to Dgraph team + # Helps improve Dgraph development + reports: true + + # Send crash reports to Sentry (deprecated) + sentry: false + +# ============================================================================= +# GLOBAL OPTIONS +# ============================================================================= + +# Bind to all network interfaces (0.0.0.0) instead of localhost +# true: Accept connections from any IP (default) +# false: Only accept localhost connections +bindall: true + +# Allow trace endpoint access from remote addresses +# Security consideration: May expose internal information +expose_trace: false +# ============================================================================= +# ADVANCED OPTIONS (Uncomment and configure as needed) +# ============================================================================= + +# # Working directory - Dgraph changes to this directory on startup +# cwd: /var/lib/dgraph + +# # Profiling mode for performance analysis +# # Options: cpu, mem, mutex, block +# profile_mode: "" + +# # Block profiling rate (used with block profile_mode) +# block_rate: 0 + +# # TLS configuration +# tls: +# # Directory containing TLS certificates +# dir: /etc/dgraph/tls +# # Use system CA certificates +# use-system-ca: true +# # Client authentication type +# client-auth-type: REQUIREANDVERIFY +# # Use TLS for internal gRPC communication +# internal-port: true + +# # Encryption at rest configuration +# encryption: +# # Path to encryption key file +# key-file: /etc/dgraph/enc-key + +# # Vault integration (enterprise) +# vault: +# # Vault server address +# addr: https://vault.example.com:8200 +# # Path to Vault role ID file +# role-id-file: /etc/dgraph/vault-role-id +# # Path to Vault secret ID file +# secret-id-file: /etc/dgraph/vault-secret-id +# # Vault path for secrets +# path: secret/dgraph +# # Vault field name for encryption key +# field: enc-key + +# # ACL configuration (enterprise) +# acl: +# # Path to HMAC secret file for JWT signing +# secret-file: /etc/dgraph/hmac-secret diff --git a/protos/Makefile b/protos/Makefile index 46e301643ca..6e83580b233 100644 --- a/protos/Makefile +++ b/protos/Makefile @@ -3,6 +3,8 @@ # SPDX-License-Identifier: Apache-2.0 # +UNAME_S := $(shell uname -s) + # Update BADGER_PB_VERSION when upgrading Badger major versions BADGER_PB_VERSION = 4 DGO_PB_VERSION = 250 @@ -46,6 +48,15 @@ copy-protos: patch-pb: ./patch_pb.sh +ifneq ($(UNAME_S),Linux) +.PHONY: regenerate +regenerate: + @echo "Running in Docker..." + @docker run --rm -v $(shell pwd)/..:/go/src/github.com/dgraph-io/dgraph \ + -w /go/src/github.com/dgraph-io/dgraph/protos \ + golang:1.25.0 \ + /bin/bash -c "apt-get update && apt-get install -y protobuf-compiler && make regenerate" +else .PHONY: regenerate regenerate: tidy-deps copy-protos check clean echo ${DGO_PATH} @@ -62,3 +73,4 @@ regenerate: tidy-deps copy-protos check clean @$(MAKE) patch-pb @rm -rf ${TMPDIR} @echo Done. +endif From c6e86b396acc8ff5bd2fd881977851e970a0fc85 Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 16:18:39 -0500 Subject: [PATCH 05/17] Commit regenerated protobuf files --- protos/pb/pb.pb.go | 2 +- protos/pb/pb_grpc.pb.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/pb/pb.pb.go b/protos/pb/pb.pb.go index 45dfb8d3873..d70dd16a43c 100644 --- a/protos/pb/pb.pb.go +++ b/protos/pb/pb.pb.go @@ -10,7 +10,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 -// protoc v5.29.2 +// protoc v3.21.12 // source: pb.proto package pb diff --git a/protos/pb/pb_grpc.pb.go b/protos/pb/pb_grpc.pb.go index 9ee76999a58..ce2e67a368c 100644 --- a/protos/pb/pb_grpc.pb.go +++ b/protos/pb/pb_grpc.pb.go @@ -10,7 +10,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.3.0 -// - protoc v5.29.2 +// - protoc v3.21.12 // source: pb.proto package pb From e1c4c2b21c8e246fab99538a739d647f71e76087 Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 16:19:00 -0500 Subject: [PATCH 06/17] Remove untracked file --- dgraph-alpha-config.yaml | 407 --------------------------------------- 1 file changed, 407 deletions(-) delete mode 100644 dgraph-alpha-config.yaml diff --git a/dgraph-alpha-config.yaml b/dgraph-alpha-config.yaml deleted file mode 100644 index 5bc8045ac25..00000000000 --- a/dgraph-alpha-config.yaml +++ /dev/null @@ -1,407 +0,0 @@ -# Dgraph Alpha Configuration File - All Options with Defaults -# This file contains all possible configuration options for Dgraph Alpha -# with their default values and detailed explanations. - -# ============================================================================= -# BASIC DIRECTORIES AND PATHS -# ============================================================================= - -# Directory to store posting lists (the main data structure for predicates) -# This is where the actual graph data is stored on disk -postings: p - -# Directory to store temporary buffers during operations like bulk loading -# Used for intermediate data during processing -tmp: t - -# Directory to store Raft write-ahead logs -# Critical for data consistency and recovery in distributed setups -wal: w - -# Folder where exported data will be saved when using export operations -# Can be local path or cloud storage URL (s3://, minio://, etc.) -export: export - -# ============================================================================= -# NETWORK CONFIGURATION -# ============================================================================= - -# Comma separated list of Dgraph Zero addresses (IP:PORT format) -# Zero manages cluster membership, schema, and data distribution -# Example: localhost:5080,zero2:5080,zero3:5080 -zero: localhost:5080 - -# Address and port of this Alpha server for inter-server communication -# Format: IP:PORT or hostname:PORT -# If empty, Dgraph will auto-detect the address -# Example: 192.168.1.100:7080 -my: "" - -# Value added to all default port numbers -# Default ports: Internal=7080, HTTP=8080, Grpc=9080 -# With offset=100: Internal=7180, HTTP=8180, Grpc=9180 -port_offset: 0 - -# ============================================================================= -# STORAGE ENGINE (BADGER) CONFIGURATION -# ============================================================================= - -badger: - # Compression algorithm for data storage - # Options: none, snappy, zstd:1, zstd:2, etc. - # snappy: Fast compression/decompression, moderate compression ratio - # zstd: Better compression ratio, slightly slower - compression: snappy - - # Number of goroutines for Badger streaming operations - # Higher values can improve bulk loading performance but use more memory - numgoroutines: 8 - -# ============================================================================= -# CACHE CONFIGURATION -# ============================================================================= - -cache: - # Total cache size in megabytes - # Larger cache improves query performance but uses more RAM - # Recommended: 50-70% of available RAM for dedicated Dgraph servers - size-mb: 4096 - - # Cache allocation percentages (must sum to 100) - # Format: PostingListCache,PstoreBlockCache,PstoreIndexCache - # PostingListCache: Caches predicate data (most important) - # PstoreBlockCache: Caches Badger data blocks - # PstoreIndexCache: Caches Badger index blocks - percentage: 40,40,20 - - # Cache update strategy on mutations - # false: Update cache entry with new value (default, consistent reads) - # true: Remove cache entry on mutation (14% faster writes, slower first read) - remove-on-update: false - -# ============================================================================= -# RAFT CONSENSUS CONFIGURATION -# ============================================================================= - -raft: - # Make this Alpha a learner node (read-only replica) - # Learner nodes don't participate in elections but receive data - # Useful for read replicas and gradual cluster expansion - learner: false - - # Create Raft snapshot after this many log entries - # Lower values: More frequent snapshots, faster recovery, more I/O - # Higher values: Less frequent snapshots, slower recovery, less I/O - snapshot-after-entries: 10000 - - # Time interval for creating Raft snapshots - # Set to 0 to disable time-based snapshots - # Both entry and duration thresholds must be met - snapshot-after-duration: 30m - - # Maximum number of pending mutation proposals - # Used for rate limiting to prevent memory exhaustion - # Higher values allow more concurrent mutations - pending-proposals: 256 - - # Optional Raft ID for this Alpha (auto-assigned if empty) - # Useful for replacing failed nodes with same ID - idx: "" - - # Optional Raft Group ID to join (auto-assigned if empty) - # Used to control which shard group this Alpha joins - group: "" - -# ============================================================================= -# SECURITY CONFIGURATION -# ============================================================================= - -security: - # Admin authentication token - # If set, all admin operations require this token - # HTTP: X-Dgraph-AuthToken header - # gRPC: auth-token in context metadata - token: "" - - # IP whitelist for admin operations - # Comma-separated list of IPs, ranges, CIDR blocks, or hostnames - # Example: 192.168.1.0/24,10.0.0.1,admin.example.com - whitelist: "" - -# ============================================================================= -# QUERY AND MUTATION LIMITS -# ============================================================================= - -limit: - # Maximum number of edges returned in a single query - # Prevents queries from consuming excessive memory - # Applies to shortest path and recursive queries - query-edge: 1000000 - - # Maximum nodes returned when using @normalize directive - # Normalize flattens nested results into a single level - normalize-node: 10000 - - # Mutation mode control - # allow: All mutations permitted (default) - # disallow: No mutations allowed (read-only mode) - # strict: Mutations to unknown predicates fail - mutations: allow - - # Maximum number of N-Quads in a single mutation request - # Prevents oversized mutations from overwhelming the system - mutations-nquad: 1000000 - - # Block drop-all and drop-data operations - # true: Prevents accidental data loss from drop operations - # false: Allows all drop operations (default) - disallow-drop: false - - # Maximum concurrent queries before rejecting new ones - # Prevents query overload and maintains system responsiveness - max-pending-queries: 10000 - - # Query execution timeout (0 = no timeout) - # Format: 30s, 5m, 1h, etc. - # Prevents runaway queries from consuming resources indefinitely - query-timeout: 0ms - - # Maximum retries for committing transactions to disk - # -1 = infinite retries, 0 = no retries - # Higher values increase durability but may cause delays - max-retries: 10 - - # Abort transactions older than this duration - # Prevents long-running transactions from blocking others - # Based on last mutation time, not transaction start time - txn-abort-after: 5m - - # Shared instance mode (enterprise feature) - # true: Disables ACLs for non-galaxy users, restricts env var access - # false: Normal ACL behavior (default) - shared-instance: false - - # Threshold for type filter optimization - # Lower values: More direct searches, less index usage - # Higher values: More index usage, fewer direct searches - type-filter-uid-limit: 10 - -# ============================================================================= -# GRAPHQL CONFIGURATION -# ============================================================================= - -graphql: - # Enable GraphQL schema introspection queries - # Allows clients to discover schema structure - # May expose sensitive schema information in production - introspection: true - - # Enable debug mode for GraphQL - # Returns detailed error messages to clients - # Should be false in production for security - debug: false - - # Include extensions in GraphQL response body - # Provides additional metadata about query execution - extensions: true - - # Polling interval for GraphQL subscriptions - # How often to check for subscription updates - # Lower values: More responsive, higher CPU usage - poll-interval: 1s - - # URL of lambda server for custom GraphQL resolvers - # Supports $ns parameter for namespace substitution - # Example: http://lambda-server:8686/graphql-worker/$ns - lambda-url: "" - -# ============================================================================= -# CHANGE DATA CAPTURE (CDC) -# ============================================================================= - -cdc: - # File path for CDC audit logs - # Local file system path for change events - file: "" - - # Comma-separated list of Kafka broker addresses - # Example: kafka1:9092,kafka2:9092,kafka3:9092 - kafka: "" - - # SASL username for Kafka authentication - sasl-user: "" - - # SASL password for Kafka authentication - sasl-password: "" - - # SASL authentication mechanism - # Options: PLAIN, SCRAM-SHA-256, SCRAM-SHA-512 - sasl-mechanism: PLAIN - - # Path to CA certificate file for Kafka TLS - ca-cert: "" - - # Path to client certificate file for Kafka TLS - client-cert: "" - - # Path to client private key file for Kafka TLS - client-key: "" - - # Enable TLS encryption for Kafka connections - tls: false - -# ============================================================================= -# AUDIT LOGGING -# ============================================================================= - -audit: - # Audit log output destination - # stdout: Write to standard output - # /path/to/dir: Write to files in specified directory - output: "" - - # Enable compression of rotated audit log files - # Saves disk space for long-term audit retention - compress: false - - # Path to encryption key file for audit logs - # Encrypts audit logs for security compliance - encrypt-file: "" - - # Number of days to retain audit log files - # Older files are automatically deleted - days: 10 - - # Maximum audit log file size in MB before rotation - # Prevents individual log files from becoming too large - size: 100 - -# ============================================================================= -# CUSTOM PLUGINS -# ============================================================================= - -# Comma-separated list of custom tokenizer plugin files (.so) -# Allows loading custom indexing and search functionality -# Example: /path/to/plugin1.so,/path/to/plugin2.so -custom_tokenizers: "" - -# ============================================================================= -# MCP (Model Context Protocol) SERVER -# ============================================================================= - -# Enable MCP server alongside Alpha -# Provides AI/ML model integration capabilities -mcp: false - -# ============================================================================= -# FEATURE FLAGS -# ============================================================================= - -feature-flags: - # Configure @normalize directive response formatting - # v20: Use v20.11 compatible format (repeated keys for same alias) - # Empty: Use current default format - normalize-compatibility-mode: "" - - # Enable detailed per-predicate metrics - # Provides disk read and cache statistics for each predicate - # Useful for performance analysis but adds overhead - enable-detailed-metrics: false - -# ============================================================================= -# TRACING AND OBSERVABILITY -# ============================================================================= - -trace: - # Fraction of queries to trace (0.0 to 1.0) - # Higher values provide more observability but increase overhead - ratio: 0.01 - - # Jaeger collector URL for distributed tracing - # Example: http://jaeger:14268/api/traces - jaeger: "" - - # Datadog agent URL for distributed tracing - # Example: http://datadog-agent:8126 - datadog: "" - -# ============================================================================= -# DATA DURABILITY -# ============================================================================= - -# Data survival mode -# process: No data loss on process crash, undefined on filesystem crash -# filesystem: No data loss on hard reboot (slower due to fsync calls) -survive: process - -# ============================================================================= -# TELEMETRY -# ============================================================================= - -telemetry: - # Send anonymous usage statistics to Dgraph team - # Helps improve Dgraph development - reports: true - - # Send crash reports to Sentry (deprecated) - sentry: false - -# ============================================================================= -# GLOBAL OPTIONS -# ============================================================================= - -# Bind to all network interfaces (0.0.0.0) instead of localhost -# true: Accept connections from any IP (default) -# false: Only accept localhost connections -bindall: true - -# Allow trace endpoint access from remote addresses -# Security consideration: May expose internal information -expose_trace: false -# ============================================================================= -# ADVANCED OPTIONS (Uncomment and configure as needed) -# ============================================================================= - -# # Working directory - Dgraph changes to this directory on startup -# cwd: /var/lib/dgraph - -# # Profiling mode for performance analysis -# # Options: cpu, mem, mutex, block -# profile_mode: "" - -# # Block profiling rate (used with block profile_mode) -# block_rate: 0 - -# # TLS configuration -# tls: -# # Directory containing TLS certificates -# dir: /etc/dgraph/tls -# # Use system CA certificates -# use-system-ca: true -# # Client authentication type -# client-auth-type: REQUIREANDVERIFY -# # Use TLS for internal gRPC communication -# internal-port: true - -# # Encryption at rest configuration -# encryption: -# # Path to encryption key file -# key-file: /etc/dgraph/enc-key - -# # Vault integration (enterprise) -# vault: -# # Vault server address -# addr: https://vault.example.com:8200 -# # Path to Vault role ID file -# role-id-file: /etc/dgraph/vault-role-id -# # Path to Vault secret ID file -# secret-id-file: /etc/dgraph/vault-secret-id -# # Vault path for secrets -# path: secret/dgraph -# # Vault field name for encryption key -# field: enc-key - -# # ACL configuration (enterprise) -# acl: -# # Path to HMAC secret file for JWT signing -# secret-file: /etc/dgraph/hmac-secret From 0d5c534ca3a31dad0971b9b5c72d447d2924632c Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 17:19:35 -0500 Subject: [PATCH 07/17] Override string func of Options to prevent leak of sensitive data --- worker/config.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/worker/config.go b/worker/config.go index 4fe3730e3af..dee0fa3a879 100644 --- a/worker/config.go +++ b/worker/config.go @@ -6,6 +6,7 @@ package worker import ( + "fmt" "path/filepath" "time" @@ -109,3 +110,14 @@ func (opt *Options) validate() { "Tmp directory and Audit Output cannot be the same ('%s').", opt.Audit.Output) } } + +// String implements the Stringer interface to redact sensitive fields when logging. +func (opt Options) String() string { + return fmt.Sprintf("{PostingDir:%s WALDir:%s MutationsMode:%d AuthToken:**** "+ + "AclJwtAlg:%v AclSecretKey:**** AclSecretKeyBytes:**** AccessJwtTtl:%v "+ + "RefreshJwtTtl:%v CachePercentage:%s CacheMb:%d RemoveOnUpdate:%v Audit:%v "+ + "ChangeDataConf:%s TypeFilterUidLimit:%d}", + opt.PostingDir, opt.WALDir, opt.MutationsMode, opt.AclJwtAlg, + opt.AccessJwtTtl, opt.RefreshJwtTtl, opt.CachePercentage, opt.CacheMb, + opt.RemoveOnUpdate, opt.Audit, opt.ChangeDataConf, opt.TypeFilterUidLimit) +} From c6cec17fcbb1e26f1f36230b62df042100f31887 Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 17:20:36 -0500 Subject: [PATCH 08/17] Omit the submitted value of a password type, only report the type mismatch issue --- types/conversion.go | 2 +- types/conversion_test.go | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/types/conversion.go b/types/conversion.go index a9e47e3a90e..55885bc6aad 100644 --- a/types/conversion.go +++ b/types/conversion.go @@ -698,7 +698,7 @@ func ObjectValue(id TypeID, value interface{}) (*api.Value, error) { case PasswordID: var v string if v, ok = value.(string); !ok { - return def, errors.Errorf("Expected value of type password. Got : %v", value) + return def, errors.Errorf("Expected value of type password. Got type: %T", value) } return &api.Value{Val: &api.Value_PasswordVal{PasswordVal: v}}, nil case VFloatID: diff --git a/types/conversion_test.go b/types/conversion_test.go index c15849f5af6..ab0b5091357 100644 --- a/types/conversion_test.go +++ b/types/conversion_test.go @@ -844,3 +844,22 @@ func TestConvertToString(t *testing.T) { require.EqualValues(t, Val{Tid: StringID, Value: tc.out}, out) } } + +// TestObjectValuePasswordErrorDoesNotLeakValue ensures that when ObjectValue receives +// an invalid type for a password field, the error message doesn't contain the actual value. +func TestObjectValuePasswordErrorDoesNotLeakValue(t *testing.T) { + // Create a test value that would be sensitive if logged + sensitivePassword := int64(123456789) + + // Call ObjectValue with wrong type (int64 instead of string) for password + _, err := ObjectValue(PasswordID, sensitivePassword) + + // Verify error occurred + require.Error(t, err) + + // Verify the error message contains type info but NOT the actual value + errMsg := err.Error() + require.Contains(t, errMsg, "Expected value of type password") + require.Contains(t, errMsg, "int64") // type should be present + require.NotContains(t, errMsg, "123456789") // actual value should NOT be present +} From 1b3f03f5bade3bf5bef4e9fee2ed8c9c66f335ec Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 17:29:10 -0500 Subject: [PATCH 09/17] Add overflow logic (basically to appease codeql) --- query/outputrdf.go | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/query/outputrdf.go b/query/outputrdf.go index 19da4ba4857..a76757bc9ba 100644 --- a/query/outputrdf.go +++ b/query/outputrdf.go @@ -8,6 +8,7 @@ package query import ( "bytes" "fmt" + "math" "strconv" "github.com/pkg/errors" @@ -192,7 +193,18 @@ func getObjectVal(v types.Val) ([]byte, error) { } func buildTriple(val []byte) []byte { - buf := make([]byte, 0, 2+len(val)) + // Check for potential overflow in capacity calculation + const overhead = 2 // '<' and '>' + if len(val) > math.MaxInt-overhead { + // Extremely unlikely, but handle overflow case + // Fall back to append without pre-allocation + buf := make([]byte, 0) + buf = append(buf, '<') + buf = append(buf, val...) + buf = append(buf, '>') + return buf + } + buf := make([]byte, 0, overhead+len(val)) buf = append(buf, '<') buf = append(buf, val...) buf = append(buf, '>') @@ -223,7 +235,16 @@ func validateSubGraphForRDF(sg *SubGraph) error { } func quotedNumber(val []byte) []byte { - tmpVal := make([]byte, 0, len(val)+2) + const overhead = 2 // opening and closing quotes + if len(val) > math.MaxInt-overhead { + // Extremely unlikely, but handle overflow case + tmpVal := make([]byte, 0) + tmpVal = append(tmpVal, '"') + tmpVal = append(tmpVal, val...) + tmpVal = append(tmpVal, '"') + return tmpVal + } + tmpVal := make([]byte, 0, overhead+len(val)) tmpVal = append(tmpVal, '"') tmpVal = append(tmpVal, val...) tmpVal = append(tmpVal, '"') From 638f1c9db276d083500141064cff5daf5d5c8ec3 Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 17:34:50 -0500 Subject: [PATCH 10/17] Add a check for max int overflow (highly unlikely, appease codeql) --- query/query.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/query/query.go b/query/query.go index 304f8aee534..6926e2ac6ed 100644 --- a/query/query.go +++ b/query/query.go @@ -697,6 +697,10 @@ func (args *params) fill(gq *dql.GraphQuery) error { if err != nil { return err } + if numPaths > math.MaxInt { + return errors.Errorf("numpaths value %d exceeds maximum allowed value %d", + numPaths, math.MaxInt) + } args.NumPaths = int(numPaths) } From 0944412a637b77fb56919cb2dfdadd82f28b0d3c Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 17:37:53 -0500 Subject: [PATCH 11/17] Add platform-specific overflow protection --- tok/options/option_parser.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tok/options/option_parser.go b/tok/options/option_parser.go index 50bed709a0a..6909e1e23d9 100644 --- a/tok/options/option_parser.go +++ b/tok/options/option_parser.go @@ -6,6 +6,7 @@ package options import ( + "math" "strconv" ) @@ -28,11 +29,15 @@ func UintOptParser(optValue string) (any, error) { // Specified originally as 64 bit for conversion, since it is // not trivial (as far as I can tell) to determine the // uint bit size. Simpler to just get it back as 64 bit then - // cast it. + // cast it with bounds checking. retVal, err := strconv.ParseUint(optValue, 10, 64) if err != nil { return 0, err } + // Check if the value fits in a uint (which may be 32 or 64 bits depending on platform) + if retVal > math.MaxUint { + return 0, strconv.ErrRange + } return uint(retVal), nil } From b704192aa08aa0ca4830b00bffbfb9c869f5b9da Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 17:41:45 -0500 Subject: [PATCH 12/17] Add validation for count comparison threshold value --- worker/task.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/worker/task.go b/worker/task.go index 733cb8cbdca..22000483c36 100644 --- a/worker/task.go +++ b/worker/task.go @@ -2015,6 +2015,12 @@ func parseSrcFn(ctx context.Context, q *pb.Query) (*functionContext, error) { return nil, errors.Wrapf(err, "Compare %v(%v) require digits, but got invalid num", q.SrcFunc.Name, q.SrcFunc.Args[0]) } + // Threshold values are used as uint32 in count keys (see evaluate function). + // Validate they fit in uint32 range to prevent overflow. + if threshold < 0 || threshold > math.MaxUint32 { + return nil, errors.Errorf("Compare %v: threshold value %d must be between 0 and %d", + q.SrcFunc.Name, threshold, math.MaxUint32) + } thresholds = append(thresholds, threshold) } fc.threshold = thresholds From b82471a31614e48d41f22576e6f45a7722b7857e Mon Sep 17 00:00:00 2001 From: mattthew Date: Mon, 24 Nov 2025 19:34:14 -0500 Subject: [PATCH 13/17] Update the codeql workflow config to fetch completely --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3b84ba57608..550a666ee9b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,6 +34,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v5 + with: + fetch-depth: 0 - name: Initialize CodeQL uses: github/codeql-action/init@v3 From 6b2140ea223e3c00955e22f7dd0272fa07da162f Mon Sep 17 00:00:00 2001 From: mattthew Date: Tue, 25 Nov 2025 13:17:00 -0500 Subject: [PATCH 14/17] Fix possible sensitive data leak --- x/config.go | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/x/config.go b/x/config.go index bd872f47b80..ca0ac9a3326 100644 --- a/x/config.go +++ b/x/config.go @@ -7,6 +7,7 @@ package x import ( "crypto/tls" + "fmt" "net" "time" @@ -71,7 +72,8 @@ type IPRange struct { } // WorkerOptions stores the options for the worker package. It's declared here -// since it's used by multiple packages. +// since it's used by multiple packages. Note the String override for this type, +// added to prevent sensitive information from being logged. type WorkerOptions struct { // TmpDir is a directory to store temporary buffers. TmpDir string @@ -147,3 +149,15 @@ func (w *WorkerOptions) Parse(conf *viper.Viper) { "Invalid survival mode: %s", survive) w.HardSync = survive == "filesystem" } + +// String implements the Stringer interface to redact sensitive fields when logging. +func (w WorkerOptions) String() string { + return fmt.Sprintf("{TmpDir:%s ExportPath:%s MyAddr:%s ZeroAddr:%v Raft:%v "+ + "WhiteListedIPRanges:%v StrictMutations:%v AclEnabled:%v AclJwtAlg:%v "+ + "AclPublicKey:**** AbortOlderThan:%v ProposedGroupId:%d StartTime:%v "+ + "Security:**** EncryptionKey:**** LogDQLRequest:%d HardSync:%v Audit:%v}", + w.TmpDir, w.ExportPath, w.MyAddr, w.ZeroAddr, w.Raft, + w.WhiteListedIPRanges, w.StrictMutations, w.AclEnabled, w.AclJwtAlg, + w.AbortOlderThan, w.ProposedGroupId, w.StartTime, + w.LogDQLRequest, w.HardSync, w.Audit) +} From e4549165e323d8e8e1f92946b15bd4e7e0f55dfc Mon Sep 17 00:00:00 2001 From: mattthew Date: Tue, 25 Nov 2025 13:45:55 -0500 Subject: [PATCH 15/17] Fix potential log of sensitive information --- chunker/rdf_parser.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chunker/rdf_parser.go b/chunker/rdf_parser.go index 617c776c6e4..52efd89ab45 100644 --- a/chunker/rdf_parser.go +++ b/chunker/rdf_parser.go @@ -217,7 +217,9 @@ L: return rnq, fmt.Errorf("no Object in NQuad. Input: [%s]", line) } if !sane(rnq.Subject) || !sane(rnq.Predicate) || !sane(rnq.ObjectId) { - return rnq, fmt.Errorf("NQuad failed sanity check:%+v", rnq) + // Don't format the full line, as it may contain sensitive information + return rnq, fmt.Errorf("NQuad failed sanity check. Subject: %q, Predicate: %q, ObjectId: %q", + rnq.Subject, rnq.Predicate, rnq.ObjectId) } return rnq, nil From e8943ebb937d532532b469616128e2167b9113fb Mon Sep 17 00:00:00 2001 From: mattthew Date: Tue, 25 Nov 2025 14:30:49 -0500 Subject: [PATCH 16/17] Add linter override for copylocks --- chunker/rdf_parser.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chunker/rdf_parser.go b/chunker/rdf_parser.go index 52efd89ab45..179b5cf38f4 100644 --- a/chunker/rdf_parser.go +++ b/chunker/rdf_parser.go @@ -68,6 +68,10 @@ func isSpaceRune(r rune) bool { // ParseRDF parses a mutation string and returns the N-Quad representation for it. // It parses N-Quad statements based on http://www.w3.org/TR/n-quads/. +// Safe to return by value: embedded mutex is never used before return. +// The static analyzer warning is a false positive (copylocks). +// +//nolint:govet,copylocks func ParseRDF(line string, l *lex.Lexer) (api.NQuad, error) { var rnq api.NQuad line = strings.TrimSpace(line) From befaa6a41ab70070a68aa3e70d4fc10034db9ac3 Mon Sep 17 00:00:00 2001 From: mattthew Date: Tue, 25 Nov 2025 14:31:29 -0500 Subject: [PATCH 17/17] Increase runner size for resource-intensive test --- .github/workflows/ci-dgraph-vector-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-dgraph-vector-tests.yml b/.github/workflows/ci-dgraph-vector-tests.yml index deb131412d3..7217aa0a52b 100644 --- a/.github/workflows/ci-dgraph-vector-tests.yml +++ b/.github/workflows/ci-dgraph-vector-tests.yml @@ -27,7 +27,7 @@ permissions: jobs: dgraph-vector-tests: if: github.event.pull_request.draft == false - runs-on: blacksmith-8vcpu-ubuntu-2404 + runs-on: blacksmith-16vcpu-ubuntu-2404 timeout-minutes: 60 steps: - uses: actions/checkout@v5