Name | Modified | Size |
---|---|---|
.. | ||
JournalReader |
Change | User | Description | Committed |
---|---|---|---|
23552 | Sven Erik Knop | Fixed indentation, no functional change | 7 years ago |
23518 | Sven Erik Knop | Upgrade the Tokenizer to deal with Base64 encoded numbers. | 7 years ago |
23517 | Sven Erik Knop | Added table bodresolve | 7 years ago |
23494 | Sven Erik Knop | Updated schema (partitially) to 2017.2 Still missing: graph depot schemas some rp (...edge server) schemas « |
7 years ago |
23489 | Sven Erik Knop | Fix map remove call to avoid compile error. | 7 years ago |
10702 | Sven Erik Knop | Updated schema for 2014.2 | 10 years ago |
10133 | Sven Erik Knop | Updated signature of JournalSplitter Action methods, missed the @Override annotations. | 11 years ago |
8943 | Sven Erik Knop | Updated Schema for 2014.1 | 11 years ago |
8477 | Sven Erik Knop | Updated schema for 13.2/13.3 | 11 years ago |
8345 | Sven Erik Knop | Prevent ClientWorkspaceReporter from exiting in case of broken have records. | 12 years ago |
8299 | Sven Erik Knop | Updated missing Filters with new JournalEntry policy. | 12 years ago |
8296 | Sven Erik Knop | Clean-up: instead of casting in every action, cast only once in the dispatcher. Should ma...ke code saner and safer. No functional change. « |
12 years ago |
8279 | Sven Erik Knop | Finalized schema updates for 2013.1 | 12 years ago |
8277 | Sven Erik Knop | Updated schema to 2013.1 | 12 years ago |
8276 | Sven Erik Knop | Silenced build warning | 12 years ago |
8275 | Sven Erik Knop | Silenced compiler warning | 12 years ago |
8272 | Sven Erik Knop | changed filetype to +x for easier invocation. Also accidently submitted .project file ope...n from the JournalReader. Should check open files first. « |
12 years ago |
8239 | Sven Erik Knop | Added missing super call for setDefaultOptions | 12 years ago |
8238 | Sven Erik Knop | Updated jar with PostgresSQL changes. | 12 years ago |
8237 | Sven Erik Knop | Adopted Nick Poole's changes to add PostgresSQL support. | 12 years ago |
8204 | Sven Erik Knop | conflict count is correct, now original count is off. | 12 years ago |
8203 | Sven Erik Knop | Let's try it again with java 1.6 | 12 years ago |
8202 | Sven Erik Knop | Scaled back to java 1.6 for compatibility | 12 years ago |
8201 | Sven Erik Knop |
CheckCase printed wrong count for conflicts. SQlUpdater had missing method for Java 1.7 |
12 years ago |
8200 | Sven Erik Knop | JournalReader can now process delete records (@dl@). Also fixed processing of type 12 not...e records = journaldbchecksum « |
12 years ago |
8187 | Sven Erik Knop | Added a simple UserLister action to list all users present and past in a checkpoint. Us...e like this: java -jar JournalReader -a journal.action.UserLister <checkpoint> Prints the users out to stdout (or a file if -o <filename> is specified) in the form username= This should make it easy to add the new name for a RenameAction. « |
12 years ago |
8181 | Sven Erik Knop | Updated renamer.ini to test case-insensitive renames | 12 years ago |
8180 | Sven Erik Knop | BaseRenamerAction now stores oldValue in 2 separate tables, one in lowercase form, the ot...her untouched. This is because at the time when the table is filled we do not know whether the checkpoint is going to be case-insensitive, so we have to store both variants. « |
12 years ago |
8173 | Sven Erik Knop |
Added journal.action.CountDirectories ... to prove a point :-) |
13 years ago |
8171 | Sven Erik Knop | More missing tables to the schema for 12.2. | 13 years ago |
8170 | Sven Erik Knop | Updated with 2012.2 schema. | 13 years ago |
8168 | Sven Erik Knop |
Fixed JournalParser main function. PrintAction needs default options to work. |
13 years ago |
8167 | Sven Erik Knop | Updated CheckCase action with additional information. Now each conflict reports which pat...h it conflicts with and a full count. The idea is to see which version is dominant to make an informed decision which version is correct. « |
13 years ago |
8166 | Sven Erik Knop | First attempt at a CaseCheck action. Reads a checkpoint and spits out a list of files and... directories that have an evil cases twin, followed by a count. Usage: java -jar journalReader.jar -a journal.action.CaseCheck <checkpoint> « |
13 years ago |
8135 | Sven Erik Knop | Added new version of resolvex to the schema. | 13 years ago |
8118 | Sven Erik Knop | Added missing db.server to the schema. | 13 years ago |
8114 | Sven Erik Knop | Added outputFile to rename example. | 13 years ago |
8113 | Sven Erik Knop |
Updated to 12.1 schema. Added an example rename.ini config file. |
13 years ago |
8111 | Sven Erik Knop | Updated JournalReader to use the correct default action. This means that you can invoke t...he JournalReader without options again to get the help output. « |
13 years ago |
8030 | Sven Erik Knop | A couple of additional example ini files. | 13 years ago |
8029 | Sven Erik Knop | Moved example config files to new format. | 13 years ago |
8028 | Sven Erik Knop | Updated the jar file | 13 years ago |
8027 | Sven Erik Knop | Moved exceptions to their own package. Enabled new Action FilepathRenamer (not fully test...ed yet). « |
13 years ago |
8026 | Sven Erik Knop | Another warning removed to keep the Java compiler happy. | 13 years ago |
8025 | Sven Erik Knop | Removed a couple of warnings. | 13 years ago |
8024 | Sven Erik Knop | Refactoring: moved the filter into their own package | 13 years ago |
8023 | Sven Erik Knop | Complete rewrite of the configuration file, now based on an ini-file format. The ini f...ile has a general [reader] section for settings like verbose, outputFile, case-sensitivity and so on. It also allows to set up a range of Actions and Filters. The section name here is the fully classified class name, followed by settings for the particular actions. An example will make this clearer: ================================================================ [reader] verbose=true [journal.action.UserRenamer] fileName=user.txt patch=True outputFile=user.out [journal.action.ClientRenamer] fileName=client.txt outputFile=client.out patch=true ================================================================ I will provide more example set-ups in the near future. Filters are classes implementing journal.action.Filter (soon to be journal.filter.Filter) which can be chained together and are all executed before the actions. Actions are applied in order that they are given in the config file. « |
13 years ago |
8022 | Sven Erik Knop |
Beginnings of a FilepathRenamer. Not done yet or even tested. |
13 years ago |
8021 | Sven Erik Knop | Add compound action, which contains a list of actions that will all be invoked on a Journ...alEntry. Needs refactoring of the way Options are processed, which will come in a later change. « |
13 years ago |
8020 | Sven Erik Knop | Replace public Option attributes with setters and getters. | 13 years ago |