# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#42 | 23552 | Sven Erik Knop | Fixed indentation, no functional change | ||
#41 | 23518 | Sven Erik Knop | Upgrade the Tokenizer to deal with Base64 encoded numbers. | ||
#40 | 23517 | Sven Erik Knop | Added table bodresolve | ||
#39 | 23494 | Sven Erik Knop |
Updated schema (partitially) to 2017.2 Still missing: graph depot schemas some rp (edge server) schemas |
||
#38 | 10702 | Sven Erik Knop | Updated schema for 2014.2 | ||
#37 | 10133 | Sven Erik Knop | Updated signature of JournalSplitter Action methods, missed the @Override annotations. | ||
#36 | 8943 | Sven Erik Knop | Updated Schema for 2014.1 | ||
#35 | 8477 | Sven Erik Knop | Updated schema for 13.2/13.3 | ||
#34 | 8345 | Sven Erik Knop | Prevent ClientWorkspaceReporter from exiting in case of broken have records. | ||
#33 | 8299 | Sven Erik Knop | Updated missing Filters with new JournalEntry policy. | ||
#32 | 8296 | Sven Erik Knop |
Clean-up: instead of casting in every action, cast only once in the dispatcher. Should make code saner and safer. No functional change. |
||
#31 | 8279 | Sven Erik Knop | Finalized schema updates for 2013.1 | ||
#30 | 8277 | Sven Erik Knop | Updated schema to 2013.1 | ||
#29 | 8239 | Sven Erik Knop | Added missing super call for setDefaultOptions | ||
#28 | 8238 | Sven Erik Knop | Updated jar with PostgresSQL changes. | ||
#27 | 8204 | Sven Erik Knop | conflict count is correct, now original count is off. | ||
#26 | 8203 | Sven Erik Knop | Let's try it again with java 1.6 | ||
#25 | 8202 | Sven Erik Knop | Scaled back to java 1.6 for compatibility | ||
#24 | 8201 | Sven Erik Knop |
CheckCase printed wrong count for conflicts. SQlUpdater had missing method for Java 1.7 |
||
#23 | 8200 | Sven Erik Knop |
JournalReader can now process delete records (@dl@). Also fixed processing of type 12 note records = journaldbchecksum |
||
#22 | 8187 | Sven Erik Knop |
Added a simple UserLister action to list all users present and past in a checkpoint. Use 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. |
||
#21 | 8180 | Sven Erik Knop |
BaseRenamerAction now stores oldValue in 2 separate tables, one in lowercase form, the other 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. |
||
#20 | 8173 | Sven Erik Knop |
Added journal.action.CountDirectories ... to prove a point :-) |
||
#19 | 8171 | Sven Erik Knop | More missing tables to the schema for 12.2. | ||
#18 | 8170 | Sven Erik Knop | Updated with 2012.2 schema. | ||
#17 | 8167 | Sven Erik Knop |
Updated CheckCase action with additional information. Now each conflict reports which path 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. |
||
#16 | 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> |
||
#15 | 8135 | Sven Erik Knop | Added new version of resolvex to the schema. | ||
#14 | 8118 | Sven Erik Knop | Added missing db.server to the schema. | ||
#13 | 8113 | Sven Erik Knop |
Updated to 12.1 schema. Added an example rename.ini config file. |
||
#12 | 8111 | Sven Erik Knop |
Updated JournalReader to use the correct default action. This means that you can invoke the JournalReader without options again to get the help output. |
||
#11 | 8028 | Sven Erik Knop | Updated the jar file | ||
#10 | 8020 | Sven Erik Knop | Replace public Option attributes with setters and getters. | ||
#9 | 7991 | Sven Erik Knop | Add revbx (for archived files) to the schema of JournalReader. | ||
#8 | 7988 | Sven Erik Knop | Little changes: removed one warning, added an option to JournalSplitter | ||
#7 | 7985 | Sven Erik Knop | Added 2011.1 Schema and updated the jar file. | ||
#6 | 7954 | Sven Erik Knop | Update to journalReader.jar | ||
#5 | 7877 | Sven Erik Knop | Updated jar file with latest changes. | ||
#4 | 7874 | Sven Erik Knop | Upgrade to 2010.2 including new JournalNotes. | ||
#3 | 7847 | Sven Erik Knop |
New action journal.action.Obliterator. When 'p4 obliterate' fails, use this to clean up the checkpoint :-) |
||
#2 | 7823 | Sven Erik Knop |
Updated the Renamer tool to solve the problem that owners of specs such as labels and client workspaces wouldn't get updated. Jar file with updated version submitted as well. |
||
#1 | 7818 | Sven Erik Knop |
BufferedReader for reading the checkpoint. Probably does not make a difference, but who knows? Also removed the old zip - file and added the dist jar file generated for every change. Might have to undo that if it freaks out my Eclipse. |