annotate test.ini @ 5414:d9386a3924db

vcs: invalidate repo caches _after_ a push finishes Caches were invalidated right after creating the result iterator, before actually applying the change. Caches would thus be refreshed too early and soon be outdated. This bug was especially seen causing errors with missing revisions when creating PRs right after pushing.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 20 Aug 2015 17:29:55 +0200
parents 2079e864ce51
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 ################################################################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2 ################################################################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
3 # Kallithea - config for tests: #
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
4 # initial_repo_scan = true #
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
5 # vcs_full_cache = false #
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
6 # sqlalchemy and kallithea_test.sqlite #
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
7 # custom logging #
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
8 # #
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
9 # The %(here)s variable will be replaced with the parent directory of this file#
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
10 ################################################################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
11 ################################################################################
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
12
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
13 [DEFAULT]
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
14 debug = true
1366
9c0f5d558789 fixes #200, rewrote the whole caching mechanism to get rid of such problems. Now cached instances are attached
Marcin Kuzminski <marcin@python-works.com>
parents: 1079
diff changeset
15 pdebug = false
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
16
472
91292686c1ed updated config files, and added celery dependency
Marcin Kuzminski <marcin@python-works.com>
parents: 459
diff changeset
17 ################################################################################
5412
2079e864ce51 spelling: use "email" consistently
Søren Løvborg <sorenl@unity3d.com>
parents: 5400
diff changeset
18 ## Email settings ##
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
19 ## ##
5412
2079e864ce51 spelling: use "email" consistently
Søren Løvborg <sorenl@unity3d.com>
parents: 5400
diff changeset
20 ## Refer to the documentation ("Email settings") for more details. ##
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
21 ## ##
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
22 ## It is recommended to use a valid sender address that passes access ##
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
23 ## validation and spam filtering in mail servers. ##
472
91292686c1ed updated config files, and added celery dependency
Marcin Kuzminski <marcin@python-works.com>
parents: 459
diff changeset
24 ################################################################################
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
25
5412
2079e864ce51 spelling: use "email" consistently
Søren Løvborg <sorenl@unity3d.com>
parents: 5400
diff changeset
26 ## 'From' header for application emails. You can optionally add a name.
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
27 ## Default:
5365
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
28 #app_email_from = Kallithea
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
29 ## Examples:
5365
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
30 #app_email_from = Kallithea <kallithea-noreply@example.com>
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
31 #app_email_from = kallithea-noreply@example.com
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
32
5412
2079e864ce51 spelling: use "email" consistently
Søren Løvborg <sorenl@unity3d.com>
parents: 5400
diff changeset
33 ## Subject prefix for application emails.
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
34 ## A space between this prefix and the real subject is automatically added.
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
35 ## Default:
5365
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
36 #email_prefix =
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
37 ## Example:
5365
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
38 #email_prefix = [Kallithea]
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
39
5412
2079e864ce51 spelling: use "email" consistently
Søren Løvborg <sorenl@unity3d.com>
parents: 5400
diff changeset
40 ## Recipients for error emails and fallback recipients of application mails.
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
41 ## Multiple addresses can be specified, space-separated.
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
42 ## Only addresses are allowed, do not add any name part.
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
43 ## Default:
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
44 #email_to =
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
45 ## Examples:
5365
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
46 #email_to = admin@example.com
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
47 #email_to = admin@example.com another_admin@example.com
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
48
5412
2079e864ce51 spelling: use "email" consistently
Søren Løvborg <sorenl@unity3d.com>
parents: 5400
diff changeset
49 ## 'From' header for error emails. You can optionally add a name.
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
50 ## Default:
5365
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
51 #error_email_from = pylons@yourapp.com
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
52 ## Examples:
5365
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
53 #error_email_from = Kallithea Errors <kallithea-noreply@example.com>
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
54 #error_email_from = paste_error@example.com
472
91292686c1ed updated config files, and added celery dependency
Marcin Kuzminski <marcin@python-works.com>
parents: 459
diff changeset
55
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
56 ## SMTP server settings
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
57 ## Only smtp_server is mandatory. All other settings take the specified default
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
58 ## values.
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
59 #smtp_server = mail.server.com
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
60 #smtp_username =
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
61 #smtp_password =
5365
ef64905223f5 e-mail: add some default values and some examples to .ini file as comments
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5364
diff changeset
62 #smtp_port = 25
472
91292686c1ed updated config files, and added celery dependency
Marcin Kuzminski <marcin@python-works.com>
parents: 459
diff changeset
63 #smtp_use_tls = false
5301
8479cf4432fc e-mail: clarify that smtp_use_ssl defaults to false
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5300
diff changeset
64 #smtp_use_ssl = false
5366
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
65 ## SMTP authentication parameters to use (e.g. LOGIN PLAIN CRAM-MD5, etc.).
ce72c36f7a0e e-mail: add documentation about configuration settings
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
parents: 5365
diff changeset
66 ## If empty, use any of the authentication parameters supported by the server.
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
67 #smtp_auth =
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
68
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
69 [server:main]
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
70 ## PASTE ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
71 #use = egg:Paste#http
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
72 ## nr of worker threads to spawn
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
73 #threadpool_workers = 5
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
74 ## max request before thread respawn
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
75 #threadpool_max_requests = 10
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
76 ## option to use threads of process
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
77 #use_threadpool = true
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
78
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
79 ## WAITRESS ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
80 use = egg:waitress#main
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
81 ## number of worker threads
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
82 threads = 5
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
83 ## MAX BODY SIZE 100GB
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
84 max_request_body_size = 107374182400
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
85 ## use poll instead of select, fixes fd limits, may not work on old
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
86 ## windows systems.
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
87 #asyncore_use_poll = True
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
88
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
89 ## GUNICORN ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
90 #use = egg:gunicorn#main
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
91 ## number of process workers. You must set `instance_id = *` when this option
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
92 ## is set to more than one worker
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
93 #workers = 1
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
94 ## process name
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
95 #proc_name = kallithea
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
96 ## type of worker class, one of sync, eventlet, gevent, tornado
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
97 ## recommended for bigger setup is using of of other than sync one
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
98 #worker_class = sync
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
99 #max_requests = 1000
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
100 ## ammount of time a worker can handle request before it gets killed and
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
101 ## restarted
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
102 #timeout = 3600
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
103
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
104 ## UWSGI ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
105 ## run with uwsgi --ini-paste-logged <inifile.ini>
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
106 #[uwsgi]
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
107 #socket = /tmp/uwsgi.sock
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
108 #master = true
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
109 #http = 127.0.0.1:5000
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
110
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
111 ## set as deamon and redirect all output to file
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
112 #daemonize = ./uwsgi_kallithea.log
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
113
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
114 ## master process PID
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
115 #pidfile = ./uwsgi_kallithea.pid
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
116
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
117 ## stats server with workers statistics, use uwsgitop
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
118 ## for monitoring, `uwsgitop 127.0.0.1:1717`
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
119 #stats = 127.0.0.1:1717
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
120 #memory-report = true
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
121
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
122 ## log 5XX errors
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
123 #log-5xx = true
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
124
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
125 ## Set the socket listen queue size.
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
126 #listen = 256
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
127
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
128 ## Gracefully Reload workers after the specified amount of managed requests
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
129 ## (avoid memory leaks).
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
130 #max-requests = 1000
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
131
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
132 ## enable large buffers
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
133 #buffer-size = 65535
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
134
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
135 ## socket and http timeouts ##
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
136 #http-timeout = 3600
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
137 #socket-timeout = 3600
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
138
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
139 ## Log requests slower than the specified number of milliseconds.
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
140 #log-slow = 10
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
141
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
142 ## Exit if no app can be loaded.
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
143 #need-app = true
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
144
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
145 ## Set lazy mode (load apps in workers instead of master).
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
146 #lazy = true
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
147
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
148 ## scaling ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
149 ## set cheaper algorithm to use, if not set default will be used
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
150 #cheaper-algo = spare
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
151
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
152 ## minimum number of workers to keep at all times
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
153 #cheaper = 1
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
154
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
155 ## number of workers to spawn at startup
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
156 #cheaper-initial = 1
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
157
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
158 ## maximum number of workers that can be spawned
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
159 #workers = 4
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
160
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
161 ## how many workers should be spawned at a time
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
162 #cheaper-step = 1
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
163
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
164 ## COMMON ##
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
165 host = 127.0.0.1
5388
5f9321340e44 tests: avoid collision with dev servers - use port 4999 for testing
Mads Kiilerich <madski@unity3d.com>
parents: 5366
diff changeset
166 port = 4999
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
167
5079
fc71103e16b7 config: don't use rc in description of prefix middleware
Mads Kiilerich <madski@unity3d.com>
parents: 4985
diff changeset
168 ## middleware for hosting the WSGI application under a URL prefix
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
169 #[filter:proxy-prefix]
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
170 #use = egg:PasteDeploy#prefix
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
171 #prefix = /<your-prefix>
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
172
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
173 [app:main]
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4068
diff changeset
174 use = egg:kallithea
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
175 ## enable proxy prefix middleware
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
176 #filter-with = proxy-prefix
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
177
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
178 full_stack = true
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
179 static_files = true
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
180 ## Available Languages:
4985
04682d9fb33a i18n: drop redundant english translation
Mads Kiilerich <madski@unity3d.com>
parents: 4940
diff changeset
181 ## cs de fr hu ja nl_BE pl pt_BR ru sk zh_CN zh_TW
04682d9fb33a i18n: drop redundant english translation
Mads Kiilerich <madski@unity3d.com>
parents: 4940
diff changeset
182 lang =
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
183 cache_dir = %(here)s/data
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
184 index_dir = %(here)s/data/index
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
185
3778
88f11b5eb6db added initial_repo_scan flag for controll if repo scaning should be performed on every startup.
Marcin Kuzminski <marcin@python-works.com>
parents: 3651
diff changeset
186 ## perform a full repository scan on each server start, this should be
88f11b5eb6db added initial_repo_scan flag for controll if repo scaning should be performed on every startup.
Marcin Kuzminski <marcin@python-works.com>
parents: 3651
diff changeset
187 ## set to false after first startup, to allow faster server restarts.
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
188 #initial_repo_scan = false
3778
88f11b5eb6db added initial_repo_scan flag for controll if repo scaning should be performed on every startup.
Marcin Kuzminski <marcin@python-works.com>
parents: 3651
diff changeset
189 initial_repo_scan = true
88f11b5eb6db added initial_repo_scan flag for controll if repo scaning should be performed on every startup.
Marcin Kuzminski <marcin@python-works.com>
parents: 3651
diff changeset
190
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
191 ## uncomment and set this path to use archive download cache
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
192 archive_cache_dir = %(here)s/tarballcache
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
193
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
194 ## change this to unique ID for security
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
195 app_instance_uuid = test
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
196
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
197 ## cut off limit for large diffs (size in bytes)
812
30ad41c76fae fixes #79 cut off limit was added into .ini config files
Marcin Kuzminski <marcin@python-works.com>
parents: 776
diff changeset
198 cut_off_limit = 256000
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
199
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
200 ## use cache version of scm repo everywhere
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
201 #vcs_full_cache = true
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
202 vcs_full_cache = false
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
203
4212
24c0d584ba86 General renaming to Kallithea
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4210
diff changeset
204 ## force https in Kallithea, fixes https redirects, assumes it's always https
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 812
diff changeset
205 force_https = false
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
206
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
207 ## use Strict-Transport-Security headers
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
208 use_htsts = false
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
209
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
210 ## number of commits stats will parse on each iteration
1079
f4254d4cc5ca fixed test.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 964
diff changeset
211 commit_parse_limit = 25
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
212
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
213 ## path to git executable
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
214 git_path = git
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
215
3561
c04d1d9b6193 made git refs filter configurable ref issue #797
Marcin Kuzminski <marcin@python-works.com>
parents: 3557
diff changeset
216 ## git rev filter option, --all is the default filter, if you need to
c04d1d9b6193 made git refs filter configurable ref issue #797
Marcin Kuzminski <marcin@python-works.com>
parents: 3557
diff changeset
217 ## hide all refs in changelog switch this to --branches --tags
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
218 #git_rev_filter = --branches --tags
3561
c04d1d9b6193 made git refs filter configurable ref issue #797
Marcin Kuzminski <marcin@python-works.com>
parents: 3557
diff changeset
219
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
220 ## RSS feed options
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
221 rss_cut_off_limit = 256000
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
222 rss_items_per_page = 10
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
223 rss_include_diff = false
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
224
3651
659bd922520e config: rename options to show_revision_number and show_sha_length
Mads Kiilerich <madski@unity3d.com>
parents: 3588
diff changeset
225 ## options for showing and identifying changesets
659bd922520e config: rename options to show_revision_number and show_sha_length
Mads Kiilerich <madski@unity3d.com>
parents: 3588
diff changeset
226 show_sha_length = 12
659bd922520e config: rename options to show_revision_number and show_sha_length
Mads Kiilerich <madski@unity3d.com>
parents: 3588
diff changeset
227 show_revision_number = true
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
228
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
229 ## gist URL alias, used to create nicer urls for gist. This should be an
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
230 ## url that does rewrites to _admin/gists/<gistid>.
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
231 ## example: http://gist.kallithea.server/{gistid}. Empty means use the internal
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
232 ## Kallithea url, ie. http[s]://your.kallithea.server/_admin/gists/<gistid>
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
233 gist_alias_url =
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
234
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
235 ## white list of API enabled controllers. This allows to add list of
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
236 ## controllers to which access will be enabled by api_key. eg: to enable
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
237 ## api access to raw_files put `FilesController:raw`, to enable access to patches
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
238 ## add `ChangesetController:changeset_patch`. This list should be "," separated
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
239 ## Syntax is <ControllerClass>:<function>. Check debug logs for generated names
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
240 ## Recommended settings below are commented out:
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
241 api_access_controllers_whitelist =
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
242 # ChangesetController:changeset_patch,
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
243 # ChangesetController:changeset_raw,
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
244 # FilesController:raw,
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
245 # FilesController:archivefile
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
246
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
247 ## default encoding used to convert from and to unicode
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
248 ## can be also a comma seperated list of encoding in case of mixed encodings
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
249 default_encoding = utf8
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
250
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
251 ## issue tracker for Kallithea (leave blank to disable, absent for default)
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
252 #bugtracker = https://bitbucket.org/conservancy/kallithea/issues
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
253
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
254 ## issue tracking mapping for commits messages
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
255 ## comment out issue_pat, issue_server, issue_prefix to enable
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
256
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
257 ## pattern to get the issues from commit messages
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
258 ## default one used here is #<numbers> with a regex passive group for `#`
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
259 ## {id} will be all groups matched from this pattern
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
260
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
261 issue_pat = (?:\s*#)(\d+)
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
262
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
263 ## server url to the issue, each {id} will be replaced with match
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
264 ## fetched from the regex and {repo} is replaced with full repository name
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
265 ## including groups {repo_name} is replaced with just name of repo
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
266
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
267 issue_server_link = https://myissueserver.com/{repo}/issue/{id}
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
268
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
269 ## prefix to add to link to indicate it's an url
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
270 ## #314 will be replaced by <issue_prefix><id>
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
271
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
272 issue_prefix = #
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
273
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
274 ## issue_pat, issue_server_link, issue_prefix can have suffixes to specify
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
275 ## multiple patterns, to other issues server, wiki or others
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
276 ## below an example how to create a wiki pattern
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
277 # wiki-some-id -> https://mywiki.com/some-id
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
278
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
279 #issue_pat_wiki = (?:wiki-)(.+)
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
280 #issue_server_link_wiki = https://mywiki.com/{id}
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
281 #issue_prefix_wiki = WIKI-
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
282
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
283 ## instance-id prefix
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
284 ## a prefix key for this instance used for cache invalidation when running
4210
277684f23146 Rename some strings in defaults found in config files
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4207
diff changeset
285 ## multiple instances of kallithea, make sure it's globally unique for
277684f23146 Rename some strings in defaults found in config files
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4207
diff changeset
286 ## all running kallithea instances. Leave empty if you don't use it
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
287 instance_id =
2558
ecdfa7a480d2 Sync test.ini with development.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 2149
diff changeset
288
ecdfa7a480d2 Sync test.ini with development.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 2149
diff changeset
289 ## alternative return HTTP header for failed authentication. Default HTTP
4527
dacdea9fda2a Correct capitalization and improved English text in the UI
Na'Tosha Bard <natosha@unity3d.com>
parents: 4501
diff changeset
290 ## response is 401 HTTPUnauthorized. Currently Mercurial clients have trouble with
2558
ecdfa7a480d2 Sync test.ini with development.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 2149
diff changeset
291 ## handling that. Set this variable to 403 to return HTTPForbidden
ecdfa7a480d2 Sync test.ini with development.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 2149
diff changeset
292 auth_ret_code =
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
293
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
294 ## locking return code. When repository is locked return this HTTP code. 2XX
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
295 ## codes don't break the transactions while 4XX codes do
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
296 lock_ret_code = 423
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
297
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
298 ## allows to change the repository location in settings page
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
299 allow_repo_location_change = True
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
300
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
301 ## allows to setup custom hooks in settings page
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
302 allow_custom_hooks_settings = True
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
303
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
304 ####################################
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
305 ### CELERY CONFIG ####
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
306 ####################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
307
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
308 use_celery = false
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
309 broker.host = localhost
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
310 broker.vhost = rabbitmqhost
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
311 broker.port = 5672
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
312 broker.user = rabbitmq
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
313 broker.password = qweqwe
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
314
4186
7e5f8c12a3fc First step in two-part process to rename directories to kallithea.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4068
diff changeset
315 celery.imports = kallithea.lib.celerylib.tasks
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
316
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
317 celery.result.backend = amqp
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
318 celery.result.dburi = amqp://
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
319 celery.result.serialier = json
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
320
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
321 #celery.send.task.error.emails = true
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
322 #celery.amqp.task.result.expires = 18000
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
323
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
324 celeryd.concurrency = 2
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
325 #celeryd.log.file = celeryd.log
4940
75f4d8e84b81 Make celeryd.log.level default values uppercase - lowercase might not be recognized and cause failure
Mads Kiilerich <madski@unity3d.com>
parents: 4916
diff changeset
326 celeryd.log.level = DEBUG
1079
f4254d4cc5ca fixed test.ini
Marcin Kuzminski <marcin@python-works.com>
parents: 964
diff changeset
327 celeryd.max.tasks.per.child = 1
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
328
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
329 ## tasks will never be sent to the queue, but executed locally instead.
776
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
330 celery.always.eager = false
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
331
f6c613fba757 Celery is configured by the .ini files and run from paster now
Marcin Kuzminski <marcin@python-works.com>
parents: 688
diff changeset
332 ####################################
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
333 ### BEAKER CACHE ####
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
334 ####################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
335
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
336 beaker.cache.data_dir = %(here)s/data/cache/data
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
337 beaker.cache.lock_dir = %(here)s/data/cache/lock
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
338
5399
4610a39d3be9 cleanup: kill unused beaker cache regions
Mads Kiilerich <madski@unity3d.com>
parents: 5388
diff changeset
339 beaker.cache.regions = short_term,long_term,sql_cache_short
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
340
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
341 beaker.cache.short_term.type = memory
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
342 beaker.cache.short_term.expire = 60
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
343 beaker.cache.short_term.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
344
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
345 beaker.cache.long_term.type = memory
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
346 beaker.cache.long_term.expire = 36000
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
347 beaker.cache.long_term.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
348
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
349 beaker.cache.sql_cache_short.type = memory
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
350 beaker.cache.sql_cache_short.expire = 1
1607
e886f91fcb71 Cached readme generation
Marcin Kuzminski <marcin@python-works.com>
parents: 1530
diff changeset
351 beaker.cache.sql_cache_short.key_length = 256
629
7e536d1af60d Code refactoring,models renames
Marcin Kuzminski <marcin@python-works.com>
parents: 552
diff changeset
352
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
353 ####################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
354 ### BEAKER SESSION ####
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
355 ####################################
5400
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
356
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
357 ## Name of session cookie. Should be unique for a given host and path, even when running
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
358 ## on different ports. Otherwise, cookie sessions will be shared and messed up.
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
359 beaker.session.key = kallithea
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
360 ## Sessions should always only be accessible by the browser, not directly by JavaScript.
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
361 beaker.session.httponly = true
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
362 ## Session lifetime. 2592000 seconds is 30 days.
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
363 beaker.session.timeout = 2592000
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
364
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
365 ## Server secret used with HMAC to ensure integrity of cookies.
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
366 beaker.session.secret = {74e0cd75-b339-478b-b129-07dd221def1f}
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
367 ## Further, encrypt the data with AES.
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
368 #beaker.session.encrypt_key = <key_for_encryption>
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
369 #beaker.session.validate_key = <validation_key>
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
370
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
371 ## Type of storage used for the session, current types are
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
372 ## dbm, file, memcached, database, and memory.
5400
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
373
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
374 ## File system storage of session data. (default)
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
375 #beaker.session.type = file
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
376
5400
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
377 ## Cookie only, store all session data inside the cookie. Requires secure secrets.
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
378 #beaker.session.type = cookie
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
379
6257de126ec7 docs: improve documentation of beaker session configuration
Mads Kiilerich <madski@unity3d.com>
parents: 5399
diff changeset
380 ## Database storage of session data.
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
381 #beaker.session.type = ext:database
4210
277684f23146 Rename some strings in defaults found in config files
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4207
diff changeset
382 #beaker.session.sa.url = postgresql://postgres:qwe@localhost/kallithea
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
383 #beaker.session.table_name = db_session
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
384
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
385 ############################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
386 ## ERROR HANDLING SYSTEMS ##
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
387 ############################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
388
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
389 ####################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
390 ### [errormator] ###
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
391 ####################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
392
4212
24c0d584ba86 General renaming to Kallithea
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4210
diff changeset
393 ## Errormator is tailored to work with Kallithea, see
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
394 ## http://errormator.com for details how to obtain an account
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
395 ## you must install python package `errormator_client` to make it work
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
396
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
397 ## errormator enabled
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
398 errormator = false
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
399
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
400 errormator.server_url = https://api.errormator.com
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
401 errormator.api_key = YOUR_API_KEY
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
402
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
403 ## TWEAK AMOUNT OF INFO SENT HERE
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
404
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
405 ## enables 404 error logging (default False)
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
406 errormator.report_404 = false
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
407
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
408 ## time in seconds after request is considered being slow (default 1)
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
409 errormator.slow_request_time = 1
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
410
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
411 ## record slow requests in application
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
412 ## (needs to be enabled for slow datastore recording and time tracking)
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
413 errormator.slow_requests = true
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
414
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
415 ## enable hooking to application loggers
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
416 #errormator.logging = true
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
417
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
418 ## minimum log level for log capture
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
419 #errormator.logging.level = WARNING
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
420
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
421 ## send logs only from erroneous/slow requests
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
422 ## (saves API quota for intensive logging)
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
423 errormator.logging_on_error = false
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
424
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
425 ## list of additonal keywords that should be grabbed from environ object
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
426 ## can be string with comma separated list of words in lowercase
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
427 ## (by default client will always send following info:
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
428 ## 'REMOTE_USER', 'REMOTE_ADDR', 'SERVER_NAME', 'CONTENT_TYPE' + all keys that
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
429 ## start with HTTP* this list be extended with additional keywords here
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
430 errormator.environ_keys_whitelist =
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
431
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
432 ## list of keywords that should be blanked from request object
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
433 ## can be string with comma separated list of words in lowercase
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
434 ## (by default client will always blank keys that contain following words
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
435 ## 'password', 'passwd', 'pwd', 'auth_tkt', 'secret', 'csrf'
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
436 ## this list be extended with additional keywords set here
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
437 errormator.request_keys_blacklist =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
438
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
439 ## list of namespaces that should be ignores when gathering log entries
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
440 ## can be string with comma separated list of namespaces
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
441 ## (by default the client ignores own entries: errormator_client.client)
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
442 errormator.log_namespace_blacklist =
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
443
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
444 ################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
445 ### [sentry] ###
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
446 ################
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
447
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
448 ## sentry is a alternative open source error aggregator
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
449 ## you must install python packages `sentry` and `raven` to enable
3479
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
450
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
451 sentry.dsn = YOUR_DNS
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
452 sentry.servers =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
453 sentry.name =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
454 sentry.key =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
455 sentry.public_key =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
456 sentry.secret_key =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
457 sentry.project =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
458 sentry.site =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
459 sentry.include_paths =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
460 sentry.exclude_paths =
b45c8916644c synced test.ini with latest changes
Marcin Kuzminski <marcin@python-works.com>
parents: 3393
diff changeset
461
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
462 ################################################################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
463 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
464 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
465 ## execute malicious code after an exception is raised. ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
466 ################################################################################
3381
c48a3381b037 sync test.ini file with upstream
Marcin Kuzminski <marcin@python-works.com>
parents: 3180
diff changeset
467 set debug = false
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
468
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
469 ##################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
470 ### LOGVIEW CONFIG ###
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
471 ##################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
472
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
473 logview.sqlalchemy = #faa
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
474 logview.pylons.templating = #bfb
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
475 logview.pylons.util = #eee
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
476
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
477 #########################################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
478 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
479 #########################################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
480
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
481 # SQLITE [default]
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
482 #sqlalchemy.db1.url = sqlite:///%(here)s/kallithea.db?timeout=60
4206
703d3208424c Rename various strings for tests
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
483 sqlalchemy.db1.url = sqlite:///%(here)s/kallithea_test.sqlite
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
484
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
485 # POSTGRESQL
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
486 #sqlalchemy.db1.url = postgresql://user:pass@localhost/kallithea
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
487
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
488 # MySQL
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
489 #sqlalchemy.db1.url = mysql://user:pass@localhost/kallithea
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
490
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
491 # see sqlalchemy docs for others
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
492
2149
50aa7cb78cfe Mysql fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2110
diff changeset
493 sqlalchemy.db1.echo = false
50aa7cb78cfe Mysql fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2110
diff changeset
494 sqlalchemy.db1.pool_recycle = 3600
50aa7cb78cfe Mysql fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2110
diff changeset
495 sqlalchemy.db1.convert_unicode = true
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
496
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
497 ################################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
498 ### LOGGING CONFIGURATION ####
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
499 ################################
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
500
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
501 [loggers]
4207
58e390e0cea4 Rename some strings in init files and logger names
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4206
diff changeset
502 keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
503
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
504 [handlers]
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
505 keys = console, console_sql
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
506
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
507 [formatters]
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
508 keys = generic, color_formatter, color_formatter_sql
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
509
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
510 #############
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
511 ## LOGGERS ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
512 #############
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
513
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
514 [logger_root]
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
515 #level = NOTSET
2686
269c6e0b54cc Reimplemented file-browser using partial-ajax
Marcin Kuzminski <marcin@python-works.com>
parents: 2597
diff changeset
516 level = DEBUG
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
517 handlers = console
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
518
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
519 [logger_routes]
2686
269c6e0b54cc Reimplemented file-browser using partial-ajax
Marcin Kuzminski <marcin@python-works.com>
parents: 2597
diff changeset
520 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
521 handlers =
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
522 qualname = routes.middleware
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
523 ## "level = DEBUG" logs the route matched and routing variables.
1530
04027bdb876c Refactoring of model get functions
Marcin Kuzminski <marcin@python-works.com>
parents: 1373
diff changeset
524 propagate = 1
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
525
1373
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
526 [logger_beaker]
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
527 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
528 handlers =
1373
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
529 qualname = beaker.container
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
530 propagate = 1
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
531
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
532 [logger_templates]
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
533 level = INFO
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
534 handlers =
1373
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
535 qualname = pylons.templating
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
536 propagate = 1
66f03a87141c Fixes issue #201
Marcin Kuzminski <marcin@python-works.com>
parents: 1366
diff changeset
537
4207
58e390e0cea4 Rename some strings in init files and logger names
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4206
diff changeset
538 [logger_kallithea]
2686
269c6e0b54cc Reimplemented file-browser using partial-ajax
Marcin Kuzminski <marcin@python-works.com>
parents: 2597
diff changeset
539 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
540 handlers =
4207
58e390e0cea4 Rename some strings in init files and logger names
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4206
diff changeset
541 qualname = kallithea
1530
04027bdb876c Refactoring of model get functions
Marcin Kuzminski <marcin@python-works.com>
parents: 1373
diff changeset
542 propagate = 1
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
543
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
544 [logger_sqlalchemy]
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
545 #level = INFO
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
546 #handlers = console_sql
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
547 level = ERROR
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
548 handlers = console
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
549 qualname = sqlalchemy.engine
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
550 propagate = 0
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
551
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
552 [logger_whoosh_indexer]
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
553 level = DEBUG
4068
17e3926c3753 added ini files into codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
554 handlers =
2110
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
555 qualname = whoosh_indexer
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
556 propagate = 1
bc24ef53edd1 updated test.ini to latest ini format
Marcin Kuzminski <marcin@python-works.com>
parents: 1982
diff changeset
557
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
558 ##############
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
559 ## HANDLERS ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
560 ##############
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
561
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
562 [handler_console]
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
563 class = StreamHandler
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
564 args = (sys.stderr,)
4225
3e6291d99a6f Align and update the outdated ini files and templates
Mads Kiilerich <madski@unity3d.com>
parents: 4212
diff changeset
565 #level = INFO
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
566 level = NOTSET
1530
04027bdb876c Refactoring of model get functions
Marcin Kuzminski <marcin@python-works.com>
parents: 1373
diff changeset
567 formatter = generic
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
568
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
569 [handler_console_sql]
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
570 class = StreamHandler
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
571 args = (sys.stderr,)
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
572 level = WARN
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
573 formatter = generic
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
574
459
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
575 ################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
576 ## FORMATTERS ##
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
577 ################
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
578
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
579 [formatter_generic]
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
580 format = %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
581 datefmt = %Y-%m-%d %H:%M:%S
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
582
7c978511c951 implemented basic (startup) nose test suite.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
583 [formatter_color_formatter]
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
584 class = kallithea.lib.colored_formatter.ColorFormatter
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
585 format = %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
3180
3472d8f37e6d fixed ip restriction tests when runned multiple times.
Marcin Kuzminski <marcin@python-works.com>
parents: 3095
diff changeset
586 datefmt = %Y-%m-%d %H:%M:%S
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
587
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
588 [formatter_color_formatter_sql]
5364
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
589 class = kallithea.lib.colored_formatter.ColorFormatterSql
a478cad966b1 ini: consistently write #-disabled lines without space after # and with single space around =
Mads Kiilerich <madski@unity3d.com>
parents: 5363
diff changeset
590 format = %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
3557
58dcef7eef03 Implemented show_id function that is a configurable way to display sha hashes in the changelog.
Marcin Kuzminski <marcin@python-works.com>
parents: 3490
diff changeset
591 datefmt = %Y-%m-%d %H:%M:%S