1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-04-13 10:15:08 +02:00

579 Commits

Author SHA1 Message Date
7b8ff7c02f
Bump version to v1.4.6-dev 2025-04-02 11:00:24 +03:00
6313177b4b
Version 1.4.5 v1.4.5 2025-04-02 10:57:34 +03:00
fb5df25ef5
README.md: update note about tested versions 2025-04-02 10:51:58 +03:00
dab96ce77a
CHANGELOG.md: update recommended Python to 3.9+ 2025-04-02 10:51:58 +03:00
ff7641d455
Update requirements
Exported from uv:

  $ uv export --no-dev --no-hashes > requirements.txt
  $ uv export --no-hashes > requirements-dev.txt
2025-04-02 10:51:42 +03:00
bfe12da212
dspace_statistics_api/indexer.py: update comment 2025-04-01 17:50:21 +03:00
68cb3905d1
dspace_statistics_api/indexer.py: don't use psycopg2.extras.execute_values()
In psycopg version 3 we can use cursor.executemany().
2025-04-01 17:50:16 +03:00
41d831d29f
dspace_statistics_api/app.py: don't use psycopg2.extras.register_uuid()
In psycogp version 3 we can use native Python UUIDs without special
handling.
2025-04-01 17:44:36 +03:00
ce0a2d9213
Adjust psycopg connection for dict_row factory 2025-04-01 17:42:41 +03:00
8c1a8bde54
dspace_statistics_api/app.py: replace set_session
Replace connection.set_session() with connection.set_read_only().
2025-04-01 17:40:22 +03:00
ffe6030a9e
Bump psycopg to version 3 2025-04-01 17:07:31 +03:00
e90cfe9e69
README.md: update for DSpace 7
Minor changes only.
2025-04-01 17:03:45 +03:00
719d86dd30
Merge pull request #54 from ilri/renovate/postgres-17.x
Update postgres Docker tag to v17
2025-04-01 13:02:22 +03:00
renovate[bot]
d3982df636
Update postgres Docker tag to v17 2025-04-01 09:47:47 +00:00
656661de8f
.github/workflows: use ubuntu-latest 2025-04-01 12:46:30 +03:00
1e251a259a
Update falcon to v4.0.x 2025-04-01 12:45:28 +03:00
eca0d28849
Use uv instead of poetry 2025-04-01 12:39:05 +03:00
718bfab897
pyproject.toml: update email address 2025-04-01 11:27:31 +03:00
8196d28e88
Prepare for next development version
Start development on 1.4.5-dev.
2024-09-11 15:55:53 +03:00
f3421e595c
Version 1.4.4 v1.4.4 2024-09-11 15:54:31 +03:00
6cf8ca0245
Update requirements
Generated with poetry export:

    $ poetry export --without-hashes -f requirements.txt > requirements.txt
    $ poetry export --without-hashes --dev -f requirements.txt > requirements-dev.txt

The `--without-hashes` is required to work around an issue with
gunicorn pulling in a dependency on setuptools that poetry ignores.

