Commit graph

609 commits

Author SHA1 Message Date
Peter Bittner
4c581afb36
Add changelog instructions, remove Gitter badge 2025-10-08 10:23:37 +03:00
Erick Massip
81c47e528a
Fix gtag user_id setup and add support for custom dimensions (#226)
* Fixed user_id setup for gtag according to latest docs
* Added the possibility to include custom dimensions to be sent along with every event
* Added custom dimensions section to the gtag docs
* Added explicit python code blocks in the docs
* Reformat test_tag_google_analytics_gtag.py with Ruff formatter
2025-10-08 10:23:36 +03:00
Peter Bittner
22eceeb004
Release v3.2.0 2025-10-08 10:23:36 +03:00
Peter Bittner
090799a04d
Add more config options for Woopra
Closes #100
2025-10-08 10:23:35 +03:00
Peter Bittner
99a562274b
Fix deprecated set-output for pip-cache in GHA jobs
See:
- https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
- https://github.com/actions/setup-python#caching-packages-dependencies
- https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages
2025-10-08 10:23:35 +03:00
Peter Bittner
10a9adf858
Fix broken/missing author credits in documentation
Fixes broken text include in History chapter introduced via commit 7704f8c.
2025-10-08 10:23:34 +03:00
Peter Bittner
072175b135
Configure coverage via pyproject.toml, show results in CI 2025-10-08 10:23:34 +03:00
Peter Bittner
e9657d5582
Fix confusingly swapped display on GHA 2025-10-08 10:23:34 +03:00
Peter Bittner
b11d35ad24
Remove duplicate table entry (tox-gh-actions) 2025-10-08 10:23:33 +03:00
Peter Bittner
9e08943279
Remove AUTHORS file to avoid confusion 2025-10-08 10:23:33 +03:00
Peter Bittner
021247f3e4
Simplify formatting of Intercom test code 2025-10-08 10:23:32 +03:00
Peter Bittner
149c9cd6fd
Address warnings in docs build process
Adjusts copyright following https://reuse.software/faq/#years-copyright
2025-10-08 10:23:32 +03:00
Peter Bittner
e8d2e20cbd
Adhere to new license specification in metadata
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license

Note that this must drop (the end-of-life) Python 3.8, because
setuptools>=80 requires Python 3.9+ and older setuptools versions
require the license field to be a table instead of a string value.
2025-10-08 10:23:31 +03:00
Peter Bittner
bac1d8bd7c
Remove uv lockfile upon cleanup to avoid audit to freak out 2025-10-08 10:23:31 +03:00
Peter Bittner
b7609e54a0
Remove obsolete type attribute in script tags 2025-10-08 10:23:31 +03:00
Peter Bittner
089a680179
Update outdated PyPI URL references 2025-10-08 10:23:05 +03:00
Peter Bittner
1063b86d80
Fix Sphinx documentation issues, add RTD configuration 2025-10-08 10:23:04 +03:00
Peter Bittner
25fcdd00cc
Reformat code using Ruff 2025-10-08 10:23:04 +03:00
Peter Bittner
df4d1d394a
Migrate packaging from setup.py to pyproject.toml 2025-10-08 10:23:03 +03:00
axsapronov
77f4d920dc Update template for yandex counter 2025-04-21 13:42:53 +03:00
Jannis Leidel
8d6419eec8
Merge pull request #220 from jazzband/cleanup/setup-cfg
Remove apparently obsolete setup.cfg
2023-05-02 10:23:20 +02:00
Tim Gates
6e367cdd2d docs: fix simple typo, convesions -> conversions
There is a small typo in docs/services/spring_metrics.rst.

Should read `conversions` rather than `convesions`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-08-03 01:18:16 +02:00
Petr Dlouhý
2163c77684
Add the missing get_identity prefix to google_analytics_gtag, test it (#217) 2022-07-19 08:58:28 +02:00
Petr Dlouhý
858a05307b Update docs/features.rst
Co-authored-by: Peter Bittner <django@bittner.it>
2022-07-18 16:54:29 +02:00
Petr Dlouhý
19c43bef4a Update docs/features.rst
Co-authored-by: Peter Bittner <django@bittner.it>
2022-07-18 16:54:29 +02:00
Petr Dlouhý
5ad082df48 Update docs/features.rst
Co-authored-by: Peter Bittner <django@bittner.it>
2022-07-18 16:54:29 +02:00
Petr Dlouhý
47a5a4d6a9 more fixes to the docs 2022-07-18 16:54:29 +02:00
Petr Dlouhý
f56a779b7a Update docs/features.rst
Co-authored-by: Peter Bittner <django@bittner.it>
2022-07-18 16:54:29 +02:00
Petr Dlouhý
a82bde708a Update docs/services/google_analytics_gtag.rst
Co-authored-by: Peter Bittner <django@bittner.it>
2022-07-18 16:54:29 +02:00
Petr Dlouhý
83e4361d2a Update docs/features.rst
Co-authored-by: Peter Bittner <django@bittner.it>
2022-07-18 16:54:29 +02:00
Petr Dlouhý
25979fd0c2 Update docs/features.rst
Co-authored-by: Peter Bittner <django@bittner.it>
2022-07-18 16:54:29 +02:00
Petr Dlouhý
96f1ba98b1 add more information about overriding identity to documentation 2022-07-18 16:54:29 +02:00
Petr Dlouhý
7e28ee31f1 add custom identity test 2022-07-16 13:25:39 +02:00
Peter Bittner
e596e20183 Remove apparently obsolete setup.cfg 2022-07-14 14:17:22 +02:00
Peter Bittner
248e04aef5 Fix outdated URLs that point to the Clickmap service
Fixes #182
2022-07-14 10:56:02 +02:00
Peter Bittner
f487cb895c Fix Matomo noscript tag
Reference: https://matomo.org/faq/how-to/faq_176/
2022-07-06 23:52:03 +02:00
Peter Bittner
688524305f Remove deprecated Piwik integration
Please use our Matomo integration instead
2022-07-06 23:52:03 +02:00
Kevin Olbrich
ba59f396df add GOOGLE_ANALYTICS_JS_SOURCE setting to allow custom source URL
fixes https://github.com/jazzband/django-analytical/issues/212
2022-07-06 08:30:22 +02:00
Peter Bittner
844a178c04 Simplify copyright notice
Co-authored-by: David Smith <39445562+smithdc1@users.noreply.github.com>
2022-03-15 09:34:50 +01:00
Peter Bittner
ce90933ab1 Release v3.1.0
Removed optional license field from metadata, following recommendations from packaging guide.
See https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#license
2022-03-15 09:34:50 +01:00
Peter Bittner
a8be4ea814 Readability counts, code must be self-explanatory 2022-03-14 22:51:05 +01:00
Peter Bittner
d82ca0aed5 Use context manager for file reading 2022-03-11 11:16:31 +01:00
Peter Bittner
52aa88f08a Use pathlib instead of os.path (we only support Python 3.6+) 2022-03-11 10:15:45 +01:00
Peter Bittner
023702fa75 Consolidate tox.ini and pyproject.toml 2022-03-10 15:50:29 +01:00
Jannis Leidel
1d9a3b5626
Merge pull request #205 from jazzband/feature/rename-default-branch
Rename default branch (master ➜ main)
2022-02-06 21:08:58 +01:00
Peter Bittner
2fd2279ecb Rename default branch (master ➜ main)
Following the example of other popular free software projects, we also rename
our default branch to remove terminology stemming from colonialism and slavery.
2022-02-05 18:42:08 +01:00
Peter Bittner
a021e07e15
Improve GHA test jobs, move tool config to pyproject.toml (#202)
* Move Tox tool config settings to pyproject.toml
* Restore older Bandit version for predictive setup
   Bandit UX is seriously broken. Unfortunately, only <1.6 works predictably.
* Exclude unsupported Python/Django combinations
   Use a more self-explanatory build job name for tests
* Help pytest find the Django test project settings
* Use clean range for Django 4.0
* Keep load on the GHA runners low, use newer Python for checks
2022-02-04 19:04:03 +01:00
merc1er
051d46ceda Fix typo 2022-02-04 03:12:45 +01:00
Peter Bittner
8d449868da Use job name suggested by @jezdez
Co-authored-by: Jannis Leidel <jannis@leidel.info>
2021-11-27 19:14:13 +01:00
Peter Bittner
44e642c34b Add clean Tox target (run tox -e clean) 2021-11-27 19:14:13 +01:00