Skip to content
  1. Feb 24, 2019
  2. Jan 05, 2019
    • hydrargyrum's avatar
      weboob.capabilities.bugtracker: misc improvements · 75b77f66
      hydrargyrum authored
      Tags:
      - Projects list possible tags
      - Issues can have a list of tags
      - Query supports tags
      
      Custom fields:
      - Projects list custom fields
      - Query supports custom fields
      
      Other:
      - Issues can have a list of related issues
      - Query fields are not only StringField but support the relevant classes
      - iter_issues can be sorted
      75b77f66
  3. Sep 16, 2018
    • hydrargyrum's avatar
      weboob.capabilities: replace stdlib enum with custom enums · 6cbfb7e1
      hydrargyrum authored
      Python's enums are not extensible, values can't be added and they can't
      be subclassed. This is problematic if weboob devel adds new values,
      because stable weboob will not be able to use them. They would need to
      be replaced by a default value or None, which loses information.
      
      Instead, implement custom enums that contain plain constants and support
      adding values aftewards.
      6cbfb7e1
  4. Jun 16, 2018
  5. Jul 09, 2017
  6. Jun 19, 2017
  7. Feb 11, 2016
  8. Oct 10, 2014
    • Laurent Bachelier's avatar
      pep8 blank lines fixes · 448c06d1
      Laurent Bachelier authored
      flake8 --select W391,E302,E301,E304
      
      autopep8 can't fix W391 even though it claims it can.
      Fixed using a simple custom script.
      448c06d1
  9. Sep 26, 2014
  10. Jul 09, 2014
  11. Jul 05, 2014
  12. Mar 30, 2014
  13. Jan 31, 2014
  14. Jan 21, 2014
  15. Mar 15, 2013
  16. Apr 25, 2012
  17. Mar 26, 2012
  18. Jul 24, 2011
  19. Jul 19, 2011
  20. Jul 11, 2011