- 04 1月, 2016 2 次提交
-
-
由 Lukáš Doktor 提交于
Revert "Pseudo terminals: add utility module"
-
由 Cleber Rosa 提交于
It was noticed that the Python standard library provides os.ttyname(), and, while it only returns the Pseudo Terminal file path when given the slave file descriptor, it looks to be sufficient for most, if not all, use cases. This reverts commit 003bfaed. CC: Lukáš Doktor <ldoktor@redhat.com> Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 30 12月, 2015 3 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Pseudo terminals: add utility module
-
由 Cleber Rosa 提交于
-
由 Lucas Meneghel Rodrigues 提交于
On local runs, for non-root users, it's possible to verify the contents of /proc/1/cmdline. Of course, we should do this only if we are on a local run (process.run is passed to get_name_of_init) and we couldn't directly read from /proc/1/exe. After this patch, it's possible to instantiate ServiceManager on local runs made by non-root users. Signed-off-by: NLucas Meneghel Rodrigues <lookkas@gmail.com>
-
- 29 12月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Early state docs and tweaks
-
- 28 12月, 2015 3 次提交
-
-
由 Cleber Rosa 提交于
Based on previous experiences (GDB terminal redirection attempts), it's common for applications that need to allocate a pseudo to have the name of the allocated file. This is, unfortunately, something that the Python standard library doesn't give for free. This simple utility module wraps and extends the Python standard library `pty` module, providing a `openpty` function that, besides allocating the pseudo terminal, also returns its name. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
These signal handlers are only used later in the code, and in a hope to dimish the possible things that can go wrong before the initial test state (AKA early state) is sent to the test runner, let's move their definitions to a later stage. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 24 12月, 2015 2 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 23 12月, 2015 6 次提交
-
-
由 Cleber Rosa 提交于
-
由 Cleber Rosa 提交于
Commit 63077e79 introduced the `make requirements` target. Let's use that on the documentation, since it can cover more scenarios such as Python 2.6 users. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
There has been a lot of file location updates with the plugin architecture changes. Also python-stevedore is also required at build time, because on some arches the selftests are run during the package build. Let's reflect those in the RPM packages. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
-
由 Cleber Rosa 提交于
Commit f415c4d8 introduced this useful feature. Let's document how it can be used. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 22 12月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Plugins Overhaul [v1]
-
- 19 12月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 18 12月, 2015 21 次提交
-
-
由 Cleber Rosa 提交于
Optionally, users may have plugins that fail to load, but that should still be kept installed. It can be annoying to have the same message over and over, so let's allow users to configure which plugins should have their load errors silenced. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Let's log when plugins fail to loaded for any reason. The error message is given right after the plugins are attempted to be loaded, so they may show before any other user visible output. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Including the old base plugin class definition. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Yes, too many plugin mentions, in this commit title, but that's what it really is, so please bear with it. Now that the plugin types have a finer granularity, let's show each plugin type (based on the namespace) as a separate section. Signed-off-by: NLucas Meneghel Rodrigues <lmr@scylladb.com> Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-