Commit Graph

143 Commits (110d7acd87edd758a429fbfe26acdf0205cb82d8)

Author SHA1 Message Date
Rick Carlino 110d7acd87
Diagnostic Dumps - RC 1 (#889)
Add API side diagnostic reporting.
2018-06-18 16:12:00 -05:00
Rick Carlino 27c730ea13
Merge branch 'staging' into docs_cleanup 2018-05-04 16:15:47 -05:00
Rick Carlino 75494a49db 🎉 2018-05-04 13:11:32 -05:00
Rick Carlino 34a39f38fc Remove YAGNI stuff from corpus controller 2018-05-04 10:42:51 -05:00
Rick Carlino 0751e5f42f Specs for stub policy use case 2018-05-04 07:20:49 -05:00
Rick Carlino caacc36f04 Merge branch 'garden_snapshot_ii' into data_dump 2018-04-28 10:13:46 -05:00
Rick Carlino 097f5b3ace Update test for devices#dump 2018-04-28 10:08:01 -05:00
Rick Carlino 005bdd1fca WIP 2018-04-27 07:14:45 -05:00
Rick Carlino f977eb63da Cleanup tests 2018-04-20 12:30:44 -05:00
Rick Carlino a71024cbf6 Nondestructive #apply 2018-04-20 09:41:10 -05:00
Rick Carlino 09f7fdb5f0 Whoops `resource` needs to be pluralized 2018-04-20 08:01:06 -05:00
Rick Carlino 4f6636eed0 Merge branch 'saved_gardens_ii' into garden_snapshot_i 2018-04-19 15:50:30 -05:00
Rick Carlino 43836560ed ~~update_attributes~~ => assign_attributes 2018-04-19 15:44:19 -05:00
Rick Carlino 9a89338be5 start SavedGardens::SnapShot 2018-04-19 15:37:15 -05:00
Rick Carlino 2e5f278f6a [STABLE] First batch of tests for PlantTemplates 2018-04-19 09:43:55 -05:00
Rick Carlino 7179e99759 Rename `garden` to `saved_garden` 2018-04-19 08:33:16 -05:00
Rick Carlino 492c601795 Test for Gardens#index 2018-04-18 17:17:00 -05:00
Rick Carlino 147262fcbe Stub out Garden and PlantTemplate 2018-04-18 16:50:20 -05:00
Rick Carlino 1c32a7b315 New logs path 2018-04-03 16:49:21 -05:00
Rick Carlino 1eb2f5b96a Start logs#search 2018-03-30 14:56:21 -05:00
Rick Carlino 46f471a03f Add API endpoint for `GlobalConfig` table. NEXT: Tests 2018-03-23 15:16:04 -05:00
Rick Carlino f33652d545 Start idea #2 2018-03-11 19:11:24 -05:00
Rick Carlino 393337e1c9 Fix password reset regression 2018-03-02 08:52:06 -06:00
Rick Carlino f1dfc4c2c5 de-webpackify user verification workflow 2018-03-01 09:06:04 -06:00
Rick Carlino a1e2dc7088 WIP: Remove `verify` from webpack bundle 2018-02-28 16:06:53 -06:00
Rick Carlino 37a714f199 Begin pinbinding table work 2018-02-28 09:05:38 -06:00
Rick Carlino 2e7db6760e Specs for backend 2018-02-27 14:13:22 -06:00
Rick Carlino fd5aea8013 Add DeviceConfigs. NEXT: Tests, FE Integration 2018-02-27 13:15:02 -06:00
Rick Carlino 73bd6eece6 FarmwareInstallations#create 2018-02-26 11:20:38 -06:00
Rick Carlino b66a1ca033 Image uploader bug fix 2018-02-21 10:43:24 -06:00
Rick Carlino 1635e146a6 [UNSTABLE][NEEDS TESTS] Sensor endpoint controller actions 2018-02-17 12:52:49 -06:00
Rick Carlino 2c4a77a865 [UNSTABLE] Tidy up routes.rb 2018-02-17 12:19:00 -06:00
Rick Carlino bd2919e29a [UNSTABLE] Begin `sensor` resource implementation. 2018-02-17 11:43:46 -06:00
Rick Carlino 2ea0eae81e First draft of SensorReadingsController (needs tests) 2018-02-15 11:37:03 -06:00
Rick Carlino 290aed5355
Remove manual SSL renewal endpoint (#629)
* Remove old ACME endpoints

* PublicKeysController spec

* Bring back tests for Peripherals::Edit

* Dead code removal
2018-01-20 10:17:20 -07:00
Rick Carlino 871030cfa9 Add specs for CSP violation reporter 2018-01-13 10:12:28 -06:00
Rick Carlino f21bd0568e Spelling and formatting 2018-01-13 09:48:04 -06:00
Rick Carlino cc967063d3 CSP + Reporter done. Need to tune policy config 2018-01-12 16:56:13 -06:00
Rick Carlino 6ba7a6d5df [UNSTABLE] Saves, but breaks inconsistency checking. 2018-01-10 16:28:22 -06:00
Rick Carlino 5572db6ba1 Add config controller(s) 2018-01-08 11:03:18 -06:00
Rick Carlino c546cec792 Change endpoint name 2017-12-11 15:20:02 -06:00
Rick Carlino ad5af07583 Add GET api/devices/dump endpoint 2017-12-11 15:08:16 -06:00
Rick Carlino 6420d118b9 [STABLE] Add Tokens#show endpoint + tests 2017-10-05 09:16:49 -05:00
Rick Carlino 90f84058c6 [UNSTABLE] Add name column, add #index 2017-09-18 13:16:47 -05:00
Rick Carlino c8c9ca758d First pass for 404ing bad dashboard URLs 2017-09-18 06:30:02 -05:00
Rick Carlino 390a8fdb1d Fix the /tos_update page. 2017-08-31 21:24:57 -05:00
Rick Carlino 3cb326be25 API endpoint + tests 2017-08-31 14:29:11 -05:00
Rick Carlino c78aafb6d8 Pushing to staging to QA on a real bot. 2017-08-31 10:40:57 -05:00
Rick Carlino 8254c007ee Integrate WebcamFeed resource with app, remove `webcam_url` from Device interface 2017-08-21 09:31:47 -05:00
Rick Carlino 40a98378ea Added feeds#show and feeds#update. NEXT: Pass CI, merge to master, begin FE work. 2017-08-20 20:32:53 -05:00