Closed carfi closed 8 years ago
After a quick glance, this looks like a good change. I don't have time to merge it in this weekend, but with a long weekend coming up I'll take a closer look. Getting rfhub running in a docker container has been something I've been wanting to do.
Thanks!
On Sun, Nov 22, 2015 at 3:12 PM, Davide Carfi notifications@github.com wrote:
Hi,
I have created a Docker container for Robotframework-Hub ( https://hub.docker.com/r/carfi/rfhub/) In order to support the "live reloading" feature I have introduced the polling option to support remote file systems. For more details about the issue that i'm talking about here the description: gorakhargosh/watchdog#283
https://github.com/gorakhargosh/watchdog/issues/283
You can view, comment on, or merge this pull request online at:
https://github.com/boakley/robotframework-hub/pull/53 Commit Summary
- add --poll option to support polling behavior for filesystem keywords reloading (useful in VMs)
- Revert "add --poll option to support polling behavior for filesystem keywords reloading (useful in VMs)"
- Added --poll option to support polling behavior for filesystem keywords reloading (useful in VMs)
File Changes
- M rfhub/app.py https://github.com/boakley/robotframework-hub/pull/53/files#diff-0 (4)
- M rfhub/kwdb.py https://github.com/boakley/robotframework-hub/pull/53/files#diff-1 (5)
- M tests/acceptance/options.robot https://github.com/boakley/robotframework-hub/pull/53/files#diff-2 (9)
Patch Links:
- https://github.com/boakley/robotframework-hub/pull/53.patch
- https://github.com/boakley/robotframework-hub/pull/53.diff
— Reply to this email directly or view it on GitHub https://github.com/boakley/robotframework-hub/pull/53.
Hi,
I have created a Docker container for Robotframework-Hub (https://hub.docker.com/r/carfi/rfhub/) In order to support the "live reloading" feature I have introduced the polling option to support remote file systems. For more details about the issue that i'm talking about here the description: https://github.com/gorakhargosh/watchdog/issues/283