This website requires JavaScript.
Explore
Help
Sign In
cartodb
/
CartoDB-SQL-API
Watch
1
Star
0
Fork
0
You've already forked CartoDB-SQL-API
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b5bb06db6c
CartoDB-SQL-API
/
app
History
Daniel García Aubert
ff6a4b063e
Linter
2019-10-02 17:36:18 +02:00
..
auth
Do not use assert to throw erros as in Node.js > 6 wraps the original error, the keyword 'throw' does the trick and it's backwards compatible
2018-11-07 18:05:39 +01:00
controllers
Create sql-router to encapsulate common stuff from api-router. Extract WIP jobs from job-controller and attatch it to api-router.
2019-10-02 16:02:13 +02:00
middlewares
Linter
2019-10-01 15:42:24 +02:00
models
Remove old abort checker and use a Node-ish mechanism to achieve the same goal
2019-07-05 15:41:26 +02:00
monitoring
Use strict mode
2018-10-24 15:42:33 +02:00
postgresql
Add missing error codes
2019-04-10 12:01:40 +02:00
services
Remove table cache
2019-07-24 17:44:04 +02:00
stats
Use strict mode
2018-10-24 15:42:33 +02:00
utils
Remove table cache
2019-07-24 17:44:04 +02:00
server-options.js
Linter
2019-10-02 17:36:18 +02:00
server.js
Have a default configuration of "routes" when missing environment settings. It prevents errors while deploying (if the new setting is not available yet)
2019-10-02 17:35:34 +02:00