- 23 6月, 2017 1 次提交
-
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 12 6月, 2017 1 次提交
-
-
由 Cleber Rosa 提交于
Including additions of words to ignore, and substitution of words we better keep off the ignore list. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 15 5月, 2017 1 次提交
-
-
由 Amador Pahim 提交于
Only one spell fix for this version. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
- 24 4月, 2017 1 次提交
-
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 06 3月, 2017 1 次提交
-
-
由 Amador Pahim 提交于
Here the spell fixes for the v47 test plan. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
- 17 1月, 2017 1 次提交
-
-
由 Cleber Rosa 提交于
This is a collection of docstring, literal string and the spelling ignore list fixes for the 45th release. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 05 12月, 2016 1 次提交
-
-
由 Amador Pahim 提交于
Only two occurrences. One is a typo and another is an exception. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
- 07 11月, 2016 1 次提交
-
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 09 10月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 12 9月, 2016 1 次提交
-
-
由 Amador Pahim 提交于
Adding exception to the spell.ignore. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
- 23 8月, 2016 1 次提交
-
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 15 8月, 2016 1 次提交
-
-
由 Lukáš Doktor 提交于
The other's is used as other people tests, which is a valid usage. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 13 8月, 2016 1 次提交
-
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 28 7月, 2016 2 次提交
-
-
由 Amador Pahim 提交于
Use the avocado.utils.filelock to avoid race conditions: - Download the files with a temporary unique name. - Lock the original file. - Move downloaded file to the original name. - Compute the hash, creating the hashfile. - Verify the file against the provided hash. - Unlock the original file. (While the lock is acquired, users trying to use the file will wait until the lock is released or, on wait timeout, receive a cache miss) Drop EnviromentError exceptions on cache miss. Instead, we now only log an error message and return None. Clean debug messages. Log was being polluted by asset fetcher. Let's make it quieter. Reference: https://trello.com/c/NeFPMkZY Reference: https://trello.com/c/OWCprQpdSigned-off-by: NAmador Pahim <apahim@redhat.com>
-
由 Amador Pahim 提交于
This is a general purpose file locker. If the lock file already exists and it contains the current process id in it, we wait until the timeout for the lock to be released, raising an AlreadyLocked exception when the timeout is reached. If the lock file already exists and it contains a pid of another running process, we raise an AlreadyLocked exception. If the lock file exists and it has no running processes pid in it, we try to clean the file and acquire the lock, raising a LockFailed exception when something goes wrong. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
- 25 7月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 13 7月, 2016 1 次提交
-
-
由 Amador Pahim 提交于
This patch adds the `make spell` command so developers can easily check the spelling on docstrings and comments. False positives words should be added to spell.ignore file. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-