github.com/jancarloviray/community@v0.41.1-0.20170124221257-33a66c87cf2f/app/mirage/factories/document.js (about)

     1  // Copyright 2016 Documize Inc. <legal@documize.com>. All rights reserved.
     2  //
     3  // This software (Documize Community Edition) is licensed under
     4  // GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html
     5  //
     6  // You can operate outside the AGPL restrictions by purchasing
     7  // Documize Enterprise Edition and obtaining a commercial license
     8  // by contacting <sales@documize.com>.
     9  //
    10  // https://documize.com
    11  
    12  import { Factory, faker } from 'ember-cli-mirage';
    13  
    14  export default Factory.extend({
    15  	"id": faker.list.cycle("VzMwX0w_3WrtFztd", "VzMvJEw_3WqiafcI", "VzMzBUw_3WrtFztv"),
    16  	"created": "2016-05-11T13:15:11Z",
    17  	"revised": "2016-05-11T13:22:16Z",
    18  	"orgId": "VzMuyEw_3WqiafcD",
    19  	"folderId": "VzMuyEw_3WqiafcG",
    20  	"userId": "VzMuyEw_3WqiafcE",
    21  	"job": faker.list.cycle("", "0bf9b076-cb74-4e8e-75be-8ee2d24a8171", "3004c449-b053-49a6-4abc-72688136184d"),
    22  	"location": faker.list.cycle("template-0", "/var/folders/README.md", "/var/folders/d6/3004c449-b053-49a6-4abc-72688136184d/README.md"),
    23  	"name": faker.list.cycle("Empty Document", "README", "README"),
    24  	"excerpt": faker.list.cycle("My test document", "To Document/ Instructions. GO. go- bindata- assetsfs. SSL.", "To Document/ Instructions. GO. go- bindata- assetsfs. SSL."),
    25  	"tags": "",
    26  	"template": false
    27  });