[Gambas-user] Bugtracker protocol
Tobias Boege
taboege at ...626...
Sat Jul 25 17:42:31 CEST 2015
On Sat, 25 Jul 2015, Beno?t Minisini wrote:
> Le 25/07/2015 17:26, Tobias Boege a ?crit :
> > Hi Benoit,
> >
> > for my command line bugtracker client, I have written some kind of
> > ncurses interface today which is at least able to fetch the session
> > cookie after logging in by now.
> >
> > [...]
> >
> > My preferred solution would be to have read-only access to the table
> > of reports (I suppose there is a structured database of reports
> > accessible via standard gb.db methods). I am OK with using
> > gb.net.curl's HttpForm to submit stuff like reports or comments
> > (authentication is necessary there anyway).
> >
> > What do you think?
> >
>
> You have a dedicated HTTP protocol to do all what you want and more... I
> will send you the documentation in private,
>
Very cool!
> as this is not libre software yet.
>
Then I will wait with publishing the project (not that I would finish
writing it too soon either way).
> The framework store its data in text files, not in a database. But it
> uses SQLite databases for data indexing.
>
> > PS: Also I found [0] which is, if I connected the view pieces I
> > understood correctly, really impressive. Is this search engine
> > actually employed by the bugtracker? Would be good if the words could
> > be in English :-)
> >
> > [0] http://gambaswiki.org/bugtracker/help/search
> >
>
> How did you find that? The words are in french because the framework is
> not fully translatable yet. You will have to deal with that at the moment.
>
The link is mentioned at the bottom of /bugtracker/main but I guess it's
somehow invisible when rendered in the browser.
Regards,
Tobi
--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
More information about the User
mailing list