hgitaly 2.7.0__tar.gz → 2.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hgitaly-2.7.0 → hgitaly-2.7.1}/.hgtags +1 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/PKG-INFO +1 -1
- hgitaly-2.7.1/hgitaly/VERSION +1 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/commit.py +9 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_commit.py +1 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly.egg-info/PKG-INFO +1 -1
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/test_commit.py +9 -0
- hgitaly-2.7.0/hgitaly/VERSION +0 -1
- {hgitaly-2.7.0 → hgitaly-2.7.1}/.coveragerc +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/.gitlab-ci.yml +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/.hgignore +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/LICENSE +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/MANIFEST.in +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/README.md +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ci/heptapod-sftp-push +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ci/heptapod-sign-package +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ci/heptapod_known_hosts.ssh +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ci/upload-rhgitaly +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/conftest.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/dev-requirements.txt +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/examples/client.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/examples/client_list_lcft.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/generate-stubs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgext3rd/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgext3rd/hgitaly/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgext3rd/hgitaly/revset.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgext3rd/hgitaly/tests/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgext3rd/hgitaly/tests/test_revset.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgext3rd/hgitaly/tests/test_serve.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/branch.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/changelog.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/diff.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/errors.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/feature.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/file_content.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/file_context.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/git.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/gitlab_ref.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/license_detector/GPL-2.sample +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/license_detector/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/license_detector/spdx-licenses.json +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/linguist/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/linguist/languages.json +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/logging.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/manifest.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/message.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/oid.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/pagination.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/path.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/peer.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/procutil.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/repository.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/revision.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/revset.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/scripts.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/server/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/server/address.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/server/mono.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/server/prefork.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/server/tests/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/server/tests/test_address.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/server/tests/test_mono.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/server/tests/test_prefork.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/server/tests/test_worker.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/server/worker.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/analysis.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/blob.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/diff.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/interceptors.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/mercurial_changeset.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/mercurial_operations.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/mercurial_repository.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/operations.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/ref.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/repository.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/server.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/fixture.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_analysis.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_blob.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_default_branch.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_diff.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_mercurial_changeset.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_mercurial_operations.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_mercurial_repository.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_operations.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_ref.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_repository_service.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/service/tests/test_server.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/servicer.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/ssh.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stream.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/analysis_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/analysis_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/blob_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/blob_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/commit_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/commit_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/diff_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/diff_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/errors_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/errors_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/lint_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/lint_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/mercurial_changeset_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/mercurial_changeset_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/mercurial_operations_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/mercurial_operations_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/mercurial_repository_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/mercurial_repository_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/operations_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/operations_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/ref_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/ref_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/repository_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/repository_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/server_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/server_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/shared_pb2.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/stub/shared_pb2_grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tag.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/bundle.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/context.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/data/authorized_keys +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/data/backup_additional_no_git.tar +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/data/id_ecdsa_user +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/data/known_hosts +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/data/ssh_host_ecdsa_key +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/data/ssh_host_ecdsa_key.pub +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/data/sshd_config +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/grpc.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/ssh.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/sshd.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/tests/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/testing/tests/test_sshd.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/common.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_branch.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_diff.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_errors.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_feature.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_file_context.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_gitlab_ref.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_license_detector.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_linguist.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_manifest.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_messages.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_oid.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_peer.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_repository.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_revision.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_revset.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_servicer.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_stream.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_tag.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/tests/test_workdir.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/util.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly/workdir.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly.egg-info/SOURCES.txt +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly.egg-info/dependency_links.txt +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly.egg-info/entry_points.txt +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly.egg-info/requires.txt +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/hgitaly.egg-info/top_level.txt +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/install-requirements.txt +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/lint +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/analysis.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/blob.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/cleanup.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/cluster.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/commit.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/conflicts.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/diff.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/errors.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/hook.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/internal.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/lint.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/log.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/mercurial-changeset.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/mercurial-operations.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/mercurial-repository.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/namespace.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/objectpool.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/operations.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/packfile.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/partition.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/praefect.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/ref.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/remote.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/repository.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/server.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/service_config.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/shared.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/smarthttp.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/ssh.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/transaction.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/protos/wiki.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/.ruby-version +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/Gemfile +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/README.md +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/generate-grpc-lib +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/hgitaly.gemspec +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/lib/hgitaly/mercurial-changeset_pb.rb +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/lib/hgitaly/mercurial-changeset_services_pb.rb +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/lib/hgitaly/mercurial-operations_pb.rb +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/lib/hgitaly/mercurial-operations_services_pb.rb +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/lib/hgitaly/mercurial-repository_pb.rb +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/lib/hgitaly/mercurial-repository_services_pb.rb +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/lib/hgitaly/version.rb +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/lib/hgitaly.rb +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/ruby/run.rb +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/run-all-tests +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/Cargo.lock +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/Cargo.toml +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/Makefile +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/build-from-tarball.sh +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/check-line-width +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/README.md +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/mercurial.patch +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/any.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/api.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/compiler/plugin.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/descriptor.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/duration.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/empty.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/field_mask.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/source_context.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/struct.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/timestamp.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/type.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/dependencies/proto/google/protobuf/wrappers.proto +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/go-enry.rev +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/lint +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/mercurial.rev +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/Cargo.toml +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/build.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/clippy.toml +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/config.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/errors.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/generated/README.md +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/git.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/gitlab/mod.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/gitlab/reference.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/gitlab/revision.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/gitlab/state.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/glob.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/lib.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/main.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/mercurial.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/message.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/metadata.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/oid.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/process.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/repository.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/analysis.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/blob.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/commit/find_commits.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/commit/get_tree_entries.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/commit/last_commits.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/commit/mod.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/commit/tree_entry.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/diff.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/mercurial_repository.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/mod.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/ref.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/repository.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/service/server.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/sidecar.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/streaming.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rhgitaly/src/util.rs +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/rs-enry.rev +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/rust/src-tarball.sh +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/setup.cfg +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/setup.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/test-requirements.txt +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/__init__.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/comparison.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/conftest.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/gitaly.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/hgitaly_rhgitaly_comparison.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/rhgitaly.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/test_blob_tree.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/test_comparison.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/test_diff.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/test_gitaly_server.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/test_mercurial_repository.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/test_operations.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/test_ref.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/test_repository_service.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/test_rhgitaly_server.py +0 -0
- {hgitaly-2.7.0 → hgitaly-2.7.1}/tests_with_gitaly/test_server.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.7.1
|
|
@@ -950,6 +950,15 @@ class CommitServicer(CommitServiceServicer, HGitalyServicer):
|
|
|
950
950
|
# or [=\n"
|
|
951
951
|
context.abort(StatusCode.INTERNAL, "Invalid filter: " + str(exc))
|
|
952
952
|
|
|
953
|
+
# `skip` has to be interpreted before pagination
|
|
954
|
+
# smartset.slice insists on having a "last" value:
|
|
955
|
+
# it constructs a list internally, which would be a performance
|
|
956
|
+
# issue to skip the first 3 revisions of a million-sized revset.
|
|
957
|
+
# Too bad there is no cheap way to consume the revset as an iterator.
|
|
958
|
+
# Anyway we'd do that in a Rust implementation if ever needed.
|
|
959
|
+
if request.skip > 0:
|
|
960
|
+
revs = revs.slice(request.skip, len(revs))
|
|
961
|
+
|
|
953
962
|
# according to protocol comment, the page token
|
|
954
963
|
# is the last commit OID already sent (similar to blob/tree requests)
|
|
955
964
|
cursor = request.pagination_params.page_token
|
|
@@ -1353,6 +1353,7 @@ def test_list_commits(commit_fixture_empty_repo):
|
|
|
1353
1353
|
|
|
1354
1354
|
assert list_commits(sha4, caret(ctx1)) == [sha4, sha3, sha2]
|
|
1355
1355
|
assert list_commits(sha4, caret(ctx1), reverse=True) == [sha2, sha3, sha4]
|
|
1356
|
+
assert list_commits(sha4, caret(ctx1), skip=1) == [sha3, sha2]
|
|
1356
1357
|
|
|
1357
1358
|
# limit and page token
|
|
1358
1359
|
assert list_commits(sha4, limit=2) == [sha4, sha3]
|
|
@@ -752,6 +752,7 @@ def test_compare_list_commits(gitaly_comparison):
|
|
|
752
752
|
# using special cases where they coincide, which is worse than no test)
|
|
753
753
|
Order = ListCommitsRequest.Order
|
|
754
754
|
assert_compare(revisions=[ctx4.hex()], order=Order.TOPO)
|
|
755
|
+
assert_compare(revisions=[ctx4.hex()], order=Order.TOPO, skip=2)
|
|
755
756
|
|
|
756
757
|
# commit message patterns
|
|
757
758
|
#
|
|
@@ -787,6 +788,14 @@ def test_compare_list_commits(gitaly_comparison):
|
|
|
787
788
|
pagination_params=PaginationParameter(limit=10,
|
|
788
789
|
page_token=ctx2.hex()))
|
|
789
790
|
|
|
791
|
+
# skip and pagination params
|
|
792
|
+
assert_compare(
|
|
793
|
+
revisions=[ctx4.hex()],
|
|
794
|
+
order=Order.TOPO,
|
|
795
|
+
skip=1,
|
|
796
|
+
pagination_params=PaginationParameter(limit=10,
|
|
797
|
+
page_token=ctx2.hex()))
|
|
798
|
+
|
|
790
799
|
# unknown revision
|
|
791
800
|
assert_compare_errors(revisions=[b'1234' * 10], same_details=False)
|
|
792
801
|
|
hgitaly-2.7.0/hgitaly/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.7.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|