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

22 Коммитов

Автор SHA1 Сообщение Дата
Joel Hendrix e738348ca5
Update amqp and other dependencies (#153)
* update dependencies

switched pack.ag/amqp to github.com/Azure/go-amqp
updated azure-amqp-common-go to v3
update Go SDK dependencies to latest versions

* fix test output, ignore .vscode directory

* update release notes and version info
2019-12-16 09:58:02 -08:00
David Justice dda90fa328
specify the version of golang and update readme 2019-05-31 11:32:47 -07:00
David Justice dd242183d7
Update install instructions 2019-03-13 07:31:50 -07:00
Martin Strobel dbe4c0be59
Adopting Modules for Package Management (#64)
* Adopting modules

* upgrading azure-amqp-common-go version to one supporting modules.

* Updating CI to use modules

* Removing all references to dep in documentation
2018-10-24 15:42:57 -07:00
Martin Strobel c4030ddc1c Updating documentation.
- Example stripped from README.md to prevent code decay. Link given to GoDoc examples which are unit-tests, therefore always up-to-date.
- "Code of Conduct" and "Communication" sections moved from CONTRIBUTING.md to README.md.
- Missing documentation for Resource Group location in unit tests added.
2018-10-01 09:39:00 -07:00
Martin Strobel be8f9db4d1
Making Examples Executable Tests (#27)
* Moving scheduledMessage example to increase visibility

* Removing reference to scheduledMessage example in README

* Moving helloworld example

* Fixing build errors after rebase

* Moving opentracing example

* Fix opentracing/readme.md execution instructions

* Removing extraneous reference to example that has been moved

* Updating SendReceiveScheduledMessage timeline.

Previously, the message was scheduled to be delivered 15 seconds in the future. Service Bus has a schedule granularity more along the lines of a 1-minute window. For that reason, I update this test to take 3 minutes. From there, I had to update some of the other timeout logic in the test harness to allow a test that took more than 1 minute.

* Removing unused const

* Removing examples section from Makefile now that they are incorporated as tests
2018-08-07 17:48:41 -07:00
Martin Strobel 31cc0b4a46 Adding back mistakenly removed context in README example 2018-07-19 15:20:21 -07:00
Martin Strobel 24dab49c47 Fixing README example 2018-07-19 15:18:59 -07:00
Martin Strobel 17f1f65e41 Stripping away context from NewQueue constructor 2018-07-19 15:01:15 -07:00
David Justice 8e3a110276
add scheduled message example 2018-06-26 08:28:16 -07:00
David Justice a0b985ab91
fix badges
using --org rather than default
2018-06-18 16:28:50 -07:00
David Justice 4aea0da6cb
add travis integration build and badges 2018-06-18 14:24:08 -07:00
David Justice adb5a7a7f5
update readme 2018-06-17 12:51:59 -07:00
David Justice 9438ba976c
update readme for opentracing example 2018-06-03 10:08:36 -07:00
David Justice b999a08cbd
make the quick start copy / paste 2018-06-03 08:44:00 -07:00
David Justice bd5daf0d36
remove reference to event hubs 2018-06-02 09:06:59 -07:00
David Justice d9f3cad0ba
fix readme 2018-06-02 09:05:45 -07:00
David Justice faddc664d2
change handler to return disposition action rather than error 2018-06-02 08:57:47 -07:00
David Justice 6f4c251033
update the readme 2018-06-01 12:55:24 -07:00
David Justice 649785a632
fix readme 2018-05-09 10:11:16 -07:00
David Justice b633a2d5a4
basic readme info and quick start example 2018-05-09 10:07:46 -07:00
Microsoft Open Source 1231f87247 Initial commit 2018-01-10 10:23:47 -08:00