https://github.com/acdh-oeaw/apis-acdhch-django-auditlog
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.0%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- License: mit
- Language: HTML
- Default Branch: main
- Size: 61.5 KB
Statistics
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
- Releases: 4
Created almost 2 years ago
· Last pushed 10 months ago
Metadata Files
Readme
Changelog
README.md
apisacdhchdjango_auditlog
Auditlog integration for APIS apps at the ACDH-CH at the OEAW
Installation
Add apis_acdhch_django_auditlog to your INSTALLED_APPS.
Include the apis-acdhch-django-auditlog urls in your urls.py:
urlpatterns += [path("", include("apis_acdhch_django_auditlog.urls")),]
Owner
- Name: Austrian Centre for Digital Humanities & Cultural Heritage
- Login: acdh-oeaw
- Kind: organization
- Email: acdh@oeaw.ac.at
- Location: Vienna, Austria
- Website: https://www.oeaw.ac.at/acdh
- Repositories: 476
- Profile: https://github.com/acdh-oeaw
GitHub Events
Total
- Create event: 50
- Release event: 3
- Issues event: 5
- Delete event: 33
- Issue comment event: 24
- Push event: 41
- Pull request event: 99
Last Year
- Create event: 50
- Release event: 3
- Issues event: 5
- Delete event: 33
- Issue comment event: 24
- Push event: 41
- Pull request event: 99
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 3
- Total pull requests: 103
- Average time to close issues: 8 days
- Average time to close pull requests: 9 days
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 0.4
- Merged pull requests: 58
- Bot issues: 1
- Bot pull requests: 83
Past Year
- Issues: 3
- Pull requests: 103
- Average time to close issues: 8 days
- Average time to close pull requests: 9 days
- Issue authors: 2
- Pull request authors: 3
- Average comments per issue: 0.0
- Average comments per pull request: 0.4
- Merged pull requests: 58
- Bot issues: 1
- Bot pull requests: 83
Top Authors
Issue Authors
- b1rger (2)
- dependabot[bot] (1)
Pull Request Authors
- dependabot[bot] (76)
- b1rger (20)
- github-actions[bot] (7)
Top Labels
Issue Labels
dependencies (1)
github_actions (1)
Pull Request Labels
dependencies (76)
python (60)
github_actions (16)
autorelease: pending (4)
autorelease: tagged (3)
Packages
- Total packages: 1
-
Total downloads:
- pypi 165 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
pypi.org: apis-acdhch-django-auditlog
Django auditlog integration for ACDHCH APIS instances
- Documentation: https://apis-acdhch-django-auditlog.readthedocs.io/
- License: mit
-
Latest release: 0.3.0
published 10 months ago
Rankings
Dependent packages count: 10.6%
Average: 35.1%
Dependent repos count: 59.7%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/gitlint.yml
actions
.github/workflows/publish.yml
actions
- actions/checkout v4 composite
- actions/download-artifact v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/release-please.yml
actions
- google-github-actions/release-please-action v3 composite
.github/workflows/ruff-formatter.yml
actions
.github/workflows/ruff-linter.yml
actions
poetry.lock
pypi
- asgiref 3.8.1
- click 8.1.7
- colorama 0.4.6
- cssbeautifier 1.15.1
- django 5.0.7
- django-auditlog 3.0.0
- djlint 1.34.1
- editorconfig 0.12.4
- html-tag-names 0.1.2
- html-void-elements 0.1.0
- jsbeautifier 1.15.1
- json5 0.9.25
- pathspec 0.12.1
- python-dateutil 2.9.0.post0
- pyyaml 6.0.1
- regex 2023.12.25
- ruff 0.5.4
- six 1.16.0
- sqlparse 0.5.1
- tqdm 4.66.4
- tzdata 2024.1
pyproject.toml
pypi
- djlint ^1.34.1 develop
- ruff ^0.5.4 develop
- django-auditlog ^3.0.0
- python ^3.11