Skip to content

mirage/fixtures/crates: Adjust fixture order #2015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions mirage/fixtures/crates.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
/* eslint-disable quotes */
export default [
{
badges: [
{
badge_type: 'maintenance',
attributes: {
status: 'actively-developed',
},
},
],
created_at: '2014-11-23T09:01:21Z',
description: 'A Kinetic protocol library written in Rust',
documentation: 'https://icorderi.github.io/kinetic-rust/doc/kinetic/',
downloads: 225,
recent_downloads: 125,
homepage: 'https://icorderi.github.io/icorderi/kinetic-rust',
id: 'kinetic-rust',
keywords: ['Protocol', 'Kinetic', 'Storage'],
max_version: '0.0.16',
name: 'kinetic-rust',
repository: 'https://github.com/icorderi/kinetic-rust/',
updated_at: '2015-04-21T00:15:49Z',
versions: null,
},
{
badges: [
{
Expand Down Expand Up @@ -201,29 +224,6 @@ export default [
updated_at: '2015-11-11T00:10:43Z',
versions: null,
},
{
badges: [
{
badge_type: 'maintenance',
attributes: {
status: 'actively-developed',
},
},
],
created_at: '2014-11-23T09:01:21Z',
description: 'A Kinetic protocol library written in Rust',
documentation: 'https://icorderi.github.io/kinetic-rust/doc/kinetic/',
downloads: 225,
recent_downloads: 125,
homepage: 'https://icorderi.github.io/icorderi/kinetic-rust',
id: 'kinetic-rust',
keywords: ['Protocol', 'Kinetic', 'Storage'],
max_version: '0.0.16',
name: 'kinetic-rust',
repository: 'https://github.com/icorderi/kinetic-rust/',
updated_at: '2015-04-21T00:15:49Z',
versions: null,
},
{
created_at: '2014-11-29T17:51:55Z',
description: 'Rustless is a REST-like API micro-framework for Rust.',
Expand Down