Commit Graph

1211 Commits (030ac00dff3791410b28362fd7e1272415b0730a)

Author SHA1 Message Date
Rick Carlino 030ac00dff Merge branch 'master' of https://github.com/FarmBot/farmbot-web-app 2016-11-07 14:56:57 -06:00
Rick Carlino a2f5cdc5a6 Move all that old public/ stuff out of the backend 2016-11-07 14:48:17 -06:00
Rick Carlino bf52284d91 [UNSTABLE] Remove old pages 2016-11-07 14:34:10 -06:00
Rick Carlino d1ec38ab17 Merge pull request #288 from RickCarlino/master
Monday deploy
2016-11-07 14:10:40 -06:00
Rick Carlino 1562cad74b Minor typo 2016-11-01 16:14:52 -05:00
Rick Carlino ef9ed2ab96 [BREAKING CHANGE] MQTT.js doesnt like short IDs, so we will use `deivce_1` instead of `1` 2016-11-01 15:55:00 -05:00
Rick Carlino 97748a7f47 Fix failing tests 2016-11-01 15:49:55 -05:00
Rick Carlino d4af0b2e32 [BREAKING CHANGE] Put bot.id in the JWT instead of bot.name 2016-11-01 15:34:20 -05:00
Rick Carlino 6e5d83967d Merge pull request #287 from RickCarlino/master
Tuesday Deploy (Staging)
2016-11-01 14:45:35 -05:00
Rick Carlino 18d695963c Default pins to mode 0 2016-11-01 13:53:38 -05:00
Rick Carlino cf65303e8a Remove #update. Change the way #create works. 2016-11-01 10:32:05 -05:00
Rick Carlino 297a4905d0 Add peripherals to sync object 2016-10-31 11:16:50 -05:00
Rick Carlino acb5cc50c6 Merge branch 'master' of https://github.com/FarmBot/farmbot-web-app 2016-10-28 16:20:26 -05:00
Rick Carlino bf090c6421 Add user to auth response (additional info) 2016-10-28 15:58:45 -05:00
Rick Carlino cd06b232fb Merge pull request #286 from RickCarlino/master
First pass for `Peripheral` resource (backend only)
2016-10-28 15:22:42 -05:00
Rick Carlino 719714f9a5 PeripheralsController#index 2016-10-28 15:08:42 -05:00
Rick Carlino 19d46a5415 PeripheralsController#create 2016-10-28 14:59:54 -05:00
Rick Carlino b7204ed7fb PeripheralsController#update 2016-10-28 14:37:41 -05:00
Rick Carlino 7e11484601 PeripheralsController#destroy 2016-10-28 14:03:57 -05:00
Rick Carlino 3dc5d520b6 Add peripheral.rb 2016-10-28 13:08:32 -05:00
Rick Carlino 0ee5a5a0b9 Merge pull request #285 from RickCarlino/master 2016-10-24 15:42:32 -05:00
Rick Carlino dc5e565c4b Staging Deploy (#284) 2016-10-20 11:47:02 -05:00
Rick Carlino 6e7b2c69a0 Merge branch 'master' of https://github.com/FarmBot/farmbot-web-app 2016-10-20 11:42:59 -05:00
Rick Carlino f666f029c5 Deployment prep (#283) 2016-10-20 11:29:52 -05:00
Rick Carlino 26e8446a84 Possible fix for duplicate sequence names? 2016-10-19 14:32:03 -05:00
Rick Carlino e5c7691211 Sequence Feature and Stability Additions (#282) 2016-10-18 09:51:47 -05:00
Rick Carlino c80e90bc4e Dont enforce dependencies if they are recursive. 2016-10-18 09:26:18 -05:00
Rick Carlino c1cd7e3a00 Corpuses#show 2016-10-17 17:42:40 -05:00
Rick Carlino 20a2db02d4 Add tag_version to sequences 2016-10-17 17:38:18 -05:00
Rick Carlino be631e19e7 Ability to download sequence corpuses 2016-10-17 16:09:54 -05:00
Rick Carlino de3dbe5527 Serialization of corpus for sharing with bot / client 2016-10-17 16:01:02 -05:00
Rick Carlino 461872ef87 Test more args 2016-10-17 14:48:50 -05:00
Rick Carlino 8aa433259b Add custom validations for sub_sequence_id, pin_mode, lhs, and op 2016-10-17 14:37:55 -05:00
Rick Carlino a77dd85cad Tweak installer for revision tracking on frontend 2016-10-17 13:15:47 -05:00
Rick Carlino f217c38a33 Tweak installer for revision tracking on frontend 2016-10-17 13:04:36 -05:00
Rick Carlino 5dbc8ea938 Merge branch 'master' of https://github.com/FarmBot/farmbot-web-app 2016-10-17 08:57:20 -05:00
Rick Carlino e251e133f3 October 14th (#281)
October 14th (#281)
2016-10-14 17:17:54 -05:00
Rick Carlino bf27d9c2a9 [STABLE] 96.74%: Merge huge CeleryScript update into master, fix conflicts. 2016-10-14 17:00:42 -05:00
Rick Carlino fca4e0364b [STABLE] 96.74%: Prevent deletion of sequences that are still in use. 2016-10-14 16:57:54 -05:00
Rick Carlino 2916ca8e54 [STABLE] 96.70%: Creates SequenceDependencies on update of sequence 2016-10-14 16:38:38 -05:00
Rick Carlino 005329883f [STABLE] 96.42%: Creates SequenceDependencies on creation of sequence 2016-10-14 15:35:19 -05:00
Rick Carlino 6a69db4f7b Ensure sub_sequence_id is valid on sequence AST. 2016-10-14 14:08:30 -05:00
Rick Carlino 612419338f Factor down sequence validation mixin and stub dependency updater 2016-10-14 13:24:11 -05:00
Rick Carlino 33f8d75eca Move CS validators into mixin 2016-10-14 13:14:52 -05:00
Rick Carlino 02454f0e8f Test corner cases part 2 2016-10-14 10:46:41 -05:00
Rick Carlino 2cd7cda0cb Test corner case 1 2016-10-14 10:12:02 -05:00
Rick Carlino 0200787b17 [STABLE] Begin testing 2016-10-14 09:40:13 -05:00
Rick Carlino bf66cba722 Move fixtures 2016-10-14 09:22:05 -05:00
Rick Carlino 64ff42cb56 Fix failing tree climber specs. 2016-10-14 08:58:22 -05:00
Rick Carlino f0f3328b91 Custom validators work!!! 2016-10-13 17:03:46 -05:00