- 14 Sep, 2018 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
The changes in this commit are mainly driven by the following database changes: - Fingerprints are no longer stored repeatedly as strings in the statusentry and exitlistentry tables but instead moved to their own fingerprint table and referenced by identifier. This is a step towards normalization that ideally reduces database size a lot by itself. - The statusentry table no longer contains the raw status entry but instead only those parts that are required for searching and displaying results. This includes nickname and exit information, where the former is not stored as string but as reference into its own nickname table. - There is a new table specifically for lookups which returns all relevant fingerprint identifiers for a date and an IP address prefix. The new search function based on this new table performs as little table joining as necessary and leaves some of the filtering and joining to the servlet. More details can be found in the exonerator2.sql file, which also serves as migration script from the existing schema to the new one. Implements #27356.
-
- 28 Aug, 2018 3 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 27 Aug, 2018 1 commit
-
-
Karsten Loesing authored
Fixes #27266.
-
- 21 Aug, 2018 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 20 Aug, 2018 7 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 14 Aug, 2018 1 commit
-
-
Karsten Loesing authored
-
- 13 Aug, 2018 1 commit
-
-
Karsten Loesing authored
-
- 10 Aug, 2018 1 commit
-
-
Karsten Loesing authored
Also add a new ExoneraTorRedirectServlet that redirects to Tor Metrics, and make it the default. Implements #23549.
-
- 30 May, 2018 1 commit
-
-
Karsten Loesing authored
-
- 29 May, 2018 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
Implements #26163.
-
- 11 May, 2018 1 commit
-
-
Karsten Loesing authored
-
- 09 Jan, 2018 2 commits
-
-
iwakeh authored
Also add a test checking for superfluous brackets. Fixes task-26032.
-
Karsten Loesing authored
-
- 20 Dec, 2017 1 commit
-
-
Karsten Loesing authored
-
- 19 Dec, 2017 1 commit
-
-
Karsten Loesing authored
-
- 15 Dec, 2017 3 commits
-
-
Karsten Loesing authored
-
iwakeh authored
-
iwakeh authored
Also use LocalDate for date parsing; turn tests into parametrized tests and add tests for checking validity of parameters.
-
- 11 Dec, 2017 3 commits
-
-
iwakeh authored
-
iwakeh authored
Replacing timestamp calculations and string comparison.
-
Karsten Loesing authored
Implements #24580.
-
- 22 Nov, 2017 3 commits
-
-
iwakeh authored
This should be a temporary measure to investigate task-24534.
-
Karsten Loesing authored
-
Karsten Loesing authored
A while ago, in 92cbc074, we took out ORDER BY statements, because we didn't need them anymore in order to produce correct output. However, this also made the technical details part less readable with entries appearing in random order. Let's fix this by sorting results first by timestamp and then by fingerprint. Fixes #24327.
-
- 16 Nov, 2017 2 commits
-
-
Karsten Loesing authored
Implements #24292.
-
Karsten Loesing authored
-
- 14 Nov, 2017 3 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-