Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-18Makefile: Set proper tags for testing with sha256Toon Claes
2022-07-15Don't build packed binaries as part of prepare-tests in CISami Hiltunen
2022-07-15Pack auxiliary binaries in main Gitaly binarySami Hiltunen
2022-07-14Merge branch 'pks-libgit2-v1.3.2' into 'master'Patrick Steinhardt
2022-07-14Merge branch 'pks-git-v2.37.1' into 'master'Patrick Steinhardt
2022-07-13Makefile: Update libgit2 to v1.3.2pks-libgit2-v1.3.2Patrick Steinhardt
2022-07-13Makefile: Update golangci-lint to v1.46.2Patrick Steinhardt
2022-07-13Makefile: Update Git to v2.37.1pks-git-v2.37.1Patrick Steinhardt
2022-06-23Makefile: Add target to debug go tests in DelveWill Chandler
2022-06-20tests: Build binaries in FIPS mode as requiredPatrick Steinhardt
2022-06-20Makefile: Adjust `FIPS_MODE` to match behaviour of other switchesPatrick Steinhardt
2022-06-10Merge branch 'pks-makefile-tooling-version-bumps' into 'master'Patrick Steinhardt
2022-06-10Makefile: Consistently require `v` prefix for tool versionsPatrick Steinhardt
2022-06-10Makefile: Update protoc to v21.1Patrick Steinhardt
2022-06-10Makefile: Update protoc-gen-go-grpc to v1.2.0Patrick Steinhardt
2022-06-10Makefile: Update protoc-gen-go to v1.28.0Patrick Steinhardt
2022-06-10Makefile: Update go-licenses to v1.2.1Patrick Steinhardt
2022-06-10Makefile: Update gotestsum to v1.8.1Patrick Steinhardt
2022-06-10Makefile: Update goimports to v0.1.11Patrick Steinhardt
2022-06-10Makefile: Update protolint to v0.38.1Patrick Steinhardt
2022-06-10Makefile: Update golangci-lint to v1.46.1Patrick Steinhardt
2022-06-10Makefile: Run bundle in frozen modeToon Claes
2022-05-31ci: Capture panic stack traceswc-capture-panicWill Chandler
2022-05-25Rename COVERAGE_DIR to TEST_COVERAGE_DIRSami Hiltunen
2022-05-25Make Git build with SHA256 routines in FIPS modeBalasankar "Balu" C
2022-05-24Makefile: Fix compatibility with GNU Make v3.81Patrick Steinhardt
2022-05-23Makefifle: Only replace build IDs on LinuxPatrick Steinhardt
2022-05-23Makefile: Fix install target using doubly-prefixed Gitaly pathsPatrick Steinhardt
2022-05-23Revert "Revert "Merge branch 'pks-makefile-workaround-build-id-rebuilding' in...Patrick Steinhardt
2022-05-21Merge branch 'jc-bump-gitaly-module-version-15.0' into 'master'John Cai
2022-05-20Update go package name from v14 to v15John Cai
2022-05-20Makefile: Fix protoc compile option to disable building testsPatrick Steinhardt
2022-05-11Revert "Merge branch 'pks-makefile-workaround-build-id-rebuilding' into 'mast...John Cai
2022-05-11Makefile: Move recipes to build Go binariesPatrick Steinhardt
2022-05-11Makefile: Fix rebuilding Go binaries in place to add GNU build IDPatrick Steinhardt
2022-05-11Makefile: Simplify quoting for ldflagsPatrick Steinhardt
2022-05-11Makefile: Specify Go binary paths directly instead of using GOBINPatrick Steinhardt
2022-05-11Makefile: Use pattern rules to build Go binariesPatrick Steinhardt
2022-05-10Use LabKit for FIPS mode checkStan Hu
2022-05-09Makefile: Upgrade bundled Git to v2.36.1Patrick Steinhardt
2022-05-06tools: Move `noticegen` into top-level `tools/` directoryPatrick Steinhardt
2022-05-06tools: Move `module-updater` into top-level `tools/` directoryPatrick Steinhardt
2022-05-06tools: Move Protoc plugins into top-level `tools/` directoryPatrick Steinhardt
2022-05-06protoc-gen-gitaly-lint: Absorb internal `linter` packagePatrick Steinhardt
2022-05-06Makefile: Fix cyclic dependencies when generating Protobuf definitionsPatrick Steinhardt
2022-05-06protoc-gen-gitaly: Split up plugin by functionalityPatrick Steinhardt
2022-05-06Makefile: Fix protoc linting not workingPatrick Steinhardt
2022-05-02Makefile: Install bundled Git v2.36.0.gl1Patrick Steinhardt
2022-04-29Use protoc_gen_gitaly plugin when regenerating protobuf definitionslint_protoJames Fargher
2022-04-29Add protolint to MakefileJames Fargher