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

7134 Коммитов

Автор SHA1 Сообщение Дата
Louis DeJardin 7b274ff391 Switching from console to winston 2012-03-10 18:28:13 -08:00
Louis DeJardin b65166e28c Removing console.log from channel 2012-03-10 18:24:06 -08:00
Louis DeJardin 87f481635e Adding winston cli output
Defaults to colorized 'info' level output
Accessed via waz.output property
2012-03-10 18:23:21 -08:00
Louis DeJardin fd6c4af4c8 Cleanup
Following "} else {" coding convention
Removing accidental .log checkin
Removing empty test file
2012-03-10 16:54:55 -08:00
Louis DeJardin 93d0c3e3b6 Updating commands
Working towards persisting publishsettings with account command
Split space and site into two command files
Hardcoding space name in site commands
2012-03-10 16:09:09 -08:00
Louis DeJardin 2b6df1a600 Implementation of site create and site delete
Hard-coding test-suffix for antares site temporarily
2012-03-10 16:09:06 -08:00
Louis DeJardin e91462a56f Roughing in several early site/space commands 2012-03-10 16:09:04 -08:00
Louis DeJardin daa6b7e909 Adding placeholder for defaultSubscriptionId method 2012-03-10 16:09:01 -08:00
Louis DeJardin fb9f1b132e Adding a Channel utility object
Helps, for now, for working directly with rest apis
Management service layer will be introduced under command eventually
2012-03-10 16:08:58 -08:00
Louis DeJardin f5711837eb Adding pfx2pem exports method
Combines the underlying functionality into a single callable method
2012-03-10 16:08:55 -08:00
Louis DeJardin d641ce9a6c Initial rough outline of waz cli support
waz command added when installed with npm -g
waz site -h
waz account -h
2012-03-10 16:08:53 -08:00
Louis DeJardin bf2b5dd8c9 Code cleanup based on jshint 2012-03-10 16:07:53 -08:00
Louis DeJardin 3be6c05364 Utility code for parsing pfx format certificates
Parses ber/der encoded files
Navigates through pkcs format pfx files
Decryptes password-encoded regions
Surfaces x509 and rsa private key data
2012-03-10 16:07:50 -08:00
André Rodrigues 923bf05f3d Merge pull request #130 from Microsoft-Interop/error_callback
change RDFE callback params
2012-03-05 12:34:24 -08:00
Henry Rawas 009da7471d change callback params 2012-03-05 12:29:09 -08:00
Andre Rodrigues a4c283cd6e #102: Correcting typo in timeout for service bus. 2012-03-02 18:02:39 -08:00
André Rodrigues 0f386fa4c6 Merge pull request #107 from andrerod/dev
#102: Correcting typo
2012-03-02 16:07:39 -08:00
André Rodrigues 2bc6c1d659 Merge pull request #106 from igorzi/dev
Process request 'error' events.
2012-03-02 16:01:30 -08:00
André Rodrigues edf842588a Merge pull request #129 from Microsoft-Interop/management
Add ServiceManagement API
2012-03-02 15:21:32 -08:00
Henry Rawas c0a1c2e8c4 Add ServiceManagement API 2012-03-02 12:41:10 -08:00
Igor Zinkovsky d2e4258c70 process request error events 2012-03-01 19:10:47 -08:00
André Rodrigues 1314730681 Merge pull request #105 from pofallon/dev
Changes to committing a list of blob blocks
2012-02-27 19:07:59 -08:00
Paul O'Fallon 76c1f76eae Tweaked unit test to include uncommitted block 2012-02-26 20:43:04 -05:00
Paul O'Fallon 3e1567f2e0 Fixed indentation 2012-02-26 18:44:18 -05:00
Paul O'Fallon 7dd1ec12c7 Changes to block list commit 2012-02-26 18:03:55 -05:00
André Rodrigues 7491997b21 Merge pull request #104 from pofallon/dev
Return metadata in blobResult when calling getBlobToStream
2012-02-25 20:51:49 -08:00
Paul O'Fallon b97aba0bbe Return metadata from getBlobToStream 2012-02-25 19:41:25 -05:00
André Rodrigues 59848c822a Merge pull request #101 from andrerod/dev
Moving retry policies location
2012-02-24 00:48:17 -08:00
Andre Rodrigues 91c9715f8b Moving retry policies. 2012-02-24 00:45:41 -08:00
Andre Rodrigues baa194e29c Updating project. 2012-02-24 00:36:11 -08:00
André Rodrigues b783a3fb9e Merge pull request #100 from andrerod/dev
Re-integrating jsHint.
2012-02-24 00:33:24 -08:00
Andre Rodrigues 2521b930ab Improving requires by basing them of azure.js. 2012-02-24 00:32:07 -08:00
Andre Rodrigues 0c2b9a9de8 Moving serviceclient entities to core folder to align to other languages SDKs. 2012-02-24 00:14:01 -08:00
Andre Rodrigues 8aa7ade072 Re-adding jsHint to package.json. Fixing jsHint violations. 2012-02-24 00:07:58 -08:00
André Rodrigues f10fef2494 Merge pull request #99 from andrerod/dev
Replacing nodeunit by mocha
2012-02-23 23:49:01 -08:00
Andre Rodrigues 33b29c70b4 Fixing bug with terminating mock server.
Updating recordings.
2012-02-23 23:44:09 -08:00
Andre Rodrigues 4b5c35390b Fixing conflict. 2012-02-23 22:29:50 -08:00
Andre Rodrigues 8b9dd2b269 Merge remote-tracking branch 'upstream/dev' into dev
Conflicts:
	test/services/queue/queueservice-tests.js
	test/util/base64-tests.js
2012-02-23 22:28:14 -08:00
Andre Rodrigues 237f7d8982 #98: Replace nodeunit by mocha 2012-02-23 22:25:15 -08:00
André Rodrigues 416cfc6430 Merge pull request #97 from pofallon/dev
Replaced custom base64 encode/decode with Buffers
2012-02-23 20:27:32 -08:00
Paul O'Fallon 0863cdf64f Replaced custom base64 encode/decode with Buffers 2012-02-23 23:11:19 -05:00
André Rodrigues b657a1155d Merge pull request #96 from pofallon/dev
Migrated README.md from HTML to Markdown
2012-02-23 19:26:48 -08:00
Paul O'Fallon 747309690e Migrated README.md to markdown 2012-02-23 22:19:37 -05:00
Paul O'Fallon ef2332d85b Migrated README.md to markdown 2012-02-23 22:16:26 -05:00
André Rodrigues 7c6d612c2c Merge pull request #94 from andrerod/dev
#83: Using strict value comparison.
2012-02-22 20:53:59 -08:00
Andre Rodrigues 26fcf41a2c #83: using strict value comparison. 2012-02-22 20:52:57 -08:00
André Rodrigues c6380d7f88 Merge pull request #92 from andrerod/dev
Applying code review comments
2012-02-22 20:44:40 -08:00
Andre Rodrigues 8e8bd7a0f4 Applying code review comments changes. 2012-02-22 20:36:44 -08:00
Andre Rodrigues 636f29dc31 Renaming NewFolder1 to Controllers. 2012-02-22 20:19:38 -08:00
Andre Rodrigues b63e70f231 Adding copyright headers to all examples. 2012-02-22 20:17:54 -08:00