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
Jing Li
0a39e06b05
Merge pull request #9 from citrusbyte/add_continuous_integration_service
...
Add Travis CI service
2015-03-04 14:52:10 -08:00
eMancu
5db8c63a3f
Merge remote-tracking branch 'upstream/master' into refactor/contracts
2015-03-04 14:52:50 -03:00
eMancu
3b7e2e829a
Tests must be updated given the JSON generated put
...
the attributes in a different order.
2015-03-04 14:37:30 -03:00
eMancu
72c4d4c82f
Update implementation syntax.
...
Given the feedback on the PR, we choose to change the implementation to a new syntax.
2015-03-04 14:37:00 -03:00
eMancu
4be68c5045
Define only snake case accessors
2015-03-02 22:21:34 -03:00
eMancu
0ed2824378
Add `test-unit` as development dependency
...
Fixes `require': cannot load such file -- test/unit (LoadError)
2015-02-27 04:57:37 -03:00
eMancu
404cf44672
Add build status badge
2015-02-27 03:37:53 -03:00
eMancu
044f68a352
Add .travis.yml config file
2015-02-27 03:33:11 -03:00
eMancu
e351fc7933
Fix some tests
2015-02-27 03:08:02 -03:00
eMancu
352af92156
Remove empty tags
2015-02-27 03:07:33 -03:00
eMancu
a157746447
Refactor Contracts objects.
...
Decrease the lines of code and use the methods implemented
on JsonSerializable module.
2015-02-27 03:07:17 -03:00
eMancu
e963d9ddac
Redefine JsonSerializable class as a module.
...
Contract objects shouldn’t inherit from a JsonSerializable class.
This kind of classes are more like modules to add functionality
and leave the hierarchy for more complex Contract objects.
2015-02-27 03:03:00 -03:00