cartodb

Location Intelligence & Data Visualization tool

BSD-3-CLAUSE License

Stars
2.7K
Committers
172

Bot releases are hidden (Show)

cartodb - v4.45.0 Latest Release

Published by manmorjim over 3 years ago

cartodb - v4.44.0

Published by thedae almost 4 years ago

Features

  • Email notifications toggle API endpoint #15930
  • New Email settings section in Account page to manage notifications #15933

Bug fixes / enhancements

  • Fix BigQuery connector not importing 0-bytes-processed datasets #15916
  • Error importing geopackage files with multiple layers #15907
  • Add DO notification in dashboard #15929
  • Data loss on table rename due to GhostTablesManager #15935
cartodb - v4.43.0

Published by thedae almost 4 years ago

Features

  • Fix dryrun connector end-point for org users (#15918)
  • Fix column sanitization for connector syncs (#15885)
  • Load config files as ERB templates to allow reading ENV values (#15881)
  • Add public website DO catalog integration (#15908, #15911, #15912)

Bug fixes / enhancements

  • Relax rubocop checks to use ruby2.4+
  • Fixed an error handling issue during synchronizations
  • Improve import error messages #15893
  • Identify multi-line GeoJSON columns correctly on imports #15891
  • Add DO geography key variables #15882
  • Migrate ClientApplication model to ActiveRecord #15886
  • Avoid delegating special methods in presenters #15889
  • Fix Dashboard/Data navigation for free users. Update Data preview texts #15892
  • Force CTE materialization in Ghost Tables query to improve performance #15895
  • Adapt default Rails mail logs to JSON format #15894
  • Fix export of Google Sheet files larger than 10MB #15903
  • Adding builder_url to api/v4/me endpoint #15904
  • Fix local tests run by parsing database config with ERB #15901
  • Migrate Log model to ActiveRecord #15896
  • Fix KML importing error when the layers have slashes in their names #15897
  • Create OAuth scope for reading/writing all datasets #15884
cartodb - v4.42.0

Published by manmorjim about 4 years ago

Version 4.42.0

cartodb - v4.41.1

Published by thedae about 4 years ago

Bug fixes / enhancements

  • Now every user manages its own dbdirect IPs, regardless of being a organization user #15805
  • Add a script to measure Sequel model LOC #15803
cartodb - v4.41.0

Published by thedae about 4 years ago

cartodb - v4.40.0

Published by manmorjim about 4 years ago

cartodb -

Published by manmorjim about 4 years ago

cartodb - v4.38.0

Published by juanrmn over 4 years ago

cartodb -

Published by alrocar over 4 years ago

cartodb -

Published by alrocar over 4 years ago

cartodb -

Published by alrocar over 4 years ago

cartodb -

Published by alrocar over 4 years ago

cartodb -

Published by alrocar over 4 years ago

cartodb -

Published by alrocar over 4 years ago

cartodb - v4.32.0

Published by alrocar almost 5 years ago

cartodb -

Published by javitonino over 6 years ago

cartodb - 3.12.4

Published by javisantana over 8 years ago

Bug Fixes

  • Fixes in HTTP Header authentication.
  • Fixes in avatar urls
  • Fixes in organization sigup
  • Fixes in high resolution geocoder when using google provider
  • Fixed rake to setup google maps
cartodb - 3.12.3

Published by javisantana over 8 years ago

Features

  • Group support for organizations.
  • User quota slider in organizations management.
  • Update navigation in public pages.
  • Support for HTTP Header authentication.
  • New visualization backups.
  • GPX multilayer file creates a multilayer map
  • Allow to create sync tables with a map if setting up onw from "connect dataset" from the Maps view

Bug Fixes

  • Now the owner of the dataset is going to receive an email when the synchronization fails hits the max allowed number #3501
  • If the dataset don't have an associated map we avoid to use the zoom property #5447
  • Display custom attribution of layers in the editor and embeds #5388
  • Fix for #5477 bug moving users with non-cartodbfied tables
  • Added a rake task to notify trendy maps to the map owner when reach a certain mapviews amount (500, 1000, 2000 and so on). This task takes into account the day before so it should be exectuded daily
  • Fixed negative geocoding quota in georeference modal #5622
  • Fully removed Layer parent_id from backend and frontend as wasn't used.
  • Added #5975 Box integration.
  • Fixed geocoding in onpremise versions

Security fixes

  • Removing Bitly shortener.
  • Several XSS fixes in organization accounts
  • API fixes that allows
cartodb - 3.11.0

Published by azamorano about 9 years ago

3.11.0 (2015-09-09)

  • Synchronizations model now has a new field (and FK) to visualizations.id and joins to them using that instead of by matching name to canonical visualization's table name. It also gets deleted if FK dissapears.
  • Code also switches to using syncrhonizations.visualization_id for linking, so in order to have back existing synchronizations, the following rake needs to be run: bundle exec rake cartodb:populate_synchronization_visualization_ids
  • StatsD data gathering refactored. Check /lib/cartodb/stats for details
  • Data library feature is not cartodb user dependent anymore. By default the username you defined in the common-data config section, will be used with your base url to query for public datasets to build your own data-library based on that user. You can define the base_url property and point to other domain to retreive the public datasets from that user. For example set to https://common-data.cartodb.com you are going to keep using the cartodb data-library. Please refer to the example configuration file (app_config.yml.sample) common_datasection to check how it could be configured
  • New modals (removing old code & feature flag restricting access to new ones) #5068
  • Updated (most of) frontend dependencies #5171
  • Metadata is editable when datasets have a SQL Query is applied #5195
  • LDAP configuration & authentication system. If active deactivates standard CartoDB & Google authentications. See cartodb:ldap:create_ldap_configuration rake for how to create one, and source code of /app/models/carto/ldap for more details.
  • Upgrade cartodb-postgresql extension to 0.9.4, which includes the new cartodbfy process. As part of this change new user tables won't have the columns created_at nor updated_at. See the release notes for more details.
  • Added code coverage generation for tests suite. After a run, results will be stored at coverage subfolder
  • Fixed street addr tab for georeference modal for google maps/geocoder usage #5281
  • Privacy toggler within create dataset dialog #5340
  • Fixed maps disappearing after creation + navigation to dashboard #5264
  • Log.append now allows to disable truncating (by default active)
  • Detection of lat/long columns now is done in ogr2ogr2 rather than rails code #5349. In order to get this feature working (and some related tests), execute this to get the ogr2ogr2 package updated: sudo apt-get update; sudo apt-get upgrade. From this version on, the ogr2ogr2 package is mandatory. In order to install it: sudo apt-get install ogr2ogr2-static-bin.
  • Removed Mixpanel tracking code #5410
  • Don't try to short url with bitly if credentials are not present in app_config.yml