Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Completely rework symbols cache management | Vsevolod Stakhov | 2018-10-26 | 5 | -397/+410 |
| | |||||
* | [Minor] Add more attributes | Vsevolod Stakhov | 2018-10-26 | 2 | -8/+20 |
| | |||||
* | [Minor] Add specific attributes to mempool functions | Vsevolod Stakhov | 2018-10-26 | 1 | -8/+32 |
| | |||||
* | [Minor] Try harder to track DNS based chaining | Vsevolod Stakhov | 2018-10-25 | 2 | -1/+23 |
| | |||||
* | [Minor] Fix lua warnings | Vsevolod Stakhov | 2018-10-25 | 1 | -3/+3 |
| | |||||
* | [Minor] Fix configwizard behaviour when DB is empty | Vsevolod Stakhov | 2018-10-25 | 2 | -9/+16 |
| | |||||
* | [Minor] Fix debugm logic | Vsevolod Stakhov | 2018-10-25 | 1 | -1/+1 |
| | |||||
* | [Minor] Add ability to debug lua redis calls | Vsevolod Stakhov | 2018-10-25 | 1 | -0/+15 |
| | |||||
* | [Minor] Fix error callback invocation | Vsevolod Stakhov | 2018-10-25 | 1 | -3/+1 |
| | |||||
* | [Minor] Remove assertion as this case can actually happen | Vsevolod Stakhov | 2018-10-25 | 1 | -3/+5 |
| | |||||
* | [Minor] Remove last elt optimization for now | Vsevolod Stakhov | 2018-10-25 | 1 | -21/+4 |
| | |||||
* | Merge pull request #2610 from citrin/functional-test-fix | Vsevolod Stakhov | 2018-10-25 | 5 | -4/+12 |
|\ | | | | | Fix test case: Cases.210 Clickhouse.001 | ||||
| * | TCP Connect robot keyword | Anton Yuzhaninov | 2018-10-24 | 1 | -0/+7 |
| | | | | | | | | | | * reduce timeout to a reasonable value * explicitly close socket, don't wait for GC | ||||
| * | Filter Wait Until Keyword Succeeds in robot log | Anton Yuzhaninov | 2018-10-24 | 1 | -1/+1 |
| | | | | | | | | | | Remove all but the last failing keyword inside `BuiltIn.Wait Until Keyword Succeeds` to reduce amount of useless information in robot log. | ||||
| * | Filter Wait Until Keyword Succeeds in robot log | Anton Yuzhaninov | 2018-10-24 | 1 | -1/+1 |
| | | | | | | | | | | Remove all but the last failing keyword inside `BuiltIn.Wait Until Keyword Succeeds` to reduse amount of useless inforamtion in robot log. | ||||
| * | Fix race in Cases.210 Clickhouse.001 | Anton Yuzhaninov | 2018-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Clickhouse test sometimes fails with an error: ConnectionError: HTTPConnectionPool(host='localhost', port=18123): Max retries exceeded with url: /?default_format=JSONEachRow (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f40ad96fdd0>: Failed to establish a new connection: [Errno 111] Connection refused',)) Fix this by waiting for TCP port instead pid file. | ||||
| * | Add variable for clickhouse port | Anton Yuzhaninov | 2018-10-24 | 3 | -2/+3 |
| | | |||||
* | | Merge pull request #2607 from citrin/drone_improvements | Vsevolod Stakhov | 2018-10-25 | 1 | -4/+13 |
|\ \ | | | | | | | Run GDB on cores dumped by functional test | ||||
| * | | gdb invocation nitpick | Anton Yuzhaninov | 2018-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * pagination is disabled by --batch * use options order like in gdb docs | ||||
| * | | Merge branch 'master' into drone_improvements | Anton Yuzhaninov | 2018-10-23 | 8 | -55/+185 |
| |\ \ | |||||
| * | | | Print backtrace for cores dumped by functional test | Anton Yuzhaninov | 2018-10-23 | 1 | -1/+10 |
| | | | | |||||
| * | | | Remove indentation from yaml '>' blocks | Anton Yuzhaninov | 2018-10-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | With indentation block literal is not folded as expected. | ||||
* | | | | Merge pull request #2609 from HeinleinSupport/master | Vsevolod Stakhov | 2018-10-25 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | [Fix] Antivirus - virus names with 0 were recognized as tables | ||||
| * | | | [FIX] Antivirus - virus names #2 | Carsten Rosenberg | 2018-10-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | [Fix] Antivirus - virus names with 0 were recognized as tables | Carsten Rosenberg | 2018-10-24 | 1 | -1/+1 |
|/ / / | |||||
* | | | [Minor] Some fixes in surbl module events processing | Vsevolod Stakhov | 2018-10-24 | 2 | -5/+14 |
| | | | |||||
* | | | [Minor] Avoid double quoting | Vsevolod Stakhov | 2018-10-24 | 1 | -2/+4 |
| | | | |||||
* | | | [Minor] Optimize symbols execution | Vsevolod Stakhov | 2018-10-24 | 1 | -27/+53 |
| | | | |||||
* | | | [Minor] Restore item when pushing redis result | Vsevolod Stakhov | 2018-10-24 | 1 | -0/+4 |
| | | | |||||
* | | | [Minor] Add safety guards for fuzzy checks | Vsevolod Stakhov | 2018-10-24 | 1 | -4/+14 |
| | | | |||||
* | | | [Minor] Fix dns resolve with no current item | Vsevolod Stakhov | 2018-10-24 | 2 | -2/+5 |
| | | | |||||
* | | | [Feature] Add specialised functions for generating encrypted cookies | Vsevolod Stakhov | 2018-10-23 | 1 | -0/+187 |
| |/ |/| | |||||
* | | [Minor] Pet luacheck | Vsevolod Stakhov | 2018-10-23 | 3 | -22/+14 |
| | | |||||
* | | [CritFix] Fix \0 processing when doing RSA sign | Vsevolod Stakhov | 2018-10-23 | 1 | -4/+6 |
| | | |||||
* | | [Feature] Fold b= value when doing arc sealing | Vsevolod Stakhov | 2018-10-23 | 1 | -1/+7 |
| | | |||||
* | | [Minor] Allow to fold base64 encoding of signatures | Vsevolod Stakhov | 2018-10-23 | 1 | -1/+21 |
| | | |||||
* | | [Minor] Allow to create upstreams without a context | Vsevolod Stakhov | 2018-10-23 | 1 | -1/+12 |
| | | |||||
* | | Merge pull request #2605 from citrin/drone_improvements | Vsevolod Stakhov | 2018-10-23 | 2 | -4/+65 |
|\| | | | | | Drone improvements | ||||
| * | Fix grammar | Anton Yuzhaninov | 2018-10-22 | 1 | -2/+2 |
| | | |||||
| * | Don't write xunit.xml | Anton Yuzhaninov | 2018-10-22 | 1 | -1/+1 |
| | | | | | | | | It is not currently used. | ||||
| * | Share robot log and report on https://ci.rspamd.com/testlogs/ | Anton Yuzhaninov | 2018-10-22 | 2 | -2/+60 |
| | | | | | | | | | | | | | | Sending functional test log (about 5Mb) in a email attachmend was temporary solution. Upload them to https://ci.rspamd.com/testlogs/ instead. Link to log/report will be printed in build log. | ||||
| * | Simplify: default working directory is source root | Anton Yuzhaninov | 2018-10-22 | 1 | -1/+1 |
| | | |||||
| * | Enable core dumps for funcutional test | Anton Yuzhaninov | 2018-10-22 | 1 | -1/+4 |
| | | | | | | | | | | Don't run gdb yet, it requires more work and can be done when it will be needed. | ||||
* | | [Feature] Tune upstream limits in Rspamd proxy | Vsevolod Stakhov | 2018-10-23 | 1 | -0/+32 |
| | | |||||
* | | [Feature] Allow to set custom limits for upstream lists | Vsevolod Stakhov | 2018-10-23 | 2 | -24/+86 |
| | | |||||
* | | [Minor] Add some protection against bad values | Vsevolod Stakhov | 2018-10-23 | 1 | -4/+9 |
|/ | |||||
* | [Minor] Fix issues in lua http | Vsevolod Stakhov | 2018-10-22 | 2 | -6/+9 |
| | |||||
* | Merge pull request #2604 from moisseev/webui | Vsevolod Stakhov | 2018-10-22 | 6 | -16/+40 |
|\ | | | | | [Minor] Update Bootstrap to 3.3.7 | ||||
| * | [WebUI] Add history rows per page control | Alexander Moisseev | 2018-10-21 | 4 | -9/+32 |
| | | |||||
| * | [Minor] Update Bootstrap to 3.3.7 | Alexander Moisseev | 2018-10-21 | 2 | -7/+8 |
| | |