Commit graph

4031 commits

Author SHA1 Message Date
Rick Carlino c2c9afb14d [UNSTABLE] Make sequence.args user configurable 2017-12-01 09:22:29 -06:00
Rick Carlino ccb873f65f Set default locals declaration to Sequence::NOTHING 2017-12-01 08:25:00 -06:00
Rick Carlino 863e17167c Merge branch 'staging' of https://github.com/FarmBot/Farmbot-Web-App into variables 2017-12-01 07:43:44 -06:00
Rick Carlino 276aba4e98
Merge pull request #549 from gabrielburnworth/master
RPi GPIO pin bindings widget
2017-12-01 07:38:26 -06:00
gabrielburnworth 622a30f456 tests: refactoring and additions 2017-12-01 00:47:17 -08:00
gabrielburnworth 61dee59e79 rpi gpio pin bindings widget 2017-11-30 19:43:35 -08:00
Rick Carlino 87d5cfd37e Add migration 2017-11-30 16:52:15 -06:00
Rick Carlino 1bbcb0a6f9 Also, add nothing to list of allowed nodes in a locals declaration 2017-11-30 16:24:25 -06:00
Rick Carlino 8a87464b39 Add new CS entities: locals data_type identifier parameter_declaration scope_declaration 2017-11-30 16:21:52 -06:00
Rick Carlino f94b28b994
Merge pull request #548 from RickCarlino/pre_release_stuff
More pre release stuff
2017-11-30 14:45:27 -06:00
Rick Carlino cbccd93814
Merge branch 'staging' into pre_release_stuff 2017-11-30 13:39:22 -06:00
Rick Carlino 39ce00b3b0 v5.1.1 upgrade 2017-11-30 13:37:24 -06:00
Rick Carlino 26e2f69a96 Update to v5.1.0 2017-11-30 13:22:17 -06:00
Rick Carlino e5b4114855 Leaving my ideas in idea.json for now 2017-11-30 12:38:10 -06:00
Rick Carlino ca1fe25bcb
Merge pull request #547 from RickCarlino/pre_release_stuff
Pre release stuff
2017-11-30 10:15:57 -06:00
Rick Carlino 1f2e7e002f ✔️ Ready 2017-11-30 10:06:02 -06:00
Rick Carlino 9e2a229b0b Make X/Y/Z optional 2017-11-30 08:49:49 -06:00
Gabriel Burnworth 0a8dedcc66 Stock tools button and bot position logs (#546)
* add button to add stock tools

* show bot position in logs

* controls page test
2017-11-29 15:14:04 -06:00
Rick Carlino 44283e020c
Sequence tool updates (#545)
interim_email JWT claim due to FBOS v6 upgrade (temporary)
Stop users from removing tools from slots when in use
Stop users from deleting slots in use by tools in use by sequences
Remove inactive tools from sequence selection list in the editor.
2017-11-29 13:50:17 -06:00
Rick Carlino a8773ed475
Restrict move_abs tool selection to active tools only (#544)
* Debugging webpack config part I

* Debugging webpack config part II

* interim_email claim

* Update `clean` npm task

* ¯\_(ツ)_/¯

* TODO: Move generateList() into mapStateToProps

* 👏 remove deprecated props

* Restrict move_abs to active tools
2017-11-28 18:01:35 -06:00
Rick Carlino 0a76331b85
Merge pull request #543 from RickCarlino/caching_issues
Caching Header Updates
2017-11-28 10:22:20 -06:00
Rick Carlino 9f7188bab6 Fix blinky test: "undefined method `id' for nil:NilClass" 2017-11-28 10:14:57 -06:00
Rick Carlino ba8f6e9e1d Update client side cache busting key 2017-11-28 10:00:01 -06:00
Rick Carlino f5bfd21846 😎 2017-11-28 09:43:18 -06:00
Rick Carlino 9ae1c2b3b7 Merge branch 'master' of https://github.com/FarmBot/Farmbot-Web-App into caching_issues 2017-11-28 09:37:41 -06:00
Rick Carlino 94addcf258 Add expires_now() to static assets controller 2017-11-28 09:37:16 -06:00
Rick Carlino 03e1525dde
Merge pull request #542 from RickCarlino/sequence_args_update
Sequence args update
2017-11-28 08:51:17 -06:00
Rick Carlino 66f8d29a44
Merge branch 'master' into sequence_args_update 2017-11-28 08:41:01 -06:00
Rick Carlino faea09fac0 Type updates related to corpus update 2017-11-28 08:35:28 -06:00
Rick Carlino b89ed2aa7a
Merge pull request #541 from gabrielburnworth/master
Add stock peripherals button
2017-11-28 07:51:13 -06:00
Rick Carlino 0eeca937eb Add rails api:update rake task 2017-11-27 22:00:08 -06:00
gabrielburnworth a627f54fc9 readability tweak 2017-11-27 15:22:59 -08:00
gabrielburnworth 7ffbd8e549 button to add Farmduino peripherals 2017-11-27 15:20:34 -08:00
gabrielburnworth f5e811153f reduce unnecessary requests (map drag) 2017-11-27 14:58:08 -08:00
Rick Carlino cc3b00292e Remove label from corpus for now 2017-11-27 16:44:04 -06:00
Rick Carlino 9d3cc96039 [UNSTABLE] Update corpus, FBJS 2017-11-27 16:20:34 -06:00
Rick Carlino 1a992ebf3d
Merge pull request #540 from RickCarlino/regimen_item_constraint
Caching updates
2017-11-27 16:07:14 -06:00
Rick Carlino 9ece0718e3 ✔️ 2017-11-27 15:58:01 -06:00
Rick Carlino 15a783a89c Merge branch 'master' of https://github.com/FarmBot/Farmbot-Web-App into regimen_item_constraint 2017-11-27 13:54:49 -06:00
Rick Carlino cccb1a765d
Merge pull request #539 from gabrielburnworth/master
Sequence step movement speed inputs
2017-11-27 13:53:38 -06:00
gabrielburnworth 009c60aa65 re-add sequence step movement speed inputs 2017-11-27 10:59:45 -08:00
Rick Carlino 178df03b6f Cache icon download requests in memory to prevent duplicate HTTP GETs 2017-11-27 12:44:41 -06:00
Rick Carlino d204aed162 Merge branch 'master' of https://github.com/FarmBot/Farmbot-Web-App into localstorage_icon_cache 2017-11-27 11:03:31 -06:00
Rick Carlino dad333ebd8
Merge pull request #538 from RickCarlino/localstorage_icon_cache
Friday Updates
2017-11-27 11:03:09 -06:00
Rick Carlino 7615197dd4 Add test form CeleryScript::JSONClimber 2017-11-27 11:02:31 -06:00
Rick Carlino a3a1ca9222 Part I test coverage increase for sequence migration code 2017-11-27 10:51:01 -06:00
Rick Carlino f896dbe075 Remove instrumentation 2017-11-24 08:42:37 -06:00
Rick Carlino a75fc8a2ec Cache OF icons in localstorage 2017-11-24 08:36:10 -06:00
Rick Carlino 711b559309 Merge branch 'master' of https://github.com/rickcarlino/Farmbot-Web-App into speed_100 2017-11-22 22:33:28 -06:00
Rick Carlino f4521b56fc :thinking_face: Migration seems to work. Have a blinky test, though. 2017-11-22 22:33:10 -06:00