mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
* Patched fuel report creation/ fixed coordinates input implementation for fuel report
* Added bulk assign driver * Improved performance for order dispatch/ bulk order dispatch/ bulk assign driver * Added new columns to order export * Added downloadable import templates for all importable resources via Import Modal * Patched custom field rendering for order viewing * Patched custom field values reset after order creation * Added notification settings to FleetOps * Added bulk search by ID or Tracking Number for Orders * Patched all filters and filter indicator component * Patched issue unable to select driver after selecting facilitator * Fixed extension booting when not authenticated * Fixed Internal ID rendering on order view * Added ability to filter orders without a driver
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"appstract/laravel-opcache": "^4.0",
|
||||
"fleetbase/core-api": "^1.6.4",
|
||||
"fleetbase/fleetops-api": "^0.6.7",
|
||||
"fleetbase/core-api": "^1.6.5",
|
||||
"fleetbase/fleetops-api": "^0.6.8",
|
||||
"fleetbase/registry-bridge": "^0.0.19",
|
||||
"fleetbase/storefront-api": "^0.3.31",
|
||||
"guzzlehttp/guzzle": "^7.0.1",
|
||||
|
||||
126
api/composer.lock
generated
126
api/composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "70ee29473e21737af143f8ed21ead2f9",
|
||||
"content-hash": "3374c3bff1e06049a66e02d0c0a3559a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "appstract/laravel-opcache",
|
||||
@@ -124,16 +124,16 @@
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.343.6",
|
||||
"version": "3.343.12",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "3746aca8cbed5f46beba850e0a480ef58e71b197"
|
||||
"reference": "d4b21990410d023e9c5303487d3248e8d7c8c2b6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3746aca8cbed5f46beba850e0a480ef58e71b197",
|
||||
"reference": "3746aca8cbed5f46beba850e0a480ef58e71b197",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d4b21990410d023e9c5303487d3248e8d7c8c2b6",
|
||||
"reference": "d4b21990410d023e9c5303487d3248e8d7c8c2b6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -215,9 +215,9 @@
|
||||
"support": {
|
||||
"forum": "https://github.com/aws/aws-sdk-php/discussions",
|
||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.343.6"
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.343.12"
|
||||
},
|
||||
"time": "2025-05-07T18:10:08+00:00"
|
||||
"time": "2025-05-15T18:14:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php-laravel",
|
||||
@@ -2436,16 +2436,16 @@
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/core-api",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fleetbase/core-api.git",
|
||||
"reference": "6ed65bceac1c760ddb3529835872276cab005390"
|
||||
"reference": "377f05b3f7d30c739b91541369971c0ba350b97f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/6ed65bceac1c760ddb3529835872276cab005390",
|
||||
"reference": "6ed65bceac1c760ddb3529835872276cab005390",
|
||||
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/377f05b3f7d30c739b91541369971c0ba350b97f",
|
||||
"reference": "377f05b3f7d30c739b91541369971c0ba350b97f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2530,22 +2530,22 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/fleetbase/core-api/issues",
|
||||
"source": "https://github.com/fleetbase/core-api/tree/v1.6.4"
|
||||
"source": "https://github.com/fleetbase/core-api/tree/v1.6.5"
|
||||
},
|
||||
"time": "2025-05-08T03:42:47+00:00"
|
||||
"time": "2025-05-16T06:53:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/fleetops-api",
|
||||
"version": "0.6.7",
|
||||
"version": "0.6.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fleetbase/fleetops.git",
|
||||
"reference": "9a8447c735a86a6f1153c9ed4883c333a9eb9705"
|
||||
"reference": "dfff83b3f10b657fd0edb27890ae3caa19b4211f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fleetbase/fleetops/zipball/9a8447c735a86a6f1153c9ed4883c333a9eb9705",
|
||||
"reference": "9a8447c735a86a6f1153c9ed4883c333a9eb9705",
|
||||
"url": "https://api.github.com/repos/fleetbase/fleetops/zipball/dfff83b3f10b657fd0edb27890ae3caa19b4211f",
|
||||
"reference": "dfff83b3f10b657fd0edb27890ae3caa19b4211f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2619,9 +2619,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/fleetbase/fleetops/issues",
|
||||
"source": "https://github.com/fleetbase/fleetops/tree/v0.6.7"
|
||||
"source": "https://github.com/fleetbase/fleetops/tree/v0.6.8"
|
||||
},
|
||||
"time": "2025-05-08T03:51:45+00:00"
|
||||
"time": "2025-05-16T07:20:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/laravel-mysql-spatial",
|
||||
@@ -3703,28 +3703,28 @@
|
||||
},
|
||||
{
|
||||
"name": "google/cloud-core",
|
||||
"version": "v1.62.1",
|
||||
"version": "v1.62.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/google-cloud-php-core.git",
|
||||
"reference": "824a617d5c2b1b571673d1111856f5c2f064a0fd"
|
||||
"reference": "506b69e9e13eaac1656edd0bfc7ea5d81cf870d9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/824a617d5c2b1b571673d1111856f5c2f064a0fd",
|
||||
"reference": "824a617d5c2b1b571673d1111856f5c2f064a0fd",
|
||||
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/506b69e9e13eaac1656edd0bfc7ea5d81cf870d9",
|
||||
"reference": "506b69e9e13eaac1656edd0bfc7ea5d81cf870d9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"google/auth": "^1.34",
|
||||
"google/gax": "^1.36.0",
|
||||
"guzzlehttp/guzzle": "^6.5.8|^7.4.4",
|
||||
"guzzlehttp/guzzle": "^6.5.8||^7.4.4",
|
||||
"guzzlehttp/promises": "^1.4||^2.0",
|
||||
"guzzlehttp/psr7": "^2.6",
|
||||
"monolog/monolog": "^2.9|^3.0",
|
||||
"monolog/monolog": "^2.9||^3.0",
|
||||
"php": "^8.0",
|
||||
"psr/http-message": "^1.0|^2.0",
|
||||
"rize/uri-template": "~0.3"
|
||||
"psr/http-message": "^1.0||^2.0",
|
||||
"rize/uri-template": "~0.3||~0.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"erusev/parsedown": "^1.6",
|
||||
@@ -3763,9 +3763,9 @@
|
||||
],
|
||||
"description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
|
||||
"support": {
|
||||
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.62.1"
|
||||
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.62.2"
|
||||
},
|
||||
"time": "2025-02-22T00:57:16+00:00"
|
||||
"time": "2025-05-09T21:18:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/cloud-storage",
|
||||
@@ -4031,16 +4031,16 @@
|
||||
},
|
||||
{
|
||||
"name": "google/protobuf",
|
||||
"version": "v4.30.2",
|
||||
"version": "v4.31.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/protocolbuffers/protobuf-php.git",
|
||||
"reference": "a4c4d8565b40b9f76debc9dfeb221412eacb8ced"
|
||||
"reference": "d59e31ce4bf0e4b48728e90c4d880839edb5be07"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/a4c4d8565b40b9f76debc9dfeb221412eacb8ced",
|
||||
"reference": "a4c4d8565b40b9f76debc9dfeb221412eacb8ced",
|
||||
"url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/d59e31ce4bf0e4b48728e90c4d880839edb5be07",
|
||||
"reference": "d59e31ce4bf0e4b48728e90c4d880839edb5be07",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4069,9 +4069,9 @@
|
||||
"proto"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.30.2"
|
||||
"source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.31.0"
|
||||
},
|
||||
"time": "2025-03-26T18:01:50+00:00"
|
||||
"time": "2025-05-14T16:17:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "graham-campbell/result-type",
|
||||
@@ -5799,16 +5799,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/octane",
|
||||
"version": "v2.9.1",
|
||||
"version": "v2.9.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/octane.git",
|
||||
"reference": "445002b2551c837d60cda4324259063c356dfb56"
|
||||
"reference": "8278bdb3ae7a9a7380841e18e9cf52d909502647"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/octane/zipball/445002b2551c837d60cda4324259063c356dfb56",
|
||||
"reference": "445002b2551c837d60cda4324259063c356dfb56",
|
||||
"url": "https://api.github.com/repos/laravel/octane/zipball/8278bdb3ae7a9a7380841e18e9cf52d909502647",
|
||||
"reference": "8278bdb3ae7a9a7380841e18e9cf52d909502647",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5885,7 +5885,7 @@
|
||||
"issues": "https://github.com/laravel/octane/issues",
|
||||
"source": "https://github.com/laravel/octane"
|
||||
},
|
||||
"time": "2025-04-13T21:10:35+00:00"
|
||||
"time": "2025-05-14T14:05:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/prompts",
|
||||
@@ -10868,16 +10868,16 @@
|
||||
},
|
||||
{
|
||||
"name": "sentry/sentry",
|
||||
"version": "4.11.0",
|
||||
"version": "4.11.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/getsentry/sentry-php.git",
|
||||
"reference": "ebf67deb9902b6da58a4b3383cbd12fed3f4f555"
|
||||
"reference": "53dc0bcb6a667cac5b760b46f98d5380e63e02ca"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/ebf67deb9902b6da58a4b3383cbd12fed3f4f555",
|
||||
"reference": "ebf67deb9902b6da58a4b3383cbd12fed3f4f555",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/53dc0bcb6a667cac5b760b46f98d5380e63e02ca",
|
||||
"reference": "53dc0bcb6a667cac5b760b46f98d5380e63e02ca",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -10941,7 +10941,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/getsentry/sentry-php/issues",
|
||||
"source": "https://github.com/getsentry/sentry-php/tree/4.11.0"
|
||||
"source": "https://github.com/getsentry/sentry-php/tree/4.11.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -10953,7 +10953,7 @@
|
||||
"type": "custom"
|
||||
}
|
||||
],
|
||||
"time": "2025-04-14T09:04:23+00:00"
|
||||
"time": "2025-05-12T11:30:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sentry/sentry-laravel",
|
||||
@@ -11271,16 +11271,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-permission",
|
||||
"version": "6.17.0",
|
||||
"version": "6.18.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-permission.git",
|
||||
"reference": "02ada8f638b643713fa2fb543384738e27346ddb"
|
||||
"reference": "3c05f04d12275dfbe462c8b4aae3290e586c2dde"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-permission/zipball/02ada8f638b643713fa2fb543384738e27346ddb",
|
||||
"reference": "02ada8f638b643713fa2fb543384738e27346ddb",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-permission/zipball/3c05f04d12275dfbe462c8b4aae3290e586c2dde",
|
||||
"reference": "3c05f04d12275dfbe462c8b4aae3290e586c2dde",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -11342,7 +11342,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/laravel-permission/issues",
|
||||
"source": "https://github.com/spatie/laravel-permission/tree/6.17.0"
|
||||
"source": "https://github.com/spatie/laravel-permission/tree/6.18.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -11350,7 +11350,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-04-08T15:06:14+00:00"
|
||||
"time": "2025-05-14T03:32:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-responsecache",
|
||||
@@ -16010,16 +16010,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/sail",
|
||||
"version": "v1.42.0",
|
||||
"version": "v1.43.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/sail.git",
|
||||
"reference": "2edaaf77f3c07a4099965bb3d7dfee16e801c0f6"
|
||||
"reference": "71a509b14b2621ce58574274a74290f933c687f7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/sail/zipball/2edaaf77f3c07a4099965bb3d7dfee16e801c0f6",
|
||||
"reference": "2edaaf77f3c07a4099965bb3d7dfee16e801c0f6",
|
||||
"url": "https://api.github.com/repos/laravel/sail/zipball/71a509b14b2621ce58574274a74290f933c687f7",
|
||||
"reference": "71a509b14b2621ce58574274a74290f933c687f7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -16069,7 +16069,7 @@
|
||||
"issues": "https://github.com/laravel/sail/issues",
|
||||
"source": "https://github.com/laravel/sail"
|
||||
},
|
||||
"time": "2025-04-29T14:26:46+00:00"
|
||||
"time": "2025-05-13T13:34:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mockery/mockery",
|
||||
@@ -17839,16 +17839,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/backtrace",
|
||||
"version": "1.7.3",
|
||||
"version": "1.7.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/backtrace.git",
|
||||
"reference": "80ae5fabe2a1e3bc7df5c7ca5d91b094dc314b20"
|
||||
"reference": "cd37a49fce7137359ac30ecc44ef3e16404cccbe"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/backtrace/zipball/80ae5fabe2a1e3bc7df5c7ca5d91b094dc314b20",
|
||||
"reference": "80ae5fabe2a1e3bc7df5c7ca5d91b094dc314b20",
|
||||
"url": "https://api.github.com/repos/spatie/backtrace/zipball/cd37a49fce7137359ac30ecc44ef3e16404cccbe",
|
||||
"reference": "cd37a49fce7137359ac30ecc44ef3e16404cccbe",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -17886,7 +17886,7 @@
|
||||
"spatie"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/spatie/backtrace/tree/1.7.3"
|
||||
"source": "https://github.com/spatie/backtrace/tree/1.7.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -17898,7 +17898,7 @@
|
||||
"type": "other"
|
||||
}
|
||||
],
|
||||
"time": "2025-05-07T07:20:00+00:00"
|
||||
"time": "2025-05-08T15:41:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/error-solutions",
|
||||
|
||||
Reference in New Issue
Block a user