The seed for this crawl was a list of every host in the Wayback Machine
This crawl was run at a level 1 (URLs including their embeds, plus the URLs of all outbound links including their embeds)
The WARC files associated with this crawl are not currently available to the general public.

javierarce
released this
New features
Fixed bugs
Migration Type (see UPGRADE): Mandatory migration
xavijam
released this
·
79 commits
to master
since this release
New features
Fixed bugs
New features
Fixed bugs
Improvements
Bugfixes
lbosque
released this
·
387 commits
to master
since this release
Improvements
Bugs
lbosque
released this
·
509 commits
to master
since this release
Improvements
Bugs
New Features
Bugs and improvements
NOTE: This version introduces another kind of privacy setting: "Link-only".
Now visualizations and tables which are public are listed by default on user pages.
Due to this, you may want to turn all your Public tables and visualizations to "Link-only" state.
To do this, just run the following SQL query on your metadata database:UPDATE visualizations SET privacy='link' WHERE privacy='public'; UPDATE user_tables SET privacy=2 WHERE privacy=1;
New features
Improvements
Fixed bugs
rafacas
released this
·
1143 commits
to master
since this release
rafacas
released this
·
1179 commits
to master
since this release
Improvements
Bugs Fixed
zenitraM
released this
·
1316 commits
to master
since this release
From this release, CartoDB uses UUIDs instead of IDs to reference to all objects on
the database, so that it is being able to work on distributed environments much
reliably.
Your database would need manual upgrade in order to use this CartoDB version.
We have created a script to help you migrate your database. Even this script has
been tested and used on production environments by us, we highly encourage
to make a FULL backup of your database before running it.
This backup should involve both PostgreSQL metadata and user data databases
and redis metadata database.
In order to run this migration you need to stop your application and make sure
that there is not any connection to your databases while you run the script.
After you run the migration script manually you will need to run the rails
migration task as usual.
This migration will detect that your database is already in the right state and will
continue normally (and won't work until you do so).
Notice that this migration is mandatory in order to use this CartoDB version
and any other future version. Also, versions starting with this one are
incompatible with the old database schema with integer based ids.
These are the steps you need to follow in order to run the manual script:
$ cd <application_root>
$ export RAILS_ENV=<rails_env>
$ export DBNAME=<your_postgresql_database_name>
$ export DBHOST=<your_postgresql_database_host>
$ export DBUSER=<your_postgresql_database_user>
$ export REDIS_HOST=<your_redis_host>
$ bundle exec ruby ./script/migrate_to_uuid.rb schema
$ bundle exec ruby ./script/migrate_to_uuid.rb meta
$ bundle exec ruby ./script/migrate_to_uuid.rb data
$ bundle exec ruby ./script/migrate_to_uuid.rb clean
Now, back to the features:
New Features
Bugs Fixed
Improvements
rafacas
released this
·
1582 commits
to master
since this release
Improvements
Bugs Fixed
rafacas
released this
·
1668 commits
to master
since this release
Improvements
Bugs Fixed
rafacas
released this
·
1926 commits
to master
since this release
Improvements
Bugs Fixed
rafacas
released this
·
1978 commits
to master
since this release
Improvements
Bugs Fixed
rafacas
released this
·
2015 commits
to master
since this release
rafacas
released this
·
2038 commits
to master
since this release
Improvements
Bugs Fixed
rafacas
released this
·
2182 commits
to master
since this release
Improvements
Bugs Fixed
rafacas
released this
·
2276 commits
to master
since this release
rafacas
released this
·
2293 commits
to master
since this release
Improvements
Bugs Fixed
lbosque
released this
·
2725 commits
to master
since this release
Improvements
Fixed Bugs
rafacas
released this
·
2801 commits
to master
since this release
Improvements
Fixed Bugs
rafacas
released this
·
2904 commits
to master
since this release
Improvements
Fixed Bugs
rafacas
released this
·
3019 commits
to master
since this release
demimismo
released this
·
3042 commits
to master
since this release
rafacas
released this
·
3067 commits
to master
since this release
Improvements
Fixed Bugs
rafacas
released this
·
3170 commits
to master
since this release
Improvements
$ bundle exec rake cartodb:db:copy_api_keys_from_redis
Fixed Bugs
rafacas
released this
·
3261 commits
to master
since this release
Improvements
Fixed Bugs
rafacas
released this
·
3313 commits
to master
since this release
Improvements
Fixed Bugs
rafacas
released this
·
3378 commits
to master
since this release
Improvements
Fixed Bugs
rafacas
released this
·
3572 commits
to master
since this release
Improvements
Fixed Bugs
rafacas
released this
·
3753 commits
to master
since this release
Improvements
Fixed Bugs
rafacas
released this
·
3889 commits
to master
since this release
Improvements
Fixed Bugs
rafacas
released this
·
3972 commits
to master
since this release
rafacas
released this
·
4129 commits
to master
since this release
Fixed Bugs
Improvements
rafacas
released this
·
4206 commits
to master
since this release
Fixed Bugs
Improvements
rafacas
released this
·
4269 commits
to master
since this release
Fixed Bugs
Improvements
rafacas
released this
·
4381 commits
to master
since this release
Fixed Bugs
Improvements