2
0
mirror of https://github.com/opencultureconsulting/oai-pmh2.git synced 2025-02-16 00:00:57 +01:00

72 Commits

Author SHA1 Message Date
Sebastian Meyer
6e01324d65 Avoid converting DateTime object to string 2025-02-14 14:28:10 +01:00
Sebastian Meyer
e717360090 Append metadataPrefix to resumption token 2025-02-05 11:29:06 +01:00
Sebastian Meyer
6360f41be2 Downgrade dependencies for PHP 8.1 2025-01-29 10:23:57 +01:00
Sebastian Meyer
0ba2963ea3 Streamline coding style 2025-01-26 23:41:23 +01:00
Sebastian Meyer
5bf5be07ae Unset umask before creating data directory 2025-01-26 19:09:38 +01:00
Sebastian Meyer
f8e766e1e7 Update composer.lock 2025-01-26 17:56:23 +01:00
Sebastian Meyer
a03fbab618 Update dependencies 2025-01-26 11:45:41 +01:00
c617a749ec Update dependencies 2024-11-04 20:49:05 +01:00
61d8acdf94 Use Composer to run PHPStan workflow 2024-10-23 17:39:11 +02:00
e97d706cb5
Use Composer for running PHP_CodeSniffer 2024-10-23 12:31:00 +02:00
ecde23e2f1
Fix PHPCS workflow 2024-10-23 12:13:30 +02:00
d066367a15
Fix PHPCS workflow 2024-10-23 11:59:25 +02:00
28752a9974
Fix PHPMD workflow 2024-10-23 11:43:32 +02:00
03c9cd8e52 Update dependencies 2024-10-23 11:22:46 +02:00
80ee1b01e3 Avoid using DQL reserved words in queries 2024-10-14 17:55:47 +02:00
d1e752faed Don't declare entity classes final 2024-10-14 17:55:23 +02:00
396f8dc9e0 Don't use named parameters in code 2024-10-14 14:51:42 +02:00
97fee92f63 Refactored and cleaned code 2024-09-30 19:37:29 +02:00
d16efe47ed Rework PHPMD integration 2024-08-09 12:29:36 +02:00
bfb02a1205 Small corrections 2024-07-20 12:00:15 +02:00
fb823d6033 Small corrections 2024-07-18 14:10:36 +02:00
c6193ede07 Fix Psalm issues 2024-07-13 21:37:20 +02:00
b3585777a4 Add GitHub workflows 2024-07-13 19:45:49 +02:00
e6ea34c151 Fix issues reported by static code analyzers 2024-07-13 19:37:14 +02:00
535f9e813e Update dependencies 2024-07-13 19:36:59 +02:00
3e967f0b92 Rename package to OAIPMH2 2024-07-13 18:49:54 +02:00
ed679b4685 Add development tools 2024-07-13 18:49:39 +02:00
ce210cd99b Use array_key_exists instead of in_array 2024-07-11 15:20:35 +02:00
Sebastian Meyer
0674cf58bf Remove configuration option for memory limit 2024-02-01 16:46:38 +01:00
Sebastian Meyer
c4de671caa Set interval to 10000 records 2024-02-01 16:43:01 +01:00
Sebastian Meyer
98c8325db3 Set CLI message when flushing 2024-02-01 15:58:48 +01:00
Sebastian Meyer
9dcbbdaf69 Add alternative to memory limit 2024-02-01 15:55:17 +01:00
Sebastian Meyer
172b473416 Set a reasonable default value 2024-02-01 14:22:32 +01:00
Sebastian Meyer
0a4fafaa29 Make memory limit configurable 2024-02-01 14:18:04 +01:00
Sebastian Meyer
982b299480 Update dependencies 2024-02-01 13:00:16 +01:00
Sebastian Meyer
17bfc163ed Add database indices for performance 2024-02-01 12:58:27 +01:00
Sebastian Meyer
16dbc1c39a Update dependencies 2024-01-22 21:20:42 +01:00
Sebastian Meyer
631a1e29a4 Update license header 2024-01-22 15:06:07 +01:00
Sebastian Meyer
6910f9e74b Add command for set updates 2024-01-12 09:08:10 +01:00
Sebastian Meyer
cf3695a888 Allow hierarchical sets 2024-01-12 08:09:26 +01:00
Sebastian Meyer
6c700c6f24 Add full support for sets 2024-01-12 07:32:47 +01:00
Sebastian Meyer
c2f3e7493e Fix PHPStan false-positive 2024-01-12 07:18:09 +01:00
Sebastian Meyer
a2cb531bbc Make set description optional and nullable 2024-01-12 07:05:27 +01:00
Sebastian Meyer
c4f6bc09ac Return immediately if limit is negative 2024-01-11 14:56:00 +01:00
Sebastian Meyer
a1160c9cbd Set spec as default name for sets 2024-01-11 14:49:43 +01:00
e6a4d5d508 Use regular expressions for validation 2024-01-10 11:45:39 +01:00
a0f4f0546f Fix problem when omitting column names 2024-01-10 11:45:10 +01:00
647e2ac007 Consolidate class naming scheme 2024-01-08 22:37:09 +01:00
c0321ab38d Validate well-formed XML for record content 2024-01-08 19:47:48 +01:00
dependabot[bot]
2dc049a1cf
Bump phpstan/phpstan from 1.10.50 to 1.10.55 (#1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-08 18:52:33 +01:00