rholshausen
2017-02-17 00:03
has joined #random2

trenthornibrook
2017-02-17 00:14
has joined #random2

matt
2017-02-17 02:29
has joined #random2

trenthornibrook
2017-02-17 06:16
Hi @matt - I have invited Melissa Ngau to this slack account too. She is a QA working for Cevo - shes at client site with Ron and myself.

matt
2017-02-17 06:17
hi @trenthornibrook - great thanks!

matt
2017-02-17 06:17
I?m going to share this around a bit more, great idea to have a slack channel

trenthornibrook
2017-02-17 06:18
The buidkite slack is pretty useful and they usually crowd source their help

matt
2017-02-17 06:18
yeah, it?s a great idea :slightly_smiling_face: - the more the merrier

matt
2017-02-17 06:19
I think I met Mel actually, did she attend tConf last year?

trenthornibrook
2017-02-17 06:19
I think so - she has only been at Cevo for 5 months.

matt
2017-02-17 06:19
that sounds about right

matt
2017-02-17 06:20
Anyway - thanks for the great idea, I?m about to head off. Have a great weekend :tada:

lardcanoe
2017-02-17 23:41
has joined #random2

fitzoh
2017-02-17 23:45
has joined #random2

lardcanoe
2017-02-17 23:46
hello everyone. started using pact yesterday. very early stages of use. would like to hear a little bit about the roadmap, if there is one.

sudhapatil3
2017-02-18 00:28
has joined #random2

abubics
2017-02-18 05:22
has joined #random2

matt
2017-02-18 11:31
Hi @lardcanoe, I?d checkout https://docs.pact.io/roadmap/ with respect to language updates and https://github.com/pact-foundation/pact-specification/ (this is versioned with branches) with respect to Pact features that any language must support to consider to be "Pact X.Y? compatible

matt
2017-02-18 11:31
Also, welcome! :slightly_smiling_face:

vijaynag
2017-02-18 22:22
has joined #random2

theresa
2017-02-18 22:58
has joined #random2

travi
2017-02-18 23:35
has joined #random2

andycampbell92
2017-02-19 00:32
has joined #random2

joel_a
2017-02-19 00:48
has joined #random2

trenthornibrook
2017-02-19 08:56
@trenthornibrook pinned a message to this channel.

sai.dileepjana
2017-02-19 21:06
has joined #random2

tmok01
2017-02-19 21:57
has joined #random2

mngau
2017-02-19 23:05
has joined #random2

kanchana
2017-02-19 23:44
has joined #random2

cass
2017-02-19 23:56
has joined #random2

stuparty
2017-02-19 23:58
has joined #random2

tigris
2017-02-20 00:00
has joined #random2

rob-manger
2017-02-20 02:07
has joined #random2

shahzadahmad
2017-02-20 12:22
has joined #random2

trenthornibrook
2017-02-20 21:15
@lardcanoe what are you doing with Pact?

lardcanoe
2017-02-20 22:09
we're transitioning to microservices and it fits in perfectly for testing service contracts. i have the pact broker running in our kubernetes cluster. my guess is we'll stick with our own broker and not use the hosted one in beta unless it has new features not in the open source version (and those features are useful to us). but so far the pact broker is working perfectly for what it is intended to do.

trenthornibrook
2017-02-20 22:13
I?m working at a place with many services - we were using a docker-compose config that would run a local pact broker on an EC2 instance. Though instead of doing anything to make it resilient, I found out that DiUS had a SaaS option for Pact that has simple http auth around it.

trenthornibrook
2017-02-20 22:14
Here we?re using Pacts within junit, but I?m not across a lot of the big detail

matt
2017-02-20 22:18
@lardcanoe at the moment, as @trenthornibrook says it?s essentially the open source Pact broker with basic auth added (also running on Kube).

matt
2017-02-20 22:18
We do plan on adding features around it that may not make it into the open-source version

matt
2017-02-20 22:19
but we also plan to continue to improve the OSS version

travi
2017-02-20 22:21
do your plans for the hosted version include going beyond basic auth? separating read from write is probably the biggest want from my team, so that ci can push (a token would be great) but users could see the web ui w/o write access

matt
2017-02-20 22:22
the short answer is yes

trenthornibrook
2017-02-20 22:23
So many features, so little time!

