An error occurred fetching the project authors.
  1. 24 Feb, 2015 2 commits
  2. 22 Feb, 2015 1 commit
  3. 19 Feb, 2015 1 commit
  4. 14 Feb, 2015 2 commits
  5. 12 Feb, 2015 2 commits
  6. 05 Feb, 2015 1 commit
  7. 03 Feb, 2015 2 commits
  8. 02 Feb, 2015 1 commit
    • Jeremy's avatar
      Add Asana service · b4d9ceb2
      Jeremy authored
      Also add ability to render "service.help" in markdown
      b4d9ceb2
  9. 29 Jan, 2015 3 commits
  10. 27 Jan, 2015 1 commit
  11. 21 Jan, 2015 1 commit
  12. 15 Jan, 2015 2 commits
    • Stefan Tatschner's avatar
      Replace highlight.js with rouge-fork rugments · bf079c24
      Stefan Tatschner authored
      I decided to create a fork of rouge as rouge lacks a HTML formatter with
      the required options such as wrapping a line with <span> tags.
      Furthermore I was not really convinced about the clarity of rouge's
      source code.
      
      Rugments 1.0.0beta3 for now only includes some basic linting and a new
      HTML formatter. Everything else should behave the same.
      bf079c24
    • Stefan Tatschner's avatar
      Updated gollum-libs · 377ae460
      Stefan Tatschner authored
      I did this commit in an earlier revision of my pull request. As
      reverting this commit later caused failing tests I decided to
      include it again.
      377ae460
  13. 13 Jan, 2015 1 commit
  14. 11 Jan, 2015 1 commit
  15. 10 Jan, 2015 1 commit
  16. 30 Dec, 2014 1 commit
  17. 29 Dec, 2014 1 commit
  18. 24 Dec, 2014 2 commits
  19. 16 Dec, 2014 1 commit
  20. 15 Dec, 2014 1 commit
  21. 04 Dec, 2014 1 commit
  22. 03 Dec, 2014 1 commit
  23. 02 Dec, 2014 1 commit
  24. 20 Nov, 2014 1 commit
    • Doug Goldstein's avatar
      HipChat service: correct service name & use v2 API · 2f3df4cb
      Doug Goldstein authored
      HipChat refers to their own product camel cased so we should do the
      same. HipChat no longer recommends people use the deprecated v1 API so
      switch to using the v2 API by default. hipchat-rb does not yet default
      to v2 in any version so it must be specified.
      2f3df4cb
  25. 18 Nov, 2014 1 commit
  26. 14 Nov, 2014 1 commit
  27. 30 Oct, 2014 2 commits
  28. 29 Oct, 2014 1 commit
  29. 24 Oct, 2014 2 commits
  30. 23 Oct, 2014 1 commit
    • Steven Sloan's avatar
      update slack-notifier to 1.0.0, use raw webhook_url per slack recommendation · 7b339e61
      Steven Sloan authored
      per changes with slack, they’re now using “static” web hook urls that describe the team & service with IDs that don’t change if the team or service name change. their recommendation is to use the raw webhook_url instead of building it out of components to allow more flexibility
      
      this should also prevent issues cropping up with mistakes in how the urls are parsed
      7b339e61