Enable new dashboard flag

Back to using master branch of cartodb repo
remotes/origin/no-uploadlimit-63
Stefan Verhoeven 6 years ago
parent 0faa6b44e5
commit 943c32ff59

@ -16,7 +16,8 @@ ENV LC_ALL en_US.UTF-8
#ENV CARTODB_VERSION=v4.11.152
#ENV CARTODB_VERSION=v4.12.9
#ENV CARTODB_VERSION=v4.12.26
ENV CARTODB_VERSION=v4.12.30
#ENV CARTODB_VERSION=v4.12.30
ENV CARTODB_VERSION=master
#ENV SQLAPI_VERSION=1.47.2
ENV SQLAPI_VERSION=master
#ENV CRANKSHAFT_VERSION=0.8.1
@ -113,7 +114,7 @@ RUN useradd -m -d /home/cartodb -s /bin/bash cartodb && \
RUN git config --global user.email you@example.com
RUN git config --global user.name "Your Name"
# Varnish 3, Ubuntu:17.04 comes with Varnish 5.1 which can't be run with anonymous admin telnet
# Varnish 3, Ubuntu:18.04 comes with Varnish 5.1 which can't be run with anonymous admin telnet
RUN cd /opt && \
wget http://varnish-cache.org/_downloads/varnish-3.0.7.tgz && \
tar -zxf varnish-3.0.7.tgz && \

@ -85,46 +85,46 @@ defaults: &defaults
api_key:
passwords:
expiration_in_d:
metrics:
hubspot:
events_host: ''
token: ''
form_ids:
newsletter: ''
event_ids:
import_failed: ''
geocoding_failed: ''
import_success: ''
geocoding_success: ''
published_visualization: ''
visited_dashboard: ''
connect_dataset: ''
create_map: ''
export_table: ''
export_map: ''
export_public_map: ''
select_wms: ''
color_basemap: ''
pattern_basemap: ''
geocoding: ''
visual_merge: ''
common_data: ''
cartocss_manually: ''
wizard: ''
filter: ''
query: ''
applied_sql: ''
applied_cartocss: ''
modified_style_form: ''
completed_connection: ''
failed_connection: ''
created_analysis: ''
modified_analysis: ''
published_map: ''
exported_map: ''
mailing_track:
like_map: ''
trending_map: ''
# metrics:
# hubspot:
# events_host: ''
# token: ''
# form_ids:
# newsletter: ''
# event_ids:
# import_failed: ''
# geocoding_failed: ''
# import_success: ''
# geocoding_success: ''
# published_visualization: ''
# visited_dashboard: ''
# connect_dataset: ''
# create_map: ''
# export_table: ''
# export_map: ''
# export_public_map: ''
# select_wms: ''
# color_basemap: ''
# pattern_basemap: ''
# geocoding: ''
# visual_merge: ''
# common_data: ''
# cartocss_manually: ''
# wizard: ''
# filter: ''
# query: ''
# applied_sql: ''
# applied_cartocss: ''
# modified_style_form: ''
# completed_connection: ''
# failed_connection: ''
# created_analysis: ''
# modified_analysis: ''
# published_map: ''
# exported_map: ''
# mailing_track:
# like_map: ''
# trending_map: ''
common_data:
protocol: 'https'
username: 'common-data'

@ -13,3 +13,5 @@ bundle exec rake cartodb:db:configure_geocoder_extension_for_organizations[$ORGA
echo "UPDATE users SET sync_tables_enabled=true WHERE username='${USERNAME}'" | psql -U postgres -t carto_db_development
# Enable private maps
echo "UPDATE users SET private_maps_enabled = 't'" | psql -U postgres -t carto_db_development
bundle exec rake cartodb:features:enable_feature_for_all_users["new_dashboard"]

Loading…
Cancel
Save