mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-18 03:16:38 +00:00
Build and push containers / metadata (push) Canceled after 0s
Build and push containers / build-push-containers (push) Canceled after 0s
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Canceled after 0s
ChangeDetection.io Container Build Test / Build linux/amd64 (alpine) (push) Canceled after 0s
ChangeDetection.io Container Build Test / Build linux/arm64 (alpine) (push) Canceled after 0s
ChangeDetection.io Container Build Test / Build linux/amd64 (main) (push) Canceled after 0s
ChangeDetection.io Container Build Test / Build linux/arm/v7 (main) (push) Canceled after 0s
ChangeDetection.io Container Build Test / Build linux/arm/v8 (main) (push) Canceled after 0s
ChangeDetection.io Container Build Test / Build linux/arm64 (main) (push) Canceled after 0s
ChangeDetection.io App Test / lint-code (push) Canceled after 0s
ChangeDetection.io App Test / lint-translations (push) Canceled after 0s
ChangeDetection.io App Test / lint-template-i18n (push) Canceled after 0s
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Test the built package works basically. (push) Canceled after 0s
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Canceled after 0s
ChangeDetection.io App Test / test-application-3-11 (push) Canceled after 0s
ChangeDetection.io App Test / test-application-3-12 (push) Canceled after 0s
ChangeDetection.io App Test / test-application-3-13 (push) Canceled after 0s
ChangeDetection.io App Test / test-application-3-14 (push) Canceled after 0s
* Translations - support for translation overlays/local translations of existing strings * Dont forget translations_overlay for pip
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
recursive-include changedetectionio/api *
|
|
include docs/api-spec.yaml
|
|
recursive-include changedetectionio/blueprint *
|
|
recursive-include changedetectionio/conditions *
|
|
recursive-include changedetectionio/content_fetchers *
|
|
recursive-include changedetectionio/jinja2_custom *
|
|
recursive-include changedetectionio/model *
|
|
recursive-include changedetectionio/notification *
|
|
recursive-include changedetectionio/processors *
|
|
recursive-include changedetectionio/realtime *
|
|
recursive-include changedetectionio/static *
|
|
recursive-include changedetectionio/store *
|
|
recursive-include changedetectionio/templates *
|
|
recursive-include changedetectionio/tests *
|
|
recursive-include changedetectionio/translations *
|
|
recursive-include changedetectionio/translations_overlay *
|
|
recursive-include changedetectionio/widgets *
|
|
prune changedetectionio/static/package-lock.json
|
|
prune changedetectionio/static/styles/node_modules
|
|
prune changedetectionio/static/styles/package-lock.json
|
|
include changedetectionio/favicon_utils.py
|
|
include changedetection.py
|
|
include requirements.txt
|
|
include README-pip.md
|
|
global-exclude *.pyc
|
|
global-exclude node_modules
|
|
global-exclude venv
|
|
|
|
global-exclude test-datastore
|
|
global-exclude changedetection.io*dist-info
|
|
global-exclude changedetectionio/tests/proxy_socks5/test-datastore
|