28 Jan, 2013
4 commits
-
The API accepts project names in all places where project IDs are expected. Updated the docs to reflect that.
-
the documentation mentions access_level as required parameter, but fails to list accepted values.
-
The documentation was unclear about how to pass the api private token as header. Updated the doc to include the nessesary information bits and added an example using the curl command line client.
27 Jan, 2013
12 commits
-
Added swipe view for image diff
-
Prepared diff view for multiple view modes Converted commits.js to coffeescript image info in separate coffeescript file Added swipe view mode Added onion skin viewMode
-
Updates web hooks to process via queue
-
Feature: Projects page
26 Jan, 2013
8 commits
-
Missing environment added to 'Try fixing it' block
25 Jan, 2013
16 commits
-
fix edit project members access link and page fixes refs #2745
-
Add assign project to team button on team page
-
Fix not showing tooltip on network graph
-
A new queue of "project_web_hook" is used to process web hooks asynchronously, allowing each to succeed/fail (and be retried) independently. (Basically, project web hooks now process the same as system hooks.)