Sennay
f4d7b5c87b
Update Docker build command in deploy.yml
...
Remove the --no-cache option from the Docker build command.
2026-06-17 12:44:54 +03:00
Sennay
d348be5879
Remove rabbitmq dependency conditions
...
Removed 'depends_on' condition for rabbitmq service in both passenger and payment APIs.
2026-06-17 12:40:16 +03:00
Yonas Tewabe
12574768de
Update docker-compose.yaml
2026-06-17 12:38:01 +03:00
Yonas Tewabe
b2f1cec37e
Remove concurrency settings from deploy.yml
...
Removed concurrency settings from the deploy workflow.
2026-06-17 12:25:33 +03:00
Abubeker Yasin
4ba91400d6
Merge pull request #196 from Tria-plc/feat/payment-microservice
...
fix: ( telebirr ) fix webhook return types
2026-06-17 12:12:34 +03:00
Abubeker Yasin
1b6bc47026
fix: ( telebirr ) fix webhook return types
2026-06-17 12:04:00 +03:00
Nathnael Wondisha
cae2848db7
Merge pull request #195 from Tria-plc/freight/feat/portal-fixes
...
Freight/feat/portal fixes
2026-06-17 11:02:33 +03:00
Nathnael
8b7dcdb897
fixes
2026-06-17 08:00:58 +00:00
Nathnael
24f314150c
fix
2026-06-17 08:00:58 +00:00
Nathnael
c59e100e5e
style: ui fix in scheduling
2026-06-17 08:00:58 +00:00
Nathnael Wondisha
585d86b8af
Merge pull request #194 from Tria-plc/freight/develop
...
Freight/develop
2026-06-17 10:19:59 +03:00
Nathnael Wondisha
815c3f4548
Merge branch 'dev' into freight/develop
2026-06-17 10:19:43 +03:00
Nathnael Wondisha
fc514bb6be
Merge pull request #193 from Tria-plc/freight/feat/portal-fixes
...
Freight/feat/portal fixes
2026-06-17 10:18:24 +03:00
ghost2023
c96c863070
fix
2026-06-17 10:15:14 +03:00
Nathnael
3919464acb
fix: the route direction
2026-06-17 07:14:21 +00:00
Nathnael
4f20b07d81
refactor: the portal dashboard
2026-06-17 07:02:15 +00:00
marshal
e9de1e8f0f
Merge pull request #192 from Tria-plc/freight_feature/priority
...
Switch payment API URL from localhost to production domain in payment…
2026-06-17 09:33:53 +03:00
marshal
2be9b948ba
Switch payment API URL from localhost to production domain in payment client service
2026-06-17 09:31:18 +03:00
Nathnael
1ca98f32ea
style: improved the review ui
2026-06-17 06:24:03 +00:00
Eyob T.
5ba052fda9
Merge pull request #191 from Tria-plc/alpha
...
Update pnpm-lock.yaml
2026-06-17 08:12:26 +03:00
Stephanos A
81a9c614b7
Update pnpm-lock.yaml
2026-06-17 08:10:59 +03:00
marshal
7cada1a0af
Merge pull request #190 from Tria-plc/freight_feature/priority
...
Freight feature/priority
2026-06-17 07:49:05 +03:00
marshal
0b7492c502
Switch API configuration from localhost to production URL in portal and add localhost comment in backoffice
2026-06-17 07:47:09 +03:00
marshal
b2cd30c773
Merge branch 'freight_feature/priority' of github.com:Tria-plc/edr-platform into freight_feature/priority
2026-06-17 07:37:38 +03:00
Marshal
2de3f78fb0
Add payments management features including summary and listing, and integrate with the dashboard
2026-06-17 04:35:43 +00:00
marshal
f59dbdc033
Merge branch 'freight_feature/priority' of github.com:Tria-plc/edr-platform into freight_feature/priority
2026-06-17 04:57:33 +03:00
Marshal
648f4f2ee4
Add fleet management and admin permissions, and update controllers to enforce new permissions
2026-06-17 01:56:56 +00:00
Marshal
fe679d23d4
Refactor payment method handling and simplify provider options in PaymentMethodModal
2026-06-17 01:19:04 +00:00
marshal
a1b58d0068
Merge branch 'freight_feature/priority' of github.com:Tria-plc/edr-platform into freight_feature/priority
2026-06-17 04:02:48 +03:00
Marshal
c76f8648a9
Updated signature handling, added booking detail components, introduced a signature management page, updated routing, enabled document downloads, and simplified the profile page.
2026-06-17 01:02:09 +00:00
marshal
828f1ac1cd
Merge branch 'freight_feature/priority' of github.com:Tria-plc/edr-platform into freight_feature/priority
2026-06-17 03:19:08 +03:00
marshal
152dbf8e62
Remove PolinRider malware scan workflow and centralize API configuration
...
- Delete .github/workflows/polinrider-scan.yml workflow file
- Create centralized API_BASE_URL constant in apps/edr-freight-web/backoffice/src/constants/apiConfig.ts
- Update http.ts and CargoFormDialog.tsx to use centralized API_BASE_URL
- Add TypeScript types to vite.config.ts middleware functions
- Add React/Mantine dedupe configuration to vite.config.ts resolve
- Add MySignatureCard component for customer profile signature
2026-06-17 03:18:34 +03:00
Marshal
e65addc619
Add signature menu item and wrap MySignatureCard in a div on ProfilePage
2026-06-17 00:09:28 +00:00
Marshal
7106a549ab
Add signature management features for booking contracts
...
- Implement MySignatureCard component for viewing and updating saved signatures.
- Enhance BookingContractPage to utilize saved signatures for contract signing.
- Introduce hooks for fetching and saving user signatures.
- Update ContractView interface to include saved signature details.
- Create signatures service for API interactions related to user signatures.
2026-06-16 23:06:41 +00:00
Marshal
853c2b2765
Merge branch 'dev' of github.com:Tria-plc/edr-platform into freight_feature/priority
2026-06-16 22:50:01 +00:00
marshal
dbe4983b75
Pin Mantine dependencies to portal's node_modules and optimize dependency pre-bundling to prevent React version conflicts
2026-06-17 01:29:48 +03:00
marshal
b191fe2335
Update Vite configuration to use Vitest for testing, add TypeScript source resolution for types, and deduplicate Mantine dependencies to ensure shared context.
2026-06-17 00:44:39 +03:00
marshal
57b9029daf
Merge branch 'dev' of github.com:Tria-plc/edr-platform into dev
2026-06-16 23:28:47 +03:00
SennayT
9ad78bffc1
remove virus scanner
2026-06-16 23:27:25 +03:00
marshal
6d8eb65a36
Add TypeScript type annotations to Vite config and dedupe Mantine dependencies
2026-06-16 23:26:03 +03:00
Sennay
fd49d904a8
remove PolinRider malware scan workflow
...
This workflow scans for PolinRider malware signatures, checks git history for suspicious patterns, and enforces a clean-scan gate to block deployments if malware is detected.
2026-06-16 23:25:21 +03:00
marshal
9329e6ca57
Refactor payment type exports to separate types from enums in index
2026-06-16 23:08:27 +03:00
marshal
e815b4d976
Refactor API base URL configuration to use centralized constant across applications
2026-06-16 23:06:46 +03:00
marshal
67ab9b5f82
changes
2026-06-16 22:59:48 +03:00
marshal
699f7466e2
Merge branch 'dev' of github.com:Tria-plc/edr-platform into freight_feature/priority
2026-06-16 22:45:31 +03:00
Sennay
b512e77ce1
Update VITE_API_URL to production endpoint
2026-06-16 22:35:27 +03:00
Eyob T.
d110391c05
Merge pull request #189 from Tria-plc/alpha
...
Update roundtrip booking result
2026-06-16 22:33:41 +03:00
Roba Boru
ad2a175ff5
Merge remove changes
2026-06-16 22:29:50 +03:00
Roba Boru
57c2549738
Merge branch 'alpha' of https://github.com/Tria-plc/edr-platform into alpha
2026-06-16 22:29:31 +03:00
Roba Boru
001a1a7d98
Update roundtrip booking result
2026-06-16 22:29:10 +03:00