Joe Nelson
|
8c073cedc6
|
Add PATCH handler
|
2014-12-06 17:42:17 -08:00 |
|
Joe Nelson
|
361cffc283
|
Add PUT handler
|
2014-12-06 17:42:17 -08:00 |
|
Joe Nelson
|
8894400f5c
|
Add POST handler
|
2014-12-06 17:42:17 -08:00 |
|
Joe Nelson
|
b5f054d976
|
WIP: GET route
|
2014-12-06 17:42:17 -08:00 |
|
Joe Nelson
|
cb80dba234
|
WIP: converting app request handlers
|
2014-12-06 17:42:17 -08:00 |
|
Joe Nelson
|
9b7af0296e
|
Fix auth functions
|
2014-12-06 17:42:17 -08:00 |
|
Joe Nelson
|
9d363da8f9
|
Consolidate auth functions
|
2014-12-06 17:42:17 -08:00 |
|
 Adam C. BakerandJoe Nelson
|
41a982fb31
|
Remove HDBC imports
|
2014-12-06 17:42:17 -08:00 |
|
Joe Nelson
|
7196fbc001
|
WIP: use postgresql-simple in pgstructure
|
2014-12-06 17:42:16 -08:00 |
|
Joe Nelson
|
2f91fdd8b5
|
WIP: more clean query functions
|
2014-12-06 17:42:16 -08:00 |
|
Joe Nelson
|
cb467b62c1
|
WIP: cleaner PgQuery functions
|
2014-12-06 17:42:16 -08:00 |
|
Joe Nelson
|
94ab57941d
|
Thank you!
|
2014-12-05 16:27:00 -08:00 |
|
Joe Nelson
|
bed759333d
|
Name changes in readme
|
2014-12-05 16:05:02 -08:00 |
|
Adam C. Baker
|
2b76c87d1d
|
trivial test change to illustrate alternative to pick
|
2014-11-11 21:29:40 -08:00 |
|
Joe Nelson
|
7bbeeb7c61
|
Merge branch 'patch'
|
2014-11-06 23:53:50 -08:00 |
|
Joe Nelson
|
58adb5e828
|
Allow patch requests
Fixes #87
|
2014-11-06 23:49:29 -08:00 |
|
Joe Nelson
|
76ea92bfce
|
Derp, actually put the data on a put request
|
2014-11-06 18:31:13 -08:00 |
|
Joe Nelson
|
ffa2870061
|
Merge branch 'enforce-new-warp'
|
2014-11-06 15:46:40 -08:00 |
|
Joe Nelson
|
742ff027ba
|
Require warp >= 3.0.2 for setServerName
Fixes #94
|
2014-11-06 15:35:17 -08:00 |
|
Joe Nelson
|
a29f2dd107
|
Postgres on travis does not recognize lock_timeout
|
2014-11-06 14:48:15 -08:00 |
|
Joe Nelson
|
648c770cb4
|
Merge branch 'selective-transactions'
|
2014-11-06 14:22:23 -08:00 |
|
Joe Nelson
|
f1c374403a
|
Remove noisy notifications
|
2014-11-06 14:19:19 -08:00 |
|
Joe Nelson
|
5cbbe12b65
|
Use transactions for only patch and put
|
2014-11-06 14:19:19 -08:00 |
|
Joe Nelson
|
f58e3db924
|
Disable transactions for read-only requests
|
2014-11-06 14:19:19 -08:00 |
|
Joe Nelson
|
0e57bee90d
|
Merge pull request #93 from begriffs/repackage
declare required extensions
|
2014-11-06 13:56:47 -08:00 |
|
Adam C. Baker
|
74855db87b
|
declare required extensions
and remove default extension pragmas (OverloadedStrings)
|
2014-11-05 00:32:10 -08:00 |
|
Joe Nelson
|
8c6b34aaf2
|
Merge branch 'native-sql-format'
|
2014-11-03 23:49:21 -08:00 |
|
Joe Nelson
|
cc2c65a9ab
|
Build escaped queries in the app itself
universally replace String with Text
|
2014-11-03 23:30:04 -08:00 |
|
Joe Nelson
|
c27f178754
|
Create functions that mimic Postgres' format() command
|
2014-11-03 19:53:54 -08:00 |
|
Joe Nelson
|
36f7ac3ff4
|
Merge branch 'speed'
|
2014-11-02 00:44:57 -07:00 |
|
Joe Nelson
|
822c9aad22
|
Cannot use query param for set role. Concat should be safe though
|
2014-11-02 00:23:24 -07:00 |
|
Joe Nelson
|
1a83f2d344
|
Stop using strings, they are dog slow
|
2014-11-02 00:10:37 -07:00 |
|
Joe Nelson
|
28da88829e
|
Merge pull request #91 from begriffs/s3
Easy builds for Heroku
|
2014-10-28 20:09:32 -07:00 |
|
Joe Nelson
|
5453e1988c
|
Document heroku build
|
2014-10-28 20:05:15 -07:00 |
|
Joe Nelson
|
b09ca76333
|
Add optimization and s3 release script
|
2014-10-28 19:44:50 -07:00 |
|
Joe Nelson
|
12c1f0fa23
|
Merge pull request #90 from begriffs/server-header
Report server and version in headers
|
2014-10-28 17:30:57 -07:00 |
|
Joe Nelson
|
6a5b756cac
|
Report server and version in headers
|
2014-10-28 17:17:37 -07:00 |
|
Joe Nelson
|
aaf8a7fbfa
|
Merge pull request #89 from begriffs/release
cleanup connections on close.
|
2014-10-28 15:26:27 -07:00 |
|
Adam C. Baker
|
2b829f9152
|
cleanup connections on close.
|
2014-10-28 14:41:32 -07:00 |
|
Joe Nelson
|
f84ca1d615
|
Merge branch 'pool-opts'
Fixes #85
|
2014-10-21 16:21:01 -07:00 |
|
Joe Nelson
|
32e3396caf
|
Provide command-line flag for db pool size
|
2014-10-21 16:15:11 -07:00 |
|
Joe Nelson
|
563187f3c0
|
Merge pull request #86 from begriffs/user-management
Route for adding a new user
|
2014-10-21 15:37:44 -07:00 |
|
Joe Nelson
|
05bf6b9b06
|
Standarize db schema dump format
|
2014-10-21 15:16:03 -07:00 |
|
Joe Nelson
|
572c235b79
|
Add /dbapi/users route for creating new user
|
2014-10-21 15:01:04 -07:00 |
|
Joe Nelson
|
5953936c7a
|
Bump version
v0.2.2.1
|
2014-10-21 10:51:03 -07:00 |
|
Joe Nelson
|
dfa27bace1
|
Merge branch 'pools'
|
2014-10-17 23:50:38 -07:00 |
|
Joe Nelson
|
36eeec6b17
|
Retry the sandbox curl on travis as needed
|
2014-10-17 23:46:47 -07:00 |
|
Joe Nelson
|
25ce4c00c6
|
Fix hlint
|
2014-10-17 18:13:48 -07:00 |
|
Adam C. Baker
|
2773ef3030
|
restore test
|
2014-10-17 17:28:06 -07:00 |
|
Adam C. Baker
|
0798cb81a6
|
App has database pools!
|
2014-10-17 17:16:41 -07:00 |
|