Skip to content

[Sync] Merge latest changes from main into route_optimizer#42

Open
L0rd008 wants to merge 45 commits into
route_optimizerfrom
main
Open

[Sync] Merge latest changes from main into route_optimizer#42
L0rd008 wants to merge 45 commits into
route_optimizerfrom
main

Conversation

@L0rd008

@L0rd008 L0rd008 commented May 16, 2025

Copy link
Copy Markdown
Contributor

Merging recent updates from main into route_optimizer to ensure compatibility with:

  • Environment variable fixes
  • Docker setup
  • Updated assignment API paths
  • CI workflow changes

No conflicts expected. Please review and approve.

Ke-vin-S and others added 30 commits May 5, 2025 14:52
so, we can split apps easily with only changing the client
- minimizing distance
- capacity constraints
- pickup and delivery management
- dropping deliveries if solution is infeasible
VRP solver with
- minimizing distance
- capacity constraints
- pickup and delivery management
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Comment thread fleet/views/vehicle.py
)
return Response({'status': 'location updated'}, status=200)
except Exception as e:
return Response({'error': str(e)}, status=400)

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
Comment thread shipments/views.py
except ValidationError as e:
return Response({'error': e.message}, status=status.HTTP_400_BAD_REQUEST)
except Exception as e:
return Response({'error': str(e)}, status=status.HTTP_500_INTERNAL_SERVER_ERROR)

Check warning

Code scanning / CodeQL

Information exposure through an exception

[Stack trace information](1) flows to this location and may be exposed to an external user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants