Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #33

Merged
merged 36 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
fab58f0
feat: cycle custom name mapping
stephanoshadjipetrou Aug 5, 2024
789671f
Merge pull request #24 from globalfund/feat/DE-1389
stephanoshadjipetrou Aug 5, 2024
96079b6
feat: targets & results table more info
stephanoshadjipetrou Aug 13, 2024
b987caf
chore: resolve sonarcloud issues & tech debt
stephanoshadjipetrou Aug 20, 2024
5b45f08
chore: incremental
stephanoshadjipetrou Aug 20, 2024
dadc086
Merge pull request #25 from globalfund/feat/DE-1379/DE-1384
stephanoshadjipetrou Aug 20, 2024
44ccc4c
chore: incremental
stephanoshadjipetrou Aug 20, 2024
c79c8dd
feat: tables search functionality
stephanoshadjipetrou Sep 3, 2024
98a614b
feat: new disbursement endpoint
stephanoshadjipetrou Sep 12, 2024
4fc88b8
chore: incremental
stephanoshadjipetrou Sep 16, 2024
2abf691
feat: datasets latest update date
stephanoshadjipetrou Sep 17, 2024
494a83c
Merge pull request #27 from globalfund/feat/DE-1397
stephanoshadjipetrou Sep 17, 2024
ba393a0
chore: update base API url in search calls
stephanoshadjipetrou Sep 19, 2024
25b79af
feat: change grant ip label to code
stephanoshadjipetrou Sep 19, 2024
4417895
feat: datasets latest update date
stephanoshadjipetrou Oct 4, 2024
cb51766
chore: incremental
stephanoshadjipetrou Oct 4, 2024
eddb4c2
fix: url params with front slash encoding
stephanoshadjipetrou Oct 7, 2024
dde3172
feat: change component names
stephanoshadjipetrou Oct 24, 2024
0c7d13a
chore: incremental
stephanoshadjipetrou Oct 24, 2024
1621297
Merge pull request #28 from globalfund/feat/DE-1428
stephanoshadjipetrou Oct 24, 2024
5c5210e
feat: change document sort order
stephanoshadjipetrou Oct 29, 2024
fa978c4
fix: principal recipient sub type filter
stephanoshadjipetrou Oct 29, 2024
0dfbf4c
chore: component filter for documents
stephanoshadjipetrou Oct 30, 2024
b0ca4c8
feat: optimise geography filtering
stephanoshadjipetrou Nov 11, 2024
1b6934f
Merge pull request #29 from globalfund/feat/DE-1462
stephanoshadjipetrou Nov 11, 2024
1286507
chore: update data API calls to v4.2
stephanoshadjipetrou Nov 11, 2024
ce6c34a
feat: grant targets & results table adjustments
stephanoshadjipetrou Nov 12, 2024
8426b04
chore: remove console log
stephanoshadjipetrou Nov 13, 2024
b45f4b3
fix: cycle filter bugfix
stephanoshadjipetrou Nov 13, 2024
f87122f
fix: documents countries order by name
stephanoshadjipetrou Nov 20, 2024
ef19a09
chore: remove unused count aggregations
stephanoshadjipetrou Nov 22, 2024
4d32377
chore: upgrade packages to work with node v22
stephanoshadjipetrou Jan 17, 2025
a4e44c5
Merge pull request #31 from globalfund/feat/DEV-526
stephanoshadjipetrou Jan 21, 2025
0c09f23
Merge branch 'main' into develop
stephanoshadjipetrou Jan 21, 2025
4f96a15
chore: resolve sonarcloud issue
stephanoshadjipetrou Jan 21, 2025
8491478
chore: reinstate private flag in package.json
stephanoshadjipetrou Jan 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"private": true,
"description": "data-explorer-server",
"license": "MIT",
"keywords": [
"data-explorer-server",
"api",
Expand All @@ -13,7 +14,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.16"
"node": ">=22.13"
},
"scripts": {
"build": "lb-tsc",
Expand Down Expand Up @@ -55,30 +56,30 @@
"!*/__tests__"
],
"dependencies": {
"@loopback/boot": "^4.0.1",
"@loopback/core": "^3.0.1",
"@loopback/repository": "^4.0.1",
"@loopback/rest": "^11.0.1",
"@loopback/rest-explorer": "^4.0.1",
"@loopback/service-proxy": "^4.0.1",
"@turf/center": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@types/lodash": "^4.14.178",
"axios": "^0.24.0",
"@loopback/boot": "^7.0.10",
"@loopback/core": "^6.1.7",
"@loopback/repository": "^7.0.10",
"@loopback/rest": "^14.0.10",
"@loopback/rest-explorer": "^7.0.10",
"@loopback/service-proxy": "^7.0.10",
"@turf/center": "^7.2.0",
"@turf/helpers": "^7.2.0",
"@types/lodash": "^4.17.14",
"axios": "^1.7.9",
"lodash": "^4.17.21",
"map-transform": "^0.3.12",
"moment": "^2.29.4",
"nodemon": "^2.0.7",
"moment": "^2.30.1",
"nodemon": "^3.1.9",
"querystring": "^0.2.1",
"tslib": "^2.3.1"
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^8.0.1",
"@loopback/eslint-config": "^12.0.1",
"@loopback/testlab": "^4.0.1",
"@types/node": "^10.17.60",
"eslint": "^8.6.0",
"@loopback/build": "^11.0.9",
"@loopback/eslint-config": "^15.0.5",
"@loopback/testlab": "^7.0.9",
"@types/node": "^22.10.7",
"eslint": "^9.18.0",
"source-map-support": "^0.5.21",
"typescript": "~4.5.4"
"typescript": "~5.7.3"
}
}
1 change: 1 addition & 0 deletions pm2.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
watch: true,
ignore_watch: [
'.git',
'public',
'.circle',
'.vscode',
'README.md',
Expand Down
Loading
Loading