1. 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
  2. 01 Oct, 2018 1 commit
  3. 27 Sep, 2018 1 commit
  4. 24 Sep, 2018 1 commit
  5. 21 Sep, 2018 1 commit
  6. 18 Sep, 2018 1 commit
  7. 12 Sep, 2018 1 commit
  8. 11 Sep, 2018 3 commits
  9. 10 Sep, 2018 1 commit
  10. 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
  11. 04 Sep, 2018 2 commits
  12. 03 Sep, 2018 1 commit
  13. 30 Aug, 2018 4 commits
  14. 24 Aug, 2018 3 commits
  15. 23 Aug, 2018 2 commits
  16. 14 Aug, 2018 1 commit
  17. 03 Aug, 2018 8 commits
  18. 02 Aug, 2018 2 commits
  19. 25 Jul, 2018 1 commit
  20. 24 Jul, 2018 1 commit
  21. 19 Jul, 2018 1 commit
  22. 12 Jul, 2018 1 commit
  23. 29 Jun, 2018 1 commit