Skip to content

Commit cba9105

Browse files
chore(release): 2.2.0-alpha.1 [skip ci]
# [2.2.0-alpha.1](v2.1.3...v2.2.0-alpha.1) (2023-11-22) ### Bug Fixes * api configuration would incorrectly save edit api configuration auth type ([e97a8d7](e97a8d7)) * API edit mutation could fail because of incorrect check of arguments ([00b0e0d](00b0e0d)) * build issue after 2.x.x merge ([1d48814](1d48814)) * calculated fields in resource question breaking search in grid ([c5287eb](c5287eb)) * check record trigger would break build ([06691dd](06691dd)) * code could not compile ([5699e03](5699e03)) * contains filter not working if value is single ([b7e5558](b7e5558)) * could not download application with existing name ([#795](#795)) ([c9f9d8a](c9f9d8a)) * could not get canUpdate / canDelete on meta ([323330a](323330a)) * could not get map data due to incorrect id check ([6906c21](6906c21)) * could not load datasources in layers ([9e1b841](9e1b841)) * dashboard queries would take too much time if context ([7783bff](7783bff)) * disable custom notifications scheduler to prevent system to crash ([00c3e22](00c3e22)) * Download file method would break due to missing file destination ([aac3f63](aac3f63)) * download file would sometimes not throw correct error or resolve request ([46e2cc6](46e2cc6)) * download of template for records upload would query records even if not needed ([b263bdb](b263bdb)) * editing a dashboard inside a workflow could cause unexpected type issue due to incorrect error handling ([75ccd9a](75ccd9a)) * editRecord could break if previous version did not have any data ([85a2d5c](85a2d5c)) * editRecord would not correctly check non editable fields ([#815](#815)) ([5ca7717](5ca7717)) * error on fetching records with no data ([4986e1d](4986e1d)) * filtering records on form name would break query ([c2d8e58](c2d8e58)) * geofiltering would break layers if empty ([c22a882](c22a882)) * gis/feature route was broken due to incorrect layout / aggregation setup ([7a3cdd7](7a3cdd7)) * graphQL queries would be cached by proxy ([1dd9fba](1dd9fba)) * in some edge cases, dashboard structure would be incorrectly passed in graphql ([#817](#817)) ([2a5866e](2a5866e)) * inccorect filter in getautoassigned role ([41a0143](41a0143)) * incorrect names for some matrix questions ([1fedb51](1fedb51)) * incorrect timezone in calculated fields. Now enforcing user timezone ([296aab4](296aab4)) * issue with layers using lat lng fields ([88f75f6](88f75f6)) * layer input could not allow saving of heatmap layer ([6da8988](6da8988)) * layers using lat & long could break popup ([#722](#722)) ([70217f5](70217f5)) * matrix in grid and summary card not correctly saved in db ([#748](#748)) ([e37b342](e37b342)) * number question values, when saved as string, would not match in filters ([#774](#774)) ([2dc18ec](2dc18ec)) * ping request using cache and decrypting twice ([#826](#826)) ([14b26c4](14b26c4)) * prevent any default field to be used in a form ([6e52fda](6e52fda)) * prevent contextual content in pages to be duplicated ([926f476](926f476)) * pulljobs failing would crash server ([e416ee5](e416ee5)) * reference data query not working due to incorrect cursor pagination ([96d7298](96d7298)) * some layers would not work due to incorrect geoField ([f409b1c](f409b1c)) * updated layer model to also saves popup fields info ([#670](#670)) ([eb43289](eb43289)) * users roles not appearing in applications ([#835](#835)) ([d05d061](d05d061)) * using size operator on nullish values in aggregations on records ([#836](#836)) ([5eca1c7](5eca1c7)) ### Features * Ability to save draft record ([#802](#802)) ([d1b1e3b](d1b1e3b)) * add auth code APIs ([#789](#789)) ([20ff5d8](20ff5d8)) * add contextual filtering ([0a734e2](0a734e2)) * add dashboard buttons to schema ([fe7bd55](fe7bd55)) * add new route of scss conversion to css ([691794d](691794d)) * allow caching of more API requests ([#825](#825)) ([105f0a5](105f0a5)) * allow draft edition of records ([32148b1](32148b1)), closes [feat/AB#65023](https://github.com/feat/AB/issues/65023) * Allow MultiPoint and MultiPolygon on layer features ([514d3ee](514d3ee)) * allow single widget page ([53762f4](53762f4)) * can now archive application pages and restore them ([a76928a](a76928a)) * can now edit page / step 's icons ([#749](#749)) ([30bb81c](30bb81c)) * can now group layers ([074cb2b](074cb2b)) * can now hide application menu by default ([2519344](2519344)) * can now query historical data ([#752](#752)) ([75b1c8a](75b1c8a)) * can now sort aggregations on records ([a09f2c8](a09f2c8)) * can now use infinite aggregations ([3f190d4](3f190d4)) * can save custom grid options per dashboard ([#824](#824)) ([8779433](8779433)) * cluster layers now support new options ([#757](#757)) ([f9b58b3](f9b58b3)) * get draft data from single record custom query, by passing data argument ([509b670](509b670)) * possibility to hide pages' ([f5ca2e6](f5ca2e6)) * query of polygon features on map ([fc33c06](fc33c06))
1 parent 40c4532 commit cba9105

