Commit Graph
346 Commits
Author SHA1 Message Date
abelvm f6cedd7c86 fixed spaces 2016-08-16 14:05:53 -04:00
abelvm 0ea060a698 added srid to tests 2016-08-16 13:56:01 -04:00
abelvm ed6ecd0fef added schema 2016-08-16 13:29:55 -04:00
abelvm 0afb39fb1d Merge branch 'develop' of github.com:CartoDB/crankshaft into add-contour 2016-08-16 13:15:20 -04:00
abelvm bae3362b59 added CDB stuff 2016-08-16 13:15:13 -04:00
abelvm edeac18389 changed test 2016-08-16 13:02:28 -04:00
Rafa de la Torre ebbf68af57 Merge pull request #101 from CartoDB/fix-interpolation
HOTFIX barycenter method
2016-08-16 10:09:17 +02:00
abelvm cb39d1830d 2nd commit 2016-08-15 17:23:52 -04:00
abelvm 5b6d2c568b first commit 2016-08-15 17:15:36 -04:00
abelvm 7914fcdb87 fix barycenter method 2016-08-15 16:32:25 -04:00
Rafa de la Torre 7f6766b6c1 Merge pull request #99 from CartoDB/update-process-docs
Update process docs
2016-08-12 19:14:59 +02:00
Rafa de la Torre 8953bf92ee Update release process 2016-08-12 18:56:03 +02:00
Rafa de la Torre 065dc476b4 Revamp the dev process 2016-08-12 18:34:13 +02:00
Rafa de la Torre 170260b7f5 Revamp the dev process 2016-08-12 18:17:13 +02:00
Rafa de la Torre a6b5f74d67 Merge pull request #95 from CartoDB/master
merging release 0.2.0 back to development
2016-08-12 17:00:07 +02:00
Rafa de la Torre 47f1f918d4 Do not check code is updated when not needed
Particularly, when it is master or a detached HEAD (usually when
checking out tags).
0.2.0
2016-08-11 19:20:04 +02:00
Rafa de la Torre 9ada8d12ca Add upgrade file from 0.1.0 to 0.2.0
As compatibility was checked with CI tests, this is simply a copy:
```
cp release/crankshaft--0.2.0.sql release/crankshaft--0.1.0--0.2.0.sql
```

To be automated in `make release` command.
2016-08-11 18:52:30 +02:00
Rafa de la Torre 1bad568fbf Add files generated with make release v0.2.0 2016-08-11 18:49:55 +02:00
Rafa de la Torre 75b34d29ce Update default_version and NEWS in prep of v0.2.0 2016-08-11 18:47:41 +02:00
Rafa de la Torre 1e74be7cac Merge pull request #92 from CartoDB/compat-checks2
Compatibility checks - take 2
2016-08-11 15:42:20 +02:00
Rafa de la Torre 4886c187c4 Check function signatures 2016-08-10 19:39:39 +02:00
Rafa de la Torre 4118b57f1f Create aggregates only if they do not exist 2016-08-10 18:56:11 +02:00
Rafa de la Torre ac51256463 Fix for stale builds 2016-08-10 18:28:56 +02:00
Rafa de la Torre e74d80f3ea Add compat checks as a build step 2016-08-10 18:28:56 +02:00
Rafa de la Torre abe07166de Add installation of current dev version 2016-08-10 18:28:56 +02:00
Rafa de la Torre cdc072b098 Add upgrade path from release to dev version 2016-08-10 18:28:56 +02:00
Rafa de la Torre 34c9a7d4cf First version of the compat check script 2016-08-10 18:28:56 +02:00
Rafa de la Torre 5f154d84d6 Merge pull request #87 from CartoDB/gravity2
Recommit gravity model
2016-08-10 17:23:19 +02:00
Rafa de la Torre 244cf65617 Fix gravity tests 2016-08-10 10:38:05 +02:00
abelvm c4b2ae91bf check tests 2016-08-09 12:57:50 -04:00
abelvm b2eb5bd355 Merge branch 'gravity2' of github.com:CartoDB/crankshaft into gravity2 2016-08-09 12:53:48 -04:00
abelvm 448562f53e check tests 2016-08-09 12:52:37 -04:00
Rafa de la Torre e8e6f2b6b6 Merge remote-tracking branch 'origin/develop' into gravity2 2016-08-09 16:17:25 +02:00
Rafa de la Torre b5c3e73bc0 Merge pull request #89 from CartoDB/check-up-to-date-with-master
Check up to date with master
2016-08-09 16:01:59 +02:00
Rafa de la Torre a148fc7d89 Remove PGPORT hack
It is no longer needed as pg9.5 is installed in its standard port.
2016-08-09 15:45:47 +02:00
Rafa de la Torre 84d3238d59 Split installation into its own phase 2016-08-09 15:44:36 +02:00
Rafa de la Torre 58ef79fb6a Script to check whether a branch is up to date 2016-08-09 15:42:08 +02:00
Rafa de la Torre 33aff6a744 Update README.md 2016-08-09 13:19:41 +02:00
Rafa de la Torre 6a5f9155cc Merge pull request #88 from CartoDB/ci-automation
Ci automation
2016-08-09 13:12:59 +02:00
Rafa de la Torre c3afdbff4b Remove all the travis pg/postgis stuff 2016-08-09 12:05:49 +02:00
Rafa de la Torre 6de5fb10a0 Add gis-testing ppa to the mix
Seems like the production postgis 2.2.2 is only present in gis-testing
for the moment.
2016-08-09 11:50:37 +02:00
Rafa de la Torre a636d28457 Install specific postgres versions
This is meant to solve the issue with postgis and the error message
"GEOS 3.4 or higher required" as that error is compiled statically into
postgis. That basically means the build was using a wrong postgis
binary.
2016-08-09 11:36:54 +02:00
Rafa de la Torre 927d66911e Remove traces from travis 2016-08-09 11:04:48 +02:00
Rafa de la Torre 955f25cdae Force installation of postgis specific version 2016-08-09 11:04:33 +02:00
Rafa de la Torre 2362e51c10 Add postgis version diagnosing traces 2016-08-09 10:46:23 +02:00
Rafa de la Torre 14b44c358f Add postgis version diagnosing traces 2016-08-09 10:36:03 +02:00
Rafa de la Torre 02a20566dc Force instalation of libgeos-3.5.0 2016-08-08 19:12:55 +02:00
Rafa de la Torre 491eeb34d8 Show the regression.diffs in case of failure 2016-08-08 18:52:48 +02:00
Rafa de la Torre 3ef7c9f62e Run the tests against the right PG9.5 port 2016-08-08 18:41:22 +02:00
abelvm 1abb7d669d recommit 2016-08-08 12:36:44 -04:00