1. 18 Oct, 2018 1 commit
  2. 17 Oct, 2018 1 commit
  3. 15 Oct, 2018 1 commit
  4. 12 Oct, 2018 1 commit
  5. 11 Oct, 2018 3 commits
  6. 08 Oct, 2018 2 commits
  7. 03 Oct, 2018 1 commit
    • Oursin's avatar
      Query encoding should use url.PathEscape (#482) · 2a9bc9a2
      Oursin authored
      * Query encoding should use url.PathEscape
      
      In repository_files.go, url encoding is done with url.QueryEscape, but this makes it impossible to get files with a space in their name. Using url.PathEncodes changes the space encoding from "+" to "%20" and fixes the issue.
      
      * Removed PathEscape when encoding project path
      
      * Fix typos
      2a9bc9a2
  8. 01 Oct, 2018 1 commit
  9. 27 Sep, 2018 1 commit
  10. 24 Sep, 2018 1 commit
  11. 21 Sep, 2018 1 commit
  12. 18 Sep, 2018 1 commit
  13. 12 Sep, 2018 1 commit
  14. 11 Sep, 2018 3 commits
  15. 10 Sep, 2018 1 commit
  16. 06 Sep, 2018 1 commit
    • Nicholas Colbert's avatar
      added custom attributes (#451) · 81aace77
      Nicholas Colbert authored
      * added custom attributes
      
      added tests
      
      fixed typo
      
      * Refactored to fit idioms of the package better
      
      refactored methods to be  to have fully named functions
      
      rewrote tests
      
      updated typos and syntax
      
      * fixed typo caught by linter
      
      * refactored per maintainers request
      
      removed blank line
      81aace77
  17. 04 Sep, 2018 2 commits
  18. 03 Sep, 2018 1 commit
  19. 30 Aug, 2018 4 commits
  20. 24 Aug, 2018 3 commits
  21. 23 Aug, 2018 2 commits
  22. 14 Aug, 2018 1 commit
  23. 03 Aug, 2018 6 commits