Commit Graph

140 Commits (493786e674f3cdd5a0840877807817a0b742596d)

Author SHA1 Message Date
David Arango 6133f2b35a Add user layers API endpoint
12 years ago
David Arango 5f3f6b4343 Saves the user's last activity time (see #31)
12 years ago
David Arango 92934818e8 Copying old infowindow metadata to the new model. Adding default map and layers to existing tables
12 years ago
David Arango 99190c5ab4 Adding infowindow field to Layer model
12 years ago
David Arango b9fb25ad0a Adding description to tables. Table search now using postgres full text search capabilities.
12 years ago
David Arango af192623c9 Adding map_id to tables
12 years ago
David Arango 539415ee38 Maps controller, adding first properties to the map model
12 years ago
David Arango 9749855962 First take on map and layer models: STI and serialized json options for layers, many to many relationship between map and layer.
12 years ago
Simon Tokumine e30f8e22ab merge conflicts
12 years ago
andrewxhill 3c826c80f1 more test straightening out for table spec
12 years ago
andrewxhill 7ee88ba28c removed tests from table that didnt make sense
12 years ago
andrewxhill 061420f674 file added
12 years ago
andrewxhill a352d4bd07 more test straightening out for table spec
12 years ago
andrewxhill 40b2e2de98 removed tests from table that didnt make sense
12 years ago
Fernando Espinosa 6e77137c55 Adds methods to create, list and get asyn imports
12 years ago
Andrew W Hill c9337bdb29 closes #773. added missing prj specific error to importer
12 years ago
Andrew W Hill 3ca38975a3 all tests in import passing, converting more reduntant to pending
12 years ago
Andrew W Hill f3547b47fe Merge branch 'feature/osm-import' into develop
13 years ago
Andrew W Hill 237cc57fb9 new migration to change data_import Time.now default to NOW()
13 years ago
Andrew W Hill 64284644a2 working, needs url redirect
13 years ago
Andrew W Hill bb122b1617 migration added, data_import model updated
13 years ago
Andrew W Hill f67c122f56 new migration for error code reporting
13 years ago
Andrew W Hill f7a06c570d tar, gz, tgz all working
13 years ago
Luis Bosque 3f99cdd868 removed data_import_id column from first user_tables migration file. it will cause conflict with the newer add column migration
13 years ago
Luis Bosque f6be232c87 add data_import_id col to user_tables
13 years ago
Andrew W Hill e788505a13 data_import state_machine working, all table_spec tests passing
13 years ago
Andrew W Hill 35f6777c48 forgotten adds
13 years ago
Andrew W Hill 10d0b2af39 pause
13 years ago
Simon Tokumine 92a4658e6b add private_tables_enabled to user. include specs and api methods to set/get
13 years ago
Luis Bosque 1ae1746f02 fixed table_quota migration class name
13 years ago
Simon Tokumine 2a49e8c6cd fix down mig
13 years ago
Simon Tokumine 39c138d2f0 add table quota
13 years ago
Simon Tokumine e96f73d813 quota and triggers for cache key trigger
13 years ago
Simon Tokumine 0965ab538c fix untitled_tabels
13 years ago
Fernando Espinosa fa679c9c45 Send an Airbrake notification whenever an import fails
13 years ago
Javier Alvarez feaf9b4d0c focus on input when show add column window and tags bug fixed
13 years ago
Alvaro Bautista 5341f84b23 Add cartodb_id using serial when importing
13 years ago
Alvaro Bautista d051bbe0b1 Remove subdomain field from users
13 years ago
Alvaro Bautista 78480fea8c Remove invitations related code
13 years ago
Alvaro Bautista 2e94ae2dc7 Checkbox in users to enable or disable maps
13 years ago
Fernando Blat 54929f0117 Allow to import CSV files with a the_geom field, which is renamed to the_geom_str by the moment (next step is to detect if it is a GeoJSON)
13 years ago
Fernando Blat 487e79a7df Added subdomains to users
13 years ago
Javier Álvarez Medina 6b8abcd3a8 more maps with CartoMap class
13 years ago
Javier Álvarez Medina 73eb98f58f CartoMap class first steps
13 years ago
Fernando Blat b2833c623d Some tests about CSV
13 years ago
Fernando Blat ff28305432 Bugfix: shp file with spaches in its file name
14 years ago
Fernando Blat 802facf760 Import CSV files which include cartodb_id, created_at or updated_at columns
14 years ago
Fernando Blat 151c9715d2 Handle names of columns that are reserved words
14 years ago
Fernando Blat a7a31541e6 Fixing issues related to table enconding
14 years ago
Fernando Blat af216331ff Detect CSV files separated by ';'
14 years ago