You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/.gitignore

97 lines
1.8 KiB

.rvmrc
.DS_Store
.bundle
_SpecRunner*.html
dump.rdb
db/*.sqlite3
log
tmp/*
tmp/**/*
public/assets
public/system
public/uploads
public/javascripts
public/stylesheets
public/images
public/fonts
public/flash
public/static
public/coverband
app/assets/stylesheets/tmp/
app/assets/fonts/icon_font/svgs
db/schema.rb
*.pyc
bin/
config.status
config/database.yml
.idea/*
config/app_config.yml
config/app_config.yml.local
config/redis.conf
config/grunt_production.json
spec/support/data/failed_remote/*
*.swp
*.swo
env
coverage
12 years ago
.spin.rb
.sass-cache
11 years ago
public/js/lib/cdb.js
services/importer/spec/factories/database.json
.ruby-version
cartodb.sublime-workspace
cartodb.sublime-project
.rvmrc
app/assets/images/sprites/*.png
npm-debug.log
.ruby-gemset
lib/build/dist
11 years ago
lib/build/grunt-aws.json
11 years ago
lib/build/app_config.js
lib/build/.grunt/**/*
rubygems
vendor/bundle/*
vendor/cache/*
.vagrant
Vagrantfile
/node_modules
.grunt/*
vendor/assets/javascripts/cartodb.*
vendor/assets/stylesheets/cartodb.*
# cartodb.css is generated by update_cdb make task and is
# used in cartodb/cartodb/app/views/layouts/application.html.erb
!vendor/assets/stylesheets/cartodb.css
# carto-node dist file. This is generated by webpack.
# It will be removed when using carto-node as an external dependency.
vendor/assets/javascripts/carto-node/
public/test_support.csv
public/test_guess_country.csv
9 years ago
doc/manual/build
.gem/
9 years ago
.byebug_history
/tags
/.tags_swap
.vscode/
/private_gears
/dist
yarn.lock
public/static.tar.gz
6 years ago
compilation-stats.json
npm-debug.log.*
.rakeTasks
# Remove migrations installed by rake <gear>:install:migrations
db/migrate/*.*.rb
ci tests (#15378) * add google cloud build files for ci * add github workflow for NEWS.md check * update gitignore to ignore docker files and related files * adapt tests for the new ci environment on GCB * update config and ci script to run on the new ci environment * changing python requirements to work with pg11 * Commenting federated tables local commands * split big tests into smaller parts * remove disabled tests * adjust cloud build timeouts * Divide user tests by common concept(ish) * remove useless redis test code * add slack notification on master build failure * add cloudbuild file for postgres 12 tests * add new tests to makefile * split user migration tests * extract common logic to a module * refactor user specs * fix user migration tests * remove some silent errors and warnings in specs * update invalidation parameters for tests and development * reduce noise in logs * deleted spec that has been pending for ages * moar trash messages * avoid some race conditions * reorder tests * extract refactored behavior to a different spec file * remove likes specs * regroup tests * reorder tests * reset order from last run in CI * avoid repeat ports for file server * avoid race condition * avoid tests to fail due to dependent users * Remove .git from cartodb before starting compose * we don't need to start builder for the tests * reorganize test * no need to destroy account types * increase statement timeout for carto_db_test * Fix redirection and define TRASH_MESSAGES once * improve test tear down * avoid global tear down in CI * update cloudbuild for pg12 Co-authored-by: Alberto Hernández <albertoh@cartodb.com> Co-authored-by: Esther Lozano <esloho@gmail.com> Co-authored-by: Alberto Romeu <alrocar@users.noreply.github.com>
5 years ago
docker-compose.yml
Dockerfile*
app_config.yml
database.yml
build_resources/
.dockerignore
fake.log*
# Files generated when running old CI in local
parallel_tests/
config/database_****.yml
parallel_tests_logs
tests_exit_status
serial_tests_logs