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

109 Коммитов

Автор SHA1 Сообщение Дата
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 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
eMancu 628b12cbab Align documentation to ~80 chars and some small style
changes for telemetry client
2015-04-01 21:12:56 -03:00
eMancu f0321d22bb Remove trailing spaces 2015-04-01 21:12:26 -03:00
Jing Li 8b515142f0 Bring back ruby version 1.9.3 2015-03-23 11:10:30 -07:00
Jing Li 4c97cc77ec Close http connection 2015-03-18 11:09:39 -07:00
Jing Li 4cbe4bd9fa Merge pull request #13 from citrusbyte/refactor/contracts
Refactor/contracts
2015-03-09 13:44:10 -07:00
eMancu 0c2f0caf56 Merge remote-tracking branch 'upstream/develop' into refactor/contracts 2015-03-09 09:41:35 -03:00
eMancu 6369b1ac69 Revert "Tests must be updated given the JSON generated put"
This reverts commit 3b7e2e829a.
2015-03-09 09:33:51 -03:00
eMancu fd6468cf68 Reorder fields of each schema 2015-03-09 09:26:08 -03:00
Jing Li 682d390535 Merge pull request #12 from joshk/patch-1
bundler should not be specified as a dev dep
2015-03-05 10:13:14 -08:00
eMancu d903ff9d39 Bundler should not be specified as a development dependency
Related to #12
2015-03-05 09:16:33 -03:00
Josh Kalderimis 2941d93c9d bundler should not be specified as a dev dep 2015-03-05 18:28:46 +13:00
eMancu f772cd9752 Update gemspec dependencies. 2015-03-05 01:13:31 -03:00
eMancu 0e514f6df2 Merge remote-tracking branch 'upstream/master' into refactor/contracts 2015-03-05 00:52:51 -03:00
Jing Li 77f50fd392 Increase gem version to 0.5.3 2015-03-04 17:19:30 -08:00
Jing Li d00c6671f0 Fix test failure 2015-03-04 16:40:14 -08:00
Jing Li 43416c9eb5 Update contracts based on latest schema 2015-03-04 16:08:39 -08:00