1. e25ced4 Bump default Gerrit version to 3.0.1 by Thomas Draebing · 4 years, 10 months ago
  2. e219c10 Do not enforce ReviewDB in the gerrit-slave chart by Thomas Draebing · 4 years, 10 months ago
  3. 72690c0 Move logic checking for updated gerrit.war to its own method by Thomas Draebing · 5 years ago
  4. d0d14cc Update the Minikube tutorial by Thomas Draebing · 5 years ago
  5. b6b055a Fix mounting of repositories in gerrit-slave chart by Thomas Draebing · 4 years, 10 months ago
  6. 285dd87 Reformat Python files with black by David Pursehouse · 4 years, 9 months ago
  7. 5efbcaa Ignore pylint rule W0511 by Thomas Draebing · 4 years, 9 months ago
  8. 1130654 Remove DB-validation after init, if no reviewDB is used by Thomas Draebing · 5 years ago
  9. a8cbc3d Resolve pylint message R0801 by Thomas Draebing · 4 years, 10 months ago
  10. 3024cbe Ignore pylint message R0903 by Thomas Draebing · 4 years, 10 months ago
  11. c5b3716 Ignore pylint message R0913 by Thomas Draebing · 4 years, 10 months ago
  12. 14bf374 Resolve pylint message R0902 by Thomas Draebing · 4 years, 10 months ago
  13. d547971 Resolve pylint message W0611 by Thomas Draebing · 4 years, 10 months ago
  14. 7ccce79 Resolve pylint message W1201 by Thomas Draebing · 4 years, 10 months ago
  15. 82179a8 Resolve pylint message R1705 by Thomas Draebing · 4 years, 10 months ago
  16. 8e54411 Resolve pylint message R0205 by Thomas Draebing · 4 years, 10 months ago
  17. 4471c2a Resolve pylint message C0330 by Thomas Draebing · 4 years, 10 months ago
  18. 8f0d996 Resolve pylint C0103-messages by Thomas Draebing · 4 years, 10 months ago
  19. b9883a5 Add pylint as a development-dependency by Thomas Draebing · 4 years, 10 months ago
  20. 2896e2f Use the Python logging module instead of print(... time.ctime()) by Saša Živkov · 5 years ago
  21. d8bff85 Use officially released gerrit.war as default by Thomas Draebing · 4 years, 10 months ago
  22. 0d98d4d Improve error message formatting by Saša Živkov · 5 years ago
  23. 58a0cd9 Add option to provide external PVC for git repositories by Thomas Draebing · 5 years ago
  24. fc5c693 Use a StatefulSet to manage Gerrit pods in the gerrit-master chart by Thomas Draebing · 5 years ago
  25. 575d015 Use symlinks to bring volume mounts into site by Thomas Draebing · 5 years ago
  26. 282d287 Do not enforce the usage of a ReviewDB by Thomas Draebing · 5 years ago
  27. 1dab2e5 Refactor gerrit_init.py to use a class by Thomas Draebing · 5 years ago
  28. 8922538 Persist the Gerrit site in a single volume by Thomas Draebing · 5 years ago
  29. 869d73f Allow addition of additional annotations to Ingress resources by Thomas Draebing · 5 years ago
  30. 1183d43 Add annotation to Gerrit-ingresses to allow larger body size by Thomas Draebing · 5 years ago
  31. efddb92 Update python dependencies to fix CVE-2019-11324 by David Pursehouse · 5 years ago
  32. a262273 Use Pipenv to install python packages in gerrit-init container by Thomas Draebing · 5 years ago
  33. c088a5b Fix versions of python packages installed with pip in containers by Thomas Draebing · 5 years ago
  34. eccf24e [CVE-2019-7164] Upgrade SqlAlchemy to ~= 1.3.0 by David Pursehouse · 5 years ago
  35. 7e53dc8 Add option to set number of max unavailable pods by Thomas Draebing · 5 years ago
  36. 5372985 Add readiness and liveness probes for gerrit-master by Thomas Draebing · 5 years ago
  37. 2dec667 Make H2 the default database used by Gerrit in helm-charts by Thomas Draebing · 5 years ago
  38. 2ae16e6 Provide a factory providing gerrit container by Thomas Draebing · 5 years ago
  39. 777c18f Add integration tests for gerrit-init container with H2-database by Thomas Draebing · 5 years ago
  40. 65aab6c Add a helper function for tests to wait for event by Thomas Draebing · 5 years ago
  41. e3aa922 Add structure tests for gerrit-init container by Thomas Draebing · 5 years ago
  42. 350246c Add integration tests for gerrit-slave container by Thomas Draebing · 5 years ago
  43. 618d124 Add structure tests for gerrit-slave container by Thomas Draebing · 5 years ago
  44. 66159b7 Add integration tests for Gerrit master container by Thomas Draebing · 5 years ago
  45. a334df7 Add structure tests for gerrit-master container by Thomas Draebing · 5 years ago
  46. 5b41080 Improve logging and waiting in mysql-replication-init by Thomas Draebing · 5 years ago
  47. 1b80141 Add integration tests for mysql-replication-init by Thomas Draebing · 5 years ago
  48. 7159cac Add structure tests for mysql-replication-init container by Thomas Draebing · 5 years ago
  49. 7d18cac Allow to skip slow tests by Thomas Draebing · 5 years ago
  50. f0cca5c Add option to pytest to use container build cache by Thomas Draebing · 5 years ago
  51. f550f0b Allow to use existing container images by Thomas Draebing · 5 years ago
  52. 9367db3 Add integration tests for apache-git-http-backend container by Thomas Draebing · 5 years ago
  53. 4fcd51b Add container structure tests for apache-git-http-backend by Thomas Draebing · 5 years ago
  54. 084307e Add container structure tests for gerrit-base-container by Thomas Draebing · 5 years ago
  55. 0156681 Add container structure tests for git-gc by Thomas Draebing · 5 years ago
  56. 9dae89c Add structure test for base-container by Thomas Draebing · 5 years ago
  57. 0f42a46 Add pylint configuration and lint python scripts accordingly by Thomas Draebing · 5 years ago
  58. 628c504 Remove validate_site.sh script from base image by Thomas Draebing · 5 years ago
  59. 8a5fbc8 Remove docker-setup-specific contents of gerrit-init image by Thomas Draebing · 5 years ago
  60. 9cfd5b9 Remove docker-setup-specific contents of gerrit-slave image by Thomas Draebing · 5 years ago
  61. 2b3635a Remove docker-setup-specific contents of gerrit-master image by Thomas Draebing · 5 years ago
  62. 465dc90 Remove docker-setup-specific contents of apache-git-http-backend by Thomas Draebing · 5 years ago
  63. ed60e5a Remove OpenSSH from container images by Thomas Draebing · 5 years ago
  64. 5654176 Remove docker-setup-specific contents of git-gc image by Thomas Draebing · 5 years ago
  65. eef1844 Create Gerrit-user in base-image by Thomas Draebing · 5 years ago
  66. e6b12e6 Reduce container image size by Thomas Draebing · 5 years ago
  67. a344569 Fix return codes of create-repo.sh CGI-script by Thomas Draebing · 5 years ago
  68. da89ae3 Correctly fail in build-script by Thomas Draebing · 5 years ago
  69. 5e88a6d Fix error message displayed when Gerrit-init fails by Thomas Draebing · 5 years ago
  70. 98e114b Add an initialization file to create a replication user by Thomas Draebing · 5 years ago
  71. 3dbe610 Move the MySQL DB into its own chart by Thomas Draebing · 5 years ago
  72. 5e133e1 Rewrite gerrit-init image to allow to handle other databases by Thomas Draebing · 5 years ago
  73. f7cea69 Extract config-symlinking into function by Thomas Draebing · 5 years ago
  74. feb2c6f Add initContainer to clean up Gerrit site by Thomas Draebing · 5 years ago
  75. 035a2b9 Fix Gerrit-slave initialization without test mode by Thomas Draebing · 5 years ago
  76. fbd3028 Share the Gerrit site between containers in a pod by Thomas Draebing · 5 years ago
  77. 7733f93 Inherit from gerrit-base in gerrit-init by Thomas Draebing · 5 years ago
  78. de29714 Rename 'gerrit-slave-init' image to 'gerrit-init' by Thomas Draebing · 5 years ago
  79. 2d6ebb2 Download Gerrit war-file outside of the Gerrit site by Thomas Draebing · 5 years ago
  80. dd97534 Allow to persist H2 databases of Gerrit master by Thomas Draebing · 5 years ago
  81. 7c86af3 Provide empty All-Projects and All-Users repositories for slave by Thomas Draebing · 5 years ago
  82. c9906d2 Describe minikube setup for evaluation by Thomas Draebing · 5 years ago
  83. b8ca15b Turn off SSHD in gerrit.config by default by Thomas Draebing · 5 years ago
  84. 6e0d25b Remove requirement for Java keystore in charts by Thomas Draebing · 5 years ago
  85. 695756b Fix Gerrit configuration in gerrit-master start-script by Thomas Draebing · 5 years ago
  86. 2ea4f19 Fix Gerrit site init of gerrit-master in the docker setup by Thomas Draebing · 5 years ago
  87. b3e7cde Use Gerrit 2.16 by Thomas Draebing · 5 years ago
  88. a377ca3 Enable the use of Gerrit 2.14 by Thomas Draebing · 5 years ago
  89. 1272d0c Fix build-script to supply the gerrit-url to correct image by Thomas Draebing · 5 years ago
  90. 127e565 Add README.md for all container images by Matthias Sohn · 5 years ago
  91. 2a6cc77 Force gerrit master to use gerrit.config mounted from configmap by Thomas Draebing · 5 years ago
  92. 8fc1be7 Move internal project to open source by Thomas Draebing · 5 years ago v0.1
  93. 40b0da8 Add license and basic documentation by Matthias Sohn · 5 years ago
  94. 545c870 Initial empty repository by Luca Milanesio · 5 years ago