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 Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
branches_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
commits_spec.rb Order commit comments in API chronologically 2015-05-08 14:34:10 +02:00
doorkeeper_access_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
files_spec.rb Remove unnecessary satellite files and add CHANGELOG item 2015-06-02 12:07:00 +02:00
fork_spec.rb Use Projects::CreateService to fork projects so that after-create hooks are run. 2015-04-24 22:58:27 +02:00
group_members_spec.rb Merge pull request #8785 from jvanbaarsen/rspec-upgrade 2015-02-12 16:47:06 -08:00
groups_spec.rb Fix #6417: users with group permission should be able to create groups via API 2015-03-31 18:32:24 +02:00
internal_spec.rb Allow to configure gitlab_shell_secret location 2015-05-16 21:46:06 +02:00
issues_spec.rb Query issues, merge requests and milestones with their IID through API 2015-05-02 10:44:52 +02:00
labels_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
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 Query issues, merge requests and milestones with their IID through API 2015-05-02 10:44:52 +02:00
namespaces_spec.rb Make namespace API available to all users 2015-05-28 11:39:12 -07:00
notes_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
project_hooks_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
project_members_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
projects_spec.rb Fix tests and increase delay time before remove repository 2015-06-03 15:09:12 +02:00
repositories_spec.rb Track who created a group or project member. 2015-04-14 12:06:42 +02:00
services_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
session_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
system_hooks_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
users_spec.rb Merge pull request #8831 from bladealslayer/fix/api-user-tests 2015-04-22 16:55:27 +05:00