Commit Graph

51 Commits (cbd3c447b6aab75fad33a3bd9c7d1e6af35a0872)

Author SHA1 Message Date
Raul Ochoa fc95566ddd Remove test for unexistent table as there was already one
10 years ago
Raul Ochoa 7f58e1f690 Adds tests for cdb_tablemetadatatouch
10 years ago
Raul Ochoa 38d32371c8 Adds test to validate CDB_TableMetadataTouch usage with OID
10 years ago
Kartones 9114d4e463 #revert-size_calc Stop this madness
10 years ago
Kartones 5db9dc6a9f #revert-size_calc 3KB diff at expected result
10 years ago
Kartones 0a3d08edc3 #revert-size_calc
10 years ago
Raul Ochoa f16f53ceab Adds test for non-authorized writes to cdb_tablemetadata through CDB_TableMetadataTouch
10 years ago
Raul Ochoa 27aec0d4b4 Adds tests for qualified table names
10 years ago
Raul Ochoa da7b3b7080 Adds CDB_TableMetadataTouch function to be able to upsert updated_at
10 years ago
Kartones 6c7706672f #69 now using pg_relation_size
10 years ago
javi 0223d00a54 fixed security problem
10 years ago
Kartones 61b47617b8 #1138 fixes for specs
10 years ago
Kartones 3b5c1f65cb #1138 Quota changes, raster import cartodbfication and quota spec
10 years ago
Kartones f251e12d35 CDB-4418
10 years ago
javi 723a08e814 added CDB_Math_mode
10 years ago
Raul Ochoa 5bb638b995 Merge pull request #45 from CartoDB/CDB-3743
10 years ago
Raul Ochoa 2637742c2e CDB-3743 Makes CDB_QueryTables to return only results for schemas associated to Relation-Names
10 years ago
Kartones 679af1d4a3 CDB-3497 Finished stabilizing specs
10 years ago
Raul Ochoa 2bd0b223a6 CDB_SetUserQuotaInBytes returning set value instead of previous value.
10 years ago
Kartones 3c5251e6c6 CDB-3303 Cartodbfication also supporting optional schemas
10 years ago
javi 77182321ff added delete permission with write permission for organization
10 years ago
Raul Ochoa b98419aeb8 Merge remote-tracking branch 'rambo/cdb_querytables_support_schemas' into CDB-3094
10 years ago
javi da9b9a640f CDB_QueryTables return tables with schema
10 years ago
Raul Ochoa 84174c4f71 CDB-3094 no hardcoded coloring output by creating a new log_warning function
10 years ago
Raul Ochoa 8624dd1a00 CDB-3094 Improves bash test runner by displaying failing tests after execution
10 years ago
Raul Ochoa 12e90ef6a4 CDB-3094 Adds cdb_org_member role group and functions to handle access to tables through it
10 years ago
Raul Ochoa 5e5471c474 CDB-3094 changes signature to allow specifying the schema because it does not have to be the role name.
10 years ago
Sandro Santilli d61de906d5 Use "cdb_test" prefix for test member names
10 years ago
Sandro Santilli 36dca36927 Do not assume "postgres" user exists
10 years ago
Raul Ochoa 8dec91de87 Merge branch 'master' of https://github.com/CartoDB/cartodb-postgresql into CDB-3094
10 years ago
Raul Ochoa fb68f225d5 CDB-3094 no hardcoded database. it also creates the database between tests and the cartodb schema to install the functions
10 years ago
Raul Ochoa 9a55b03d6f CDB-3094 initial function to share tables/schemas between users within the same database
10 years ago
Sandro Santilli bc0966c46e Do not add unique index on cartodb_id if already a primary key
10 years ago
Sandro Santilli edc56e60ee Further increase in test tolerance
10 years ago
Sandro Santilli f6e0456265 Increase tolerance in floating number based tests (extent)
10 years ago
Sandro Santilli f9f73d2d62 Fix potential infinite loop in CDB_QueryStatements
10 years ago
Sandro Santilli fba8d3ab84 Do not assume cartodb functions install in "public" schema during testing
10 years ago
Sandro Santilli e993f83b8d Rename test to have "Test" suffix
10 years ago
Sandro Santilli 651bb8cdb7 Add instructions about adding a test
10 years ago
Sandro Santilli ce20009fb2 Workaround PostgreSQL bug possibly triggering infinite loops
10 years ago
Sandro Santilli 004c3c5543 Ensure cartodb_id uses an associated sequence
10 years ago
Sandro Santilli 348177d23a Fix cartodbfication of already-cartodbfied tables in presence of views
10 years ago
Sandro Santilli 5602edd207 Make time interval test not dependent on intervalstyle
10 years ago
Sandro Santilli 967b7abec0 Try to retain existing cartodb_id values
10 years ago
Sandro Santilli 134d2d29b6 Try to cast TEXT typed updated_at and created_at if present
10 years ago
Sandro Santilli f98071cdac Do not allow cartodbfying tables while no user quota is set
11 years ago
Sandro Santilli b69ded8f66 Let CDB_CheckQuota second parameter override configured user quota
11 years ago
Sandro Santilli acf3097c3a Add CDB_SetUserQuotaInBytes function
11 years ago
Sandro Santilli 1c753b24e5 Do not assume existance of a "publicuser" role
11 years ago
Sandro Santilli d1a767f343 Re-add the test/Makefile which was available while in cartodb/lib/sql
11 years ago