Skip to content

Commit

Permalink
Merge 9b0ed15 into 121e90f
Browse files Browse the repository at this point in the history
  • Loading branch information
akpante3 committed Jan 21, 2019
2 parents 121e90f + 9b0ed15 commit 8588404
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"db:undo:migrate": "node_modules/.bin/sequelize db:migrate:undo:all",
"db:undo:migrate:test": "cross-env NODE_ENV=test node_modules/.bin/sequelize db:migrate:undo:all",
"db:migrate": "node_modules/.bin/sequelize db:migrate",
"db:migrate:production": "node_modules/.bin/sequelize db:migrate && npm run db:seed:roles && npm run db:seed:admin",
"db:migrate:production": "node_modules/.bin/sequelize db:migrate && node_modules/.bin/sequelize db:seed:all",
"db:migrate:test": "cross-env NODE_ENV=test node_modules/.bin/sequelize db:migrate",
"db:seed:undo": "node_modules/.bin/sequelize db:seed:undo:all",
"db:seed": "node_modules/.bin/sequelize db:seed:all",
Expand All @@ -21,7 +21,7 @@
"db:seed:admin": "node_modules/.bin/sequelize db:seed --seed 20181211166543-admin-seeder",
"lint:fix": "eslint --fix ./ --ext .js --color",
"start": "npm run build && node dist/index.js",
"build": "babel ./ --ignore node_modules,test,coverage,dist -d dist/ && cp swagger.json dist/"
"build": " npm run db:migrate:production && babel ./ --ignore node_modules,test,coverage,dist -d dist/ && cp swagger.json dist/"
},
"nyc": {
"exclude": [
Expand Down
12 changes: 12 additions & 0 deletions seeders/20181212033227-profiles-seeder.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ export default {
createdAt: new Date(),
updatedAt: new Date(),
userId: 6,
},
{
username: 'Nancy',
createdAt: new Date(),
updatedAt: new Date(),
userId: 7,
},
{
username: 'hannah',
createdAt: new Date(),
updatedAt: new Date(),
userId: 8,
}], {}),

down: (queryInterface, Sequelize) => queryInterface.bulkDelete('profiles', null, {})
Expand Down
177 changes: 167 additions & 10 deletions seeders/20181212076725-articles-seeder.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ export default {
slug: 'this-is-a-post-title-l78hgybf',
title: 'This is a post title',
description: 'Descriptive title',
body: 'Content',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 1,
isArchived: false,
isPublished: true,
Expand All @@ -18,7 +20,9 @@ export default {
slug: 'this-is-the-second-post-title-mbjb7y',
title: 'This is the second post title',
description: 'Second descriptive title',
body: 'Content from article creation',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 2,
isArchived: false,
isPublished: false,
Expand All @@ -29,7 +33,9 @@ export default {
slug: 'this-is-third-post-title-u87ddsa',
title: 'This is the third post title',
description: 'Third descriptive title',
body: 'Content from article creation',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 3,
isArchived: false,
isPublished: true,
Expand All @@ -40,7 +46,9 @@ export default {
slug: 'this-is-third-pot-title-u87dda',
title: 'This is the third post title',
description: 'Third descriptive title',
body: 'Content from article creation',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 4,
isArchived: false,
isPublished: true,
Expand All @@ -51,7 +59,9 @@ export default {
slug: 'this-is-trd-post-title-u87ddsa',
title: 'This is the thir post title',
description: 'Third descriptive title',
body: 'Content from article creation',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 5,
isArchived: false,
isPublished: true,
Expand All @@ -62,19 +72,166 @@ export default {
slug: 'what-a-wonderful-world-u87dda',
title: 'What a wonderful world title',
description: 'This describes a world that is wonderful',
body: 'Nature is a wonderful place',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 1,
isArchived: true,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'it-is-fun-to-be-alive-u87dda',
title: 'It is fun to be alive',
description: 'It so much fun to be alive',
body: 'Yeah, Live is such a sweet place',
slug: 'what-a-wonderful-day-u87dsss',
title: 'what a wonderful day',
description: 'Third descriptive title',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 2,
isArchived: false,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'what-a-wonderful-world-ahead-u87cdaa',
title: 'What a wonderful world title ahead',
description: 'This describes a world that is wonderful',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 1,
isArchived: true,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'what-a-wonderful-world-ahead-of-time-u87ddae',
title: 'What a beautiful',
description: 'This describes a world that is wonderful',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 1,
isArchived: true,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'what-a-wonderful-day-fort-love-u87dsyths',
title: 'what a wonderful day',
description: 'Third descriptive title',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 2,
isArchived: false,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'what-a-true-wonderful-world-ahead-u87ctga',
title: 'What a wonderful world',
description: 'This describes a world that is wonderful',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 1,
isArchived: true,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'time-is-Great-for-you-u87dsyths',
title: 'time is Great',
description: 'Third descriptive title',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 2,
isArchived: false,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'what-a-wonderful-world-ahead-of-you-u87ctga',
title: 'What a wonderful world of you',
description: 'This describes a world that is wonderful',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 1,
isArchived: true,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'what-a-wonderful-time-to-be-alive-witth-God-u87dsyths',
title: 'what a wonderful time to be alive',
description: 'Third descriptive title',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 2,
isArchived: false,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'What-a-wonderful-world-time-to-say-be-u87ctga',
title: 'What a wonderful world time to say',
description: 'This describes a world that is wonderful',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 1,
isArchived: true,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'What-a-wonderful-world-time-to-say-hi-u87dsyths',
title: 'What a wonderful world time to say hi',
description: 'Third descriptive title',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 2,
isArchived: false,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'What-a-wonderful-world-to-live-u87ctga',
title: 'What a wonderful world to live',
description: 'This describes a world that is wonderful',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 1,
isArchived: true,
isPublished: true,
createdAt: new Date(),
updatedAt: new Date(),
},
{
slug: 'hello-world-u87ddd',
title: 'hello world',
description: 'It so much fun to be alive',
body: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
`,
userId: 3,
isArchived: false,
isPublished: true,
createdAt: new Date(),
Expand Down

0 comments on commit 8588404

Please sign in to comment.