32 Commits

Author SHA1 Message Date
Adrian Moennich
84381e8eea Run latest pyupgrade 2021-04-14 12:36:41 +02:00
Adrian Moennich
26e1981705 Get rid of find() and its friends
see indico/indico#4684
2021-01-19 19:44:03 +01:00
Adrian Moennich
490f86b498 Merge branch '2.3-maintenance' 2021-01-05 14:31:54 +01:00
Indico Team
81802aa297 Happy new year 2021 🎆 2021-01-05 12:30:39 +01:00
Adrian Moennich
2f8bd7da47 Fix improper bytestring usage 2020-11-12 14:47:29 +01:00
Adrian Moennich
aa0875cd0d Use more explicit imports 2020-11-12 14:47:29 +01:00
Indico Team
01406b3d2a Fix empty lines after file headers 2020-11-12 14:47:29 +01:00
Indico Team
f2755b4be4 Run modernize, pyupgrade, autoflake and isort 2020-11-12 14:47:29 +01:00
Indico Team
43c703e1b4 Happy new year 2020 🎆 2020-01-16 11:32:21 +01:00
Indico Team
4b39714dbf Update license headers (and add missing) 2019-05-08 15:41:55 +02:00
Indico Team
44e2d03c3b Happy new year 2018 🎆 2018-01-09 14:03:14 +01:00
Adrian Moennich
f63872b715 Get rid of AccessWrapper 2017-09-14 18:55:15 +02:00
Adrian Moennich
b8aca1b58a isort everything 2017-09-14 17:47:45 +02:00
Adrian Moennich
c300a6a829 Rename event_new to event 2017-08-11 11:46:25 +02:00
Adrian Moennich
5ef736284c MaKaC -> indico.legacy 2017-03-01 17:22:51 +01:00
Adrian Moennich
5e3ec5ad14 LiveSync: Get rid of XMLCache 2017-02-22 16:51:31 +01:00
Indico Team
4515d8c0a6 Happy new year 2017! 2017-01-10 15:03:10 +01:00
Pedro Ferreira
230848dbd9 LiveSync: add sessions, use proper DB queries 2016-08-12 11:34:50 +02:00
Adrian Moennich
4505f78024 LiveSync: Remove obsolete imports
It's still defunct but that way it does not break at import time or when
running a zodb importer
2016-07-27 14:19:18 +02:00
Adrian Moennich
862589e3af LiveSync: Ignore children of deleted events 2016-04-19 11:05:02 +02:00
Adrian Moennich
e5d5926780 LiveSync: Adapt to new objects 2016-04-13 01:54:25 +02:00
Adrian Moennich
06ff5e763b Don't use format() for logging 2016-01-25 13:34:49 +01:00
Indico Team
b16a368ba1 Happy new year 2016!
Bump license headers to 2016
2016-01-01 04:59:45 +01:00
Pedro Ferreira
d2b05cd2c3 Livesync: Upload metadata records in batches
Until now we were fetching livesync queue entries in batches but the resulting number of actual resulting records could be much higher
2015-10-05 17:20:28 +02:00
Adrian Moennich
8aa00ddbbb LiveSync: Remove AdminList 2015-04-20 18:44:20 +02:00
Adrian Moennich
4079352a63 Livesync: Ignore category records silently 2015-03-04 17:35:10 +01:00
Indico Team
79c567eab0 Unify file headers and bump copyright year to 2015 2015-01-22 12:07:32 +01:00
Alejandro Avilés
0002232153 Use bytestrings in MARCXMLGenerator 2014-11-13 16:30:59 +01:00
Adrian Moennich
6959322843 Add batch uploader 2014-11-12 18:30:53 +01:00
Adrian Moennich
73f5a05bb7 Fix typo 2014-11-11 17:14:47 +01:00
Adrian Moennich
4244faeeb1 Make XML generation more robust
Don't write to the main XMLGen while creating a new record.
This avoids having to undo changes in case of an error in a really
unreliable way.
2014-11-10 17:07:43 +01:00
Adrian Moennich
5b860e8ddd Add MarcXML generator 2014-11-10 10:48:45 +01:00