[Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread Marcel Taeumel
Hi! :)

I am just trying out a tool thus querying the SmalltalkHub instance at
smalltalkhub.com via its REST interface. Unfortunately, it just stopped
responding when I tried to fetch all MC file listings in a query.

It now gives a 502. Sorry for that. :-/

Best,
Marcel

P.S.: I only wanted to retrieve this list once having it cached locally. But
the query did not finish even once...

http://forum.world.st/file/n4709948/smalltalkhub-browser.png 



--
View this message in context: 
http://forum.world.st/Smalltalkhub-REST-API-a-k-a-Sorry-if-I-broke-it-tp4709948.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.



Re: [Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread Diego Lont
Yes,

We already found out that putting load on smalltalkhub causes a crash. Please 
take a look at deprecation finder at smalltalkhub. If you want a list of all 
projects (and all calls this project does) we can provide this in a fuel file.

Regards,
Stephan and Diego

On Sep 24, 2013, at 8:53 AM, Marcel Taeumel wrote:

 Hi! :)
 
 I am just trying out a tool thus querying the SmalltalkHub instance at
 smalltalkhub.com via its REST interface. Unfortunately, it just stopped
 responding when I tried to fetch all MC file listings in a query.
 
 It now gives a 502. Sorry for that. :-/
 
 Best,
 Marcel
 
 P.S.: I only wanted to retrieve this list once having it cached locally. But
 the query did not finish even once...
 
 http://forum.world.st/file/n4709948/smalltalkhub-browser.png 
 
 
 
 --
 View this message in context: 
 http://forum.world.st/Smalltalkhub-REST-API-a-k-a-Sorry-if-I-broke-it-tp4709948.html
 Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
 




Re: [Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread kilon
So My Dear Lords whats the punishment for breaking smalltalkhub ? I propose
100 bug fixes as punishment of this man reckless behavior :D

I was about to open a thread about sthub 502. Definetly a fun way to kill
smalltalk hub.  


DiegoLont wrote
 Yes,
 
 We already found out that putting load on smalltalkhub causes a crash.
 Please take a look at deprecation finder at smalltalkhub. If you want a
 list of all projects (and all calls this project does) we can provide this
 in a fuel file.
 
 Regards,
 Stephan and Diego
 
 On Sep 24, 2013, at 8:53 AM, Marcel Taeumel wrote:
 
 Hi! :)
 
 I am just trying out a tool thus querying the SmalltalkHub instance at
 smalltalkhub.com via its REST interface. Unfortunately, it just stopped
 responding when I tried to fetch all MC file listings in a query.
 
 It now gives a 502. Sorry for that. :-/
 
 Best,
 Marcel
 
 P.S.: I only wanted to retrieve this list once having it cached locally.
 But
 the query did not finish even once...
 
 lt;http://forum.world.st/file/n4709948/smalltalkhub-browser.pnggt; 
 
 
 
 --
 View this message in context:
 http://forum.world.st/Smalltalkhub-REST-API-a-k-a-Sorry-if-I-broke-it-tp4709948.html
 Sent from the Pharo Smalltalk Developers mailing list archive at
 Nabble.com.






--
View this message in context: 
http://forum.world.st/Smalltalkhub-REST-API-a-k-a-Sorry-if-I-broke-it-tp4709948p4709967.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.



Re: [Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread Marcel Taeumel
Thank you,

my goal is to find the big ones to take a closer look at. Thus, next steps
would be to fetch the latest MCZ of all projects and then analyze their
contents. :)

Btw: Maybe it should not be possible to fetch a user's email address via
/hub/users/username considering privacy issues.

Best,
Marcel



--
View this message in context: 
http://forum.world.st/Smalltalkhub-REST-API-a-k-a-Sorry-if-I-broke-it-tp4709948p4709968.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.



Re: [Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread Stephan Eggermont
Hi Marcel,

my goal is to find the big ones to take a closer look at. Thus, next steps 
would be to fetch the latest MCZ of all projects and then analyze their 
contents. :) 

That is in DeprecationFinder. (load in a Moose 4.8 after loading NeoJSon). 
Current analysis is just getting the invocations from 
a MooseMonticelloImporter for the latest packageversion.  It needs to be 
extended to also walk the team projects.
Further steps would be to make it incremental and have a fuel file as artefact
in a Jenkins build. 

Stephan
 





Re: [Pharo-dev] Smalltalkhub - REST API :) (a.k.a. Sorry, if I broke it...^^)

2013-09-24 Thread Stephan Eggermont
And please don't all at the same time download and run the DeprecationFinder 
code,
until Nicolas tells you he wants to do a load test!

Stephan