summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [Fix] Fix lua_util.str_split in case of delimiters setVsevolod Stakhov2018-09-211-1/+6
|/
* Merge pull request #2516 from andy-igoshin/masterVsevolod Stakhov2018-09-211-0/+3
|\ | | | | support for non-TLD domains
| * support for non-TLD domainsAndrey Igoshin2018-09-211-0/+3
| |
* | Merge pull request #2515 from negram/log-error-selectorVsevolod Stakhov2018-09-211-1/+2
|\ \ | | | | | | [Minor] Add more info into error record
| * | [Minor] do not mix %1 and %sMikhail Galanin2018-09-211-1/+1
| | |
| * | [Minor] Add more info into error recordMikhail Galanin2018-09-211-1/+2
| |/
* | Merge pull request #2514 from negram/selector-error-checkVsevolod Stakhov2018-09-211-1/+8
|\ \ | |/ |/| Selector error check
| * [Minor] Return nil if unknown processor was usedMikhail Galanin2018-09-211-0/+7
| |
| * [Minor] Return nil if a random string used as selectorMikhail Galanin2018-09-211-1/+1
|/
* Merge pull request #2512 from moisseev/eslintVsevolod Stakhov2018-09-215-54/+60
|\ | | | | [WebUI] Fix throughput data consolidation
| * [Minor] Use .forEach instead of .mapAlexander Moisseev2018-09-212-3/+2
| | | | | | | | as we only need to iterate
| * [WebUI] Fix throughput data consolidationAlexander Moisseev2018-09-211-16/+20
| |
| * [Minor] Use consistent return behaviorAlexander Moisseev2018-09-193-34/+35
| |
| * [Minor] Guard for-inAlexander Moisseev2018-09-193-1/+3
| |
* | Merge pull request #2513 from negram/unit-test-improvementsVsevolod Stakhov2018-09-215-29/+27
|\ \ | | | | | | Unit test improvements
| * | [Test] Small fixes on diff rendererMikhail Galanin2018-09-211-3/+2
| | |
| * | [Test] Use init_url() frim the new helperMikhail Galanin2018-09-213-26/+7
| | |
| * | [Test] Added test helper moduleMikhail Galanin2018-09-211-0/+18
|/ /
* | Merge pull request #2510 from negram/more-testVsevolod Stakhov2018-09-201-11/+25
|\ \ | | | | | | [Test] more tests
| * | [Test] more testsMikhail Galanin2018-09-201-11/+25
| | |
* | | Merge pull request #2511 from negram/table-diffVsevolod Stakhov2018-09-201-1/+106
|\ \ \ | |/ / |/| | [Test] Nicely print table difference when they do not match
| * | [Test] Nicely print table difference when they do not matchMikhail Galanin2018-09-201-1/+106
|/ /
* | [Minor] Map typeVsevolod Stakhov2018-09-201-1/+1
| |
* | [Minor] Sigh, disable redis schema usage for nowVsevolod Stakhov2018-09-201-23/+11
| |
* | Merge pull request #2509 from negram/fix-set_headerVsevolod Stakhov2018-09-201-1/+1
|\ \ | | | | | | [Minor] Fixed task:set_request_header(), value is 3rd parameter
| * | [Minor] Fixed task:set_request_header(), value is 3rd parameterMikhail Galanin2018-09-201-1/+1
| | |
* | | [Minor] Fix more issues with reputation and redis schemaVsevolod Stakhov2018-09-202-34/+14
| | |
* | | [Minor] Rework reputation config structure and validationVsevolod Stakhov2018-09-201-21/+19
| | |
* | | [Feature] Add schema validation for Redis settingsVsevolod Stakhov2018-09-201-6/+50
|/ /
* | Merge pull request #2508 from negram/test-case-via-paramVsevolod Stakhov2018-09-204-14/+22
|\ \ | | | | | | Test case via param
| * | [Test] Enable one more now-working test-caseMikhail Galanin2018-09-201-7/+6
| | |
| * | [Test] We don't this chek inside the test anymore. We have command-line ↵Mikhail Galanin2018-09-201-6/+0
| | | | | | | | | | | | param instead
| * | [Test] Pass test-case patten into test engineMikhail Galanin2018-09-203-1/+16
|/ / | | | | | | | | | | | | | | | | So that now we can set which test cases should be runned: $ ./test/rspamd-test -p /rspamd/lua -t selectors.lua -c "case .* rcpts" $ ./test/rspamd-test -p /rspamd/lua -c "case 1st rcpts" -c accepts Lua-pattern
* | [Minor] Fix implicit conversionVsevolod Stakhov2018-09-201-3/+3
| |
* | Merge pull request #2507 from negram/uncomment-working-casesVsevolod Stakhov2018-09-201-51/+28
|\ \ | | | | | | [Test] Uncommented cases which are now working
| * | [Test] Uncommented cases which are now workingMikhail Galanin2018-09-201-51/+28
| | |
* | | Merge pull request #2506 from negram/selectors-fixVsevolod Stakhov2018-09-201-2/+3
|\ \ \ | |/ / |/| | Selectors fix
| * | [Minor] logical error, get_variable() accepts either one or two argumentsMikhail Galanin2018-09-201-1/+2
| | | | | | | | | | | | When second argument is nil it still considered as two arguments call, however 2nd one is expected to be string.
| * | [Minor] misprintMikhail Galanin2018-09-201-1/+1
|/ /
* | Merge pull request #2502 from negram/selectors-testVsevolod Stakhov2018-09-191-0/+228
|\ \ | | | | | | [Test] Few "basic" test cases for selectors
| * | Merge branch 'master' into selectors-testMikhail Galanin2018-09-193-2/+24
| |\|
| * | [Test] Few "basic" test cases for selectorsMikhail Galanin2018-09-191-0/+228
| | |
* | | Merge pull request #2503 from negram/test-updateVsevolod Stakhov2018-09-191-4/+2
|\ \ \ | | | | | | | | [Test] Rewrote test using new assertion
| * | | [Test] Rewrote test using new assertionMikhail Galanin2018-09-191-4/+2
| | |/ | |/|
* | | Merge pull request #2504 from negram/run-specific-lua-suiteVsevolod Stakhov2018-09-192-1/+42
|\ \ \ | | | | | | | | [Test] Added key to run specific lua-test
| * | | [Test] Added key to run specifig lua-testMikhail Galanin2018-09-192-1/+42
| |/ / | | | | | | | | | | | | | | | | | | example: $ ./test/rspamd-test -p /rspamd/lua -t selectors.lua no way to run two test suites atm
* / / [Minor] Some more selectors fixesVsevolod Stakhov2018-09-191-7/+7
|/ /
* | [Minor] Deepcopy is not good for recursive schemasVsevolod Stakhov2018-09-191-2/+2
| |
* | Merge pull request #2501 from negram/new-assertionsVsevolod Stakhov2018-09-192-0/+22
|\ \ | |/ |/| [Test] Assertions for table comparison that are nicer to use
| * [Test] Assertions for table comparsion that are nicer to useMikhail Galanin2018-09-192-0/+22
|/