Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lukas Niegsch
erp5
Commits
0eb3c1e8
Commit
0eb3c1e8
authored
Jun 04, 2013
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5.util: fix reStructuredText errors of README
parent
5003b880
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
60 additions
and
58 deletions
+60
-58
CHANGES.erp5.util.txt
CHANGES.erp5.util.txt
+14
-14
erp5/util/CHANGES.webchecker.txt
erp5/util/CHANGES.webchecker.txt
+10
-9
erp5/util/README.taskdistribution.txt
erp5/util/README.taskdistribution.txt
+1
-0
erp5/util/README.testbrowser.txt
erp5/util/README.testbrowser.txt
+2
-2
erp5/util/README.webchecker.txt
erp5/util/README.webchecker.txt
+33
-33
No files found.
CHANGES.erp5.util.txt
View file @
0eb3c1e8
...
...
@@ -121,28 +121,28 @@ Changes
- do not run test suites on deleted branches
0.4.20 (2012-12-19)
------------------
------------------
-
* erp5.util.testnode:
- Make sure to kill grandchilds when killing a process [Sebastien Robin]
0.4.19 (2012-12-17)
------------------
------------------
-
* erp5.util.testnode:
- Fixed undefined variable [Sebastien Robin]
0.4.18 (2012-12-14)
------------------
------------------
-
* erp5.util.testnode:
- Solve ascii issues when deleting software [Sebastien Robin]
0.4.17 (2012-12-10)
------------------
------------------
-
* erp5.util.testnode:
...
...
@@ -150,7 +150,7 @@ Changes
- Add more unit tests [Pere Cortes]
0.4.16 (2012-11-14)
------------------
------------------
-
* erp5.util.testnode:
...
...
@@ -159,7 +159,7 @@ Changes
- add unit for runTestSuite [Pere Cortes]
0.4.15 (2012-11-07)
------------------
------------------
-
* erp5.util.testnode:
...
...
@@ -168,7 +168,7 @@ Changes
- ask wich test has priority to master more often [Sebastien Robin]
0.4.14 (2012-11-05)
------------------
------------------
-
* erp5.util.testnode:
...
...
@@ -179,7 +179,7 @@ Changes
- handle another possible error with master [Sebastien Robin]
0.4.13 (2012-10-31)
------------------
------------------
-
* erp5.util.testnode:
...
...
@@ -189,7 +189,7 @@ Changes
simplicity and readability [Sebastien Robin]
0.4.12 (2012-10-25)
------------------
------------------
-
* erp5.util.testnode:
...
...
@@ -197,7 +197,7 @@ Changes
suite by the master [Sebastien Robin]
0.4.11 (2012-10-22)
------------------
------------------
-
* erp5.util.testnode:
...
...
@@ -205,7 +205,7 @@ Changes
of the work by the master [Pere Cortes], [Sebastien Robin]
0.4.10 (2012-10-01)
------------------
------------------
-
* erp5.util.testnode:
...
...
@@ -273,7 +273,7 @@ Changes
- New module [Vincent Pelletier]
0.4.3 (2012-04-24)
----------------
----------------
--
* erp5.util.testnode:
...
...
@@ -283,7 +283,7 @@ Changes
test run
0.4.2 (2012-04-11)
----------------
----------------
--
* erp5.util.testnode:
...
...
@@ -296,7 +296,7 @@ Changes
allow relaunching test without restarting testnode
0.4.1 (2012-02-29)
----------------
----------------
--
* erp5.util.testnode:
...
...
erp5/util/CHANGES.webchecker.txt
View file @
0eb3c1e8
...
...
@@ -20,18 +20,19 @@ Changelog
2010-08-13 Nicolas Delaby
-------------------------
small B
ug fix.
Add option to export outpout into file
This option take precedence over mailing support.
- Small b
ug fix.
-
Add option to export outpout into file
-
This option take precedence over mailing support.
2010-08-04 Nicolas Delaby
-------------------------
Bug fix in status_search_in_wget_regex
Enhance output report (fetch all errors per url)
Add 2 options to check Urls
prohibited_file_name_list
prohibited_folder_name_list
- Bug fix in status_search_in_wget_regex
- Enhance output report (fetch all errors per url)
- Add 2 options to check Urls:
- prohibited_file_name_list
- prohibited_folder_name_list
2010-08-03 Nicolas Delaby
-------------------------
First release
-
First release
erp5/util/README.taskdistribution.txt
View file @
0eb3c1e8
erp5.util.taskdistribution
--------------------------
Module to access TaskDistributionTool, used to run test on several machines
and aggregating results.
Use pydoc to get module documentation and usage example.
erp5/util/README.testbrowser.txt
View file @
0eb3c1e8
API Documentation
-----------------
You can generate the API documentation using `
`epydoc''
:
You can generate the API documentation using `
epydoc`:
:
$ epydoc src/erp5
$ epydoc src/erp5
erp5/util/README.webchecker.txt
View file @
0eb3c1e8
Utility able to call wget and varnishlog to extract Headers and return all failures
according expected caching policy.
This utility is configurable through a configuration file like:
This utility is configurable through a configuration file like:
:
[web_checker]
url = http://www.example.com/
working_directory = /home/me/tmp/crawled_content
varnishlog_binary_path = varnishlog
email_address = me@example.com
smtp_host = localhost
debug_level = debug
[web_checker]
url = http://www.example.com/
working_directory = /home/me/tmp/crawled_content
varnishlog_binary_path = varnishlog
email_address = me@example.com
smtp_host = localhost
debug_level = debug
[header_list]
Last-Modified = True
Cache-Control = max-age=300
[header_list]
Last-Modified = True
Cache-Control = max-age=300
max-age=3600
Vary = Accept-Language, Cookie, Accept-Encoding
Vary = Accept-Language, Cookie, Accept-Encoding
Accept-Language, Cookie
Accept-Language,Cookie,Accept-Encoding
Accept-Language,Cookie
Expires = True
Expires = True
[header url=.*/sitemap]
Last-Modified = True
[header url=.*/sitemap]
Last-Modified = True
[header content-type=.*/javascript]
Last-Modified = True
Cache-Control = max-age=3600
Expires = True
[header content-type=.*/javascript]
Last-Modified = True
Cache-Control = max-age=3600
Expires = True
[no_header content-type=(image/.*|text/css)]
Vary = None
[no_header content-type=(image/.*|text/css)]
Vary = None
[erp5_extension_list]
prohibited_file_name_list = WebSection_viewAsWeb
[erp5_extension_list]
prohibited_file_name_list = WebSection_viewAsWeb
Base_viewHistory
list
prohibited_folder_name_list = web_page_module
prohibited_folder_name_list = web_page_module
document_module
with::
with
url : website to check
working_directory : fetched data will be downloaded
varnishlog_binary_path : path to varnishlog
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment