Closed
Bug 866829
Opened 13 years ago
Closed 13 years ago
Add Test Data to the Staging server
Categories
(Webmaker Graveyard :: MakeAPI, defect)
Webmaker Graveyard
MakeAPI
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cade, Assigned: mjschranz)
Details
(Whiteboard: u=dev p=1 s=2013w18)
Attachments
(1 file)
Useful test data is needed for the staging server to be useful to the other staging apps.
| Assignee | ||
Comment 1•13 years ago
|
||
JP and I have had conversations on this already. Unfortunately it isn't something as simple as "run this command too at some point" from what I gathered.
I'll loop back into discussion with him soon.
Status: NEW → ASSIGNED
Component: Popcorn Maker → MakeAPI
Comment 2•13 years ago
|
||
We're working on this now. We had some values hard coded in ./tests/post.js which caused env to not work.
Comment 3•13 years ago
|
||
We found that the testuser/pass had to be present for the data pushes to work, since that was the default user. We don't want that once we get to prod.
| Assignee | ||
Comment 4•13 years ago
|
||
Attachment #743225 -
Flags: review?(chris)
| Reporter | ||
Comment 5•13 years ago
|
||
Attachment #743225 -
Flags: review?(chris) → review+
| Assignee | ||
Comment 6•13 years ago
|
||
| Assignee | ||
Comment 7•13 years ago
|
||
All signs point to go.
We can now all use http://makeapi.mofostaging.net for posting data to and searching against the test data already there (plus anything else made as well).
Woo.
http://i.imgur.com/kyFy2.gif
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 8•13 years ago
|
||
v0.0.9 deployed! https://rpm.newrelic.com/accounts/255689/applications/2750134/deployments/627375
data migration run by sshing into the staging node, and running:
cd /var/www/makeapi && source ./.env && AUTH='testuser:password" node ./test/post.js
Updated•13 years ago
|
Whiteboard: [MakeAPI] → u=dev p=1 s=2013w18
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•