gitlab-org--gitlab-foss/spec
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
..
contexts Fix filter context. Dont duplicate target project name for MR 2013-08-08 17:29:31 +03:00
controllers Fixing tests after adding iid for issues/mr 2013-08-20 16:56:05 +03:00
factories Reannotate 2013-08-21 12:34:02 +03:00
features Fix tests after can_create_team was removed 2013-08-21 15:07:09 +03:00
fixtures Ability to edit comments 2013-07-01 10:48:02 +01:00
helpers Add test and docs for markdown tables 2013-08-26 15:07:07 +03:00
javascripts Contributors graphs feature for GitLab 2013-06-05 16:51:48 +08:00
lib Link issues from comments and automatically close them 2013-08-25 18:58:41 -04:00
mailers Fix mailer tests 2013-08-26 20:58:34 +03:00
models Link issues from comments and automatically close them 2013-08-25 18:58:41 -04:00
observers Link issues from comments and automatically close them 2013-08-25 18:58:41 -04:00
requests/api Standardize commit diff api url, change blob api url, add get single commit 2013-08-27 21:22:42 -04:00
routing Fix routing specs 2013-07-17 08:43:56 +03:00
services Link issues from comments and automatically close them 2013-08-25 18:58:41 -04:00
support Link issues from comments and automatically close them 2013-08-25 18:58:41 -04:00
tasks/gitlab Fix typos 2013-07-29 12:47:06 +02:00
workers fixed test using repo with commits but old factory 2013-04-01 19:06:47 +03:00
factories.rb Style changes from review with @randx 2013-07-17 22:48:03 -04:00
factories_spec.rb Style changes from review with @randx 2013-07-17 22:48:03 -04:00
seed_project.tar.gz Rspec test repo replaced.\nMerge Requests improved 2012-03-13 23:54:49 +02:00
spec_helper.rb Merge Request on forked projects 2013-07-17 22:41:30 -04:00