forked from hotkit/fostgres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
98 lines (68 loc) · 3.93 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
2018-09-19 Kirit Saelensminde <kirit@felspar.com>
Extend schema validation to fields and CSJ.
2018-08-11 Kirit Saelensminde <kirit@felspar.com>
* Add JSON schema validation for object `PUT` and `PATCH`.
* Fix the order of the expected & actual results for object request.
* Fix a bug in the HTTP request checking where expressions would be resolved twice.
2018-07-11 Tle Ekkul <e.aryuth@gmail.com>
Add fg quote function
2018-06-11 Kirit Saelensminde <kirit@felspar.com>
Add support for `password` configuration on the connection strings.
2018-05-15 Kirit Saelensminde <kirit@felspar.com>
Allow database connection string settings to come from the environment.
2017-12-13 Kirit Saelensminde <kirit@felspar.com>
Fix the fg parser to allow whitspace and comments in more places.
2017-10-08 Kirit Saelensminde <kirit@felspar.com>
* Add scripting call `setting` for manipulating settings.
* Add parser support for all JSON atom values.
2017-09-25 Kirit Saelensminde <kirit@felspar.com>
Add RETURNING support to PUT request for objects.
2017-09-17 Kirit Saelensminde <kirit@felspar.com>
Move some tests so Postgres is not needed for a normal build.
2017-05-03 Kirit Saelensminde <kirit@felspar.com>
Add -h and -U options to fostgres-test to control how to access the database.
2017-04-08 Kirit Saelensminde <kirit@felspar.com>
* Add a `json_recordset` adapter that allows rows to be dereferenced directly as objects.
* Move the location of the `column_names` API to `fostgres-core`.
2017-02-18 Kirit Saelensminde <kirit@felspar.com>
Added support for file uploads. JSON base 64 encoded only.
2017-01-13 Kirit Saelensminde <kirit@felspar.com>
Update for new internal structure of `fostlib::json`.
2017-01-12 Kirit Saelensminde <kirit@felspar.com>
Removed the old `parser_lock` which is no longer needed.
2017-01-11 Kirit Saelensminde <kirit@felspar.com>
Fix the matcher so it properly decodes the file spec parts from their URL encoding.
2017-01-03 Kirit Saelensminde <kirit@felspar.com>
Switch to the new version of Boost Spirit. Drop support for Boost version prior to !.59.
2016-09-29 Kirit Saelensminde <kirit@felspar.com>
Add default lookups for the Postgres connection string parameters.
2016-09-18 Kirit Saelensminde <kirit@felspar.com>
Set the remote address as `fostgres.remote_addr` on the database connection.
2016-09-14 Kirit Saelensminde <kirit@felspar.com>
Set source address on the network connection when possible.
2016-09-11 Kirit Saelensminde <kirit@felspar.com>
The test script can now check CSJ results are what is expected.
2016-09-09 Kirit Saelensminde <kirit@felspar.com>
Can configure a zone info on the view to control which time zone to use.
2016-09-06 Kirit Saelensminde <kirit@felspar.com>
* Logging options can be set for fostgres-test.
* The fostgres-test testserver can now be given header values to use for all requests.
2016-09-04 Kirit Saelensminde <kirit@felspar.com>
fostgres-test only turns `not_implemented` exceptions into 501s if that is the expected response.
2016-09-03 Kirit Saelensminde <kirit@felspar.com>
* Add a command for running SQL from a file.
* Add a language extension mechanism.
2016-08-28 Kirit Saelensminde <kirit@felspar.com>
Object PUT support can now have confiugrations for multiple tables.
2016-08-28 Kirit Saelensminde <kirit@felspar.com>
Add DELETE support and a scripting language for testing the views.
2016-08-14 Kirit Saelensminde <kirit@felspar.com>
Deprecate the old configuration for JSON based PATCH.
2016-07-30 Kirit Saelensminde <kirit@felspar.com>
SQL can be run with a list of JSON arguments.
2016-07-29 Kirit Saelensminde <kirit@felspar.com>
Add a connection factory function that can read some values from the request.
2016-03-25 Kirit Saelensminde <kirit@felspar.com>
Basic implementation of CSJ and JSON options for views that fetch data from the database.
2015-09-23 Kirit Saelensminde <kirit@felspar.com>
Added ChangeLog