amercader
dea0bd09ad
Remove unused controller
2018-10-25 15:48:42 +02:00
amercader
cb5186962e
Support for CKAN 2.9
...
Use objects from toolkit, remove old checks using missing c properties,
Add legacy routes
2018-10-25 15:39:57 +02:00
amercader
7bad691415
Add tests and docs for include/exclude groups
2018-10-25 13:04:37 +02:00
amercader
753d29d5ff
Merge branch 'master' of https://github.com/etri-odp/ckanext-harvest into etri-odp-master
2018-10-25 12:47:26 +02:00
amercader
b51c5f119e
Merge branch 'master' of github.com:ckan/ckanext-harvest
2018-10-25 12:19:47 +02:00
amercader
bdbf53caea
Fix styling issues on Bootstrap 3
2018-10-25 12:19:43 +02:00
Adrià Mercader
3808d52487
Merge pull request #332 from gavinpc-mindgrub/use-redis-password
...
Use Redis password from configuration when present.
2018-10-25 12:18:56 +02:00
Dennis Rupnow
1a63250e4b
Ensures the AND operator for fq in solr
2018-08-30 16:33:55 +02:00
Gavin Cannizzaro
9f8b98e54f
Use Redis password from configuration when present.
2018-07-12 10:14:24 -04:00
Stefanie Taepke
cd6f75251f
test if error-mails are only sent to respective org’s admins
2018-06-14 14:45:26 +02:00
Stefanie Taepke
304bbcec06
send harvest-error-mails to organization-admins
2018-06-14 11:07:49 +02:00
amercader
a6cb710127
Merge branch 'error-mail' of https://github.com/stefina/ckanext-harvest into stefina-error-mail
2018-06-13 14:17:42 +02:00
Stefanie Taepke
e1e6b44a44
extend TestHarvestErrorMail from FunctionalTestBase
...
This prevents failing tests for older versions.
2018-06-13 13:31:03 +02:00
Stefanie Taepke
ad9e513c0d
mock ckan.lib.mailer
2018-06-13 13:12:14 +02:00
Stefanie Taepke
00911a6924
test harvest-error-mail
2018-06-13 10:53:36 +02:00
Stefanie Taepke
f965751bd5
send error-mail to sys-admins
2018-06-13 10:46:35 +02:00
Stefanie Taepke
20c9235270
use logic-actions instead of DB-Calls
2018-06-13 09:09:36 +02:00
Stefanie Taepke
5f414e2c99
add error-notifications in case of harvest-failure
...
requires configuration-values:
ckan.harvest.status_mail.errored = true
email_to = %comma seperated list of emails to receive the email%
error_email_from = %sender of email%
ckan.site_title = %will be included in the email%
2018-06-11 13:38:38 +02:00
Ross Jones
fff9800266
Fix print statements to be Py3 friendly
...
Fixes the print statements where they were doung to use print as a
function, and also to switch to .format() rather than %.
Also contains some flake8 whitespace changes as I suspect making this
PEP8ish will take several PRs.
2018-06-08 09:53:13 +01:00
seitenbau-govdata
431d202d4e
Add tests and documentation for dataset name suffix config
2018-06-01 21:45:29 +02:00
seitenbau-govdata
938d0322f5
Add config option for dataset name append type
2018-06-01 21:43:37 +02:00
MinhChau
0f8d448864
feat: add groups filter config
2018-04-17 13:22:26 +09:00
Stefan Oderbolz
65e3163015
Merge pull request #315 from maxious/fix-solr-erase-all
...
Don't delete all solr documents/fail to index harvesters when harvest config blank
2018-03-03 09:55:36 +01:00
Alex Sadleir
c89ddc02a3
Don't delete all solr documents when harvest config blank
2018-03-03 19:19:54 +11:00
Stefan Oderbolz
2464dd27b3
Add the CSS classes for FontAwesome 4.x
...
CKAN 2.7.x upgrades to FontAwesome 4.x, so the CSS classes need to be
updated in order to work. But because this extension is used in older
CKAN versions as well, we simply add the new classes, while keeping the
old ones for backwards compatibility.
2018-02-13 16:26:29 +01:00
Knud Möller
717fdb35dd
move _last_error_free_job from CKANHarvester to HarvesterBase
2017-11-10 12:19:25 +01:00
etj
d1dd4eb227
303: fix clean_tags with tags dict (fixes requested by review)
2017-11-08 13:46:44 +01:00
etj
41aa9c121f
303: fix clean_tags with tags dict
2017-11-07 14:14:50 +01:00
Denis Laxalde
7bb9a2b5e4
Catch sqlalchemy's DatabaseError in fetch and gather callback
...
I sometimes see "connection timed out" message which are reported as
sqlalchemy.exc.DatabaseError, so by catching the latter exception, it'd
avoid the harvester to be stuck in "limbo" state.
As DatabaseError is a super-class of OperationalError, the latter would
still be catched.
2017-11-02 17:20:31 +01:00
Denis Laxalde
cc44d03a41
Drop log.error() call redundant with prior log.exception() call
...
logging.exception() already logs an ERROR message with exception
information, so there's no need to call both log.exception() and
log.error().
Along the way, make messages uniform in fetch_callback() and
gather_callback().
2017-11-02 17:17:00 +01:00
Adrià Mercader
c1661442c9
Merge pull request #298 from ckan/use-api-to-get-dataset-count
...
Use the package_search API for the count of datasets
2017-11-02 10:31:36 +00:00
Stefan Oderbolz
9bfd5866fb
Use package_search to display package count of harvester
2017-11-01 08:24:32 +01:00
Ubuntu
6714d4de58
Move Stop Button
2017-10-26 16:06:48 +00:00
Ubuntu
0d877bf768
Abort Jobs from UI
2017-10-26 14:42:39 +00:00
amercader
b589797c47
Merge branch 'master' of github.com:ckan/ckanext-harvest
2017-07-27 16:09:19 +01:00
amercader
881a9581d5
Fix url_for depending tests
2017-07-27 16:09:00 +01:00
etj
207ac81d70
[289] Fix default_extras
2017-05-29 20:11:49 +02:00
David Read
cc438786de
More explicit checks of the exception thrown when checking harvest config. Also the default_groups test was checking the wrong thing completely.
2017-05-02 20:39:49 +00:00
Adrià Mercader
e3b4854b07
Merge pull request #270 from GovDataOfficial/improve-resolving-local-groups
...
Improve resolving local groups
2017-03-01 12:29:29 +00:00
Mark Gregson
dc06f92ec7
Return an empty list when no CKAN datasets are gathered
2017-02-21 12:22:02 +11:00
Adrià Mercader
977589fdd6
Merge pull request #272 from 6aika/master
...
remove authz as they are not used and they are no longer new
2016-11-23 15:26:45 +02:00
Jari Voutilainen
afee362bbc
remove authz as they are not used and they are no longer new
2016-11-17 14:14:02 +02:00
rnoerenberg
ff1b861f1b
Update documentation
...
Added note with the limit of 1000 harvest sources
2016-11-16 16:02:12 +01:00
David Read
e7c03855ca
Avoid the "# dont use factory because it looks for the existing source" by copying the SOURCE_DICT each time, rather than letting tests edit the master copy.
2016-11-16 15:40:44 +01:00
seitenbau-govdata
7f76f60ec3
Fixed variable name
2016-11-16 00:34:07 +01:00
seitenbau-govdata
d511663038
Sort lists for assert
2016-11-16 00:25:19 +01:00
seitenbau-govdata
95d0c1ca41
Ignoring not existent harvest sources in harvest_sources_job_history_clear
...
Ignoring not existent harvest sources harvest_sources_job_history_clear because of a possibly corrupt search index.
2016-11-15 23:36:11 +01:00
seitenbau-govdata
0f951d9fc0
Improve resolving local groups
...
Improve resolving local groups by searching for group additionally by name.
2016-11-15 22:38:27 +01:00
seitenbau-govdata
f68bf323f0
Using test class wide unique harvest source url
...
Using test class wide unique harvest source url, because in a test created objects are still present in following tests.
2016-11-15 22:28:37 +01:00
seitenbau-govdata
d01a86680e
Fix creating different harvest sources
...
Fix creating different harvest sources. Different harvest sources can't be created with factory.
2016-11-15 21:56:57 +01:00