travi
2017-02-20 22:26
my team is in the process of thinking through hosting our own broker and the auth pieces are getting our attention so far. we were considering an api token for ci that would give full rights, but using something like github oauth for web users and mostly (maybe completely) limiting them to read-only. i think this would be our only reason to continue down the path of hosting our own.

travi
2017-02-20 22:26
happy to help think things through in this area if you end up going down that path

matt
2017-02-20 22:30
the longer answer is we need a better way to manage issues/features across the entire Pact ecosystem. We currently have issues sprawled across a bunch of repos, and use Trello boards internally. I?m looking at something like https://github.com/philschatz/gh-board or https://github.com/huboard/huboard to help us drive the OSS stuff.


matt
2017-02-20 22:31
For now, I would guess that we are a while away from this but obviously we would love to collaborate where possible.

matt
2017-02-20 22:32
OAuth, SAML and API tokens are probably the standard path to take (and seem to be the most commonly discussed/requested authentication features).

matt
2017-02-20 22:33
What you?re saying sounds quite sensible, albeit linking to GH is something we?d need to manage carefully

matt
2017-02-20 22:34
Were you looking to modify the Ruby app, or wrap around it?

timothy.clifford
2017-02-20 22:40
has joined #random2

travi
2017-02-20 22:52
more likely that we would approach it as a wrapper around it, mostly to protect us from diverging from the normal broker instance

travi
2017-02-20 22:53
nginx has a github oauth integration that we are planning to explore for that part

tigris
2017-02-20 23:17
Would pact be an option to deal with AWS integration testing? I.e. services that either send messages to SQS or retrieve 0-many messages from SQS. I'm sick of writing AWS wrappers and injecting "test clients" into my code... sooooo much code

matt
2017-02-20 23:18
@tigris a colleague has used them for lambda services, in theory it should work for message producers - all that matters is the payload really, the wire protocol is orthogonal from a contract-testing standpoint

matt
2017-02-20 23:18
but I?ve not tried it myself

tigris
2017-02-20 23:21
lambda was an example i was thinking of, but that has another problem that when lambda invokes your code you also get a `context` object that includes various environment things

tigris
2017-02-20 23:22
example of SQS message problem - _consumer_ pulls message from SQS, does thing with message... _producer_ puts message into SQS directly... no issues here, as you say, it's message communication, no reason pact can't help

tigris
2017-02-20 23:23
problem is, if the producer then changes it's mind and says i'll send an SNS instead, and subscribe the SQS to the SNS... even though the message produced is identical, that subscription process will alter the message

trenthornibrook
2017-02-21 02:27
We do that where I?m at.

trenthornibrook
2017-02-21 02:30
I?m talking other things? we use pact for SQS consumers and providers.

shahzadahmad
2017-02-22 13:07
hey guys.. new to pact here... we are using the pact-net version. So when a pact file is an interaction definition of the following. Does it create a pact that always when queried with 123 you get "Mike" back or when queried with an ID you get the response body of the structure specified { "description": "A GET request", "request": { "method": "get", "path": "/customers/123", "headers": { "Accept": "application/json" } }, "response": { "status": 200, "headers": { "Content-Type": "application/json; charset=utf-8" }, "body": { "id": 123, "firstName": "Mike", "lastName": "Gore" } } }