File tree

3 files changed

+76
-3
lines changed

3 files changed

+76
-3
lines changed

CHANGELOG/CHANGELOG_alpha.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
# [2.2.0-alpha.1](https://github.com/ReliefApplications/ems-backend/compare/v2.1.3...v2.2.0-alpha.1) (2023-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* api configuration would incorrectly save edit api configuration auth type ([e97a8d7](https://github.com/ReliefApplications/ems-backend/commit/e97a8d7d6e3b96ef8c6ff83980db8eaca62d24bb))
7+
* API edit mutation could fail because of incorrect check of arguments ([00b0e0d](https://github.com/ReliefApplications/ems-backend/commit/00b0e0dbd11bd887bde9adef117b3fe8b8b51869))
8+
* build issue after 2.x.x merge ([1d48814](https://github.com/ReliefApplications/ems-backend/commit/1d48814044a29c6b9009f54515737523c5005893))
9+
* calculated fields in resource question breaking search in grid ([c5287eb](https://github.com/ReliefApplications/ems-backend/commit/c5287ebf44d601f6ef62d481bb22f71a62e45bb2))
10+
* check record trigger would break build ([06691dd](https://github.com/ReliefApplications/ems-backend/commit/06691dd816c938a21b94bb4b0efd994c81bf8df2))
11+
* code could not compile ([5699e03](https://github.com/ReliefApplications/ems-backend/commit/5699e03e19b8204c4a66bc5af9a0056955311abf))
12+
* contains filter not working if value is single ([b7e5558](https://github.com/ReliefApplications/ems-backend/commit/b7e55584e8d5ddbc3bf145f7042f5a7250b4cbe0))
13+
* could not download application with existing name ([#795](https://github.com/ReliefApplications/ems-backend/issues/795)) ([c9f9d8a](https://github.com/ReliefApplications/ems-backend/commit/c9f9d8a07ce8e64a4e9b873df14c2ff6ddbe8baa))
14+
* could not get canUpdate / canDelete on meta ([323330a](https://github.com/ReliefApplications/ems-backend/commit/323330aec8b9822d85527c8967e935a05738a463))
15+
* could not get map data due to incorrect id check ([6906c21](https://github.com/ReliefApplications/ems-backend/commit/6906c21dcbae6564c1a5c554ff7b576eb268cac3))
16+
* could not load datasources in layers ([9e1b841](https://github.com/ReliefApplications/ems-backend/commit/9e1b841200852f284680aee9ba045730bc2c3f03))
17+
* dashboard queries would take too much time if context ([7783bff](https://github.com/ReliefApplications/ems-backend/commit/7783bff5a58fb06fb2697924a4eafa6b21548fce))
18+
* disable custom notifications scheduler to prevent system to crash ([00c3e22](https://github.com/ReliefApplications/ems-backend/commit/00c3e22ca757a1f14562c4ce4e2a2b99ea20ca1d))
19+
* Download file method would break due to missing file destination ([aac3f63](https://github.com/ReliefApplications/ems-backend/commit/aac3f63ba4494db672cc4b82b26d63fc6c5ef734))
20+
* download file would sometimes not throw correct error or resolve request ([46e2cc6](https://github.com/ReliefApplications/ems-backend/commit/46e2cc6f96861bc9823780615e3ef22291738b70))
21+
* download of template for records upload would query records even if not needed ([b263bdb](https://github.com/ReliefApplications/ems-backend/commit/b263bdb59750698368131c9ed4ac7d89429767fe))
22+
* editing a dashboard inside a workflow could cause unexpected type issue due to incorrect error handling ([75ccd9a](https://github.com/ReliefApplications/ems-backend/commit/75ccd9a96f7acfd8eb7970e57644f055becaec34))
23+
* editRecord could break if previous version did not have any data ([85a2d5c](https://github.com/ReliefApplications/ems-backend/commit/85a2d5c3cd7c7e1a064aed51b9929febbf3296d2))
24+
* editRecord would not correctly check non editable fields ([#815](https://github.com/ReliefApplications/ems-backend/issues/815)) ([5ca7717](https://github.com/ReliefApplications/ems-backend/commit/5ca771719a84e1eee9771293ac4e979bb39e9849))
25+
* error on fetching records with no data ([4986e1d](https://github.com/ReliefApplications/ems-backend/commit/4986e1dfebf40170bde92fe875c7eab4e6875707))
26+
* filtering records on form name would break query ([c2d8e58](https://github.com/ReliefApplications/ems-backend/commit/c2d8e58601bd73c2362d672bab4e84a00870896a))
27+
* geofiltering would break layers if empty ([c22a882](https://github.com/ReliefApplications/ems-backend/commit/c22a8827f1f8e9b5b554f2b80bba971df8611de6))
28+
* gis/feature route was broken due to incorrect layout / aggregation setup ([7a3cdd7](https://github.com/ReliefApplications/ems-backend/commit/7a3cdd70457f59ebca31d13ba36b3ea114c6f518))
29+
* graphQL queries would be cached by proxy ([1dd9fba](https://github.com/ReliefApplications/ems-backend/commit/1dd9fba9f67b99674599c83dd9b267a081ef47fa))
30+
* in some edge cases, dashboard structure would be incorrectly passed in graphql ([#817](https://github.com/ReliefApplications/ems-backend/issues/817)) ([2a5866e](https://github.com/ReliefApplications/ems-backend/commit/2a5866eca15f0fd26a2c24378a46a3fac50f3490))
31+
* inccorect filter in getautoassigned role ([41a0143](https://github.com/ReliefApplications/ems-backend/commit/41a0143723ea06410388490b73a6383630105189))
32+
* incorrect names for some matrix questions ([1fedb51](https://github.com/ReliefApplications/ems-backend/commit/1fedb51ed129924e47aeb68499bc236287d96091))
33+
* incorrect timezone in calculated fields. Now enforcing user timezone ([296aab4](https://github.com/ReliefApplications/ems-backend/commit/296aab4a1d4bd102fb7b2f8858fb71914f31fd62))
34+
* issue with layers using lat lng fields ([88f75f6](https://github.com/ReliefApplications/ems-backend/commit/88f75f6899c6e0a4da40bee2a7ffc195b2b2d5af))
35+
* layer input could not allow saving of heatmap layer ([6da8988](https://github.com/ReliefApplications/ems-backend/commit/6da89881a76b022ec236926a933fdcc9930d7ea4))
36+
* layers using lat & long could break popup ([#722](https://github.com/ReliefApplications/ems-backend/issues/722)) ([70217f5](https://github.com/ReliefApplications/ems-backend/commit/70217f5abf6b1aeb66c63352d532001450afa2fa))
37+
* matrix in grid and summary card not correctly saved in db ([#748](https://github.com/ReliefApplications/ems-backend/issues/748)) ([e37b342](https://github.com/ReliefApplications/ems-backend/commit/e37b3422b47a39c55bb77486e08dc79cd430c937))
38+
* number question values, when saved as string, would not match in filters ([#774](https://github.com/ReliefApplications/ems-backend/issues/774)) ([2dc18ec](https://github.com/ReliefApplications/ems-backend/commit/2dc18ecd0a7241d8718f6cadfe915e5f42f975f2))
39+
* ping request using cache and decrypting twice ([#826](https://github.com/ReliefApplications/ems-backend/issues/826)) ([14b26c4](https://github.com/ReliefApplications/ems-backend/commit/14b26c4e125d22fd489afce95cf060f51cda07f8))
40+
* prevent any default field to be used in a form ([6e52fda](https://github.com/ReliefApplications/ems-backend/commit/6e52fda5e936d2f95ec18f7a00c5b2cf18023a11))
41+
* prevent contextual content in pages to be duplicated ([926f476](https://github.com/ReliefApplications/ems-backend/commit/926f476af9e1f1de3ff5d78ab4398872ebfdaf1f))
42+
* pulljobs failing would crash server ([e416ee5](https://github.com/ReliefApplications/ems-backend/commit/e416ee5f6c711b5c705c8956c4a4478005728cc9))
43+
* reference data query not working due to incorrect cursor pagination ([96d7298](https://github.com/ReliefApplications/ems-backend/commit/96d7298796d2d952ad6f66dd745fa4000cf46567))
44+
* some layers would not work due to incorrect geoField ([f409b1c](https://github.com/ReliefApplications/ems-backend/commit/f409b1c5547b9f7c74a239e72d3f84236923e4e1))
45+
* updated layer model to also saves popup fields info ([#670](https://github.com/ReliefApplications/ems-backend/issues/670)) ([eb43289](https://github.com/ReliefApplications/ems-backend/commit/eb43289336b5d630ed277862ea6500577d225fb3))
46+
* users roles not appearing in applications ([#835](https://github.com/ReliefApplications/ems-backend/issues/835)) ([d05d061](https://github.com/ReliefApplications/ems-backend/commit/d05d0619635bb2c26ac902fc06789b6d58b899c7))
47+
* using size operator on nullish values in aggregations on records ([#836](https://github.com/ReliefApplications/ems-backend/issues/836)) ([5eca1c7](https://github.com/ReliefApplications/ems-backend/commit/5eca1c704264fee19eb555f34ec6860326fa44df))
48+
49+
50+
### Features
51+
52+
* Ability to save draft record ([#802](https://github.com/ReliefApplications/ems-backend/issues/802)) ([d1b1e3b](https://github.com/ReliefApplications/ems-backend/commit/d1b1e3b263b5db5211edfc8e7c3deee05f2517bf))
53+
* add auth code APIs ([#789](https://github.com/ReliefApplications/ems-backend/issues/789)) ([20ff5d8](https://github.com/ReliefApplications/ems-backend/commit/20ff5d8b9732b5882a98f9440411c8d69ef47986))
54+
* add contextual filtering ([0a734e2](https://github.com/ReliefApplications/ems-backend/commit/0a734e27cb427d868b8085206aecac77842ba075))
55+
* add dashboard buttons to schema ([fe7bd55](https://github.com/ReliefApplications/ems-backend/commit/fe7bd55de6931364db0c08f90a4c4da143e2d006))
56+
* add new route of scss conversion to css ([691794d](https://github.com/ReliefApplications/ems-backend/commit/691794d4e873776e4aeb0b23a6abcc0eb9741f03))
57+
* allow caching of more API requests ([#825](https://github.com/ReliefApplications/ems-backend/issues/825)) ([105f0a5](https://github.com/ReliefApplications/ems-backend/commit/105f0a50685363f6eab3bc936df308774b7e7015))
58+
* allow draft edition of records ([32148b1](https://github.com/ReliefApplications/ems-backend/commit/32148b1ff093d0553a3124bf0a32b0e6d3eebe49)), closes [feat/AB#65023](https://github.com/feat/AB/issues/65023)
59+
* Allow MultiPoint and MultiPolygon on layer features ([514d3ee](https://github.com/ReliefApplications/ems-backend/commit/514d3eefcbc1bbaf0c755ecbeed0e8fca3dbb66b))
60+
* allow single widget page ([53762f4](https://github.com/ReliefApplications/ems-backend/commit/53762f43aaf1c219c60aac01d9a479495fd75a11))
61+
* can now archive application pages and restore them ([a76928a](https://github.com/ReliefApplications/ems-backend/commit/a76928a93e482911c114d71c289beb7c6a7e70e2))
62+
* can now edit page / step 's icons ([#749](https://github.com/ReliefApplications/ems-backend/issues/749)) ([30bb81c](https://github.com/ReliefApplications/ems-backend/commit/30bb81cdecb2a4c27195c1654544db887b5ff79e))
63+
* can now group layers ([074cb2b](https://github.com/ReliefApplications/ems-backend/commit/074cb2b9cb5cdce22e5aadf81e641240a5d77fa6))
64+
* can now hide application menu by default ([2519344](https://github.com/ReliefApplications/ems-backend/commit/2519344d7bffa0f761599da8846a8db5ecf60270))
65+
* can now query historical data ([#752](https://github.com/ReliefApplications/ems-backend/issues/752)) ([75b1c8a](https://github.com/ReliefApplications/ems-backend/commit/75b1c8ac78131455c5019129e83e76534b27e2a3))
66+
* can now sort aggregations on records ([a09f2c8](https://github.com/ReliefApplications/ems-backend/commit/a09f2c8b9924e9cb7b179b8acce89b281c3b9fe3))
67+
* can now use infinite aggregations ([3f190d4](https://github.com/ReliefApplications/ems-backend/commit/3f190d407029b09d22d5ab2cc60d377175e5d776))
68+
* can save custom grid options per dashboard ([#824](https://github.com/ReliefApplications/ems-backend/issues/824)) ([8779433](https://github.com/ReliefApplications/ems-backend/commit/87794338b35f5b393e22ea4e6aa2901cf346a411))
69+
* cluster layers now support new options ([#757](https://github.com/ReliefApplications/ems-backend/issues/757)) ([f9b58b3](https://github.com/ReliefApplications/ems-backend/commit/f9b58b317d8838c8226ff87f3b2112f7f739db28))
70+
* get draft data from single record custom query, by passing data argument ([509b670](https://github.com/ReliefApplications/ems-backend/commit/509b67044190f1dcdc17c74f6b3c28ddd8168400))
71+
* possibility to hide pages' ([f5ca2e6](https://github.com/ReliefApplications/ems-backend/commit/f5ca2e65698cc26fac6a91220e844eae0252e9fb))
72+
* query of polygon features on map ([fc33c06](https://github.com/ReliefApplications/ems-backend/commit/fc33c06d2c598e68d4394ab503d23d6507889292))
73+
174
# [2.0.0-alpha.11](https://github.com/ReliefApplications/oort-backend/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2023-05-16)
275

376

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oort-backend",
3-
"version": "2.2.0-beta.8",
3+
"version": "2.2.0-alpha.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)