Commit Graph

180 Commits

Author SHA1 Message Date
Francesco Mangiacrapa 6abefeff26 Added `httplib2==0.9.2` dependency 2023-06-28 14:30:32 +02:00
Francesco Mangiacrapa 6ea735214f Added 'httplib2' to requirement 2023-06-28 14:20:40 +02:00
Francesco Mangiacrapa 6d9a2c1c4d removed `encoding='utf-8'` at line line 16 due to the issue reported at
#25279#note-7
2023-06-26 16:07:19 +02:00
Francesco Mangiacrapa 272f2c6add Updated to GA4, see #25253 2023-06-12 15:36:10 +02:00
Sergey Motornyuk b30f5c10c1 Asset order 2021-09-22 14:36:25 +03:00
Sergey Motornyuk 650dbe218d Remove extra this in js module 2021-09-22 14:35:29 +03:00
Sergey Motornyuk e80e3a310b update setup.py 2021-08-13 12:34:09 +03:00
Sergey Motornyuk 154d8a64b3 Update readme 2021-08-13 12:32:07 +03:00
Sergey Motornyuk af8380070a Black/add assets to package/update pyproject.toml 2021-08-13 12:25:03 +03:00
Sergey Motornyuk 05c153dc77 Pin version 2021-04-07 11:25:22 +07:00
Sergey a11d2b0d5c
Merge pull request #62 from salsadigitalauorg/feature/add_recent_view_days_config
Allow configurable value for recent view days when getting data from Google Analytics API
2021-03-23 18:05:49 +07:00
Mark Calvert 2c0b03f8d7 Fixed copy and paste issue with `self.recent_view_days`.
Updated to correct value `_recent_view_days()`
2021-03-19 14:57:12 -07:00
Mark Calvert 8a5c9c2cbf Added new CKAN configurable value for recent view days 'googleanalytics.recent_view_days'
Default value is still 14 days
This will allow modifying the packages recent view date day delta
2021-03-19 14:02:20 -07:00
Sergey 7859e01b12
Merge pull request #60 from tino097/59-textual-sql-declared-as-text
Wrap the sql expresion to sqlalchemy text
2021-03-16 08:44:28 +07:00
Konstantin Sivakov 14d4bb7163 Wrap the sql expresion to sqlalchemy text 2021-03-15 10:16:44 +01:00
Sergey bce5c7a1d2
Merge pull request #57 from camptocamp/master
support python 2.7
2021-03-09 10:59:01 +07:00
Jean Pommier 24824c29ec support python 2.7
rsa package does not support python 2.7 above v4.0
2021-03-08 18:53:54 +01:00
Sergey ad7c06c94f
Update README.rst 2021-03-04 11:41:12 +07:00
Sergey Motornyuk 0050da906f Pin version 2021-02-10 11:16:38 +07:00
Sergey Motornyuk 7eda31b181 Unify config vars 2021-02-10 11:09:12 +07:00
Sergey Motornyuk 8d9ea6cd49 Support custom resource.download handlers 2021-02-10 11:00:30 +07:00
Sergey Motornyuk 02dc6f22a5 Standard version check 2021-02-10 09:41:18 +07:00
Sergey cbee3f06d6
Merge pull request #50 from scottlimmer/feature/49-builtins-compatibility
[#49] Use of builtins module in controller breaks CKAN Version: >= 2.…
2020-11-23 17:15:05 +02:00
Scott Limmer 27969ba3cc [#49] Use of builtins module in controller breaks CKAN Version: >= 2.7, <=2.9 compatibility
Added version check to controller to control builtins import
2020-11-13 11:12:34 +11:00
Sergey Motornyuk 3e620b574a fix py2 2020-10-22 00:38:13 +03:00
Sergey 541bef42bc
Update README.rst 2020-09-01 13:57:05 +03:00
Sergey Motornyuk d11e2efe45 remove future 2020-07-28 23:14:15 +03:00
Sergey 4f99da6122
Merge pull request #47 from ckan/py3
Py3
2020-07-09 20:34:48 +03:00
Sergey Motornyuk fd296c6a36 Update version requirements 2020-01-17 10:53:25 +02:00
Sergey Motornyuk 382e5e0620 Encode strings before hashing 2020-01-15 10:47:22 +02:00
Sergey Motornyuk 23abbe05de remove unused prop from plugin 2020-01-15 09:51:06 +02:00
Sergey Motornyuk 83f40f6a0f Do not use pylons 2020-01-15 09:48:16 +02:00
Sergey Motornyuk 1b6e26f5ce IClick support 2019-12-13 16:44:52 +02:00
Sergey Motornyuk f67777c547 Add webassets / some clean-up 2019-12-09 15:23:33 +02:00
Sergey Motornyuk 0951971783 Replace urllib.request with requests 2019-12-06 13:28:13 +02:00
Sergey Motornyuk c8089d7017 Migrate cli 2019-11-22 18:08:02 +02:00
Sergey Motornyuk ec9465654e Futurize codebase 2019-11-22 17:02:26 +02:00
Sergey Motornyuk a5be073c04 2.9 support 2019-11-22 16:59:22 +02:00
Konstantin Sivakov a365fcdf6d
Merge pull request #37 from kmbn/remove-unused-code
Remove unused imports
2019-02-25 16:06:39 +01:00
Konstantin Sivakov 1ca9431336
Merge pull request #34 from ViderumGlobal/master
Fix error that causes downloading stats from GA to fail
2019-02-25 16:06:27 +01:00
Sergey Motornyuk 274428fe90 Resource download link without filename raises an error
Current extension wraps `resource_download` action but wrapper
makes `filename` argument required, whereas originally it was optional.
Make `filename` optional, update wrapper's name, remove unused imports.
2019-01-10 15:47:08 +02:00
Sergey 63d9dcb847
Merge pull request #40 from jahow/setup-add-data
Add a MANIFEST.in file to allow using the plugin through `pip install`
2018-12-03 15:32:18 +02:00
Olivier Guyot 4c952816a1 Add a MANIFEST.in file to allow installing the plugin 2018-11-26 13:50:26 +01:00
Sergey bc89eef50b
Merge pull request #9 from dadosgovbr/master
fix #5 (global name 'Authorizer' is not defined)
2018-08-23 11:36:27 +03:00
Augusto Herrmann dc31c37683 remove instantiation of deprecated class that wasn't used anyway 2018-08-21 09:26:13 -03:00
Aleksandar Jovanov cea55f290c
Merge pull request #1 from ViderumGlobal/implement-user-id
Implement User-ID feature
2018-03-14 16:22:27 +01:00
Aleksandar Jovanov 9431e5b8dd Fix broken link 2018-03-14 16:03:12 +01:00
Aleksandar Jovanov ebd2d214af Implement User-ID feature 2018-03-14 15:59:59 +01:00
kmbn 2074c14c35 Remove unused imports 2017-11-13 11:20:08 +01:00
kmbn 3feb7e7f7f Fix variable referenced before assignment error 2017-07-25 14:56:40 +02:00