Configuration Browser

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

Configuration Browser

fritsche.markus
Hello,

is not having a field for description or a link to a description in ConfigurationBrowser a design decision?

Best regards,
  Markus
Reply | Threaded
Open this post in threaded view
|

Re: Configuration Browser

Sven Van Caekenberghe-2
Hi Markus,

On 21 Mar 2014, at 18:44, Markus Fritsche <[hidden email]> wrote:

> Hello,
>
> is not having a field for description or a link to a description in ConfigurationBrowser a design decision?
>
> Best regards,
>   Markus

A Metacello configuration is just a single class inside a Monticello package. The Configuration Browser lists all those MC packages from a repository.

Recently, we started with a convention for a couple of methods that form a meta description of the configuration.

 https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/?

It will take a while before all those descriptions are added.

However, in order to see them, you have to load the configuration (not install the code), it is not enough to just look at the MC package. There is no easy solution.

HTH,

Sven
 
Reply | Threaded
Open this post in threaded view
|

Re: Configuration Browser

Ben Coman
Sven Van Caekenberghe wrote:
Hi Markus,

On 21 Mar 2014, at 18:44, Markus Fritsche [hidden email] wrote:

  
Hello, 

is not having a field for description or a link to a description in ConfigurationBrowser a design decision?

Best regards,
  Markus
    

A Metacello configuration is just a single class inside a Monticello package. The Configuration Browser lists all those MC packages from a repository. 

Recently, we started with a convention for a couple of methods that form a meta description of the configuration. 

 https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/?

It will take a while before all those descriptions are added.

However, in order to see them, you have to load the configuration (not install the code), it is not enough to just look at the MC package. There is no easy solution.

HTH,

Sven
  

  
>There is no easy solution

A step along the way would be that CI job uploading the equivalent in STON/JSON format to files.pharo.org (maybe .../updates/catalog or .../extra/catalog)
Having the raw data accessible would facilitate others (or at least me) experimenting with ConfigurationBrowser to display the descriptions. 

cheers -ben

Reply | Threaded
Open this post in threaded view
|

Re: Configuration Browser

Sven Van Caekenberghe-2

On 22 Mar 2014, at 02:31, Ben Coman <[hidden email]> wrote:

> Sven Van Caekenberghe wrote:
>> Hi Markus,
>>
>> On 21 Mar 2014, at 18:44, Markus Fritsche
>> <[hidden email]>
>>  wrote:
>>
>>  
>>
>>> Hello,
>>>
>>> is not having a field for description or a link to a description in ConfigurationBrowser a design decision?
>>>
>>> Best regards,
>>>   Markus
>>>    
>>>
>>
>> A Metacello configuration is just a single class inside a Monticello package. The Configuration Browser lists all those MC packages from a repository.
>>
>> Recently, we started with a convention for a couple of methods that form a meta description of the configuration.
>>
>>  
>> https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/?
>>
>>
>> It will take a while before all those descriptions are added.
>>
>> However, in order to see them, you have to load the configuration (not install the code), it is not enough to just look at the MC package. There is no easy solution.
>>
>> HTH,
>>
>> Sven
>>  
>>
>>  
>>
> >There is no easy solution
>
> A step along the way would be that CI job uploading the equivalent in STON/JSON format to files.pharo.org (maybe .../updates/catalog or .../extra/catalog)
> Having the raw data accessible would facilitate others (or at least me) experimenting with ConfigurationBrowser to display the descriptions.  

Yes, that would be a solution, it just has to be built ;-)



Reply | Threaded
Open this post in threaded view
|

Re: Configuration Browser

pharo4Stef@free.fr
In reply to this post by Ben Coman
 
Yes we asked engineer positions to build such kind of infrastructure but it was rejected so…

>  >There is no easy solution
>
> A step along the way would be that CI job uploading the equivalent in STON/JSON format to files.pharo.org (maybe .../updates/catalog or .../extra/catalog)
> Having the raw data accessible would facilitate others (or at least me) experimenting with ConfigurationBrowser to display the descriptions.  
>
> cheers -ben
>