Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Hint for server url to add #6

Open
schumaml opened this issue Jun 22, 2016 · 5 comments
Open

Hint for server url to add #6

schumaml opened this issue Jun 22, 2016 · 5 comments

Comments

@schumaml
Copy link

It isn't really obvious what I have to add in the URL field of a server - just https://bugzilla.example.com ? Or another of the well-known URLs of a Bugzilla instance, i. e. one of its scripts?

@JohnMH
Copy link
Owner

JohnMH commented Jun 27, 2016

I will add placeholder text to the field, you don't put the URL of one of the scripts, just the path to the base directory of Bugzilla.

@albfan
Copy link
Collaborator

albfan commented Nov 8, 2016

Yes now you have xmlrpc and jsonrpc implemented which is <baseur\l>+"xmlrpc.cgi" or +"jsonrpc.cgi". I will implement rest api based on work on https://github.com/JulienDev/BugDroid (I contact owner and he can give a hand, but he is aggree with reuse the code). That would be +"rest"

@albfan
Copy link
Collaborator

albfan commented Nov 16, 2016

@schumaml what are your doubts exactly? We need to add a check that you do not add "jsonrpc.cgi" or "xmlrpc.cgi" or "rest/" at the end, but document it should be enough by now.

Adding a wiki would allow us to close this issue?

@schumaml
Copy link
Author

The motivation for reporting the issue was mostly that nothing obvious happened when I tried this with https://bugzilla.gnome.org

The best way to handle this could be to be tolerant in regard to accepting URLs - meaning as long as it can get to a working API endpoint by traversing up from the URL provided, anything will work.

@albfan
Copy link
Collaborator

albfan commented Nov 18, 2016

@schumaml already merged changes are precisely to integrate app with bugzilla.gnome.org. It uses the xmlrpc api that was not implemented. See now there's a check on server config to use json api. Leave unchecked to use xmlrpc (as needed for bugzilla.gnome.org)

In fact we are on gnome november bug squash https://wiki.gnome.org/Initiatives/BugSquashMonth so grab last version of app and give a hand if you want.

https://github.com/albfan/BoogDroid/releases/tag/0.0.2b

Now you have search text filters on products, search text filters on bugs and you can add comments or change status (if you have permissions) See this is just a beta:

Normally we are on irc (#bugs channel), but you can use any of these links to ask for task or doubts

https://wiki.gnome.org/AlbertoFanjul

Anyone is invited to join

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants