Skip to content

Commit 997e748

Browse files
authored
Merge pull request #871 from karrioapi/karrio-preview-2025.5rc24
[preview] Karrio 2025.5rc24
2 parents 7c7347d + 2788c06 commit 997e748

237 files changed

Lines changed: 64624 additions & 43246 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/workspace.code-workspace

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,22 @@
3131
"editor.formatOnPaste": true,
3232
"python.terminal.activateEnvInCurrentTerminal": true,
3333
"editor.formatOnSave": true,
34-
"python.defaultInterpreterPath": "../.venv/patch",
34+
"python.defaultInterpreterPath": "../.venv/karrio/bin/python",
35+
"python.envFile": "${workspaceFolder}/../.env",
3536
"files.associations": {
3637
"**/*.html": "html",
3738
"**/templates/**/*.html": "django-html",
3839
"**/templates/**/*": "django-txt",
3940
"**/requirements{/**,*}.{txt,in}": "pip-requirements",
4041
},
4142
"python.analysis.autoImportCompletions": true,
43+
"python.analysis.typeCheckingMode": "basic",
44+
"python.analysis.diagnosticMode": "workspace",
45+
"python.analysis.extraPaths": [
46+
"../modules",
47+
"../ee/insiders/modules",
48+
"../ee/platform/modules",
49+
],
4250
},
4351
"extensions": {
4452
"recommendations": [

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Karrio 2025.5rc24
2+
3+
## Changes
4+
5+
### Feat
6+
7+
- feat: landmark global carrier integration
8+
9+
### Chore
10+
11+
- chore: environsment cleaning and landmark testing
12+
113
# Karrio 2025.5rc23
214

315
## Changes

0 commit comments

Comments
 (0)