Coder Social home page Coder Social logo

idli's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

idli's Issues

idli assign

We want to be able to assign bugs to new users (for backends which support it).

Tagging support is needed

Most backends allow you to tag issues with keywords.
It would be great to include such functionality in idli.

add support for https://... Trac servers

hi,

Idli is cool! But our Trac server is running on port behind SSL (https://...) and I can't configure Idli so that it contacts there (I tried: server=my.server:443 but it does not work).

Could you help, please?...

Łukasz

Need comments

We need to add the ability to comment on an issue.

UnicodeEncodeError in Trac with "idli show"

Using trac 0.12, xmlrpc 1.1.2-r11439

$ idli show 7553
Traceback (most recent call last):
File "/usr/local/bin/idli", line 28, in
cmds.run_command()
File "/usr/local/lib/python2.7/dist-packages/idli/commands.py", line 253, in run_command
result = command_runner.run()
File "/usr/local/lib/python2.7/dist-packages/idli/commands.py", line 126, in run
issue, comments = self.backend.get_issue(self.args.id)
File "/usr/local/lib/python2.7/dist-packages/idli/backends/trac.py", line 17, in __wrapped
return func(_args, *_kwargs)
File "/usr/local/lib/python2.7/dist-packages/idli/backends/trac.py", line 67, in get_issue
comments = [ self.__convert_comment(c, issue) for c in self.ticket_api().changeLog(int(issue_id)) if c[2] == 'comment']
File "/usr/local/lib/python2.7/dist-packages/idli/backends/trac.py", line 113, in __convert_comment
return idli.IssueComment(issue, str(c[1]), "", str(c[4]), date=c[0])
UnicodeEncodeError: 'ascii' codec can't encode character u'\u201c' in position 151: ordinal not in range(128)

There does not seem to be any non ascii text in the user entered body or comments, but Trac might be inserting something on its own.

Using Idli commit 275bd17

Cannot list issues in private repos

In spite of correct login token, issues in private repos are not displayed.
We apparently should pass token for all API calls, not just ones that involve modification.

Search for bugs

Search functionality would be useful.

In principle, we could create a default implementation which does the search on the local computer (based on listing all bugs).

Search by tag

Give the ability to search for issues with a given tag.

Trac backend is broken

We seem to have broken the trac backend somehow. Error:
$ ./scripts/idli init trac 'localhost:8000' tractest
Initializing trac project.
Traceback (most recent call last):
File "./scripts/idli", line 28, in
cmds.run_command()
File "/home/stucchio/src/idli/idli/commands.py", line 220, in run_command
result = command_runner.run()
File "/home/stucchio/src/idli/idli/commands.py", line 65, in run
self.backend.initialize()
File "/home/stucchio/src/idli/idli/init.py", line 46, in initialize
cfg.set_config_value(section_name, name, self.args.dict[name], global_val=False)
KeyError: ('server', 'URL of trac server.')

List my assigned bugs

It would be great to get a list of bugs assigned to me, rather than simply all bugs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.