520e04f9be
Pipfile.lock: run pipenv update
...
Brings gunicorn 20.0.4, pytest 5.3.1, and others. I hadn't noticed
that gunicorn was bumped from 19.x.x to 20.x.x last week.
See: https://docs.gunicorn.org/en/stable/news.html#id6
2019-11-27 12:06:09 +02:00
8a46a64cfc
CHANGELOG.md: Use Python 3.8 for pipenv
2019-11-27 10:53:38 +02:00
b8442f8cce
.travis.yml: Remove pipenv-specific environment variables
2019-11-15 00:48:57 +02:00
95f7871cc1
.travis.yml: Use vanilla pip
2019-11-15 00:46:58 +02:00
3bc07027e5
.travis.yml: Test with Python 3.8
2019-11-15 00:46:04 +02:00
afcc445855
Update requirements
...
Generated from pipenv with:
$ pipenv lock -r > requirements.txt
$ pipenv lock -r -d > requirements-dev.txt
2019-11-15 00:41:12 +02:00
494548c691
Use Python 3.8.0 for pipenv
...
Python 3.8.0 was released several months ago and has made it into
Arch Linux's core repositories so it's time to start moving.
2019-11-15 00:38:45 +02:00
feb60b6adf
CHANGELOG.md: Update unreleased changes
2019-11-15 00:06:49 +02:00
1541ae3e3b
.travis.yml: Use Ubuntu 18.04 "Bionic"
2019-11-14 23:57:46 +02:00
1aedc0ca29
CHANGELOG.md: Add note about Python dependencies
2019-08-29 00:31:31 +03:00
a648183f35
Update requirements
...
Generated from pipenv with:
$ pipenv lock -r > requirements.txt
$ pipenv lock -r -d > requirements-dev.txt
2019-08-29 00:31:06 +03:00
b8f379e7fa
Pipfile.lock: Run pipenv update
...
This brings in, among others, psycogpg 2.8.3, requests 2.22.0, and
pytest 5.1.1.
2019-08-29 00:30:06 +03:00
78f9949ecb
CHANGELOG.md: Release version 1.1.0
2019-05-05 23:38:04 +03:00
af80c4b447
CHANGELOG.md: Add falcon 2.0.0 to unreleased changes
2019-05-03 16:33:00 +03:00
edd9e90f59
Update requirements
...
Generated using pipenv:
$ pipenv lock -r > requirements.txt
$ pipenv lock -r -d > requirements-dev.txt
2019-05-03 16:32:17 +03:00
1806d50a51
Pipfile: Use falcon 2.0.0
...
See: https://github.com/falconry/falcon/releases/tag/2.0.0
2019-05-03 16:31:06 +03:00
a459e66fd9
Use falcon 2.0.0rc2
2019-04-18 10:04:43 +03:00
5a3b392a1d
dspace_statistics_api/app.py: Fix Falcon 2.0 syntax
...
See: dspace_statistics_api/app.py
2019-04-18 09:57:18 +03:00
9dcda114c6
Bump Falcon version to 2.0.0b1
...
See: https://github.com/falconry/falcon/releases/tag/2.0.0b1
2019-04-18 09:57:18 +03:00
2b8aba5835
CHANGELOG.md: Move unreleased changes to v1.0.0
2019-04-15 10:39:48 +03:00
9eb30a98e3
Update requirements
...
Generated using pipenv:
$ pipenv lock -r > requirements.txt
$ pipenv lock -r -d > requirements-dev.txt
2019-04-15 10:31:19 +03:00
622e9a86f1
CHANGELOG.md: Add notes about Python updates
2019-04-15 10:30:29 +03:00
2acd08e0ab
Use one-based paging in indexer output
...
It is easier for humans to understand one-based paging output like
"page 1 of 3" than "page 0 of 2" in the indexer.
2019-04-15 10:25:54 +03:00
f75bcf292c
README.md: Remove TODO about SolrClient
...
I switched to using the vanilla requests library.
2019-04-15 10:24:24 +03:00
8f46ceb8d8
Refactor to use vanilla requests library
...
The SolrClient library is unmaintained, which is starting to cause
problems due to the moving Python ecosystem. Switching to requests
does not change my code in any meaningful way and makes maintenance
easier.
2019-04-15 10:19:50 +03:00
18e1e1a227
README.md: Add TODO about checking IDs in the database
...
Theoretically some items could be deleted and we should remove them
from the database.
2019-04-04 18:33:45 +03:00
fd46041698
README.md: Add build badge for sourcehut (sr.ht)
2019-03-17 23:45:33 +02:00
4ce7231ece
CHANGELOG.md: Add unreleased changes
2019-03-17 23:40:51 +02:00
60689d9014
Disable emojis and animated output in CI
...
Makes for cleaner logs.
See: https://docs.travis-ci.com/user/environment-variables/
See: https://man.sr.ht/builds.sr.ht/manifest.md
2019-03-17 23:39:38 +02:00
7bca32189a
.travis.yml: Use PostgreSQL 9.6
...
This matches what we're using in production.
2019-03-17 23:28:06 +02:00
94c5d91d3c
CHANGELOG.md: Add unreleased changes
2019-03-17 22:51:39 +02:00
a640f734c8
Pipfile.lock: run pipenv update
2019-03-17 22:46:39 +02:00
d56a3420f7
README.md: Add TODO about SolrClient
...
SolrClient works, but hasn't been updated in some time and this is
starting to cause issues with some of its dependencies (kazoo). We
can probably get by with using Python requests library and getting
JSON directly from Solr.
2019-02-19 13:54:34 -08:00
7add0d6164
README.md: Add TODO about top items endpoint
...
This might be something useful that would be trivial to provide from
the data we already have in PostgreSQL.
2019-02-10 14:20:09 +02:00
c86bec4d8f
.travis.yml: Use Ubuntu 16.04 xenial image
...
This is a newer userland and allows us to use Python 3.7, for example.
See: https://docs.travis-ci.com/user/reference/xenial/
2019-02-07 17:41:36 +02:00
5429fe5cc8
Update requirements
...
Generated from pipenv with:
$ pipenv lock -r > requirements.txt
$ pipenv lock -r -d > requirements-dev.txt
2019-02-07 17:39:50 +02:00
f8a4cfd3da
CHANGELOG.md: Add notes about updated python modules
2019-02-07 17:30:08 +02:00
be94c94433
Pipfile.lock: Run pipenv update
2019-02-07 17:29:47 +02:00
ba49b78a25
CHANGELOG.md: Add build configuration for build.sr.ht
...
See: https://man.sr.ht/builds.sr.ht/
2019-02-07 17:28:41 +02:00
842f80036f
.build.yml: Fix PostgreSQL import
...
When building on sr.ht the default environment is the home directory
so we need to change to the source directory before trying to import
the SQL file.
2019-02-07 17:25:19 +02:00
f738b8029b
Rename sr.ht build.yml to .build.yml
...
This means git.sr.ht will trigger builds automatically on push.
See: https://man.sr.ht/builds.sr.ht/
2019-02-07 17:09:48 +02:00
d08c43f3d5
build.yml: Functioning build
...
Finally got this working after testing the manifest manually a few
times on the web UI.
2019-02-07 17:09:48 +02:00
819f8e6b0d
Add build.yml for sr.ht
...
Trying to figure out how to run builds on this new platform.
See: https://man.sr.ht/builds.sr.ht/#build-manifests
2019-02-07 17:09:48 +02:00
c79e50a364
README.md: Add TODO about DSpace 6 UUIDs
...
I'm not sure how this will affect us, especially if we want to keep
support for DSpace 4, 5, and 6 in the same code base. At least the
REST API endpoint will have to change from an integer, our database
schema will have to change depending on whether the repository is
using IDs or UUIDs, and maybe even the Solr queries will change.
2019-02-07 16:52:36 +02:00
71006d8bbf
README.md: Add citation
2019-01-23 16:19:58 +02:00
b7d723ef7c
README.md: Fix sentence
2019-01-22 14:23:13 +02:00
914ec52fbb
CHANGELOG.md: Move unrelease changes to 0.9.0
2019-01-22 09:02:29 +02:00
5524066656
CHANGELOG.md: Add note about catching errors
2019-01-22 09:01:54 +02:00
043d897cef
dspace_statistics_api/indexer.py: Catch case of no views/downloads
...
Don't fail with an exception when there are no views or downloads,
for example on a new DSpace installation.
2019-01-22 09:00:22 +02:00
bd28353cda
README.md: Remove TODO for fixing querying of shards
2019-01-22 08:41:39 +02:00