Raul Marin
|
9f2b5330d5
|
Install the cartodb extension directly
|
2019-06-03 16:23:41 +02:00 |
|
Raul Marin
|
9a552a7cc4
|
Adapt to fully qualification in the extension
|
2019-06-03 13:41:22 +02:00 |
|
Mario de Frutos Dieguez
|
022e6a2f89
|
Tests using PG11 and Postgis 2.5 (#1093)
|
2019-04-10 13:06:39 +02:00 |
|
Daniel García Aubert
|
5f43db2e36
|
Remove POSTGIS_VERSION env variable and run test using mvt renderer always
|
2019-02-22 08:31:22 +01:00 |
|
Daniel García Aubert
|
47576358a2
|
Remove hack of stripping PARALLEL labels for PG releases before 9.6
|
2019-02-22 07:52:39 +01:00 |
|
Raul Marin
|
ea2126a301
|
Tests: Fix DB flags being ignored
|
2018-07-11 12:20:58 +02:00 |
|
Raúl Marín
|
7e7b268a66
|
Merge pull request #976 from Algunenano/auto_postgis
Test: Make POSTGIS_VERSION detection automatic
|
2018-06-12 10:09:40 +02:00 |
|
Raul Marin
|
50cf5e5c7a
|
Avoid infinite loop
|
2018-06-11 16:01:29 +02:00 |
|
Raul Marin
|
9bbbe9e7c1
|
Make POSTGIS_VERSION detection automatic
|
2018-06-11 14:47:39 +02:00 |
|
Eneko Lakasta
|
534c827904
|
remove auth fallback
|
2018-05-07 15:44:44 +02:00 |
|
Raul Ochoa
|
f2ab33b498
|
Add regression test for invalid MVT properties
|
2018-04-11 10:03:06 +00:00 |
|
Eneko Lakasta
|
890f0d1ef6
|
add fallback for using metadata fallback
|
2018-02-14 17:31:05 +01:00 |
|
Eneko Lakasta
|
455202cd1a
|
organize prepare db api keys
|
2018-02-08 14:49:42 +01:00 |
|
Eneko Lakasta
|
e1a2ee2381
|
control API access grants
|
2018-02-08 13:07:25 +01:00 |
|
Eneko Lakasta
|
1c50dd6b48
|
add first tests for auth
|
2018-02-08 12:34:24 +01:00 |
|
Eneko Lakasta
|
d9a34f3384
|
add cartodb250user api keys to redis
|
2018-02-08 11:13:21 +01:00 |
|
Eneko Lakasta
|
1b63dcd4e5
|
add api keys to prepare db for testing
|
2018-02-07 11:10:50 +01:00 |
|
Daniel García Aubert
|
e8740af6ef
|
Fix issue when sql_wrap is provided and aggregation metadata query fails
|
2017-12-13 16:34:36 +01:00 |
|
Raul Marin
|
6aaa5f99e2
|
Test: PARALLEL compatibility (OSX)
|
2017-11-14 16:18:22 +01:00 |
|
Raul Marin
|
172b3ece71
|
Test: Strip PARALLEL labels for PostgreSQL releases before 9.6
|
2017-11-13 14:59:13 +01:00 |
|
Mario de Frutos
|
44cca38538
|
Change to tests for layer stats because now uses CDB_EstimateRowCount fuction
|
2017-05-12 12:51:45 +02:00 |
|
Mario de Frutos
|
4132bc755d
|
Add cdb_invalidate_varnish function fixture to tests
|
2017-04-07 15:59:58 +02:00 |
|
Javier Goizueta
|
9c6d7c0ff9
|
Upgrade camshaft to 0.46.0
This version of camshaft requires a CDB_CheckAnalysisQuota function
to check analysis cache quota.
|
2016-10-20 12:56:18 +02:00 |
|
Raul Ochoa
|
4c557be2c2
|
Update to use latest cdb_analysis_catalog
It avoids to execute queries that are extension specifics
|
2016-07-02 19:50:59 +02:00 |
|
Raul Ochoa
|
b2029e09f5
|
Add CDB_OverviewsSupport sql from extension to fix CDB_Overviews calls
|
2016-06-20 13:26:30 +02:00 |
|
Raul Ochoa
|
8a07f9f57e
|
Create plpythonu extension
|
2016-05-31 18:45:43 +02:00 |
|
Raul Ochoa
|
ca367d0fe7
|
Use plpython version of CDB_QueryStatements
|
2016-05-31 18:39:03 +02:00 |
|
Raul Ochoa
|
22f3a54fbf
|
Option to skip sql files download
|
2016-05-31 16:57:28 +02:00 |
|
Raul Ochoa
|
6644711969
|
Use a variable instead of a tmp file
|
2016-05-31 16:46:57 +02:00 |
|
Raul Ochoa
|
989df4a8a4
|
curl over all remote files at the same time
|
2016-05-31 16:42:42 +02:00 |
|
Raul Ochoa
|
86e8cedfab
|
All remote sql files together
|
2016-05-31 15:17:41 +02:00 |
|
Raul Ochoa
|
91f39abc69
|
Going red for #455
|
2016-05-17 14:59:21 +02:00 |
|
Raul Ochoa
|
a05f3d6ee9
|
Add cdb_analysis_catalog table and first test using source:id
|
2016-03-14 16:06:25 +01:00 |
|
Daniel García Aubert
|
affa254b9d
|
Moved and adapted acceptance test for turbo-cartocss integration
|
2016-03-08 20:06:43 +01:00 |
|
Raul Ochoa
|
16a7c4fa3d
|
Merge branch 'master' into new_querytables_library
Conflicts:
test/support/prepare_db.sh
test/support/sql/CDB_QueryStatements.sql
|
2016-03-04 00:39:14 +01:00 |
|
Raul Ochoa
|
f19c1a34ec
|
Implement CDB_QueryStatements as SQL language function
Do not relies on cartodb-postgresql extension which relies on
plpythonu language. That avoid installing it in travis-ci.
|
2016-03-03 20:48:37 +01:00 |
|
Alejandro Martínez
|
9e7b288f44
|
Merge remote-tracking branch 'origin/master' into new_querytables
|
2016-02-15 11:47:29 +00:00 |
|
Alejandro Martínez
|
a656285001
|
Run tests against master cartodb-postgresql
|
2016-02-12 17:25:57 +01:00 |
|
Raul Ochoa
|
81200b72b4
|
Merge branch 'master' into overviews-work
Conflicts:
test/acceptance/multilayer.js
|
2016-01-28 19:48:11 +01:00 |
|
Raul Ochoa
|
d6ecb8c793
|
Remove trailing whitespace
|
2016-01-28 19:44:25 +01:00 |
|
Javier Goizueta
|
528574c550
|
Add dummy CDB_Overviews SQL function for tests
|
2016-01-20 17:10:12 +01:00 |
|
Raul Ochoa
|
19216eaa88
|
Use create language instead of extension
|
2016-01-13 20:21:54 +01:00 |
|
Raul Ochoa
|
f9554ec761
|
Re-enable render limits
|
2015-07-10 19:10:55 +02:00 |
|
Raul Ochoa
|
d52b65470e
|
Ports acceptance tests from windshaft
|
2015-07-07 23:46:58 +02:00 |
|
Raul Ochoa
|
40de1a8f86
|
Create CREATE EXTENSION plpythonu for tests
|
2015-02-09 18:34:28 +01:00 |
|
Raul Ochoa
|
5018d32af6
|
Add querytables and cdb_tablemetadata for proper testing its integration
|
2015-02-04 18:52:37 +01:00 |
|
Raul Ochoa
|
7afa869833
|
Use double quote to be consistent
|
2014-08-29 16:48:28 +02:00 |
|
Raul Ochoa
|
0dfd51f81a
|
Adds host to redis setup as it does not make sense to continue if there is no host in redis.
|
2014-07-04 11:47:44 +02:00 |
|
Sandro Santilli
|
9c4feac19b
|
Ensure make check fails if database preparation fails
|
2014-03-19 17:04:06 +01:00 |
|
Sandro Santilli
|
4189f8187f
|
Simplify redis test setup using HMSET
See http://redis.io/commands/hmset
|
2013-12-17 17:17:16 +01:00 |
|