forked from fhirbase/fhirbase-plv8
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
80 lines (52 loc) · 2.92 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
2016-04-11 Danil Kutkevich <[email protected]>
* src/core/schema.coffee (fhir_create_all_storages) Implements the
function for creating tables for all known resource types.
* src/core/schema.coffee (fhir_drop_all_storages) Implements
the function for dropping all resources tables.
2016-04-10 Danil Kutkevich <[email protected]>
* src/fhir/search.litcoffee (_search_sql) Respects filter
by `updated_at` (#97).
* src/fhir/query_string.coffee (grouping)
Respects `_lastUpdated` (#97).
2016-02-03 Danil Kutkevich <[email protected]>
* src/fhir/crud.coffee (fhir_patch_resource): Fix `fhir_patch_resource`.
Require json patch library in right way.
2016-02-02 Danil Kutkevich <[email protected]>
* src/fhir/crud.coffee (fhir_patch_resource): Add resource
patching proof of concept.
2016-01-28 Danil Kutkevich <[email protected]>
* vagrant: backport Vagrant configuration from Fhirbase 1.
2016-01-26 Danil Kutkevich <[email protected]>
* src/core/version.coffee (fhirbase_version): fhirbase version (#83).
2016-01-25 Danil Kutkevich <[email protected]>
* core/schema.coffee (fhir_drop_storage, fhir_drop_storage_sql):
respects PostgreSQL reserved keywords (#77).
2016-01-20 Danil Kutkevich <[email protected]>
* fhir/crud.coffee, fhir/bundle.coffee (fhir_read_resource,
fhir_delete_resource, fhir_vread_resource)
(history_bundle):
History of "deleted" resources even more FHIR compliant (#65).
2016-01-19 Danil Kutkevich <[email protected]>
* build.sh, release.sh: More respect to multitenancy (#80).
Build and release scripts do not rely on setting schema definition
in final sql file.
Move `SET search_path TO schema_name` from sql file
to release script.
2016-01-18 Danil Kutkevich <[email protected]>
* fhir/crud.coffee (fhir_delete_resource, fhir_vread_resource):
Makes "delete" more FHIR compliant (#65).
* fhir/crud.coffee (fhir_read_resource): Read of the deleted
resource returns OperationOutcome.
Relying on this OperationOutcome's coding server can return the
appropriate http status code (#65).
2016-01-17 Danil Kutkevich <[email protected]>
* src/fhir/history.coffee (fhir_resource_history):
`fhir_resource_history` respects `_count` and `_since` params (#63).
2016-01-13 Danil Kutkevich <[email protected]>
* src/honey.coffee: Multi-tenant friendly database should hold all
extensions-related-functions in one convientional schema
"pg_catalog" (#75).
2016-01-10 Danil Kutkevich <[email protected]>
* fhir/crud.coffee (fhir_create_resource, fhir_update_resource)
(fhir_delete_resource): Logging of resources changes in meta-extensions:
"fhir-request-method" and "fhir-request-uri" (#65).