portkey

Portkey: from REPL to Serverless in one call
2018-05-02T12:40:33.000158Z

2018-05-02T12:41:06.000042Z

viesti 2018-05-02T12:43:00.000147Z

oh wau, @baptiste-from-paris this means that git submodule usage is kosher? 🙂

baptiste-from-paris 2018-05-02T12:43:54.000151Z

kosher means great in that sense ? ^^

viesti 2018-05-02T12:44:51.000517Z

yeah 🙂

viesti 2018-05-02T12:45:26.000556Z

didn’t have enough energy last night to make change to sourcing from ruby sdk, I’m glad that you took the baton 🙂

baptiste-from-paris 2018-05-02T12:46:01.000102Z

seams like it, we have a way to track updates to the ruby sdk which seems to be the first one to be updated on all public sdks

baptiste-from-paris 2018-05-02T12:46:18.000110Z

but as I mentionned, 4 libs are failing some specs

baptiste-from-paris 2018-05-02T12:46:30.000455Z

and I think it’s from new lib

baptiste-from-paris 2018-05-02T12:47:01.000230Z

as @cgrand started by the most recent protocol, it’s probable that new libs will follow that protocol

baptiste-from-paris 2018-05-02T12:47:25.000069Z

same for partitions

baptiste-from-paris 2018-05-02T12:47:46.000069Z

see the endpoints to nil ?

2018-05-02T12:48:07.000356Z

baptiste-from-paris 2018-05-02T12:48:53.000551Z

do we need java-classpath anymore ?

baptiste-from-paris 2018-05-02T12:48:57.000471Z

and jsoup

viesti 2018-05-02T12:49:09.000099Z

java-classpath: no

viesti 2018-05-02T12:49:20.000454Z

jsoup needed for parsing documentation from api specs

baptiste-from-paris 2018-05-02T12:49:24.000253Z

ok

viesti 2018-05-02T12:49:33.000230Z

how’s the latest version of an api chosen?

viesti 2018-05-02T12:51:09.000616Z

hmm, did you notice api-resources/aws-sdk-ruby ?

baptiste-from-paris 2018-05-02T12:51:18.000386Z

yes

baptiste-from-paris 2018-05-02T12:52:00.000710Z

and for the latest version, I thought the job was already done but it might have been in previous release

baptiste-from-paris 2018-05-02T12:52:03.000056Z

missed that

baptiste-from-paris 2018-05-02T12:53:17.000297Z

did I commit everything ?

baptiste-from-paris 2018-05-02T12:53:42.000150Z

😞

viesti 2018-05-02T12:53:52.000715Z

submodule might have gotten it’s first victim 😄

baptiste-from-paris 2018-05-02T12:54:25.000290Z

I so rarely work with submodule that I screw up every time

viesti 2018-05-02T12:56:11.000444Z

yeah, was hesitant because of that, but didn’t figure out quicker way of getting a specific version the specs from another repo

cgrand 2018-05-02T12:56:35.000281Z

I vaguely remember planning on having time stamps in nses and default ns would be the latest version.

baptiste-from-paris 2018-05-02T12:56:57.000105Z

should be fixed

viesti 2018-05-02T12:57:20.000143Z

I vaguely remember @cgrand asking my opinion on that 🙂

2018-05-02T13:03:21.000677Z

baptiste-from-paris 2018-05-02T13:08:10.000631Z

ok, that change a lot ^^

2018-05-02T14:02:20.000753Z

2018-05-02T14:04:53.000637Z

baptiste-from-paris 2018-05-02T14:05:42.000223Z

this project is like a never ending game it’s crazy

baptiste-from-paris 2018-05-02T14:07:38.000551Z

@viesti when you have some time, if you can look at why docs are missing

baptiste-from-paris 2018-05-02T14:08:43.000346Z

I guess they where taken from the jar file...

baptiste-from-paris 2018-05-02T14:18:54.000363Z

so the ruby sdk does NOT come with a partition file

baptiste-from-paris 2018-05-02T14:19:07.000819Z

and offcourse our partition file is NOT synced with the ruby sdk

cgrand 2018-05-02T15:21:13.000676Z

I don’t remember where I borrowed the partition file.

baptiste-from-paris 2018-05-02T15:31:57.000729Z

is there any way or is it a good idea to postpone this partition problem ?

baptiste-from-paris 2018-05-02T16:14:05.000597Z

missed that one

2018-05-02T16:36:30.000183Z

baptiste-from-paris 2018-05-02T16:37:29.000539Z

now synced, eu-west-3 a.k.a. Paris is appearing everywhere ^^

viesti 2018-05-02T16:46:49.000770Z

hmm, docs are im separate files, e.g. https://github.com/aws/aws-sdk-ruby/blob/master/apis/lambda/2015-03-31/docs-2.json

baptiste-from-paris 2018-05-02T16:47:54.000807Z

yes

baptiste-from-paris 2018-05-02T18:26:47.000166Z

some reflections while working on the query protocol

baptiste-from-paris 2018-05-02T18:27:45.000189Z

specs that we designed for the rest-json protocol will work and conform

baptiste-from-paris 2018-05-02T18:28:25.000617Z

but query api is clearly different, little example

baptiste-from-paris 2018-05-02T18:28:46.000302Z

the locationName entry in the rest-json protocol does not exist

baptiste-from-paris 2018-05-02T18:29:17.000206Z

but everything goes into the query-string for the query protocol

baptiste-from-paris 2018-05-02T18:30:14.000432Z

what I am trying to say is I still trying to figure out where doing the serizalization process