gitlab-org--gitlab-foss/lib
Alex Van't Hof 59f428dca2 Standardize commit diff api url, change blob api url, add get single commit
Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line
with existing api urls (e.g. "/projects/:id", etc.)

Fix 500 error resulting from a diff api call with an invalid commit hash

Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for
backwards compatibility.

Add ability to get a single commit via "/commits/:sha"
2013-08-27 21:22:42 -04:00
..
api Standardize commit diff api url, change blob api url, add get single commit 2013-08-27 21:22:42 -04:00
assets move assets from lib directory to vendor 2012-05-29 17:56:48 +05:00
backup move backup logic to lib. Fixed removing outdated backups 2013-08-05 12:26:33 +03:00
gitlab Allow markdown tables 2013-08-26 14:27:19 +03:00
redcarpet/render Fix Pygments 500 error if lexer not found by name. Use first alias instead. fixes #4473, #4451 2013-07-07 19:00:07 +02:00
support Fix the service gitlab restart command 2013-08-23 10:31:32 +02:00
tasks Remove old migration tasks 2013-08-26 14:53:36 +03:00
event_filter.rb Constants in Events looks good now 2013-02-13 15:48:16 +04:00
extracts_path.rb A little improvement 2013-08-21 19:20:29 +09:00
file_size_validator.rb Fully embrace Ruby 1.9 hash syntax 2012-08-10 18:25:15 -04:00
static_model.rb Fixed styles, ProjectHook specs etc 2013-01-05 00:35:38 +02:00