Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cascading] from release/11.3.0-rc to main #2265

Merged
merged 37 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4c5a44a
fix: copy specs local file refs
fpaul-1A Aug 8, 2024
6966e8a
fix: local file path update in specs
mrednic-1A Aug 20, 2024
3758cbc
fix(ama-sdk/schematics): refs resolution failure (#2095)
cpaulve-1A Aug 27, 2024
9bd22ea
Merge branch 'release/11.0' into cascading/10.4.0-11.0.0
kpanot Aug 27, 2024
1e19cc1
[cascading] from release/10.4 to release/11.0 (#2099)
matthieu-crouzet Aug 27, 2024
2e073e5
fix: reduce number of log for rules engine action
cpaulve-1A Oct 2, 2024
75523df
fix: reduce number of log for rules engine action (#2224)
cpaulve-1A Oct 4, 2024
1a8db44
Merge branch 'release/10.3' into cascading/10.2.0-10.3.0
matthieu-crouzet Oct 4, 2024
fe55cb8
[cascading] from release/10.2 to release/10.3 (#2226)
matthieu-crouzet Oct 4, 2024
9b506ed
fix: reduce number of log for rules engine action
cpaulve-1A Oct 2, 2024
f7760d5
[cascading] from release/10.3 to release/10.4 (#2228)
matthieu-crouzet Oct 4, 2024
ef7ad65
Merge branch 'release/11.0' into cascading/10.4.0-11.0.0
matthieu-crouzet Oct 4, 2024
e73119f
[cascading] from release/10.4 to release/11.0 (#2229)
matthieu-crouzet Oct 4, 2024
0eabe87
Merge branch 'release/11.1' into cascading/11.0.0-11.1.0
matthieu-crouzet Oct 4, 2024
e6d5d7d
[cascading] from release/11.0 to release/11.1 (#2231)
matthieu-crouzet Oct 4, 2024
393d417
fix: use only exposed type to fill operators metadata
cpaulve-1A Oct 7, 2024
229d42d
[cascading] from release/9.6 to release/10.2 (#2248)
cpaulve-1A Oct 8, 2024
a0b822e
Merge branch 'release/10.3' into cascading/10.2.0-10.3.0
matthieu-crouzet Oct 9, 2024
a425b8f
[cascading] from release/10.2 to release/10.3 (#2249)
matthieu-crouzet Oct 9, 2024
c8666f6
Merge branch 'release/10.4' into cascading/10.3.0-10.4.0
matthieu-crouzet Oct 9, 2024
82c16b1
[cascading] from release/10.3 to release/10.4 (#2254)
matthieu-crouzet Oct 9, 2024
d7c97aa
Merge branch 'release/11.0' into cascading/10.4.0-11.0.0
cpaulve-1A Oct 9, 2024
dd9d5df
[cascading] from release/10.4 to release/11.0 (#2255)
cpaulve-1A Oct 9, 2024
b6d886c
Merge branch 'release/11.1' into cascading/11.0.0-11.1.0
kpanot Oct 9, 2024
8c0961e
[cascading] from release/11.0 to release/11.1 (#2257)
kpanot Oct 9, 2024
393a704
fix(telemetry): add missing migration.json
matthieu-crouzet Oct 10, 2024
1e2dcd5
fix(telemetry): add missing migration.json (#2264)
matthieu-crouzet Oct 10, 2024
7aa0cc3
Merge branch 'release/11.2' into cascading/11.1.0-11.2.0
matthieu-crouzet Oct 10, 2024
931b7a8
[cascading] from release/11.1 to release/11.2 (#2261)
matthieu-crouzet Oct 10, 2024
1389f26
Merge branch 'release/11.3.0-rc' into cascading/11.2.0-11.3.0-rc
mrednic-1A Oct 11, 2024
f271e39
[cascading] from release/11.2 to release/11.3.0-rc (#2270)
mrednic-1A Oct 11, 2024
2e5c847
Merge release/11.3.0-rc into cascading/11.3.0-rc-main
otter-cascading[bot] Oct 11, 2024
bd2fc27
fix: remove error when launching application with bootstrap config mi…
guillaumerochelle Oct 11, 2024
b04bd6b
Merge branch 'release/11.3.0-rc' into bugfix/bootstrap-config-middleware
kpanot Oct 12, 2024
52a584c
fix: remove error when launching application with bootstrap config mi…
kpanot Oct 12, 2024
3151a55
Merge release/11.3.0-rc into cascading/11.3.0-rc-main
otter-cascading[bot] Oct 12, 2024
0879179
Merge branch 'main' of https://github.com/AmadeusITGroup/otter into HEAD
fpaul-1A Oct 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@o3r/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"build": "yarn nx build telemetry",
"postbuild": "patch-package-json-main",
"prepare:build:builders": "yarn run cpy 'collection.json' dist && yarn run cpy 'schematics/**/*.json' dist/schematics",
"prepare:build:builders": "yarn run cpy '{collection,migration}.json' dist && yarn run cpy 'schematics/**/*.json' dist/schematics",
"prepare:publish": "prepare-publish ./dist",
"build:builders": "tsc -b tsconfig.builders.json --pretty"
},
Expand Down
Loading
Loading