Граф коммитов

472 Коммитов

Автор SHA1 Сообщение Дата
Karlie-777 8628bba134
[Main][Task] 29445638: Fix Promise Initialization Sender Config Issue (#2413)
* handle init promise better

* update
2024-09-16 14:26:20 -07:00
Karlie-777 3a1fdb18d7
[Main][Task]28966399: Separate critical events and non-critical events for Offline Support (#2401)
* add in memery split for offline support

* update

* update

* update

* update

* update

* update
2024-09-13 17:12:42 -07:00
Karlie-777 5438a6d751
[Main] [Release] Increase version to 3.3.2 (#2400)
* release 3.3.2

* update

* update
2024-08-30 17:34:54 -07:00
Nev 13319e52f1
[Main] Change tslib peerDependency from "*" to open range (#2397)
- Changing from `*` as not all package managers handle this correctly
- This is an interim "fix", as at some point we indend to remove this from peerDependency completely, however, that requires more testing than this change to ensure no-one would be broken.
2024-08-23 14:13:39 -07:00
Nev 2d4d59be04
[Main] Update generated typedoc documentation (#2396) 2024-08-22 10:16:55 -07:00
siyuniu-ms 3f8434ac85
[main] (type change!) enhance exception telemetry with customer log Information (#2391) 2024-08-19 17:36:20 -07:00
Karlie-777 3ab2b040fe
[Main] [Release] Increase version to 3.3.1 (#2392)
* release 3.3.1

* update
2024-08-07 12:31:23 -07:00
Karlie-777 68fd1c92be
export iloadedplugin from web (#2387) 2024-07-28 14:27:25 -07:00
Nev 35bfe80905
[Main] [CDN Publishing] Cleanup AzureRM scripts from AI and 1DS (#2381)
- Also add useConnectedAccount switch to support SAS disabling
2024-07-19 14:11:27 -07:00
Karlie-777 db27ec3344
[Main] [Release] Increase version to 3.3.0 (#2372)
* release 3.3.0

* update
2024-07-01 15:26:23 -07:00
Nev 513d8e6288
Bump @microsoft/rush from 5.97.1 to 5.129.6 (#2371)
Bump @nevware21/ts-utils from 0.11.1 to 0.11.3
Bump @nevware21/ts-async from 0.5.1 to 0.5.2
2024-06-28 11:02:45 -07:00
Karlie-777 db5e084edd
[Main][Task]27939476: Initialization with iKey and endpoint to be promises (#2340)
* add init with promise

* update

* udpate

* udpate

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update
2024-06-25 17:23:34 -07:00
siyuniu-ms 8d3e3e282a
[main] update script for uploading images (#2334) 2024-06-18 17:30:24 -07:00
siyuniu-ms 99760cf557
[main] create snippet mini loader (#2339) 2024-06-17 14:14:14 -07:00
Karlie-777 ec0d273358
[Main] [Release] Increase version to 3.2.2 (#2363)
* release 3.2.2

* update
2024-06-11 10:00:25 -07:00
siyuniu-ms 65a6e614c2
local test pass (#2360) 2024-06-10 15:15:03 -07:00
Karlie-777 46ce9075be
[Main][Task]27080650: Initialization Should Handle Offline Support Dependency (#2358)
* expose send next batch

* update

* channel init

* update

* update

* update

* update

* update

* update

* update

* udpate

* update

* update

* update
2024-06-07 18:23:00 -07:00
Nev 04e33d6345
Publishing: Add support for Az Modules instead of AzureRM Modules (#2362) 2024-06-07 16:50:37 -07:00
Karlie-777 1f3dee13cd
[Main] [Release] Increase version to 3.2.1 (#2343)
* release 3.2.1

* update
2024-05-09 14:33:04 -07:00
Karlie-777 0f0b644552
[Main] [Release] Increase version to 3.2.0 (#2326)
* release 3.2.0

* update

* update

* update

* update

* update
2024-04-23 09:51:24 -07:00
Karlie-777 f2565757eb
change cfg sync mode (#2333) 2024-04-22 16:29:05 -07:00
siyuniu-ms 50d893a00e
[main] fix deprecated size pic, point to new url (#2329)
* change all size url

* Create ai.3.2.0.js.svg

* add script to generate image

* remove image

* Update package.json

* create old size image pic

* create folder also

* remove logs

* Update old-size-image-generator.js

---------

Co-authored-by: Nev <54870357+MSNev@users.noreply.github.com>
2024-04-19 16:16:31 -07:00
Nev 9375ed33ce
Reset the version number for DataCacheHelper (#2331)
Upgrade components
2024-04-18 18:55:15 -07:00
Karlie-777 c7bb1c4d26
[Main][Task]27079894: Add a max retry count for Sender (#2324)
* update

* update

* update

* update

* udpate

* update
2024-04-12 09:22:13 -07:00
Karlie-777 db6f36c898
[Main][Task]25716927: Change default CfgSync values to turn on the ikey deprecation message (#2325)
* add cfg cdn defaults

* update
2024-04-10 17:40:39 -07:00
siyuniu-ms 2a1c332f70
[main] implement Osplugin, extracting windows 11 info and put into telemetry (#2294) 2024-04-03 01:40:22 -07:00
Karlie-777 2fa0096d6e
[Main][Task]27157764: Add all CfgSync plugin exports to AISKU and change the default CfgSync plugin url endpoint (#2300)
* change cfgsync plugin default endpoint

* update

* update
2024-04-02 15:49:19 -07:00
Nev 81c2a1865f
[Main] [Release] Increase version to 3.1.2 (#2315) 2024-03-21 13:01:00 -07:00
Nev 276c123a40
[BUG] Excessive memory usage for SPA where unload hooks keep accumulating #2311 (#2312)
- Rework Asynchronous notification handling
2024-03-20 16:44:58 -07:00
Nev ed69e82d78
[Main] [Release] Increase version to 3.1.1 (#2304) 2024-03-12 15:45:06 -07:00
Karlie-777 aba7c9dfc5
[Main][Task]27064983: Update post channel to use sender post common interfaces from core (#2295)
* update sender and post

* udpate

* update

* update
2024-03-08 16:10:52 -08:00
siyuniu-ms 8281dc5333
[main] [BUG] using EndPointUrl (and IngestionEndpoint) results in Telemetry sent to incorrect urls #2197 (#2274) 2024-03-04 14:45:08 -08:00
Karlie-777 a20e6891a1
[Main][Task]25693679: Extract common sendPost implementation for online and offline sender (#2285)
* copy1

* add send common interface

* update

* update

* update

* mark interface as internal

* update

* update

* update

* update

* update

* udpate
2024-03-03 18:34:13 -08:00
Nev 02d4c4b9e6
[Main] [Release] Increase version to 3.1.0 (#2273) 2024-02-14 14:29:10 -08:00
Nev 3e92477d31
Cherry-pick from release-3.0 branch (#2271)
- [Release-3.0] [Release] Increase version to 3.0.8 (#2264)
- [Release-3.0] Update namespaced types (DTS) generation to include referenced bundles
2024-02-13 18:22:33 -08:00
siyuniu-ms d4b3c27934
[main] correct types define for stopTrackEvent and stopTrackPage for #2209 (#2270)
* change types

* Update README.md
2024-02-12 19:03:56 -08:00
siyuniu-ms b5b9eeade5
[main] [Possible Break] Removed Tags[] from ITelemetryItem as this was breaking later versions of TypeScript by using the intersection type instead of union type for tags property #2258 (#2269) 2024-02-12 15:15:59 -08:00
Karlie-777 f9d5ec1e20
[Main][Task]26451789: Add Offline Support (#2241)
* offline draft v1

* copy2

* add offline support

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update
2024-02-02 16:39:06 -08:00
siyuniu-ms 9e26c21538
put id into properties field (#2255) 2024-02-01 13:34:35 -08:00
Nev 20f63565ec
Merge release-3.0 to main (#2238)
[release-3.0][Release] Increase version to 3.0.7 (#2224)
[release-3.0] Cherrypick: fix fetchkeepalive (#2216) (#2223)
[Release-3.0][Release] Increase version to 3.0.6 (#2211)
  - [BUG] Beacon sender reports error for success when diagnostics are enabled #2204
[Main][Task]26079397: Add disableBeaconSplit sender config and fix potential duplicated events during unload/fallback sender (#2208) (#2210)
* [Main][Task]26079397: Add disableBeaconSplit sender config and fix potential duplicated events during unload/fallback sender (#2208)
* fix sendbeacon sender
* update
* Add release-3.0 branch to the actions
[release-3.0] Update components
2024-01-18 09:02:16 -08:00
siyuniu-ms 28d9c1391c
[main] [BUG] Submitting NaN via trackEvent results in HTTP 400 Error Code #2132 (#2232) 2024-01-11 17:22:10 -08:00
Nev 7f804d81e3
[Main] Merge Release-3.0 to main (#2214)
- [Release-3.0][Release] Increase version to 3.0.6 (#2211)
- Fixup v3.0.6 release notes
2023-12-07 16:13:08 -08:00
siyuniu-ms 19e8131c7f
[main] offlineListener preparation (#2186) 2023-11-02 17:46:10 -07:00
siyuniu-ms 9dda05ca67
[Main][Release] Increase version to 3.0.5 (#2192) 2023-11-01 15:55:27 -07:00
Karlie-777 434b333789
[Main][Task]25648004: Export ISenderConfig from Sender (#2190)
* export sender config

* update

* update
2023-10-31 17:03:42 -07:00
siyuniu-ms e535c94f54
[Main][Release] Increase version to 3.0.4 (#2176) 2023-10-20 15:33:15 -07:00
siyuniu-ms 36856e1b80
cfg update (#2177) 2023-10-18 00:01:03 -07:00
siyuniu-ms 5f10dcf7f8
solutionOne (#2175) 2023-10-10 13:11:06 -07:00
siyuniu-ms 4c326f7cd8
[main] test aisku config could correctly merge new config fetch from cdn (#2171) 2023-10-03 16:08:48 -07:00
Karlie-777 f4da17e77f
[Main][Task]16238553: Provide an override option for the Sender (#2113)
* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update
2023-09-26 17:55:32 -07:00