Marek Majkowski
bd7ea45a94
Updated gitignore
2012-04-17 17:11:59 +01:00
Marek Majkowski
7a45525c1d
cosmetic
2012-04-17 17:05:26 +01:00
Marek Majkowski
0a546a5a00
node: Fixes to second
2012-04-17 17:05:17 +01:00
Marek Majkowski
d3b0ab2ebe
node: third tutorial
2012-04-17 17:04:41 +01:00
Marek Majkowski
d45d939882
node: second tutorial
2012-04-17 16:30:58 +01:00
Marek Majkowski
4fbf3306cc
first node.js tutorial
2012-04-17 16:03:34 +01:00
Marek Majkowski
39ef4651c2
Update erlang-client paths.
2011-11-22 11:51:03 +00:00
Marek Majkowski
a4b64d3206
Use 2.7.0 erlang client - updated paths.
2011-11-22 11:49:10 +00:00
Marek Majkowski
5517fd041e
#10 Let's use standard cd
.
2011-11-18 16:14:25 +00:00
Marek Majkowski
972ce6c418
Merge pull request #10 from videlalvaro/master
...
updated PHP readme
2011-11-18 08:13:10 -08:00
Alvaro Videla
dcc450eea5
updates README to new php-amqplib location
...
I moved the development of php-amqplib from the
tnc account to the videlalvaro account and I started
adding tests and benchmarks there.
More info here: http://videlalvaro.github.com/2011/11/php-amqplib-future.html
Now the version used for the tutorials is tagged. Once I'm done with the refactorings that I want to apply I will test the code again and and resubmit a
patch for the README
2011-11-18 17:08:23 +01:00
majek
2b52c1410c
Merge pull request #9 from djui/patch-1
...
Noughty typo.
2011-09-21 11:58:48 -07:00
Uwe Dauernheim
93ff603d82
Purely use erlang escripts for examples
2011-09-21 21:52:02 +03:00
Marek Majkowski
ffd850e28e
Cosmetic fixes to php tut 6.
2011-09-15 14:27:31 +01:00
Marek Majkowski
c8b9e1e881
Sixth tutorial in php.
2011-09-14 13:45:58 +01:00
Marek Majkowski
7268ecda4b
For CI tests use stable amqp gem 0.8.0
2011-09-05 12:10:30 +01:00
Marek Majkowski
c1b178d9de
Fixed bug in tutorial 6 caused by misunderstanding of stop_consuming().
...
Apparently stop_consuming() does basic.cancel. Which is completely not what we want. Instead of using start/stop consuming, let's just do the busy loop by ourselves.
2011-08-24 11:46:21 +01:00
Marek Majkowski
fba096fa9f
I don't thing 'response' variable is actually necessary
2011-08-15 15:46:17 +01:00
Marek Majkowski
0ee4fb89c4
Main goes to separate class, dropped 'using' in favor of something less idiomatic
2011-08-15 15:42:54 +01:00
Marek Majkowski
accc0c0e86
Add Erlang 4 and 5 to CI.
2011-07-20 11:41:53 +01:00
Marek Majkowski
2019b3c7c6
Better command line examples for python.
2011-07-20 11:41:37 +01:00
Marek Majkowski
73ca6bc425
Cosmetic: list comprehensions instead of funs, indentation.
2011-07-20 11:40:21 +01:00
Marek Majkowski
cb0f9a5b00
Merge remote-tracking branch 'remotes/janimo/erlang'
2011-07-20 11:16:41 +01:00
Jani Monoses
ba47e9a551
Update Erlang README.md
2011-07-20 12:16:56 +03:00
Jani Monoses
ba4d5ae979
Code for section 5 of the tutorial.
2011-07-20 11:58:12 +03:00
Jani Monoses
789bb96a4f
Code for section 4 of the tutorial.
2011-07-20 11:45:00 +03:00
Marek Majkowski
05a8c3da5b
Parametrize slowness of the CI machine.
2011-07-08 15:15:02 +01:00
Marek Majkowski
b0a44e3b4e
Proper SIGINT handling from ruby rpc_server
2011-07-07 17:01:28 +01:00
Marek Majkowski
e4b167cc0e
tweaking
2011-07-07 16:33:11 +01:00
Marek Majkowski
f9ef78507a
No hurry, no hurry.
2011-07-07 15:46:33 +01:00
Marek Majkowski
b70a410c9d
Our CI server is quite slow, give it a bit more time.
2011-07-07 15:12:21 +01:00
Marek Majkowski
bda85a45ad
Print stdout/stderr of failed tests.
2011-07-07 11:27:41 +01:00
Marek Majkowski
d1b251d577
Quiet wget.
2011-07-07 10:56:29 +01:00
Marek Majkowski
5255babb4d
Cosmetic.
2011-07-06 16:48:13 +01:00
Marek Majkowski
e05843fab4
Automated testing of 4,5 and 6 tutorials. Php and erlang skipped.
2011-07-06 16:47:29 +01:00
Marek Majkowski
c5c1973f29
puka: six.
2011-07-06 16:08:38 +01:00
Marek Majkowski
75863fb478
Puka: four and five
2011-07-06 15:44:10 +01:00
Marek Majkowski
be12be3259
Puka added to automated testing
2011-07-06 13:54:20 +01:00
Marek Majkowski
35e18da343
Updated readme for puka
2011-07-06 13:54:05 +01:00
Marek Majkowski
1f5fd76014
Updated puka tutorial samples.
2011-07-06 13:51:53 +01:00
Marek Majkowski
0afac375df
Merge remote branch 'remotes/trunk/master'
2011-07-06 13:13:09 +01:00
Marek Majkowski
afbf5c10e4
Unpin java tutorials
2011-07-06 12:51:15 +01:00
Marek Majkowski
cc80b9b385
Merge remote branch 'origin/bug24235'
2011-07-06 12:46:14 +01:00
Emile Joubert
58bb5f1d74
Correct pattern match
2011-07-06 10:52:19 +01:00
Emile Joubert
22edadbf37
Slightly more reliable version detection
2011-07-06 09:54:56 +01:00
Marek Majkowski
c0fc8603a5
Unpin client versions for automated tests. Java and Pika remain pinned.
2011-07-05 12:24:19 +01:00
Marek Majkowski
2660181149
Parametrize ruby version.
2011-07-05 10:47:53 +01:00
Ann Witbrock
ad64c52603
AMQP.BasicProperties uses Builder in java client 2.5.0
2011-07-04 17:29:15 +01:00
Marek Majkowski
8c5082f2b8
Prerequisites are hard, let's document them instead of forcing apt-get.
2011-07-04 16:34:13 +01:00
Marek Majkowski
3a978f7447
python2.5 compatibility
2011-07-04 15:05:03 +01:00