Daniel García Aubert
e2d27db828
Ise strict mode for moduler under test folder
2018-10-23 18:39:02 +02:00
Daniel García Aubert
d902476780
Fix assertions, now MapCofig.getLayer() return {} if layer not found
2017-03-17 11:06:40 +00:00
Ubuntu
bc5dabef3c
Revert "Fix assertions, now MapCofig.getLayer() return {} if layer not found"
...
This reverts commit c839a0b0a3
.
2017-03-17 11:04:50 +00:00
Daniel García Aubert
024f1e4851
Fix assertions, now MapCofig.getLayer() return {} if layer not found
2017-03-17 10:45:59 +00:00
Raul Ochoa
5e6529363b
Remove unused var
2016-05-23 23:29:41 +02:00
Raul Ochoa
e9d1951d48
Use context for datasource 1/2
2016-05-23 19:09:57 +02:00
Raul Ochoa
efcb73e0d1
Named layers adapter with getMapConfig signature
2016-05-23 18:03:45 +02:00
Raul Ochoa
9f6ce64a31
Named maps adapter with getMapConfig interface
2016-05-23 15:39:11 +02:00
Raul Ochoa
ab984729f5
Named layers adapter into adapters package
2016-05-23 13:16:34 +02:00
Raul Ochoa
fa7288e03e
Remove redis keys used in tests after each test
2015-09-25 14:08:35 +02:00
Raul Ochoa
c6f9152efe
Moves template maps to backends directory
2015-06-29 16:38:13 +02:00
Raul Ochoa
6ac3b4c005
fix jshint
2015-04-27 18:05:39 +02:00
Raul Ochoa
d311dd4245
Use PgConnection to set db auth
...
No need to use request context anymore
X-Cache-Channel will be set now even for private tables: fixes #253
2015-02-16 11:57:53 +01:00
Raul Ochoa
2c7bc6adde
Datasource to give per-layer authentication in named layers
...
Make beforeLayergroupCreate to return a datasource with different
authentication for the different layers.
- Named layers will get access to private tables in case it's needed
Changes in MapConfigNamedLayersAdapter:
- It will retrieve the dbAuth params only if named layers are present so
there is no extra overhead for normal layers
- Rename queue function signature from `callback` to `done` so it is easier
to follow the code
Add several tests to validate `named` layers authentication
2015-02-04 11:30:36 +01:00