Download only metainfo about mcz when selected

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Download only metainfo about mcz when selected

Jan Blizničenko
Hello

Lots of times I want to take a quick look at what is new in external packages I use, therefore I open repository in monticello, click at mcz and look at commit note. However, most of the times I want just to look at it, the commit time, author and note, not load whole mcz with its content.

I would like to ask whether it is possible to change way of loading mcz in way that it would download only these metaatributes of mcz when browsing them (when I select mcz in list of all mcz of package) and download whole mcz only when I do load/change/merge etc.

Jan
Reply | Threaded
Open this post in threaded view
|

Re: Download only metainfo about mcz when selected

Thierry Goubier
Hi Jan,

It is not possible with the mcz format, because you have to open the zip file to recover the metadata.

Given the formats used, to just read the last commit message, you will read the entire history instead of just the last one.

Thierry

2015-07-16 15:09 GMT+02:00 Jan Blizničenko <[hidden email]>:
Hello

Lots of times I want to take a quick look at what is new in external
packages I use, therefore I open repository in monticello, click at mcz and
look at commit note. However, most of the times I want just to look at it,
the commit time, author and note, not load whole mcz with its content.

I would like to ask whether it is possible to change way of loading mcz in
way that it would download only these metaatributes of mcz when browsing
them (when I select mcz in list of all mcz of package) and download whole
mcz only when I do load/change/merge etc.

Jan



--
View this message in context: http://forum.world.st/Download-only-metainfo-about-mcz-when-selected-tp4837808.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.


Reply | Threaded
Open this post in threaded view
|

Re: Download only metainfo about mcz when selected

Jan Blizničenko
Thank you, then it seems fastest way is looking at repository web pages (for example http://www.smalltalkhub.com/#!/~ObjectProfile/Roassal2/commits ).

Jan

Thierry Goubier wrote
Hi Jan,

It is not possible with the mcz format, because you have to open the zip
file to recover the metadata.

Given the formats used, to just read the last commit message, you will read
the entire history instead of just the last one.

Thierry

2015-07-16 15:09 GMT+02:00 Jan Blizničenko <[hidden email]>:

> Hello
>
> Lots of times I want to take a quick look at what is new in external
> packages I use, therefore I open repository in monticello, click at mcz and
> look at commit note. However, most of the times I want just to look at it,
> the commit time, author and note, not load whole mcz with its content.
>
> I would like to ask whether it is possible to change way of loading mcz in
> way that it would download only these metaatributes of mcz when browsing
> them (when I select mcz in list of all mcz of package) and download whole
> mcz only when I do load/change/merge etc.
>
> Jan
>
>
>
> --
> View this message in context:
> http://forum.world.st/Download-only-metainfo-about-mcz-when-selected-tp4837808.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Download only metainfo about mcz when selected

Peter Uhnak
You can also right click on the package in Monticello Browser (in the left pane), and then select "View History".

I wonder why this is not available directly from MCFileRepositoryInspector...

Peter

On Sun, Jul 19, 2015 at 11:52 AM, Jan Blizničenko <[hidden email]> wrote:
Thank you, then it seems fastest way is looking at repository web pages (for
example http://www.smalltalkhub.com/#!/~ObjectProfile/Roassal2/commits ).

Jan


Thierry Goubier wrote
> Hi Jan,
>
> It is not possible with the mcz format, because you have to open the zip
> file to recover the metadata.
>
> Given the formats used, to just read the last commit message, you will
> read
> the entire history instead of just the last one.
>
> Thierry
>
> 2015-07-16 15:09 GMT+02:00 Jan Blizničenko &lt;

> bliznjan@.cvut

> &gt;:
>
>> Hello
>>
>> Lots of times I want to take a quick look at what is new in external
>> packages I use, therefore I open repository in monticello, click at mcz
>> and
>> look at commit note. However, most of the times I want just to look at
>> it,
>> the commit time, author and note, not load whole mcz with its content.
>>
>> I would like to ask whether it is possible to change way of loading mcz
>> in
>> way that it would download only these metaatributes of mcz when browsing
>> them (when I select mcz in list of all mcz of package) and download whole
>> mcz only when I do load/change/merge etc.
>>
>> Jan
>>
>>
>>
>> --
>> View this message in context:
>> http://forum.world.st/Download-only-metainfo-about-mcz-when-selected-tp4837808.html
>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>>
>>





--
View this message in context: http://forum.world.st/Download-only-metainfo-about-mcz-when-selected-tp4837808p4838164.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.


Reply | Threaded
Open this post in threaded view
|

Re: Download only metainfo about mcz when selected

Thierry Goubier


Le 1 août 2015 11:39 AM, "Peter Uhnák" <[hidden email]> a écrit :
>
> You can also right click on the package in Monticello Browser (in the left pane), and then select "View History".

Hi Peter, this requires loading the mcz, and it doesn't gives you the repository contents, but the current package version history.

> I wonder why this is not available directly from MCFileRepositoryInspector...

It could easily be (I believe it is) since selecting a mcz in the inspector loads it with its history (except with gitfiletree).

Thierry

> Peter
>
> On Sun, Jul 19, 2015 at 11:52 AM, Jan Blizničenko <[hidden email]> wrote:
>>
>> Thank you, then it seems fastest way is looking at repository web pages (for
>> example http://www.smalltalkhub.com/#!/~ObjectProfile/Roassal2/commits ).
>>
>> Jan
>>
>>
>> Thierry Goubier wrote
>> > Hi Jan,
>> >
>> > It is not possible with the mcz format, because you have to open the zip
>> > file to recover the metadata.
>> >
>> > Given the formats used, to just read the last commit message, you will
>> > read
>> > the entire history instead of just the last one.
>> >
>> > Thierry
>> >
>> > 2015-07-16 15:09 GMT+02:00 Jan Blizničenko &lt;
>>
>> > bliznjan@.cvut
>>
>> > &gt;:
>> >
>> >> Hello
>> >>
>> >> Lots of times I want to take a quick look at what is new in external
>> >> packages I use, therefore I open repository in monticello, click at mcz
>> >> and
>> >> look at commit note. However, most of the times I want just to look at
>> >> it,
>> >> the commit time, author and note, not load whole mcz with its content.
>> >>
>> >> I would like to ask whether it is possible to change way of loading mcz
>> >> in
>> >> way that it would download only these metaatributes of mcz when browsing
>> >> them (when I select mcz in list of all mcz of package) and download whole
>> >> mcz only when I do load/change/merge etc.
>> >>
>> >> Jan
>> >>
>> >>
>> >>
>> >> --
>> >> View this message in context:
>> >> http://forum.world.st/Download-only-metainfo-about-mcz-when-selected-tp4837808.html
>> >> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>> >>
>> >>
>>
>>
>>
>>
>>
>> --
>> View this message in context: http://forum.world.st/Download-only-metainfo-about-mcz-when-selected-tp4837808p4838164.html
>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Download only metainfo about mcz when selected

Peter Uhnak


On Sat, Aug 1, 2015 at 1:41 PM, Thierry Goubier <[hidden email]> wrote:


Le 1 août 2015 11:39 AM, "Peter Uhnák" <[hidden email]> a écrit :
>
> You can also right click on the package in Monticello Browser (in the left pane), and then select "View History".

Hi Peter, this requires loading the mcz, and it doesn't gives you the repository contents, but the current package version history.


Well the problem at least I had was that I couldn't even read the change description because it was downloading new mcz every time (and for Roassal they are very large).
So this gives me at least he change description.
Having actual changesets would probably require downloading every single mcz... (which is probably like 2GB of data by now...)...

Peter