Merge pull request #1169 from CartoDB/update-deps
Daniel G. Aubert
2020-06-01 19:21:34 +0200
163c546236Replace log4js by pino as logger: - Logs to stdout, disabled while testing - Change log calls signature when needed - Use development version of camshaft - Removes unused log cofiguration - Bind request id to log req/res - Log req at the begining of the cycle and res at the end
Daniel García Aubert
2020-06-01 19:18:15 +0200
656bc9344bUpdate deps
Daniel García Aubert
2020-06-01 13:50:09 +0200
b79a8587faUpdate deps to fix some security vuln
Daniel García Aubert
2020-06-01 12:35:31 +0200
bdbb529ea8Force clang-9 to be used
Raúl Marín
2020-05-14 16:15:20 +0200
0aac942aa1Make query idempotent among PG versions
Daniel García Aubert
2020-05-14 13:13:32 +0200
8cc24bc665- Drop support for Node.js < 12 - Support Node.js 12 - Upgrade windshaft to version 7.0.0 - Upgrade camshaft to version 0.65.3 - Upgrade cartodb-redis to version 3.0.0
Daniel García Aubert
2020-05-14 13:00:23 +0200
09029d9612ES 6 class, arrow function for callback, use const/let, syntax, don't use underscore.
Daniel García Aubert
2020-05-08 18:11:19 +0200
Merge pull request #1162 from CartoDB/dgaubert/ch71093/update-maps-api-to-new-event-format
Daniel G. Aubert
2020-05-01 13:34:57 +0200
4dfc898587Don't log when metrics where sent successfully
Daniel García Aubert
2020-05-01 13:25:03 +0200
05e77b2aedAdd test with mapconfig's query against a table to ensure cache buster metrics are sent with the right values.
Daniel García Aubert
2020-05-01 11:43:37 +0200
24863b6393Update NEWS
Daniel García Aubert
2020-05-01 10:51:33 +0200
3cf17c8babtypo
Daniel García Aubert
2020-05-01 10:40:56 +0200
8c38ecf808Missing substring
Daniel García Aubert
2020-04-30 13:24:41 +0200
a196a26ab4Get templateHash for static tile request and errored named map instantiations
Daniel García Aubert
2020-04-30 13:09:12 +0200
8d73571f5bSimplify assertions
Daniel García Aubert
2020-04-30 12:30:31 +0200
d5348dd9d4Rename fields from headers of metrics
Daniel García Aubert
2020-04-29 18:48:10 +0200
7e31b956bfSend stat_tag metric when available
Daniel García Aubert
2020-04-29 18:25:01 +0200
dbc5d65d90Send template_hash as part of the metrics event
Daniel García Aubert
2020-04-29 17:26:33 +0200
c91d78fe51Also export template hash
Daniel García Aubert
2020-04-29 16:44:14 +0200
798d010776Ensure "map_id" and "cache_buster" as part of the event
Daniel García Aubert
2020-04-29 14:32:08 +0200
70f0b6ea50Avoid to use "pubsub" for the name of modules, middlewares, variables, etc..
Daniel García Aubert
2020-04-29 10:40:45 +0200
4e3ef96374Add test to chek we still send events when errored map static tile
Daniel García Aubert
2020-04-29 10:28:10 +0200
c88a14bf43Send metrics for map instantiations (named, anonymous and static) with the new format.
Daniel García Aubert
2020-04-28 19:17:00 +0200
7f5ed58a79Add test
Daniel García Aubert
2020-04-27 18:40:28 +0200
89e349146dFix tests and stop using sinon as a dev dependency
Daniel García Aubert
2020-04-27 18:02:06 +0200
c5cb2ea4cbAdd FIXME comment
Daniel García Aubert
2020-04-27 13:35:19 +0200
fe9610abe9Missing logger argument
Daniel García Aubert
2020-04-27 13:35:07 +0200
1bbde4f5e3Let to the caller to choose how to handle the call to a method
Daniel García Aubert
2020-04-27 13:27:05 +0200
e90c196598Simplified metrics middleware and backend
Daniel García Aubert
2020-04-27 12:46:27 +0200
6a2333be64Topic name's lifetime is longer than pubsub backend, we can keep it as property.
Daniel García Aubert
2020-04-27 12:13:54 +0200
7d6a64d383Do not expose functions just to be able to mock them while testing
Daniel García Aubert
2020-04-27 11:59:36 +0200
42dc2915eaSend pubsub metrics once the response has finished
Daniel García Aubert
2020-04-27 11:41:37 +0200
3cec6b5a90Missing callback
Daniel García Aubert
2020-04-27 11:06:09 +0200
c31e3d6e3fConsistent interface when returning no event for eventa data in metrics
Daniel García Aubert
2020-04-27 10:58:37 +0200
6e4c8a6639Follow Node.js callback pattern
Daniel García Aubert
2020-04-27 10:23:11 +0200
Merge pull request #1158 from CartoDB/get-tile-promises
Daniel G. Aubert
2020-04-05 13:23:18 +0200
03abe187ceUpdate NEWS and prepera next major release version
Daniel García Aubert
2020-04-05 13:16:45 +0200
a83d0cf7afUpdate windshaft to released version 6.0.0
Daniel García Aubert
2020-04-05 12:59:58 +0200
8bb4fbec12Get the rendererCache's config right and avoid to set the NamedMapCacheReporter's interval to 'undefined'
Daniel García Aubert
2020-04-04 18:51:22 +0200
a8fb51ba25- Rename NamedMapProviderReporter by NamedMapProviderCacheReporter - Extract getOnTileErrorStrategy to a module - Stop using MapStore from windshaft while testing and create a custom one instead
Daniel García Aubert
2020-04-04 17:46:08 +0200
24efc37737Update windshaft development version
Daniel García Aubert
2020-04-04 17:42:52 +0200
c25678cc28Remove /version endpoint and bootstrapFonts at process startup (now done in windshaft)
Daniel García Aubert
2020-04-04 17:42:26 +0200
44970b78a1TODO
Daniel García Aubert
2020-04-04 17:35:09 +0200
a3bdbf6202In tests, stop using mapnik module exposed by windshaft and require it from development dependencies
Daniel García Aubert
2020-04-04 17:34:22 +0200
f583a4240aRemove jshint comments
Daniel García Aubert
2020-04-04 17:29:33 +0200
4054c6923fUse new signature for onTileErrorStrategy
Daniel García Aubert
2020-03-27 19:38:28 +0100
7a1d84a3fbUpdate windshaft
Daniel García Aubert
2020-03-27 16:59:30 +0100
58ed7c0093Lint
Daniel García Aubert
2020-03-23 10:07:24 +0100
f56e79ed1fUpdate windshaft
Daniel García Aubert
2020-03-23 10:01:54 +0100
45c423bbafUpdate windshaft
Daniel García Aubert
2020-03-21 18:53:32 +0100
78f47e5873Update windshaft and send more metrics
Daniel García Aubert
2020-03-21 18:30:38 +0100
21d1a56953Update windshaft and use the new method that reports stats about cached renderers
Daniel García Aubert
2020-03-21 14:13:53 +0100
69a02bcee0Fix stat named map providers cache count
Daniel García Aubert
2020-03-20 18:50:22 +0100
d2c0f553fcUpdate windshaft to development version
Daniel García Aubert
2020-03-18 19:50:35 +0100
3967aecfdcFix test where http-fallback-image renderer was failing quietly
Daniel García Aubert
2020-03-18 19:45:31 +0100