- Sep 05, 2017
-
-
iwakeh authored
Added 'minimalistic' test.
-
iwakeh authored
-
iwakeh authored
slf4j and logback were already used in ExoneraTor. This commit makes all classes use slf4j and replaced j.u.l and System.{err,out} logging.
-
iwakeh authored
Also added test sources to checkstyle target.
-
iwakeh authored
This includes separating a utils class and also moving all Gson/JSON related code into QueryResponse for better encapsulation. Adding Exit enum.
-
iwakeh authored
-
Karsten Loesing authored
We don't expect results to be in order, and taking out ORDER BY statements means we don't need to worry about replacing numbers with names for better readability.
-
Karsten Loesing authored
-
Karsten Loesing authored
Make it more explicit which query response versions we accept, and log a proper warning if we receive a version we don't accept.
-
Karsten Loesing authored
Catch RuntimeException when reading the query response, also to catch anything that comes from Gson.
-
Karsten Loesing authored
Hard-code exoneraTorHost rather than reading it from web.xml.
-
- Aug 18, 2017
-
-
Karsten Loesing authored
-
- Aug 16, 2017
-
-
Karsten Loesing authored
Implements #16596.
-
Karsten Loesing authored
This prepares splitting up ExoneraTor into front-end and back-end. Note that some code duplication between ExoneraTorServlet and QueryServlet was deemed acceptable, because ExoneraTorServlet will be moved to metrics-web in the medium term anyway.
-
Karsten Loesing authored
This is another prerequisite for changing queries towards making a single query per request (#16596) and towards splitting up ExoneraTor into front-end and back-end.
-
Karsten Loesing authored
1: Parse the request. 2: Query the database. 3: Write the response. This doesn't just clean up code, it's also a prerequisite for changing queries towards making a single query per request (#16596).
-
- Jul 04, 2017
-
-
Karsten Loesing authored
Implements #22811.
-
- Jun 29, 2017
-
-
Karsten Loesing authored
-
- Jun 21, 2017
-
-
Karsten Loesing authored
Implements #22682.
-
- Jun 17, 2017
-
-
Karsten Loesing authored
-
- Jun 07, 2017
-
-
Karsten Loesing authored
-
- May 17, 2017
-
-
Karsten Loesing authored
-
- Apr 26, 2017
-
-
iwakeh authored
-
iwakeh authored
-
Karsten Loesing authored
Language names and translations of "This page is also available in the following languages:" taken from https://www.debian.org/.
-
- Apr 10, 2017
-
-
Karsten Loesing authored
-
- Apr 03, 2017
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- Mar 06, 2017
-
-
Karsten Loesing authored
Apparently, the zero-width space character causes trouble when copying and pasting fingerprints. Fortunately, we can let the fingerprint break anywhere using CSS. Fixes #17231.
-
- Feb 24, 2017
-
-
Karsten Loesing authored
-
- Feb 23, 2017
-
-
Karsten Loesing authored
Implements #21535.
-
- Jan 13, 2017
-
-
Karsten Loesing authored
-
- Jan 03, 2017
-
-
Hiro authored
-
- Nov 02, 2016
-
-
iwakeh authored
Removed obsolete git-submodule.
-
- Nov 01, 2016
-
-
Karsten Loesing authored
-
Karsten Loesing authored
We're using metrics-lib for downloading descriptors from CollecTor, but we're still using our own parsing code. Let's avoid duplicating code by using what metrics-lib provides.
-
- Oct 08, 2016
-
-
Karsten Loesing authored
Upgrade to metrics-lib 1.4.0 and include newly required logging .jar files. Include PostgreSQL .jar file in the .war file rather than relying on Tomcat to provide it.
-
- Sep 28, 2016
-
-
Karsten Loesing authored
Turns out that resource bundles must be ISO 8859-1 encoded, so we'll have to convert the German file using: native2ascii -encoding UTF-8 old new Also make some minor changes to make UTF-8 encoding of the resulting web page more explicit, and correct the included language code. Fixes #19954.
-
- Sep 23, 2016
-
-
Karsten Loesing authored
Fix typo "ant" to "and" and add to the end of all sentences. Both tweaks suggested by John Lorenz.
-
- Aug 17, 2016
-
-
Karsten Loesing authored
Required changes from previous schema: - CREATE OR REPLACE FUNCTION insert_statusentry [...]; - CREATE OR REPLACE FUNCTION insert_exitlistentry [...]; - ALTER TABLE statusentry DROP COLUMN descriptor; - ALTER TABLE exitlistentry DROP COLUMN rawexitlistentry;
-