gitlab-org--gitlab-foss/spec/requests/api
Dmitriy Zaporozhets b7d20f14c6 Merge branch 'maser/gitlab-ce-order-commit-comments-in-api' into 'master'
Order commit comments in API chronologically

When fetching commit comments via API, the comments were not ordered,
but just returned in the order Postgresql finds them. Now the API always
returns comments in chronological order.

Same as !628 but with CI

See merge request !768
2015-06-05 08:38:19 +00:00
..
api_helpers_spec.rb
branches_spec.rb
commits_spec.rb Order commit comments in API chronologically 2015-05-08 14:34:10 +02:00
doorkeeper_access_spec.rb
files_spec.rb Remove unnecessary satellite files and add CHANGELOG item 2015-06-02 12:07:00 +02:00
fork_spec.rb
group_members_spec.rb
groups_spec.rb
internal_spec.rb Allow to configure gitlab_shell_secret location 2015-05-16 21:46:06 +02:00
issues_spec.rb
labels_spec.rb
merge_requests_spec.rb Disable changing of the source branch in merge request update API 2015-05-29 09:40:35 -07:00
milestones_spec.rb
namespaces_spec.rb Make namespace API available to all users 2015-05-28 11:39:12 -07:00
notes_spec.rb
project_hooks_spec.rb
project_members_spec.rb
projects_spec.rb Fix tests and increase delay time before remove repository 2015-06-03 15:09:12 +02:00
repositories_spec.rb
services_spec.rb
session_spec.rb
system_hooks_spec.rb
users_spec.rb