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
2024-01-17fix: Fix a collection of typos found by typos-cliXing Xin
2023-10-11STYLE.md: Update recommendations about context-aware loggingPatrick Steinhardt
2023-09-18global: Replace `logrus.Fields` with a wrapper typePatrick Steinhardt
2023-09-15log: Encapsulate our use of the `ctxlogrus` packagePatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-06-26Implement a linter to discourage future usage of Unavailable codeQuang-Minh Nguyen
2023-03-16structerr: Convert `New()` to return `Unknown` error codesPatrick Steinhardt
2022-12-12Further edit of contentEvan Read
2022-12-12Edit recently-merged style informationEvan Read
2022-12-08STYLE.md: Recommend use of `structerr` package for errorsPatrick Steinhardt
2022-10-31helper: Extra error creation functionsPavlo Strokov
2022-10-27Add docs testing Make target and CI/CD joberead/add-docs-testing-make-target-and-ci_cd-jobEvan Read
2022-10-14STYLE.md: Document argument order of `testing.TB` and `context.Context`Patrick Steinhardt
2022-08-09STYLE.md: Discourage the use of seed repos for test datapks-doc-discourage-seeded-test-reposPatrick Steinhardt
2021-11-10CONTRIBUTING: Move commit guidelines from STYLE.mdToon Claes
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-03-08style: Document camelCasing in test name suffixToon Claes
2020-12-04Merge branch 'ps-errors-wrapping' into 'master'Zeger-Jan van de Weg
2020-12-04Use %w to wrap errorsPavlo Strokov
2020-12-03style: use a better alias for "git reference"Ævar Arnfjörð Bjarmason
2020-12-01style: Document best practices for commit hygienePatrick Steinhardt
2020-11-18Merge branch 'pks-style-tests-main' into 'master'Pavlo Strokov
2020-11-17style: Document location of `TestMain()` functionPatrick Steinhardt
2020-11-17style: Document gotchas when using defers with `os.Exit()`Patrick Steinhardt
2020-10-29Introduce test name style guide with exampleJames Fargher
2020-07-06Add field name for git.FlagZeger-Jan van de Weg
2020-06-17STYLE: Clarify when to use pointer or value receiversPatrick Steinhardt
2020-05-07STYLE.md: Define best practices for loggingPatrick Steinhardt
2020-04-21STYLE: add a note about character sets for codingPatrick Steinhardt
2020-03-25Merge branch 'pks-style-ordering' into 'master'Jacob Vosmaer
2020-03-24STYLE.md: Add a note on ordering of typesPatrick Steinhardt
2020-03-23Add style notes about pointer constructors and byte literalsJacob Vosmaer
2020-01-20Goroutine style guidePaul Okstad
2019-12-17Add style guide for Go import declarationsPaul Okstad
2019-10-09Use built-in RPC dummy handlersJacob Vosmaer
2019-09-18Git command DSLPaul Okstad
2019-07-10Refer to prometheus best practices in STYLE.mdJacob Vosmaer
2019-06-27Document outcome of black/white box discussionJacob Vosmaer
2018-04-06Revert "Merge branch 'dont-use-atomic' into 'master'"Jacob Vosmaer (GitLab)
2018-04-06Don't use sync/atomicJacob Vosmaer (GitLab)
2017-10-09Add style-guide about StubsKim Carlbäcker
2017-08-14Test output cleanup, no naked returnsJacob Vosmaer (GitLab)
2017-08-10Update STYLE.mdAndrew Newdigate
2017-03-21More error style guidelinesJacob Vosmaer
2017-03-10Add style guideJacob Vosmaer