Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
data.pg.sql.run 275 Bytes 10781 almost 11 years Aaron Marcuse-Kubitza added lib/runscripts/data.pg.sql.run (analogous...
datasrc_dir.run 600 Bytes 11875 over 10 years Aaron Marcuse-Kubitza bugfix: lib/runscripts/datasrc_dir.run: import(...
extract.run 325 Bytes 11574 over 10 years Aaron Marcuse-Kubitza lib/runscripts/extract.run: added export_sample()
file.pg.sql.run 341 Bytes 12189 over 10 years Aaron Marcuse-Kubitza lib/runscripts/file.pg.sql.run, schema.pg.sql.r...
import.run 339 Bytes 9074 about 11 years Aaron Marcuse-Kubitza *{.sh,run}: removed extra space between functio...
import_subset.run 371 Bytes 11462 over 10 years Aaron Marcuse-Kubitza lib/runscripts/import_subset.run: $version: use...
in_datasrc_dir.run 492 Bytes 11978 over 10 years Aaron Marcuse-Kubitza lib/runscripts/in_datasrc_dir.run: datasrc_make...
install.run 309 Bytes 10831 almost 11 years Aaron Marcuse-Kubitza added lib/runscripts/install.run, analogous to ...
mysql.table.run 1.12 KB 9840 almost 11 years Aaron Marcuse-Kubitza bugfix: lib/runscripts/mysql.table.run: import(...
pg.conf.run 203 Bytes 10832 almost 11 years Aaron Marcuse-Kubitza added lib/runscripts/pg.conf.run, which install...
schema.pg.sql.run 284 Bytes 12189 over 10 years Aaron Marcuse-Kubitza lib/runscripts/file.pg.sql.run, schema.pg.sql.r...
subdir.run 653 Bytes 10097 almost 11 years Aaron Marcuse-Kubitza bugfix: lib/runscripts/datasrc_dir.run, subdir....
table.run 3.12 KB 11913 over 10 years Aaron Marcuse-Kubitza lib/runscripts/table.run: added test_() target ...
util.run 2.18 KB 11428 over 10 years Aaron Marcuse-Kubitza bugfix: lib/runscripts/util.run: `trap on_exit ...
validations.pg.sql.run 390 Bytes 12215 over 10 years Aaron Marcuse-Kubitza bugfix: lib/runscripts/validations.pg.sql.run: ...
view.run 579 Bytes 11603 over 10 years Aaron Marcuse-Kubitza bugfix: lib/runscripts/view.run: don't do anyth...

Latest revisions

# Date Author Comment
12215 02/14/2014 11:28 AM Aaron Marcuse-Kubitza

bugfix: lib/runscripts/validations.pg.sql.run: updated table match pattern to include the type prefix that validations queries now contain

12214 02/14/2014 11:16 AM Aaron Marcuse-Kubitza

bugfix: lib/runscripts/validations.pg.sql.run: --table: need to include explicit schema so that matching tables from other schemas are not included

12212 02/14/2014 11:00 AM Aaron Marcuse-Kubitza

added lib/runscripts/validations.pg.sql.run

12189 02/13/2014 05:01 PM Aaron Marcuse-Kubitza

lib/runscripts/file.pg.sql.run, schema.pg.sql.run: support custom options to pg_dump in $@

11978 01/20/2014 07:22 PM Aaron Marcuse-Kubitza

lib/runscripts/in_datasrc_dir.run: datasrc_make(): use `if remaking ...` instead of accessing $_remake manually, for clarity

11977 01/20/2014 07:17 PM Aaron Marcuse-Kubitza

bugfix: lib/runscripts/in_datasrc_dir.run: datasrc_make(): use set_make_vars and $_remake as required in lib/sh/make.sh `remaking`

11970 01/20/2014 11:33 AM Aaron Marcuse-Kubitza

moved everything into /trunk/ to create the standard svn layout, for use with tools that require this (eg. git-svn). IMPORTANT: do NOT do an `svn up`. instead, re-use your working copy's existing files with `svn switch` (http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html).

11913 12/16/2013 04:45 PM Aaron Marcuse-Kubitza

lib/runscripts/table.run: added test_() target and use it in remake_VegBIEN_mappings() (it would not be clear that remake_VegBIEN_mappings() runs the tests)

11875 12/09/2013 05:44 PM Aaron Marcuse-Kubitza

bugfix: lib/runscripts/datasrc_dir.run: import(): don't run `sql/install` if the schema already exists, because this will try to rerun all the schema-creation queries. note that this idempotent functionality was not provided by the `make .../install` target that was previously used (idempotency is new with new-style import).

11872 12/09/2013 03:54 PM Aaron Marcuse-Kubitza

bugfix: lib/runscripts/datasrc_dir.run: import(): can't run `datasrc_make reinstall` anymore because this now defers to the runscript for new-style import datasources (which was done so that `make .../install` properly reinstalls all the datasources). instead, call the applicable make targets manually (there are just 2 of them).

View revisions

Also available in: Atom