forked from reactioncommerce/reaction
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move fixture data into reaction package, ensure proper load order
- Loading branch information
Showing
23 changed files
with
47 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,3 +73,4 @@ headers | |
/cfs-collection-filters | ||
/fast-render | ||
/numeral | ||
/moment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{ "_id" : "WvrKDomkYth3THbDD", "addressBook" : [ { "_id" : "vbzuG4HHFwNGpbjRY", "address1" : "1001 Santa Monica Blvd", "city" : "Los Angeles", "country" : "US", "fullName" : "Joe Admin", "isCommercial" : false, "phone" : "555-625-1199", "postal" : "90401", "region" : "CA" } ], "createdAt" : { "$date" : "2014-01-09T16:47:29.397-0800" }, "currency" : "USD", "customEmailSettings" : { "port" : 25 }, "domains" : [ "localhost", "reaction.meteor.com", "demo.reactioncommerce.com", "hello.reactioncommerce.com", "rtest.meteor.com" ], "email" : "[email protected]", "members" : [ { "isAdmin" : false, "permissions" : [ "dashboard/customers", "dashboard/products", "dashboard/settings", "dashboard/settings/account" ], "userId" : "Cpx5zeNixb9jmePQx" }, { "permissions" : [ "dashboard/orders", "dashboard/settings/account", "dashboard/products" ], "userId" : "WZNkqBaZLRqACDLZ2" } ], "moneyFormat" : "$ ", "moneyInEmailsFormat" : "$", "moneyWithCurrencyFormat" : "$ USD", "moneyWithCurrencyInEmailsFormat" : "$ USD", "name" : "REACTION Demo", "ownerId" : "ydFCbJ3TbRXcRJBQ2", "taxes" : [ { "taxesIncluded" : null, "taxShipping" : null, "countyTaxes" : true } ], "timezone" : "(GMT-08:00) Pacific Time (US & Canada)", "updatedAt" : { "$date" : "2014-03-07T19:10:42.112-0800" }, "useCustomEmailSettings" : false }] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### | ||
# Fixture - we always want a record | ||
### | ||
Meteor.startup -> | ||
unless Packages.findOne({name:"reaction-google-analytics"}) | ||
console.log "Adding google analytics fixture data:", Meteor.settings?.googleAnalyticsProperty | ||
Shops.find().forEach (shop) -> | ||
Packages.insert | ||
shopId: shop._id | ||
name: "reaction-google-analytics" | ||
property: Meteor.settings?.googleAnalyticsProperty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters