Fork me on GitHub
#portkey
<
2018-05-02
>
viesti12:05:00

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

baptiste-from-paris12:05:54

kosher means great in that sense ? ^^

viesti12:05:26

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-paris12:05:01

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-paris12:05:18

but as I mentionned, 4 libs are failing some specs

baptiste-from-paris12:05:30

and I think it’s from new lib

baptiste-from-paris12:05:01

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

baptiste-from-paris12:05:25

same for partitions

baptiste-from-paris12:05:46

see the endpoints to nil ?

baptiste-from-paris12:05:53

do we need java-classpath anymore ?

viesti12:05:09

java-classpath: no

viesti12:05:20

jsoup needed for parsing documentation from api specs

viesti12:05:33

how’s the latest version of an api chosen?

viesti12:05:09

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

baptiste-from-paris12:05:00

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

baptiste-from-paris12:05:17

did I commit everything ?

viesti12:05:52

submodule might have gotten it’s first victim 😄

baptiste-from-paris12:05:25

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

viesti12:05:11

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

cgrand12:05:35

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

viesti12:05:20

I vaguely remember @cgrand asking my opinion on that 🙂

baptiste-from-paris13:05:10

ok, that change a lot ^^

baptiste-from-paris14:05:42

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

baptiste-from-paris14:05:38

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

baptiste-from-paris14:05:43

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

baptiste-from-paris14:05:54

so the ruby sdk does NOT come with a partition file

baptiste-from-paris14:05:07

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

cgrand15:05:13

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

baptiste-from-paris15:05:57

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

baptiste-from-paris16:05:29

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

baptiste-from-paris18:05:47

some reflections while working on the query protocol

baptiste-from-paris18:05:45

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

baptiste-from-paris18:05:25

but query api is clearly different, little example

baptiste-from-paris18:05:46

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

baptiste-from-paris18:05:17

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

baptiste-from-paris18:05:14

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