Nev Wylie
894d913193
[Beta] Fix merge issues from master
2023-02-02 17:44:28 -08:00
Nev Wylie
d8abe518ac
Merge remote-tracking branch 'upstream/master' into MSNev/beta
2023-02-01 18:17:30 -08:00
Nev
c920fb782a
Add the Aborted flag to the dependency initializer / listeners #1970 ( #1982 )
...
- Remove SimpleSyncPromise as it's no longer needed
2023-02-01 16:58:24 -08:00
Karlie-777
2cf0854cd1
[Beta][Task]16961420: fix throttleMgr tests ( #1978 )
...
* fix throttlrMgr config
* update throttle mgr
* update throttle mgr
2023-02-01 12:47:30 -08:00
Nev
9141ebf151
[BUG] Application Insights reports 'not_specified' to Azure when tracking unhandled browser exception #1940 ( #1980 )
2023-02-01 12:19:11 -08:00
Karlie-777
0562a7bea0
[AI][Task]16961420: fix throttleMgr incorrectly fires based on the number of days past ( #1981 )
...
* fix throttle mgr
* resolve comments
* resolve comments
* add test
2023-02-01 11:06:41 -08:00
Nev
bc620b524c
Address dynamic corner-cases - Task 15982357: [Beta] [AI] Dynamic config for Properties extension ( #1977 )
...
- when the referenced property is not an object/array (ie. undefined or null)
- we are assigning a referenced object/array to null / undefined
2023-01-28 16:46:59 -08:00
Nev
af918812b6
Followup for [Beta][Task]15982357: Dynamic config for Properties extension #1972 ( #1976 )
...
- Add ability to tag Dynamic Config properties as referenced to support updating extensionConfig in-place with a new object instance
- Add IUnloadHookContainer to allow passing extension level unload hook container to sub-components
2023-01-27 11:26:08 -08:00
Karlie-777
09dec1c433
[Beta][AI] Add tee channel tests ( #1968 )
...
* add tee channel tests
* update tee channel test
* update
2023-01-27 07:59:12 -08:00
Karlie-777
1a900079d0
[Beta][Task]15982357: Dynamic config for Properties extension ( #1972 )
...
* add dynamic config test
* update sessionmgr
* add to do
* update shrinkwrap
2023-01-25 19:34:57 -08:00
Karlie-777
7b2d09cea4
[Beta][Task]15982296: Dynamic config for Sender ( #1966 )
...
* add sender dynamic change
* add maxsizecheck function
* fix lint
* update sendBuffer
* rename senderBuffer function
2023-01-20 16:35:40 -08:00
Karlie-777
80fb983bac
[Beta][Task]15982342: Dynamic config for extension click analytics ( #1967 )
...
* dynamic config for click plugin
* merge and update
* update
2023-01-13 15:28:42 -08:00
Nev
65fddb125b
Fix size check which "nightly" is added to the bundle ( #1971 )
2023-01-12 17:02:49 -08:00
Nev
ff763dbfa3
Update Rush version to address CVE Issues ( #1969 )
2023-01-10 10:21:57 -08:00
Nev
389b73aef1
Update QUnit and tests ( #1964 )
...
* Update QUnit and tests
* Update minify script to use PC newline for imports and header banners
2023-01-09 08:25:39 -08:00
Karlie-777
a98051cf1a
[AI Light][Task]14130466: Instrumentation key API is being deprecated - need to add support ( #1956 )
...
* update aisku light
* fix file size
* add shrinkwrap
* resolve comments
* Update index.ts formatting
Co-authored-by: Nev Wylie <54870357+MSNev@users.noreply.github.com>
2022-12-16 14:01:23 -08:00
Karlie-777
ee36e9cb70
[Beta][Task]15982350: Dynamic config for Dependencies plugin ( #1957 )
...
* add extension dynamic config
* add dynamic config for dependncies plugin
* update shrinkwrap
* update shrinkwrap
* resolve comments
* resolve comments
2022-12-16 12:43:56 -08:00
Nev
bdcef7e82a
[Beta] Merge remote-tracking branch 'upstream/master' into beta ( #1963 )
...
* Update Rush version to address CVE Issues
* Extend CI execution time
* Add --no-sandbox to test runs (#1962 )
- Update rush
* Fix merge issues
2022-12-15 11:30:48 -08:00
Nev
38b0b741ca
Add --no-sandbox to test runs ( #1962 )
...
- Update rush
2022-12-15 10:05:55 -08:00
Karlie-777
9aba1bf6b5
[Beta] Task 16030248: Dynamic config for AILight ( #1954 )
...
* add aiskulight dynamic config
* fix test
* resolve comments
* fix test
* resolve comments
Co-authored-by: Nev <54870357+MSNev@users.noreply.github.com>
2022-12-06 21:26:15 -08:00
Nev
1d8f307614
Update Rush and component packages ( #1955 )
2022-12-06 16:37:43 -08:00
Nev
7d42898658
[Beta] Merge remote-tracking branch 'origin/master' into beta ( #1946 )
2022-11-17 15:36:32 -08:00
Nev Wylie
ac5fa35c12
Merge remote-tracking branch 'origin/master' into MSNev/BetaDynamicConfig
2022-11-17 12:49:26 -08:00
Nev
b067ef4e9a
[Beta] Plugin does not wire itself into the Channel Configuration when... ( #1945 )
...
…both channels and channel extensions are supplied
2022-11-17 12:36:33 -08:00
Nev Wylie
02f1a4d887
[Beta] Plugin does not wire itself into the Channel Configuration when both channels and channel extensions are supplied
2022-11-17 11:22:05 -08:00
Nev
abda77ecc9
[Beta] Fixup log polling ( #1944 )
2022-11-11 15:53:47 -08:00
Nev Wylie
d0e0c53116
[Beta] Fixup log polling
2022-11-11 13:38:37 -08:00
Nev
bc2f71bc81
[Beta] Add pluginVersionString properties and getWParam() ( #1943 )
2022-11-10 17:14:54 -08:00
Nev Wylie
2901233fef
[Beta] Add pluginVersionString properties and getWParam()
2022-11-10 15:19:00 -08:00
Karlie-777
253923bb6e
update grunt file to build config ( #1939 )
2022-10-27 21:52:43 -07:00
Nev
ab0371f1c4
[Beta] Merge remote-tracking branch 'upstream/master' into MSNev/beta ( #1937 )
2022-10-25 15:36:20 -07:00
Nev Wylie
3be72b0fc1
Merge remote-tracking branch 'upstream/master' into MSNev/beta
2022-10-25 14:26:12 -07:00
Nev
75409ecfb0
[Release] Increase version to 2.8.9 ( #1936 )
2022-10-25 12:09:14 -07:00
Nev
c2eb87fc31
Update to @microsoft/applicationinsights-shims: 2.0.2 ( #1935 )
2022-10-24 17:25:15 -07:00
Karlie-777
55259461b3
[Task]14569737: Add support to throttle the deprecation message ( #1882 )
...
* add throttle feature
* move from core to common
* update shrinkwrap
* update
* rename interface
* update
* update shrinkwrap
* update shrinkwrap
* reduce size
* remove unused variables
* update local storage objects
* update shrinkwrap
* resolve comments
* update test
2022-10-24 16:03:24 -07:00
Nev
86342f35b1
[Shims-Release] Increase version to 2.0.2 ( #1934 )
2022-10-24 14:44:50 -07:00
Nev
6f169ae7e7
[Beta] Fix issue with replacing a value (object) on the config which was clearing (setting to undefined) previous properties of the replaced instance. ( #1933 )
2022-10-21 15:14:57 -07:00
Nev
80e2bf20b6
Remove the source-map-loader from the package.json as we don't use it. ( #1930 )
2022-10-19 11:40:42 -07:00
Nev
375a0e8686
[Beta] Fix issue with updating / setting config when not initialized. ( #1929 )
2022-10-18 14:38:44 -07:00
Nev
c76bcca8f4
[Beta] Fix issue with updating / setting config when not initialized. ( #1928 )
2022-10-17 08:51:06 -07:00
Nev
10a1aebfd3
[Beta] Propagate and throw the swallowed exceptions from watchers ( #1927 )
2022-10-14 15:25:27 -07:00
Nev
3427dcff38
[Beta] Remove config.extensionConfig.NotificationManager assignment ( #1926 )
2022-10-14 11:53:02 -07:00
Nev
bb55d05935
[Beta] Fix issue with no NotificationManager during initialization ( #1925 )
2022-10-13 18:43:36 -07:00
Nev
c01f4c30e6
[Beta] Fix config deep copy for extensionConfig ( #1924 )
2022-10-12 16:19:14 -07:00
Nev Wylie
ba9d0dd13d
Uncaught ReferenceError: global is not defined #1911
2022-10-12 11:53:08 -07:00
Nev
6383b6cedb
[Beta] Rework the Dynamic Handler and default setting to avoid exceptions when not used as expected ( #1922 )
2022-10-11 17:01:49 -07:00
Nev
ff74ca8d15
Uncaught ReferenceError: global is not defined #1911 ( #1913 )
2022-10-11 16:08:58 -07:00
Nev Wylie
e0de91340b
[Beta] Rework the Dynamic Handler and default setting to avoid exceptions when not used as expected
2022-10-11 16:06:43 -07:00
Nev
35b9fef70c
[Beta] Merge remote-tracking branch 'upstream/master' into MSNev/beta ( #1921 )
2022-10-11 15:30:51 -07:00
Nev Wylie
1b7e94a420
Merge remote-tracking branch 'upstream/master' into MSNev/beta
2022-10-11 13:17:20 -07:00