81 Commits

Author SHA1 Message Date
Alejandro Avilés
1464354081 LiveSync: Connect with note signals 2015-07-07 11:03:08 +02:00
Adrian Moennich
b7f9194d12 LiveSync: Adapt to form_header/form_footer changes 2015-06-09 15:26:01 +02:00
Adrian Moennich
7ec9bbace2 LiveSync: More verbose logging 2015-06-08 17:20:39 +02:00
Pedro Ferreira
bbc58a5e89 LiveSync: Be a little more verbose in celery task 2015-06-04 15:08:15 +02:00
Ilias Trichopoulos
d6fc965113 Clean templates from .fixed-width class 2015-06-01 18:05:09 +02:00
Adrian Moennich
0959be4279 LiveSync: Get plugin context via task decorator 2015-05-22 17:27:45 +02:00
Adrian Moennich
32ca74d6c4 Move terminaltables requirement to core 2015-05-22 17:27:45 +02:00
Adrian Moennich
db8227162f LiveSync: Use Celery 2015-05-22 17:27:45 +02:00
Adrian Moennich
425f46433a Bump some plugin versions & indico requirements 2015-05-11 14:11:51 +02:00
Alejandro Avilés
a8ee292f83 VC/Vidyo: Adapt for rename of form_widget.html 2015-05-11 10:43:55 +02:00
Adrian Moennich
8aa00ddbbb LiveSync: Remove AdminList 2015-04-20 18:44:20 +02:00
Indico Team
8930bfd486 Updated *.pot files for i18n (extract) 2015-04-01 11:12:35 +02:00
Indico Team
203dfb2fad Added translation files from Transifex (fr_FR)
Author: Pedro Ferreira <pedro.ferreira@cern.ch>
2015-04-01 11:12:35 +02:00
Adrian Moennich
54ad886d43 Rename admin/base templates to layout/base 2015-03-18 15:19:52 +01:00
Adrian Moennich
ab6daa662e Livesync: Ignore updates for deleted items 2015-03-12 13:56:49 +01:00
Adrian Moennich
0ab12235b6 Livesync: Unify capitalization 2015-03-12 11:35:23 +01:00
Adrian Moennich
903dd0fbc3 Livesync: Use plugin JS i18n 2015-03-12 10:32:05 +01:00
Adrian Moennich
0f09171a9c Livesync: Use new i18n functions 2015-03-11 17:46:51 +01:00
Adrian Moennich
c3566fceba Livesync: Fix intermediate alembic steps 2015-03-10 17:13:18 +01:00
Adrian Moennich
a7b96d8008 Livesync: Apply SA naming convention 2015-03-10 13:58:55 +01:00
Adrian Moennich
1e2142be9a Livesync: Do not break when moving an event 2015-03-05 11:16:42 +01:00
Adrian Moennich
69e07db8fc Livesync: Handle exclusion when populating queue
Also fix deletion handling
2015-03-04 17:37:18 +01:00
Adrian Moennich
4079352a63 Livesync: Ignore category records silently 2015-03-04 17:35:10 +01:00
Adrian Moennich
dde39d9c69 Livesync: Show only unprocessed queue count in CLI 2015-03-04 10:58:50 +01:00
Adrian Moennich
fe29fc804b Livesync: Fix agent setting migration 2015-03-03 21:17:37 +01:00
Adrian Moennich
898a162ccf Livesync: Do not fail on contribution deletion 2015-02-20 18:48:42 +01:00
Adrian Moennich
414ca219a7 LiveSync: Use PyIntEnum 2015-01-26 13:24:49 +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
7f6d9673b4 Livesync: Add --force to run command 2015-01-19 17:20:46 +01:00
Adrian Moennich
0ac7945969 Remove strip_whitespace filters
They are not automatically added by IndicoForm
2015-01-19 15:08:05 +01:00
Adrian Moennich
84f4bd8816 Rename ~IndicoPlugin.hidden => .configurable 2015-01-19 13:34:08 +01:00
Adrian Moennich
84f89c8671 Don't use getValue() in ZODB importer
Using methods of legacy objects there is unsafe because they will
eventually be removed and the migrations still need to work.
2015-01-14 09:51:58 +01:00
Ilias Trichopoulos
9932656558 Use PluginCategory enum 2015-01-12 10:53:00 +01:00
Ilias Trichopoulos
a912a226b7 Assign categories to plugins 2015-01-08 17:51:27 +01:00
Adrian Moennich
c59e98c96a Update setup.py urls 2014-11-26 10:01:05 +01:00
Adrian Moennich
c3b4890593 LiveSync: Extend admin/base.html 2014-11-24 11:21:23 +01:00
Ilias Trichopoulos
def43f133d LiveSync: Add info message when no agents 2014-11-21 17:26:09 +01:00
Adrian Moennich
b330b3d367 Use new signal namespaces 2014-11-20 16:26:22 +01:00
Adrian Moennich
efabd574d6 LiveSync: Remove debug print statements 2014-11-20 16:24:55 +01:00
Adrian Moennich
e4e7c5bd1f LiveSync: Rename agents to backends 2014-11-20 11:21:52 +01:00
Adrian Moennich
24fc110046 Remove old livesync travis config 2014-11-19 16:26:07 +01:00
Adrian Moennich
9c1f76a2c2 Remove obsolete gitignore/license files 2014-11-19 16:05:44 +01:00
Adrian Moennich
d5dac3cc17 Handle exceptions in the Uploader 2014-11-18 17:35:16 +01:00
Adrian Moennich
0ba1673b73 Cleanup old queue entries
fixes #5
2014-11-18 11:33:41 +01:00
Adrian Moennich
de796e8d3d Add Agent.last_run 2014-11-17 18:01:42 +01:00
Adrian Moennich
20ed8b65b9 Remove create_agent CLI 2014-11-17 17:34:16 +01:00
Adrian Moennich
6ce5d7e223 Add agent management webinterface
fixes #3
2014-11-17 17:33:47 +01:00
Adrian Moennich
2b6439272c Test agent 2014-11-14 17:21:57 +01:00
Adrian Moennich
cbe6c5ec2f Use non-quiet pip install in travis
It takes quite long and with quiet output you don't see any progress
2014-11-14 14:19:37 +01:00
Adrian Moennich
435932210a Exclude zodbimport.py from coverage 2014-11-14 14:15:00 +01:00