matt
2017-02-22 20:38
I don?t believe the .NET version has flexible matching (i.e. https://docs.pact.io/documentation/javascript/flexible_matching.html)

matt
2017-02-22 20:41
so in this case you have to submit `/123` and you?ll get back Mike

kevinkraus
2017-02-23 03:24
has joined #random2

shahzadahmad
2017-02-23 10:05
that's a shame.. will need to fork and implement that I suppose

shahzadahmad
2017-02-23 10:06
thanks... there is no publisher written in .net either seems like

matt
2017-02-23 10:25
Take a look at https://github.com/SEEK-Jobs/pact-net/pull/79, there might be something in it for you.


shahzadahmad
2017-02-23 10:26
oh nice.. saves me some time

matt
2017-02-23 10:26
Simple POST/GET API (and Hal browser if you?re into that sort of thing)

shahzadahmad
2017-02-23 10:27
sweet

matt
2017-02-23 10:30
that PR contains the matchers stuff, but skips straight to v3 of the spec. I think there is still work being done to uplift it (e.g. v2 spec implementation)

shahzadahmad
2017-02-23 10:48
hopefully it is in a good enough state to use. will iron out whatever kinks it might have. I am really keen to get the team here to start using pact.

matt
2017-02-23 10:49
Might be worth poking them on the PR to see where things are at. If you?re really keen, perhaps you could help uplift the lib?

matt
2017-02-23 10:49
Would be great to see .NET catch up to other implementations

shahzadahmad
2017-02-23 10:57
yeah def

shahzadahmad
2017-02-23 11:02
as our implementations are on service fabric ...I am going to see if we can also get it to use service fabric proxyfactories to determine endpoints


shahzadahmad
2017-02-23 11:07
thanks for the pointers!

matt
2017-02-23 11:09
:thumbsup:

jeanmarclai
2017-02-23 16:31
has joined #random2

timbailey
2017-02-28 22:03
has joined #random2

trenthornibrook
2017-03-15 03:05
Where is @rholshausen !?

matt
2017-03-15 03:38
:smile:

rholshausen
2017-03-15 06:29
I'm right here @trenthornibrook, but I can't see you. Where are you?

trenthornibrook
2017-03-15 06:29
trying to get things working

trenthornibrook
2017-03-15 06:33
All is going good - just missing some Pact zen here. :slightly_smiling_face:

thadir
2017-03-24 14:05
has joined #random2

willmadison
2017-03-28 12:56
has joined #random2

vinny
2017-04-06 05:31
has joined #random2

abe
2017-04-06 11:47
has joined #random2

harryw
2017-04-06 13:15
has joined #random2

beth
2017-04-06 23:23
has joined #random2


patrick
2017-04-12 10:46
has joined #random2

marcevers
2017-04-12 12:51
has joined #random2

m.pleijte
2017-04-13 11:08
has joined #random2

gtondi
2017-04-14 10:13
has joined #random2

lukvermeulen
2017-04-25 12:48
has joined #random2

abe
2017-04-26 12:12
not a pact broker thing but a pact thing...has any one delt with optionally null values?

abe
2017-04-26 12:13
as it stands it seems not supported and won't be for a while so i was wondering if any one has found a work around?

abubics
2017-04-26 23:30
optionally `null`? sounds like 2 tests :wink:

matt
2017-04-26 23:38
Yeah that's our typical advice

matt
2017-04-26 23:39
There's an FAQ on it at http://docs.pact.io

abe
2017-04-27 07:16
in that case one test will always fail

abe
2017-04-27 07:17
if some has a service that may return null for string or number and you write two tests you can never get a full rack of green tests

abe
2017-04-27 07:17
:disappointed:

abe
2017-04-27 07:18
sounds like we have to accept this till the demon is updated

abe
2017-04-27 07:18
thanks :slightly_smiling_face:

matt
2017-04-27 07:45
what do you mean by ?demon is updated??

matt
2017-04-27 07:46
Normally in this case you would have two separate provider states ?Given some state that returns null?, ?I expect some fields to be present that doesn?t include that null one? and thene ?Given some state that returns a value? -> ?I expect that field to be present?

matt
2017-04-27 07:46
you can?t ever ask for a field _not_ to be present in Pact

matt
2017-04-27 07:46
There are a bunch of discussions on some pact issues (can?t recall) that discuss why

abubics
2017-04-27 23:38
If that service doesn?t return values deterministically, that?s probably the problem you should solve, or at least track :slightly_smiling_face:

trenthornibrook
2017-05-01 06:42
hey yall?


trenthornibrook
2017-05-01 06:43
I?m trying to set up a webhook for a pact

trenthornibrook
2017-05-01 06:43
and I thought I did it, but now I cannot seem to find it anymore


matt
2017-05-01 06:43
can you navigate to it from the HAL browser?


trenthornibrook
2017-05-01 06:45
and I thought I set up a webhook to trigger a build to buildkite

rholshausen
2017-05-01 06:46
Did you use curl and post to that endpoint?


rholshausen
2017-05-01 06:48
I can see `A webhook for the pact between retailer-catalogue and pricing`

mouser
2017-05-02 01:30
has joined #random2

matt
2017-05-02 01:51
@trenthornibrook we have a patch for that webhook problem Trent, OK if I upgrade your instance? (should be transparent)

mouser
2017-05-02 01:53
hey @matt - I?m not exactly sure what trents issue is but our irexchange broker seems to be producing an error similar to this when I execute one of my webhooks: https://github.com/bethesque/pact_broker/issues/59

mouser
2017-05-02 01:53
will upgrading our broker solve this? I?m not sure what version of the broker we?re running currently, sorry

matt
2017-05-02 01:53
Yep I think that?s the issue

matt
2017-05-02 01:53
pretty much, yes

mouser
2017-05-02 01:54
ahhh - excellent!

matt
2017-05-02 01:54
Let me know when works, if you?d like the confidence of testing against an upgraded version before you do (I can create a temporary one for you)

mouser
2017-05-02 01:56
i?d be ok with upgrading at any time as long as we can rollback if there are issues. I assume the upgrade won?t remove existing PACTs from the broker?

matt
2017-05-02 01:56
correct

matt
2017-05-02 01:57
I?ll snapshot the DB before upgrading anyhow so a rollback is possible

matt
2017-05-02 01:57
I?ll look to do it around ~30mins or so - most people out to lunch so if any blimps it should be minimal impact

mouser
2017-05-02 01:58
excellent - thanks @matt? much appreciated!

trenthornibrook
2017-05-02 02:09
I follow @mouser

matt
2017-05-02 02:10
I can go now @trenthornibrook if you?re free?

matt
2017-05-02 02:22
OK we are upgraded, let me know if you see any issues. I?m not seeing any log spikes etc.

mouser
2017-05-02 02:24
Awesome. Let me try my webhook...

matt
2017-05-02 02:25
cool thanks

mouser
2017-05-02 02:26
winning!!!! 201 response! :smile:

matt
2017-05-02 02:26
Woohoo!

mouser
2017-05-02 02:27
that?s great - thanks very much @matt!

mouser
2017-05-02 02:27
very much appreciate your help!

matt
2017-05-02 02:27
you?re welcome - let us know if you have any problems. I?m just stepping out for lunch also but should be available this afternoon

matt
2017-05-02 02:27
:thumbsup:

mouser
2017-05-02 02:45
Will do!

trenthornibrook
2017-05-02 04:58
hey 0 it looks like we?re getting a `500` back from https://irexchange.pact.dius.com.au/webhooks since the change. `"undefined method `[]' for nil:NilClass?` on `/home/app/pact_broker/vendor/bundle/ruby/2.2.0/gems/pact_broker-1.17.0/lib/pact_broker/api/decorators/webhooks_decorator.rb:12:in `block in <class:WebhooksDecorator>??,`

matt
2017-05-02 04:58
cc: @rholshausen

rholshausen
2017-05-02 04:59
Already onto it, @beth has already pushed a fix :rocket:

trenthornibrook
2017-05-02 04:59
:shipit:

rholshausen
2017-05-02 04:59
Just need to deploy it


matt
2017-05-02 05:00
check now :slightly_smiling_face:

rholshausen
2017-05-02 05:01
2 minute turn around!

matt
2017-05-02 05:01
Thanks @beth

abubics
2017-05-02 05:01
No :partyparrot: :cry:


thadir
2017-05-17 12:35
just for funsies, but when will http://www.pact.io io fix there https error and when will our slack use that beutiful PB to a nice logo of that I saw in one of the pact foudnation repos :wink:

matt
2017-05-17 13:29
We had a meetup with a bunch of contributors last week - the website redesign is high on the priority list. We?ll sort SSL then no doubt.

matt
2017-05-17 13:29
Good call on the logo!

thadir
2017-05-18 14:37
:slightly_smiling_face:, hey your the only letterd slack I have and I have a lot of slack :slightly_smiling_face: (the company that hired my Skills Portbase, The company that pays me Sogeti, You gous, then there is the NLJUG group, and a few others). I think slack is getting hip :wink:

matt
2017-05-19 01:31
Does that make us stand out? :slightly_smiling_face:

timothy.clifford
2017-05-19 01:38
Whoa.

rholshausen
2017-05-19 02:19
We could load the pact foundation icon, it just needs to be sized correctly.

matt
2017-05-19 02:19
I updated it before, but yeah we?ll need to do that

rholshausen
2017-05-19 02:20
I checked it this morning, Slack needs it in different dimentions

matt
2017-05-19 02:20
Yep, if you login/logout of this channel (or whatever it takes to refresh) it should have a link logo there

matt
2017-05-19 02:23
Actually, just clicking between tabs in Slack seems to refresh it.

thadir
2017-05-19 07:53
It works nicly, :slightly_smiling_face: the hipster stuff is so neet :slightly_smiling_face:. Looking good guys

matt
2017-05-19 07:53
thanks :slightly_smiling_face:

matt
2017-05-19 07:55
Also, I believe Beth has updated your instance - let us know how you go!

thadir
2017-05-19 07:56
I saw the pm, were going to test it on monday. Today is in the theme of penetration test for production.



matt
2017-05-19 07:56
cool, that works for me - all the best :slightly_smiling_face:

eskimoquinn
2017-05-19 16:08
has joined #random2

rob.lugton
2017-05-22 07:02
has joined #random2

jfeng
2017-05-25 06:31
has joined #random2

thadir
2017-05-31 12:54
btw, I totaly forgot it looks good, still room for imporvements but this is way better :slightly_smiling_face:.

shashidesai
2017-05-31 20:42
has joined #random2

coco
2017-06-05 05:42
has joined #random2

stein
2017-06-05 22:26
has joined #random2

jdbann
2017-06-22 13:48
has joined #random2

phil
2017-06-23 10:30
has joined #random2

j03w
2017-06-26 01:32
has joined #random2

fpelletier
2017-06-28 22:20
has joined #random2

acooper106
2017-07-03 12:04
has joined #random2

mlk
2017-07-03 12:06
has joined #random2

finkingma
2017-07-05 07:24
has joined #random2

mattcoder
2017-07-05 10:29
has joined #random2

mattfaries
2017-07-07 03:07
has joined #random2

ngbrown
2017-07-11 04:49
has joined #random2

kunwardeep
2017-07-13 03:44
has joined #random2

sheetal
2017-07-24 19:28
has joined #random2

shenahas
2017-07-26 22:57
has joined #random2

king-smith
2017-08-01 00:05
has joined #random2

prudhvi
2017-08-01 14:00
has joined #random2

kale.mcnaney
2017-08-02 22:12
has joined #random2

gareth
2017-08-07 01:28
has joined #random2

fergusstrange
2017-08-08 19:30
has joined #random2

bangn
2017-08-11 01:13
has joined #random2

cormac
2017-08-15 14:41
has joined #random2

v.lukoyanov
2017-08-15 15:08
has joined #random2

neil
2017-08-18 21:47
has joined #random2

shamilton
2017-08-30 13:11
has joined #random2

jeffutter
2017-08-30 22:33
has joined #random2

tjones
2017-09-05 05:58
has joined #random2

d.van.dijk
2017-09-18 09:39
has joined #random2

tom
2017-09-18 22:58
has joined #random2

kong
2017-09-19 01:59
has joined #random2

timothy.clifford
2017-09-19 03:08
:joy:


beth
2017-09-19 03:32
Love the expressions.

beth
2017-09-19 03:32
@kong @abubics

kong
2017-09-19 04:08
hahahaha

alexei
2017-09-20 08:24
has joined #random2

w.everse
2017-09-21 06:03
has joined #random2

alok.pandey
2017-09-22 08:08
has joined #random2

veganjenny
2017-09-23 01:35
has joined #random2

jsilver
2017-09-28 22:11
has joined #random2

zerocooljs
2017-10-01 15:02
has joined #random2

mzacharska
2017-10-03 21:22
has joined #random2

nic
2017-10-09 13:01
has joined #random2

cornelia.zintl
2017-10-18 13:40
has joined #random2

mende
2017-10-20 15:08
has joined #random2

kevin.meiresonne
2017-10-26 11:55
has joined #random2

pivison
2017-11-01 22:56
has joined #random2

matt
2017-11-08 13:57
has joined #random2

andrew.nicholson
2017-11-09 20:32
has joined #random2

rolyat.wilson
2017-11-13 18:21
has joined #random2

fkoner
2017-11-15 16:03
has joined #random2

raghunandanjahagirdar
2017-11-26 11:02
has joined #random2

zac.sims
2017-11-28 11:11
has joined #random2

dniles
2017-11-30 13:54
has joined #random2

siaynoqmage
2017-12-04 22:37
has joined #random2

pfajardo
2017-12-05 18:13
has joined #random2

sharding
2017-12-08 00:08
has joined #random2

dennis
2017-12-27 13:59
has joined #random2

lihongmei
2018-01-04 08:43
has joined #random2

biaofu
2018-01-08 11:30
has joined #random2

m.groeneweg
2018-01-11 08:21
has joined #random2

mellis
2018-01-19 01:22
has joined #random2

giuseppe.landolfi
2018-01-24 15:32
has joined #random2

giuseppe.landolfi575
2018-01-24 15:35
has joined #random2

benjamin.l.tse
2018-01-25 02:46
has joined #random2

ken.westdorp
2018-01-25 21:08
has joined #random2

abhijeet.daspatnaik
2018-02-12 06:09
has joined #random2

icapurrofagian
2018-02-15 02:11
has joined #random2

matt.canty
2018-02-16 09:30
has joined #random2

matthewcanty
2018-02-19 09:20
has joined #random2

sdulebskiy
2018-02-22 10:39
has joined #random2

omar10594
2018-02-22 20:44
has joined #random2

james
2018-02-25 12:33
has joined #random2

sinclair.calleja
2018-03-01 01:22
has joined #random2

thomas.heilbronner
2018-03-01 10:32
has joined #random2

krishnaraj.krishnan
2018-03-05 05:50
has joined #random2

ecoan
2018-03-15 02:17
has joined #random2

berisberis
2018-03-16 18:17
has joined #random2

divs.kanna
2018-03-23 18:39
has joined #random2

tom.vanasch
2018-03-26 06:50
has joined #random2

sumit080
2018-04-01 20:29
has joined #random2

oswald.quek
2018-04-13 13:41
has joined #random2

aserafim
2018-04-16 18:43
has joined #random2

richard.jones
2018-04-18 01:19
has joined #random2

asfan.siddiqui
2018-04-24 09:29
has joined #random2

raul.garcia
2018-04-26 09:43
has joined #random2

tmcknight
2018-05-03 19:00
has joined #random2

kabagchi87
2018-05-09 13:51
has joined #random2

liam.fisher
2018-05-21 08:16
has joined #random2

paul.davidson
2018-05-21 08:16
has joined #random2

claire.thomson
2018-05-21 09:01
has joined #random2

rcheeniyil
2018-05-21 19:23
has joined #random2

niek
2018-05-24 07:10
has joined #random2

seb
2018-05-31 08:15
has joined #random2

rlamb
2018-06-04 17:09
has joined #random2

areddy
2018-06-04 18:23
has joined #random2

matthew.ceroni
2018-06-04 22:36
has joined #random2

lkingsley
2018-06-06 14:49
has joined #random2

gbeckmann
2018-06-06 19:08
has joined #random2

mhargiss
2018-06-14 00:16
has joined #random2

rholshausen
2018-06-15 02:25
has joined #random2

trenthornibrook
2018-06-15 02:25
has joined #random2

matt
2018-06-15 02:25
has joined #random2

lardcanoe
2018-06-15 02:25
has joined #random2

fitzoh
2018-06-15 02:25
has joined #random2

sudhapatil3
2018-06-15 02:25
has joined #random2

abubics
2018-06-15 02:25
has joined #random2

trenthornibrook
2018-06-15 02:25
@trenthornibrook pinned a message to this channel.

vijaynag
2018-06-15 02:25
has joined #random2

theresa
2018-06-15 02:25
has joined #random2

travi
2018-06-15 02:25
has joined #random2

andycampbell92
2018-06-15 02:25
has joined #random2

joel_a
2018-06-15 02:25
has joined #random2

sai.dileepjana
2018-06-15 02:25
has joined #random2

tmok01
2018-06-15 02:25
has joined #random2

mngau
2018-06-15 02:25
has joined #random2

kanchana
2018-06-15 02:25
has joined #random2

cass
2018-06-15 02:25
has joined #random2

stuparty
2018-06-15 02:25
has joined #random2

tigris
2018-06-15 02:25
has joined #random2

rob-manger
2018-06-15 02:25
has joined #random2

shahzadahmad
2018-06-15 02:25
has joined #random2

timothy.clifford
2018-06-15 02:25
has joined #random2

kevinkraus
2018-06-15 02:25
has joined #random2

jeanmarclai
2018-06-15 02:25
has joined #random2

timbailey
2018-06-15 02:25
has joined #random2

thadir
2018-06-15 02:25
has joined #random2

willmadison
2018-06-15 02:25
has joined #random2

vinny
2018-06-15 02:25
has joined #random2

abe
2018-06-15 02:25
has joined #random2

harryw
2018-06-15 02:25
has joined #random2

beth
2018-06-15 02:25
has joined #random2

patrick
2018-06-15 02:25
has joined #random2

marcevers
2018-06-15 02:25
has joined #random2

m.pleijte
2018-06-15 02:25
has joined #random2

gtondi
2018-06-15 02:25
has joined #random2

lukvermeulen
2018-06-15 02:25
has joined #random2

mouser
2018-06-15 02:25
has joined #random2

eskimoquinn
2018-06-15 02:25
has joined #random2

rob.lugton
2018-06-15 02:25
has joined #random2

jfeng
2018-06-15 02:25
has joined #random2

shashidesai
2018-06-15 02:25
has joined #random2

coco
2018-06-15 02:25
has joined #random2

stein
2018-06-15 02:25
has joined #random2

jdbann
2018-06-15 02:25
has joined #random2

phil
2018-06-15 02:25
has joined #random2

j03w
2018-06-15 02:25
has joined #random2

fpelletier
2018-06-15 02:25
has joined #random2

acooper106
2018-06-15 02:25
has joined #random2

mlk
2018-06-15 02:25
has joined #random2

finkingma
2018-06-15 02:25
has joined #random2

mattcoder
2018-06-15 02:25
has joined #random2

mattfaries
2018-06-15 02:25
has joined #random2

ngbrown
2018-06-15 02:25
has joined #random2

kunwardeep
2018-06-15 02:25
has joined #random2

sheetal
2018-06-15 02:25
has joined #random2

shenahas
2018-06-15 02:25
has joined #random2

king-smith
2018-06-15 02:25
has joined #random2

prudhvi
2018-06-15 02:25
has joined #random2

kale.mcnaney
2018-06-15 02:25
has joined #random2

gareth
2018-06-15 02:25
has joined #random2

fergusstrange
2018-06-15 02:25
has joined #random2

bangn
2018-06-15 02:25
has joined #random2

cormac
2018-06-15 02:25
has joined #random2

v.lukoyanov
2018-06-15 02:25
has joined #random2

neil
2018-06-15 02:25
has joined #random2

shamilton
2018-06-15 02:25
has joined #random2

jeffutter
2018-06-15 02:25
has joined #random2

tjones
2018-06-15 02:25
has joined #random2

d.van.dijk
2018-06-15 02:25
has joined #random2

tom
2018-06-15 02:25
has joined #random2

kong
2018-06-15 02:25
has joined #random2

alexei
2018-06-15 02:25
has joined #random2

w.everse
2018-06-15 02:25
has joined #random2

alok.pandey
2018-06-15 02:25
has joined #random2

veganjenny
2018-06-15 02:25
has joined #random2

jsilver
2018-06-15 02:25
has joined #random2

zerocooljs
2018-06-15 02:25
has joined #random2

mzacharska
2018-06-15 02:25
has joined #random2

nic
2018-06-15 02:25
has joined #random2

cornelia.zintl
2018-06-15 02:25
has joined #random2

mende
2018-06-15 02:25
has joined #random2

kevin.meiresonne
2018-06-15 02:25
has joined #random2

pivison
2018-06-15 02:25
has joined #random2

andrew.nicholson
2018-06-15 02:25
has joined #random2

rolyat.wilson
2018-06-15 02:25
has joined #random2

fkoner
2018-06-15 02:25
has joined #random2

raghunandanjahagirdar
2018-06-15 02:25
has joined #random2

zac.sims
2018-06-15 02:25
has joined #random2

dniles
2018-06-15 02:25
has joined #random2

siaynoqmage
2018-06-15 02:25
has joined #random2

pfajardo
2018-06-15 02:25
has joined #random2

sharding
2018-06-15 02:25
has joined #random2

dennis
2018-06-15 02:25
has joined #random2

lihongmei
2018-06-15 02:25
has joined #random2

biaofu
2018-06-15 02:25
has joined #random2

m.groeneweg
2018-06-15 02:25
has joined #random2

mellis
2018-06-15 02:25
has joined #random2

giuseppe.landolfi
2018-06-15 02:25
has joined #random2

giuseppe.landolfi575
2018-06-15 02:25
has joined #random2

benjamin.l.tse
2018-06-15 02:25
has joined #random2

ken.westdorp
2018-06-15 02:25
has joined #random2

abhijeet.daspatnaik
2018-06-15 02:25
has joined #random2

icapurrofagian
2018-06-15 02:25
has joined #random2

matt.canty
2018-06-15 02:25
has joined #random2

matthewcanty
2018-06-15 02:25
has joined #random2

sdulebskiy
2018-06-15 02:25
has joined #random2

omar10594
2018-06-15 02:25
has joined #random2

james
2018-06-15 02:25
has joined #random2

sinclair.calleja
2018-06-15 02:25
has joined #random2

thomas.heilbronner
2018-06-15 02:25
has joined #random2

krishnaraj.krishnan
2018-06-15 02:25
has joined #random2

ecoan
2018-06-15 02:25
has joined #random2

berisberis
2018-06-15 02:25
has joined #random2

divs.kanna
2018-06-15 02:25
has joined #random2

tom.vanasch
2018-06-15 02:25
has joined #random2

sumit080
2018-06-15 02:25
has joined #random2

oswald.quek
2018-06-15 02:25
has joined #random2

aserafim
2018-06-15 02:25
has joined #random2

richard.jones
2018-06-15 02:25
has joined #random2

asfan.siddiqui
2018-06-15 02:25
has joined #random2

raul.garcia
2018-06-15 02:25
has joined #random2

tmcknight
2018-06-15 02:25
has joined #random2

kabagchi87
2018-06-15 02:25
has joined #random2

liam.fisher
2018-06-15 02:25
has joined #random2

paul.davidson
2018-06-15 02:25
has joined #random2

claire.thomson
2018-06-15 02:25
has joined #random2

rcheeniyil
2018-06-15 02:25
has joined #random2

niek
2018-06-15 02:25
has joined #random2

seb
2018-06-15 02:25
has joined #random2

rlamb
2018-06-15 02:25
has joined #random2

areddy
2018-06-15 02:25
has joined #random2

matthew.ceroni
2018-06-15 02:25
has joined #random2

lkingsley
2018-06-15 02:25
has joined #random2

gbeckmann
2018-06-15 02:25
has joined #random2

mhargiss
2018-06-15 02:25
has joined #random2

can
2018-07-02 12:05
has joined #random2

can
2018-07-02 12:06
@can has left the channel

antonios.klimis
2018-08-08 09:47
has joined #random2

dennis
2018-10-29 21:43
@dennis has left the channel

nic
2018-11-06 13:09
@nic has left the channel

nihei.dev
2018-11-12 09:47
has joined #random2

kurst03
2018-11-18 00:53
has joined #random2

stein
2018-12-19 17:41
@stein has left the channel

dparkes
2019-01-16 19:25
has joined #random2

claire.thomson
2019-04-03 10:42
@claire.thomson has left the channel

james.hattersley-dyke
2019-05-10 08:01
has joined #random2

sankalan13
2019-05-22 17:18
has joined #random2

diandra
2019-05-28 00:21
has joined #random2

agarwalatrisha1212
2019-06-18 03:19
has joined #random2

lloydchang
2019-06-21 06:10
has joined #random2

lloydchang
2019-06-21 06:10
Hey there, I?m the hiring manager for *Senior SRE, Security - Remote U.S.* described at https://limelighthealth.bamboohr.com/jobs/view.php?id=90 Thank you :slightly_smiling_face:

kapoorvishal23
2019-08-02 12:14
has joined #random2

james.hattersley-dyke
2019-11-12 09:12
@james.hattersley-dyke has left the channel

simone.cusimano92
2020-01-15 08:12
has joined #random2

thadir
2020-01-17 13:17
@thadir has left the channel

paulg4321
2020-03-01 23:39
has joined #random2

darshan
2020-04-20 16:34
has joined #random2

kameda.sbng
2020-05-17 02:37
has joined #random2

matt.fellows
2020-07-13 06:19
has joined #random2

tjones
2020-07-13 07:03
archived the channel