See: https://github.com/python-poetry/poetry/issues/1584
2024-09-11 15:52:27 +03:00
14c6e5f8dc
poetry.lock: regenerate 2024-09-11 15:51:41 +03:00
4c32aeb915
CHANGELOG.md: add some notes
Add some notes about updates and changes.
2024-09-11 15:50:42 +03:00
34a1a08893
.github/workflows/python-app.yml: use Python 3.12
I'm using Python 3.12 locally and it's what Ubuntu 24.04 has.
2024-09-11 15:48:15 +03:00
c47bb2aba7
pyproject.toml: bump all deps
These are passing pytest locally as well as a manual harvest.
2024-09-11 15:45:52 +03:00
a7fd70bf10
Remove Drone CI 2024-09-11 15:07:07 +03:00
45dfe7851f
Merge pull request #51 from ilri/renovate/pypi-gunicorn-vulnerability 2024-09-11 15:03:54 +03:00
renovate[bot]
c1cd0a0351
Update dependency gunicorn to v22 [SECURITY] 2024-08-06 07:24:05 +00:00
1912363899
Merge pull request #42 from ilri/renovate/pytest-7.x-lockfile
All checks were successful
continuous-integration/drone/push Build is passing
Update dependency pytest to v7.4.4
2024-01-05 16:53:21 +03:00
cd3c024a77
Merge pull request #44 from ilri/renovate/flake8-7.x
Update dependency flake8 to v7
2024-01-05 16:53:03 +03:00
renovate[bot]
e96c79bf2c
Update dependency flake8 to v7
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-05 01:26:48 +00:00
renovate[bot]
d6330c7bd4
Update dependency pytest to v7.4.4
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-31 12:49:30 +00:00
8c7a5c4047
Merge pull request #40 from ilri/renovate/isort-5.x-lockfile
All checks were successful
continuous-integration/drone/push Build is passing
Update dependency isort to v5.13.2
2023-12-28 09:22:24 +03:00
a31c592fab
Merge pull request #41 from ilri/renovate/black-23.x-lockfile
Update dependency black to v23.12.1
2023-12-28 09:22:01 +03:00
renovate[bot]
c7b179f1b5
Update dependency black to v23.12.1
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-23 00:02:01 +00:00
renovate[bot]
77c166c024
Update dependency isort to v5.13.2
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-13 23:34:34 +00:00
7680b0f440
.github: update workflow
All checks were successful
continuous-integration/drone/push Build is passing
- actions/checkout@v4
- actions/setup-python@v5
- python-version: '3.11'
2023-12-09 13:58:01 +03:00
e70a7a9675
Apply fixes from fixit
RewriteToLiteral: It's slower to call list() than using the empty literal
2023-12-09 13:57:55 +03:00
24f90df13e
pyprojecy.toml: use new group syntax
poetry wants us to use `poetry add --group=dev` now, which generates
this syntax in the toml.
2023-12-09 13:57:45 +03:00
780f2c1723
pyproject.toml: add fixit to dev dependencies 2023-12-09 13:57:31 +03:00
53b58d4116
Merge pull request #38 from ilri/renovate/falcon-3.x
All checks were successful
continuous-integration/drone/push Build is passing
Update dependency falcon to v3.1.3
2023-12-05 16:36:50 +03:00
renovate[bot]
19a6d2cea6
Update dependency falcon to v3.1.3
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-05 07:14:40 +00:00
6c2bcda16f
Merge pull request #37 from ilri/renovate/black-23.x-lockfile
All checks were successful
continuous-integration/drone/push Build is passing
Update dependency black to v23.11.0
2023-11-22 19:37:07 +03:00
renovate[bot]
e4d9545b02
Update dependency black to v23.11.0
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-08 07:30:58 +00:00
1f507d3074
Merge pull request #33 from ilri/renovate/actions-checkout-4.x
All checks were successful
continuous-integration/drone/push Build is passing
Update actions/checkout action to v4
2023-10-25 12:22:47 +03:00
82771d7b0c
Merge pull request #32 from ilri/renovate/psycopg2-2.x-lockfile
Update dependency psycopg2 to v2.9.9
2023-10-25 12:21:47 +03:00
5ff3323f88
Merge pull request #31 from ilri/renovate/flake8-6.x-lockfile
Update dependency flake8 to v6.1.0
2023-10-25 12:20:32 +03:00
c7a871c2f1
Merge pull request #36 from ilri/renovate/gunicorn-21.x-lockfile
Update dependency gunicorn to v21.2.0
2023-10-25 12:20:15 +03:00
renovate[bot]
b948283d40
Update dependency gunicorn to v21.2.0
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-25 09:12:04 +00:00
124a05dcaf
Merge pull request #30 from ilri/renovate/gunicorn-21.x
All checks were successful
continuous-integration/drone/push Build is passing
Update dependency gunicorn to v21
2023-10-25 12:11:21 +03:00