Loading .gitlab-ci.yml 0 → 100644 +8 −0 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/pre-commit.yml - project: shore/ci-templates file: templates/gitlab-release.yml - project: shore/ci-templates file: templates/pypi-upload.yml MANIFEST.in +1 −0 Original line number Diff line number Diff line recursive-include check_mysql_slave *.py exclude .pre-commit-config.yaml exclude .gitlab-ci.yml include *.rst include VERSION include *.txt README.rst +4 −0 Original line number Diff line number Diff line check_mysql_slave ################# .. image:: https://git.shore.co.il/nimrod/check_mysql_slave/badges/master/pipeline.svg :target: https://git.shore.co.il/nimrod/check_mysql_slave/-/commits/master :alt: pipeline status Check MySQL seconds behind master for Nagios-like monitoring. Usage Loading Loading
.gitlab-ci.yml 0 → 100644 +8 −0 Original line number Diff line number Diff line --- include: - project: shore/ci-templates file: templates/pre-commit.yml - project: shore/ci-templates file: templates/gitlab-release.yml - project: shore/ci-templates file: templates/pypi-upload.yml
MANIFEST.in +1 −0 Original line number Diff line number Diff line recursive-include check_mysql_slave *.py exclude .pre-commit-config.yaml exclude .gitlab-ci.yml include *.rst include VERSION include *.txt
README.rst +4 −0 Original line number Diff line number Diff line check_mysql_slave ################# .. image:: https://git.shore.co.il/nimrod/check_mysql_slave/badges/master/pipeline.svg :target: https://git.shore.co.il/nimrod/check_mysql_slave/-/commits/master :alt: pipeline status Check MySQL seconds behind master for Nagios-like monitoring. Usage Loading