Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Small text changes | 45797dbaf71ec5c922a8ed6e7b9497da64807eb4 | Catalin(ux) M. BOIE | 2017-06-25 07:58:25 |
tests: added a test with 500 10k commits | ad3ce91ff291b9537ceca11995268e45a17407ef | Catalin(ux) M. BOIE | 2017-06-25 07:57:37 |
css: added warning_text class | 17a1930f1661392629f3787cdd0150e971496512 | Catalin(ux) M. BOIE | 2017-06-25 07:56:48 |
web: the jump to a file did not work because of a wrong anchor | bbb95d3a79ea686b3c145b532d072fc19c034297 | Catalin(ux) M. BOIE | 2017-06-25 07:53:52 |
css: when diff is too big, show it inline not as a ugly block | 9fff8e0248793fc7a2d1346dc8af7ba1aa2fb7ea | Catalin(ux) M. BOIE | 2017-06-25 07:50:58 |
Small fixes to the 'download' section documentation | a19ca599f6e6ec064952cc1d8f9ea3edd7947254 | Catalin(ux) M. BOIE | 2017-06-25 07:50:11 |
Fixes for base_url: did not work for docker (bad switch to https) | 4aee622d5e845a9e308f7277af1a1b612fc0c173 | Catalin(ux) M. BOIE | 2017-06-25 07:49:17 |
Fixed the commit show page (showing multiple commits) | 3e932d79f05be2593cb4c62a58cc0f98704ba5d7 | Catalin(ux) M. BOIE | 2017-06-25 07:48:21 |
nginx preparations in .spec file and remove hard dependency on a web server | 9aac8ca0a8cb26da4552b9e55f1d4d6b3a4a5d14 | Catalin(ux) M. BOIE | 2017-06-25 07:46:46 |
compare: added 'LDAP groups' item and 'Product distribution/evaluation' category | ee0b6e752dd575ca1f2b94b7d1c9156db89e40c7 | Catalin(ux) M. BOIE | 2017-06-25 07:44:45 |
Improved the installation documentation (add added nginx) | 7282afb958acad6e7a4399442b306df59a9b02c0 | Catalin(ux) M. BOIE | 2017-06-25 07:43:15 |
Docker fixes | 16b1c0adb4518db3a1498c1e30d5a409b692b2bb | Catalin(ux) M. BOIE | 2017-06-25 07:36:09 |
Disabled repo 'Stats' menu because of performance issues | da34324ac9972bac872916aef29d1d4e0b8f0499 | Catalin(ux) M. BOIE | 2017-06-09 17:50:54 |
Manually free memory to improve performance | d6b93c1dc2aef248fba8d5f4a34e57ad3433f82f | Catalin(ux) M. BOIE | 2017-06-09 17:37:37 |
Add a random id to all requests to be able to identify them in the logs | 1a487eb279fb2f77db64dbee1b2c1067b548899b | Catalin(ux) M. BOIE | 2017-05-29 17:09:20 |
Docker improvements and 'make docker' to easy testing | 2171599842a90282c24845d41965ef6f7893342c | Catalin(ux) M. BOIE | 2017-05-28 10:09:21 |
Improved apache sample configuration | de04d409f25a6f5d1fe304069753144c17c4f631 | Catalin(ux) M. BOIE | 2017-05-28 10:07:47 |
Use the database only after we setup the connection | 26487d0f17f510d26ef182b6c0938022b0730752 | Catalin(ux) M. BOIE | 2017-05-25 16:39:53 |
Bump version to 0.68 | 02b4708f1cdad67a810f7f1808364774e8ac4831 | Catalin(ux) M. BOIE | 2017-05-25 14:33:17 |
Small debug of schema_ver | 990ad6c4fad455a284a19ed2a60e80442c4ac9d8 | Catalin(ux) M. BOIE | 2017-05-25 14:32:54 |
File | Lines added | Lines deleted |
---|---|---|
samples/config.php | 2 | 2 |
File samples/config.php changed (mode: 100644) (index 8d999e0..e2cdf45) | |||
... | ... | $rg_git_port = 9418; | |
82 | 82 | // How many days to keep the log files? Put 0 to not delete them. | // How many days to keep the log files? Put 0 to not delete them. |
83 | 83 | $rg_logs_lifetime = 31; | $rg_logs_lifetime = 31; |
84 | 84 | ||
85 | // addr/port to bind/listen for build workers | ||
86 | // set port to 0 to disable the builder | ||
85 | // Addr/port to bind/listen for build workers. | ||
86 | // Set port to 0 to disable the builder. | ||
87 | 87 | $rg_builder_bind = '0.0.0.0'; | $rg_builder_bind = '0.0.0.0'; |
88 | 88 | $rg_builder_port = 65000; | $rg_builder_port = 65000; |
89 | 89 |