Piyali Jana
cb38ec3f09
Fix package.json CRLF settings
2018-05-23 07:11:13 -07:00
Piyali Jana
9e0cf3623f
Fix
2018-05-23 07:05:26 -07:00
Piyali Jana
01e322ec8a
Add out folder
2018-05-23 06:30:44 -07:00
Piyali Jana
3b1ff5d57e
fix build error from merge
2018-05-23 06:03:51 -07:00
Piyali Jana
18dfa9de27
Add support to output commonjs files in grunt config through alternate tsconfig.json
2018-05-22 16:35:19 -07:00
Piyali Jana
1283b9a000
Merge branch 'master' into users/piyalij/AddCore
2018-05-22 15:32:37 -07:00
Basel Rustum
3968cdbd3c
Add Channel code to send telemetry ( #608 )
...
Add AI Channel code to send telemetry to AppInsights backend.
*Work in progress
2018-05-22 15:28:32 -07:00
Piyali Jana
2e9e3f1c62
Merge branch 'users/piyalij/AddCore' of https://github.com/Microsoft/ApplicationInsights-JS into users/piyalij/AddCore
2018-05-22 13:21:40 -07:00
Piyali Jana
698d0e389a
Fix version
2018-05-22 13:21:12 -07:00
Piyali Jana (MS)
d4fd8dbfb3
Merge branch 'master' into users/piyalij/AddCore
2018-05-22 13:20:06 -07:00
Piyali Jana
7e43d994b7
Add appinsights core, update interfaces to remove namespace and some minor changes
2018-05-22 13:16:15 -07:00
YuliaSafarova
88c2351bb8
version update 1.0.17 -> 1.0.18 ( #605 )
2018-05-17 16:35:40 -07:00
Basel Rustum
8a21d3af8a
Enable signing of NuGet Packages by MicroBuild ( #603 )
...
* add a FilesToSign element in csproj to test signing the NuGet package
* add a target for signging
* move the signging target to a better location
* change from AfterTargets to DependsOnTargets
* change to outputPath
* put the nupkg in the proper directory so they can be signed
* change output dir
* move files to appropriate directory after signing
* change from dependsOn to After
2018-05-15 10:47:08 -07:00
Piyali Jana
c02e92f3a6
Add Core interface
2018-05-15 05:35:11 -07:00
Piyali Jana (MS)
92ba27c2ca
Merge pull request #601 from Microsoft/coreInterfaces
...
Add core SDK interfaces
2018-05-10 18:10:05 -07:00
Piyali Jana (MS)
3c30a6ac0c
Merge branch 'master' into coreInterfaces
2018-05-10 18:02:31 -07:00
Piyali Jana
832aa40784
Update types
2018-05-10 12:07:14 -07:00
Piyali Jana
6b79d90e8a
Adding core interfaces
2018-05-10 05:29:15 -07:00
YuliaSafarova
54c32b540f
Add sdk-context request header only for internal AI services connection ( #598 )
...
* Add sdk-context request header only for internal AI services connection
* Address comments
* remove isInternalEndpointUrl from config
* re-run tests
2018-05-09 12:18:46 -07:00
Piyali Jana (MS)
58f363ecf8
Merge pull request #599 from Microsoft/coreSDKWithBuild
...
Re-add coreSDK file structure. Includes grunt compile for core files.
2018-05-03 11:39:45 -07:00
Piyali Jana
67ad2af48e
Readd coreSDK file structure. Includes grunt compile
2018-05-03 10:54:58 -07:00
YuliaSafarova
8eaf5ae516
Parse response & config setting for CORS correlation ( #593 )
...
* Parse response & config setting for CORS correlation
* case sensitivity
* Unit test fix
* Add check for null config in cors case
2018-05-02 16:20:57 -07:00
Piyali Jana (MS)
180866ed9c
Merge pull request #597 from Microsoft/1.0.17
...
Checking in 1.0.17
2018-05-02 12:10:42 -07:00
Piyali Jana
cced50954c
Checking in 1.0.17
2018-05-01 00:10:12 -07:00
Piyali Jana (MS)
ba563173ff
Merge pull request #596 from Microsoft/updates
...
Remove new coreSDK folder to unblock build issue. Also, remove new sdk-context header that is failing outgoing requests to Vortex.
2018-04-30 22:44:03 -07:00
Piyali Jana
b2969e99b6
Remove new header SDK-Context in outgoing requests, feature breaks sending data to vortex endpoint
2018-04-30 22:26:26 -07:00
Piyali Jana
bda889fb1e
Remove core SDK folder
2018-04-30 21:53:49 -07:00
Piyali Jana (MS)
e6b903f2f5
Merge pull request #591 from Microsoft/coreSDKBranch
...
Creating folder for coreSDK.
2018-04-27 17:02:04 -07:00
Piyali Jana (MS)
a9097abcc0
Merge branch 'master' into coreSDKBranch
2018-04-27 16:41:09 -07:00
Piyali Jana (MS)
82047dfa19
Merge pull request #592 from Microsoft/release_1.0.17_aimon
...
version update 1.0.16 -> 1.0.17
2018-04-25 12:44:29 -07:00
Piyali Jana
1fa4c5c6c7
version update 1.0.16 -> 1.0.17
2018-04-25 12:06:13 -07:00
YuliaSafarova
adea211f80
Extend logging ( #590 )
2018-04-24 11:24:24 -07:00
Piyali Jana
8908764848
Creating folder for coreSDK
2018-04-24 11:01:47 -07:00
Piyali Jana (MS)
a9b45b69bd
Merge pull request #589 from Microsoft/1.0.16
...
Checking in final sources for 1.0.16
2018-04-23 15:37:35 -07:00
Piyali Jana (MS)
a698260926
Merge branch 'master' into 1.0.16
2018-04-23 14:42:55 -07:00
Piyali Jana
5500722f2d
Checking in final sources for 1.0.16
2018-04-23 14:02:13 -07:00
YuliaSafarova
c270dde9c0
Revert logic - enable correlation for the same domain (as it was) ( #588 )
...
* Revert logic - enable correlation for the same domain (as it was)
* PR feedback
2018-04-20 14:25:26 -07:00
Piyali Jana (MS)
4bcfb87207
Merge pull request #587 from Microsoft/disableCorrelationHeader
...
Disable correlation header in request as it can potentially cause dependencies to fail when pre-flight response does not have requested header
2018-04-18 01:01:30 -07:00
Piyali Jana
092920bd7a
Fix typo
2018-04-17 14:55:14 -07:00
Piyali Jana
e5f10f435a
Disable correlation header in request as it can potentially cause dependencies to fail when pre-flight response does not have requested header
2018-04-17 11:34:42 -07:00
Piyali Jana (MS)
e48f7c5e59
Merge pull request #585 from Microsoft/addpageviewidagain
...
Revert "temporarily remove pageview.id initialization" Add this back in as field is good for ingestion
2018-04-16 11:35:13 -07:00
Piyali Jana
916e763fcf
Revert "temporarily remove pageview.id initialization"
...
This reverts commit 53262e72eb
.
2018-04-16 11:10:40 -07:00
YuliaSafarova
86f4bb47d7
Prevent getting Request-Context header when it's not returned ( #584 )
...
* Prevent getting Request-Context header when it's not returned
* Check for null
* Separate const for lower case header
2018-04-13 15:57:07 -07:00
Piyali Jana (MS)
ff72663d21
Merge pull request #583 from Microsoft/release_1.0.16
...
version update 1.0.15 -> 1.0.16
2018-04-13 12:40:02 -07:00
Piyali Jana
452d5240eb
version update 1.0.15 -> 1.0.16
2018-04-13 10:41:59 -07:00
Piyali Jana (MS)
e8941c2f36
Merge pull request #582 from Microsoft/iusafaro/removepageviewid
...
temporarily remove pageview.id initialization
2018-04-12 09:38:40 -07:00
Yulia Safarova
53262e72eb
temporarily remove pageview.id initialization
2018-04-11 13:26:19 -07:00
Dmitry-Matveev
3f6ac07003
Merge pull request #580 from Microsoft/users/piyalij/bugfixIssue566
...
Bug fix for data sanitization error for property value length, should…
2018-04-10 13:01:31 -07:00
Piyali Jana
861a01514c
Add unit tests for sanitizeInput method
2018-04-04 17:19:33 -07:00
Piyali Jana
dd3efe9c90
Address PR comments
2018-04-02 14:17:31 -07:00