1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +08:00

26 Commits

Author SHA1 Message Date
Thomas Kohler
c159228f48
gobot: rename Master to Manager (#1070) 2024-02-13 16:30:25 +01:00
Thomas Kohler
d2b01b99e0
examples: fix missing checks of return values (#1060) 2024-02-11 15:34:50 +01:00
Thomas Kohler
865e724af0
Build(v2): revert move to v2 subfolder (#932)
* revert move to v2 subfolder
* fix CI and adjust CHANGELOG
2023-05-29 19:23:28 +02:00
Thomas Kohler
d908619462
Build(v2): fix usage by moving code to a v2 subfolder (#927) 2023-05-22 19:35:36 +02:00
Thomas Kohler
949392d8a7
Fix(core): Semantic Import Versioning for v2 (#921) 2023-05-20 14:25:21 +02:00
Marc-Antoine Ruel
50d5869808 Fix go test ./...
Make all examples to not be built by default by adding the build tag 'example'.
Some files were automatically reformatted by goimports upon saving.
2017-03-13 11:01:39 -04:00
deadprogram
953c3254e7 core: use canonical import domain of gobot.io for all code
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-12-08 13:24:03 +01:00
deadprogram
4230d2ab2f examples: remove Master unless needed for less code
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-10-18 21:08:25 +02:00
deadprogram
458c750f33 core: refactor/rename internal name of Master type
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-10-15 20:02:54 +02:00
Adrian Zankich
5c9d44f391 Decouple middleware data from api struct 2014-09-25 18:29:10 -07:00
Adrian Zankich
459e06dd67 Enable custom handlers for api 2014-07-21 22:19:04 -07:00
Adrian Zankich
d09b778c04 Fix error in example 2014-07-10 19:28:00 -07:00
Adrian Zankich
244ec0a0cf fmt examples 2014-07-10 17:21:21 -07:00
Adrian Zankich
7eec236b07 Update examples 2014-07-08 18:36:14 -07:00
Adrian Zankich
5096d983ed Add AddRobot function 2014-06-12 22:30:14 -07:00
Adrian Zankich
d05c26e013 Add master api commands 2014-06-12 20:58:54 -07:00
Adrian Zankich
ca4d8ce583 Refactor robot commands 2014-06-11 16:44:23 -07:00
Adrian Zankich
c129da61d3 Make golint happy 2014-06-10 15:16:11 -07:00
Adrian Zankich
851b9bc48e Fix robot command initialization 2014-06-07 20:57:51 -07:00
Adrian Zankich
ef41a36f0f Update hello examples 2014-05-22 20:18:45 -07:00
deadprogram
0ee37bd33d Allow user to set Host and Port when starting up Api 2014-04-18 15:19:09 -07:00
deadprogram
189dddc3c0 WIP for API host/port params 2014-04-18 14:39:17 -07:00
Adrian Zankich
0338910e0b Update examples 2014-04-16 15:54:39 -07:00
Adrian Zankich
ad0bdeaf8e Update examples 2013-12-03 16:11:24 -08:00
Adrian Zankich
d0176c313e Fix example 2013-11-27 20:14:32 -08:00
Adrian Zankich
a435a0bd7d Expose robot functions via api 2013-11-27 20:05:45 -08:00