summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Log simple web request logging on level infoMagnus Ahltorp2016-11-261-2/+6
| | | | This change was lost in 616be2a.
* Added back support for R16Magnus Ahltorp2016-11-261-0/+10
| | | | This change was lost in 616be2a.
* Don't need this bc don't do locking anymore.Linus Nordberg2016-11-261-1/+0
| | | | Also, it collides with permdb.
* Bug fixes from map.Linus Nordberg2016-11-261-5/+4
|
* merge_fetch: Write to chainsdb in controlling process.Linus Nordberg2016-11-252-104/+74
| | | | | | | Multiple writers won't work when using permdb. Also, improve throughput by polling worker processes with timeout 0 and read all messages at once.
* Sleep less in tests.Linus Nordberg2016-11-253-28/+39
|
* Do import datetime even more.Linus Nordberg2016-11-253-5/+8
|
* Manual rebase onto master with map/robust-distribution.Linus Nordberg2016-11-2519-210/+718
|
* Do import datetime.Linus Nordberg2016-11-251-1/+2
| | | | How did this ever work?
* Add a bit of documentation.Linus Nordberg2016-11-255-7/+19
|
* Merge remote-tracking branch 'refs/remotes/map/robust-distribution'Linus Nordberg2016-11-2513-199/+379
|\
| * Add session capability to unauth web requestsMagnus Ahltorp2016-11-221-6/+9
| |
| * Change hard coded paths to use variablesMagnus Ahltorp2016-11-221-8/+8
| |
| * Log simple web request logging on level infoMagnus Ahltorp2016-11-221-2/+6
| |
| * Added back support for R16Magnus Ahltorp2016-11-221-0/+10
| |
| * parsebench: change from table to div:sMagnus Ahltorp2016-11-221-4/+4
| |
| * Only allocate one color per stageMagnus Ahltorp2016-11-191-13/+36
| |
| * Use sessions in merge_fetchMagnus Ahltorp2016-11-182-16/+18
| |
| * Change algorithm for merge backup and merge distMagnus Ahltorp2016-11-024-149/+185
| |
| * Added performance testsMagnus Ahltorp2016-11-024-8/+90
| |
| * Send list of entries to frontendMagnus Ahltorp2016-11-023-30/+50
| | | | | | | | Handle connection error
* | Move version numbers to head of file.Linus Nordberg2016-11-171-3/+7
|/ | | | Easier to spot here.
* Remove unused code from test Makefile.Magnus Ahltorp2016-10-182-30/+1
| | | | Fix parsing bug in compileconfig.
* Test failing merge backupMagnus Ahltorp2016-10-1411-46/+94
| | | | Refactor tests
* Make tests run independently from cwdMagnus Ahltorp2016-10-1315-147/+180
|
* Specify where to source test.shvars from ('./').Linus Nordberg2016-10-0610-10/+10
| | | | For people without '.' in PATH.
* Move test preparation to separate shell scriptMagnus Ahltorp2016-10-052-47/+89
|
* Move tests to shell scriptsMagnus Ahltorp2016-10-0511-162/+264
|
* Move tests to test/MakefileMagnus Ahltorp2016-10-055-224/+225
| | | | Tests only touch the catlfish/tests directory.
* Remove formatupgrade testsMagnus Ahltorp2016-10-051-57/+0
|
* Don't use erlang:timestamp/0 on R17.Linus Nordberg2016-09-151-1/+1
|
* Allow permdb on non-merge nodes.Magnus Ahltorp2016-08-191-3/+9
| | | | Disallow permdb for multi-node configs.
* Support R18 wrt detoxing precerts.CATLFISH-80Linus Nordberg2016-08-192-4/+11
| | | | Fixes CATLFISH-80.
* Use erlang:timestamp/0 instead of deprecated now/0.Linus Nordberg2016-08-181-1/+1
|
* Rename module compat -> catlfish_compat.Linus Nordberg2016-08-182-3/+3
| | | | Can't have two modules with the same name in a release.
* It's a string, not an integer.Linus Nordberg2016-08-181-6/+4
|
* Add compatibility layer for digging around in non-public data structures.Linus Nordberg2016-08-182-5/+31
|
* Use check-sth.py; Add missing testcerts/cert7.Linus Nordberg2016-07-122-8/+96
|\
| * Cert7Magnus Ahltorp2016-07-121-0/+88
| |
| * Added permdb support to mergeMagnus Ahltorp2016-07-085-12/+43
| |
| * Fix bugs in old tests. Add tests for merge takeover.Magnus Ahltorp2016-07-083-10/+66
| | | | | | | | | | submitcert.py was not exiting with error code when cert submission failed. compileconfig.py was generating duplicate node names when Erlang nodes have several servers
| * Implement CATLFISH-74Magnus Ahltorp2016-06-102-11/+19
| |
* | Added permdb support to mergeMagnus Ahltorp2016-07-115-12/+43
| |
* | Fix bugs in old tests. Add tests for merge takeover.Magnus Ahltorp2016-07-113-10/+66
| | | | | | | | | | submitcert.py was not exiting with error code when cert submission failed. compileconfig.py was generating duplicate node names when Erlang nodes have several servers
* | Merge remote-tracking branch 'refs/remotes/map/python-requests-chunked'Linus Nordberg2016-07-116-200/+267
|\ \ | |/
| * Added commented out permdb option for merge secondary testMagnus Ahltorp2016-03-181-0/+2
| |
| * Added description of current merge implementationMagnus Ahltorp2016-03-181-0/+60
| |
| * Limit HTTP chunk size to 900000 bytesMagnus Ahltorp2016-03-171-1/+8
| |
| * bugfix: re-added fetched_entriesMagnus Ahltorp2016-03-151-0/+2
| |
| * Do detection of where log ends before sending new hashesMagnus Ahltorp2016-03-152-35/+70
| | | | | | | | Try to send entries until missing entries is empty