Commit Graph

1002 Commits (4894d9b5149be02225247fe5357f4275c3fe25b7)

Author SHA1 Message Date
Rick Carlino 4894d9b514 Fix malformed migrations 2016-09-20 10:50:28 -05:00
Rick Carlino d87d12e640 [UNSTABLE] Fix broken tests from adding StepParams table. 2016-09-20 10:10:52 -05:00
Rick Carlino e108170f25 [UNSTABLE] Migrating from Commands to StepParams 2016-09-19 16:51:38 -05:00
Rick Carlino 29c67634e4 [UNSTABLE] Adding step_param migration and stuff. 2016-09-19 10:40:51 -05:00
Rick Carlino da1ed15769 Convert plants.planted_at to datetime, add better "unavailable" image for cams 2016-09-16 08:36:19 -05:00
Rick Carlino ca087b0c82 BUG FIX: Device API would return true instead of a device sometimes. 2016-09-15 22:44:15 -05:00
Rick Carlino 42edb1f09a Add tests for recent serializer changes. 2016-09-15 16:57:22 -05:00
Rick Carlino f7451eb7bd Add webcam_url to serializer, update tests 2016-09-15 16:52:28 -05:00
Rick Carlino ddf96ed0e0 Fix cause of double slashes in URLs on frontend, eg: localhost:3000//api/plants 2016-09-15 16:40:59 -05:00
Rick Carlino c324be9fd5 Change Device#update to deal with webcam_url 2016-09-14 21:16:03 -05:00
Rick Carlino c46cca1ab3 Add webcam_url column 2016-09-14 16:14:12 -05:00
Rick Carlino 4cc100057b Validate uniqueness of names in sequences 2016-09-14 14:49:50 -05:00
Rick Carlino ef34015e4b [STABLE] Move config settings to application.rb 2016-09-14 12:42:47 -05:00
Rick Carlino 08f1e90e8c [STABLE] Update deployment instructions, docs, fix bug in token ISS claim. 2016-09-14 11:57:03 -05:00
Rick Carlino d6b16ff5d4 [STABLE] Comment and documentation updates 2016-09-13 13:10:56 -05:00
Rick Carlino 7d4d08c010 Updated / tested deploy instructions. 2016-09-13 09:53:23 -05:00
Rick Carlino e6436e9e22 Change volume path in production for PEM storage 2016-09-12 17:33:45 -05:00
Rick Carlino 3874855bc1 Updated DEPLOY.md" 2016-09-12 17:17:21 -05:00
Rick Carlino dee9f071a1 Update deployment information. 2016-09-12 15:42:18 -05:00
Rick Carlino 10651414ab gemfile.lock changes 2016-09-12 15:32:46 -05:00
Rick Carlino 1d268cef20 Move MySQL gem to all groups, not just test/dev 2016-09-12 15:31:56 -05:00
Rick Carlino cc94a1af39 Opps wrong branch 2016-09-12 15:29:58 -05:00
Rick Carlino 24bd33eaca Install MySQL 2016-09-12 14:16:01 -05:00
Rick Carlino 76f5ad8f41 Merge pull request #265 from RickCarlino/master
Fix updating of nested steps in sequences.
2016-09-09 16:12:52 -05:00
Rick Carlino bbc8d829c7 Merge pull request #7 from ConnorRigby/master
Wrote tests, fixed sequence updating bug
2016-09-09 16:10:40 -05:00
Connor Rigby b1d3a7a6b0 Test for updating Sequences passes. 👍 2016-09-09 14:08:07 -07:00
Connor Rigby bdc35fa6e9 Updating a Sequence appears to work. Will write test 2016-09-09 13:33:20 -07:00
Rick Carlino 56412a24d2 Better deletion error message. 2016-09-07 10:38:24 -05:00
Rick Carlino 27f678140f Merge pull request #264 from ConnorRigby/master
Sequences#Destroy uses correct mutation. Plus tests
2016-09-06 17:03:45 -05:00
Connor Rigby 8aaf160e05 Sequences#Destroy uses correct mutation. Plus tests 2016-09-06 14:36:26 -07:00
Rick Carlino 21912bc5e3 Merge pull request #263 from RickCarlino/master
Prevent deletion of sequence if its used in a Regimen
2016-09-06 14:35:33 -05:00
Rick Carlino 2be1c1e865 Prevent deletion of sequence if a regimen requires it. 2016-09-06 14:31:20 -05:00
Rick Carlino 1853fee413 Merge pull request #6 from ConnorRigby/master
Hitting some weird active record problems.
2016-09-06 14:04:42 -05:00
Connor Rigby 18482b4855 passback @RickCarlino 2016-09-06 11:59:30 -07:00
Rick Carlino dd59098a13 Merge pull request #262 from RickCarlino/master
Regimens API endpoint updates
2016-09-06 12:36:33 -05:00
Rick Carlino 9ad3455700 Ability to update regimen via API. 2016-09-06 10:38:07 -05:00
Rick Carlino 4aff8274dc Merge branch 'master' of https://github.com/RickCarlino/farmbot-web-app 2016-09-06 09:38:40 -05:00
Rick Carlino c143fadaaa Uninherit NullDevice, require RegimentItem#schedule 2016-09-06 09:38:34 -05:00
Rick Carlino 5fcb2ee31d Disinherit NullDevice from Device 2016-09-06 09:29:12 -05:00
Rick Carlino 0d22dd8cb3 Merge pull request #5 from ConnorRigby/master
Fixed some random broken tests, add a name check, refactor
2016-09-06 09:21:34 -05:00
Connor Rigby 1f561a841a Fixed tests for creating sequences. (Don't really know why it was broken?)
fixed creating of regimens.

Should fix regimen updating in mutation, then in API tomorrow
2016-09-05 16:48:22 -07:00
Rick Carlino 0f42a248ed Merge pull request #261 from RickCarlino/master
Regimen Updates
2016-09-05 14:44:08 -05:00
Rick Carlino 275c541c9f Numerous schema changes, bug fixes. 2016-09-05 14:36:53 -05:00
Rick Carlino 23da9801e3 Fix AMS nesting issue that caused runtime error on frontend 2016-09-05 11:46:50 -05:00
Rick Carlino 9ef0dc5715 Convert x/y to float, remove schedule_id from regimentItem, new gitignore entries, seeds.rb, remove mongoid serializer hacks. 2016-09-05 10:52:10 -05:00
Rick Carlino 504b1ddad3 Fix README conflict 2016-09-05 09:58:09 -05:00
Connor Rigby 759d04d52e unship it 2016-09-05 07:53:27 -07:00
Connor Rigby 595f3ccec1 Add uniqueness & presence checking in Regimen#name 2016-09-05 07:49:11 -07:00
Rick Carlino 83ff0bb043 Merge pull request #4 from ConnorRigby/master
Add test for creating a regimen
2016-09-05 09:25:55 -05:00
Connor Rigby bb2db52f79 Merge branch 'master' of github.com:FarmBot/Farmbot-Web-API 2016-09-05 05:44:42 -07:00