Sergey Kanzhelev
|
04f819142c
|
generated tests
|
2018-04-25 11:49:31 -07:00 |
Sergey Kanzhelev
|
2e2b84bf75
|
updated to the latest schema
|
2018-04-25 11:35:44 -07:00 |
Yanming Tang
|
0d9fd3eb7f
|
Merge pull request #46 from Microsoft/sergkanz/v055
bumped version to 0.5.5
|
2018-04-24 13:52:23 -07:00 |
Sergey Kanzhelev
|
653ac4986a
|
added changelog
|
2018-04-24 10:15:33 -07:00 |
Sergey Kanzhelev
|
bac544d157
|
bumped version to 0.5.5
|
2018-04-24 10:12:28 -07:00 |
Sergey Kanzhelev
|
1e10674e92
|
Merge pull request #42 from yantang-msft/ContributingGuide
Minor updates of the Contributing.md
|
2018-04-24 09:19:46 -07:00 |
yantang
|
073052781a
|
Minor updates of the Contributing.md
|
2018-04-24 09:14:17 -07:00 |
Sergey Kanzhelev
|
ef65821b0b
|
Merge pull request #41 from Microsoft/sergkanz/appid
remove reference to non-existant application.id from readme
|
2018-04-24 09:07:46 -07:00 |
Sergey Kanzhelev
|
becd5e8c2a
|
Merge pull request #40 from Microsoft/sergkanz/updateYard
updated dependency with the known vulnarability
|
2018-04-24 09:07:31 -07:00 |
Sergey Kanzhelev
|
fcbdd64c6a
|
remove reference to non-existant application.id from readme
|
2018-04-23 21:57:13 -07:00 |
Sergey Kanzhelev
|
aeea64b29a
|
updated dependency with the known vulnarability
|
2018-04-23 21:50:28 -07:00 |
Sergey Kanzhelev
|
95ee96b753
|
Merge remote-tracking branch 'origin/master' into develop
|
2018-04-23 21:43:10 -07:00 |
Sergey Kanzhelev
|
3539f59b3f
|
Merge pull request #38 from yantang-msft/ContributingGuide
Add contributing guide
|
2018-04-23 21:19:08 -07:00 |
yantang
|
610c945031
|
Add contributing guide
|
2018-04-23 17:19:31 -07:00 |
Sergey Kanzhelev
|
6cfa983d44
|
Merge pull request #37 from yantang-msft/AddCloudContext
Update telemetry context data contract to match current schema
|
2018-04-23 12:04:03 -07:00 |
yantang
|
03142241ee
|
Update telemetry context data contract to match current schema
|
2018-04-02 14:04:13 -07:00 |
Aaron
|
32b098548f
|
Merge pull request #31 from satoryu/bump_up_version
Bump up version to 0.5.4
|
2017-09-05 13:06:22 -07:00 |
Tatsuya Sato
|
20b4a64129
|
Bump up version to 0.5.4
|
2017-08-02 21:12:59 +09:00 |
Aaron
|
754405be7c
|
Merge pull request #30 from satoryu/suppress_deprecation_warning
Suppress deprecation warning
|
2017-07-31 10:27:19 -07:00 |
Tatsuya Sato
|
788b9cce86
|
Merge branch 'master' into suppress_deprecation_warning
|
2017-07-31 23:36:13 +09:00 |
Aaron
|
f0c9c5a14b
|
Merge pull request #29 from Microsoft/master
Merge master to develop
|
2017-07-06 10:36:51 +02:00 |
Aaron
|
3597940a61
|
Merge pull request #28 from AaronPatterson/fix-track-failed-request
Updating to include fields in the JSON even when they are false.
|
2017-07-06 10:29:43 +02:00 |
Aaron Patterson
|
a60f44793b
|
When a failed request is sent, the "success" field is set to "false" and this causes the field is omitted from the JSON. The backed does not accept the message because the "success" field is missing though.
Updating to include fields in the JSON even when they are false.
|
2017-07-05 16:12:10 +02:00 |
Aaron
|
ccb853d4e4
|
Merge pull request #27 from Microsoft/develop
Merge develop to master
|
2017-07-03 04:52:49 -07:00 |
Aaron
|
07b96be7a0
|
Merge pull request #24 from AaronPatterson/fix-track-request
Fix automatic request tracking
|
2017-07-03 04:45:58 -07:00 |
Aaron Patterson
|
1aa2f4f3e0
|
Merge remote-tracking branch 'upstream/develop' into fix-track-request
|
2017-07-03 13:41:07 +02:00 |
Aaron
|
c92bf756c7
|
Merge pull request #26 from Microsoft/master
Merge master to develop
|
2017-07-03 04:36:40 -07:00 |
Aaron
|
c78bb54c8b
|
Merge branch 'develop' into master
|
2017-07-03 04:35:06 -07:00 |
Aaron
|
50d28e91e0
|
Merge pull request #19 from chrisgre/duration-timespan-fix
Fixing TimeSpan formatting to match API expectations.
|
2017-07-03 04:30:59 -07:00 |
Aaron Patterson
|
5f545fa849
|
Merge remote-tracking branch 'upstream/develop' into fix-track-request
|
2017-07-03 13:23:37 +02:00 |
Aaron
|
58bfe53227
|
Merge pull request #25 from Microsoft/master
Merge master to develop
|
2017-07-03 04:22:38 -07:00 |
David Duffy
|
9c2fb24c01
|
Merge pull request #23 from tobyndockerill/patch-1
Improve display of rendered README
|
2017-06-30 10:09:58 -07:00 |
Aaron Patterson
|
b19de3f4ee
|
AI reports an error when sending requests currently. The "duration" field is not in the expected format. AI expects "dd.hh:mm:ss.fffffff" and the SDK is sending "d:hh:mm:ss.fffffff".
Also updating to use "true" instead of "TRUE" as the "TRUE" constant was deprecated in Ruby 2.4
|
2017-06-29 12:43:28 -07:00 |
David Duffy
|
ff7ff7444a
|
Merge pull request #22 from satoryu/fix_failure_on_travis
Fix failure on travis
|
2017-06-29 07:56:27 -07:00 |
Tobyn
|
7ac257756e
|
Improve display of rendered README
|
2017-06-29 15:14:07 +09:30 |
Tatsuya Sato
|
1a155ddfc7
|
Remove unused variable
|
2017-06-27 20:13:13 +09:00 |
Tatsuya Sato
|
61af4ca28f
|
Suppress deprecation warnings
|
2017-06-27 20:09:30 +09:00 |
Tatsuya Sato
|
a6c5c72e19
|
Add ruby 2.4.0 and ruby-head as target
|
2017-06-22 21:36:53 +09:00 |
Tatsuya Sato
|
3ddc735321
|
Install bundler before executing test
|
2017-06-22 20:59:57 +09:00 |
Chris Green
|
8371b30dc5
|
Duration TimeSpan formatting did not match what the API expects. Modified to match.
|
2016-06-24 15:04:10 -04:00 |
jngli
|
1378f416b2
|
Update track_trace sample
|
2016-04-05 14:15:12 -07:00 |
Stefan Haubold
|
7d58f44f2c
|
Merge pull request #18 from Microsoft/feature/add_user_auth_id
adding authUserId from contract to user
|
2015-12-04 15:41:07 -08:00 |
Stefan Haubold
|
7d87b3b85a
|
adding unit test for authUserId on user
|
2015-12-04 15:25:07 -08:00 |
Yoonji Shin
|
c58e5e1e19
|
add user auth id
|
2015-12-04 15:16:24 -08:00 |
Joshua Weber
|
3549326b3a
|
Update Readme.md Travis CI links
Update after Github repo rename
|
2015-04-14 10:11:04 -07:00 |
Jing Li
|
0f03754453
|
Fix boolean variable initialization
|
2015-04-02 17:12:35 -07:00 |
Jing Li
|
96601429f5
|
Re-generate contract tests
|
2015-04-02 16:59:46 -07:00 |
Jing Li
|
dff392fe94
|
Re-generate contract classes
|
2015-04-02 16:47:05 -07:00 |
Jing Li
|
32cb3b961d
|
Merge pull request #15 from citrusbyte/style_fixes
Style fixes
|
2015-04-02 10:09:41 -07:00 |
eMancu
|
2a69711d51
|
Align documentation to ~80 chars and code style changes
|
2015-04-01 21:13:06 -03:00 |