Skip to content

Commit

Permalink
Merge pull request #136 from fleetbase/dev-v0.2.4
Browse files Browse the repository at this point in the history
Migrating to monorepo for extensions
  • Loading branch information
roncodes committed Oct 10, 2023
2 parents 92032ca + 4bba957 commit c6e7dca
Show file tree
Hide file tree
Showing 339 changed files with 14,806 additions and 6,243 deletions.
47 changes: 12 additions & 35 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[submodule "console"]
path = console
url = git@github.com:fleetbase/console.git
branch = main
[submodule "packages/fleetops"]
path = packages/fleetops
url = git@github.com:fleetbase/fleetops.git
[submodule "packages/storefront"]
path = packages/storefront
url = git@github.com:fleetbase/storefront.git
[submodule "packages/pallet"]
path = packages/pallet
url = git@github.com:fleetbase/pallet.git
[submodule "packages/core-api"]
path = packages/core-api
url = git@github.com:fleetbase/core-api.git
branch = main
[submodule "packages/fleetops-api"]
path = packages/fleetops-api
url = git@github.com:fleetbase/fleetops-api.git
branch = main
[submodule "packages/ember-core"]
path = packages/ember-core
url = git@github.com:fleetbase/ember-core.git
Expand All @@ -18,10 +19,6 @@
path = packages/ember-ui
url = git@github.com:fleetbase/ember-ui.git
branch = main
[submodule "packages/storefront-engine"]
path = packages/storefront-engine
url = git@github.com:fleetbase/storefront-engine.git
branch = main
[submodule "packages/iam-engine"]
path = packages/iam-engine
url = git@github.com:fleetbase/iam-engine.git
Expand All @@ -32,33 +29,13 @@
[submodule "packages/fleetbase-extensions-indexer"]
path = packages/fleetbase-extensions-indexer
url = git@github.com:fleetbase/fleetbase-extensions-indexer.git
[submodule "packages/fleetops-engine"]
path = packages/fleetops-engine
url = git@github.com:fleetbase/fleetops-engine.git
[submodule "packages/fleetops-data"]
path = packages/fleetops-data
url = git@github.com:fleetbase/fleetops-data.git
branch = main
[submodule "docs/guides"]
path = docs/guides
url = git@github.com:fleetbase/guides.git
[submodule "docs/api-reference"]
path = docs/api-reference
url = git@github.com:fleetbase/api-reference.git
[submodule "packages/storefront-api"]
path = packages/storefront-api
url = git@github.com:fleetbase/storefront-api.git
branch = main
[submodule "packages/fleetops-data"]
path = packages/fleetops-data
url = git@github.com:fleetbase/fleetops-data.git
branch = main
[submodule "socket"]
path = socket
url = git@github.com:fleetbase/socket.git
branch = main
[submodule "packages/pallet-api"]
path = packages/pallet-api
url = git@github.com:fleetbase/pallet-api.git
branch = main
[submodule "packages/pallet-engine"]
path = packages/pallet-engine
url = git@github.com:fleetbase/pallet-engine.git
branch = main
1 change: 1 addition & 0 deletions api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ npm-debug.log
yarn-error.log
/.idea
/.vscode
.composer.dev.json
64 changes: 0 additions & 64 deletions api/README.md

This file was deleted.

6 changes: 3 additions & 3 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.3.0",
"fleetbase/fleetops-api": "^1.2.0",
"fleetbase/storefront-api": "^1.1.2",
"fleetbase/core-api": "^1.3.1",
"fleetbase/fleetops-api": "^0.2.8",
"fleetbase/storefront-api": "^0.2.0",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
Expand Down

0 comments on commit c6e7dca

Please sign in to comment.