avatar

937

Add a 'Submit Log' button to the log viewer which sends me the log file via S3, and makes a note at my.jbidwatcher.com that it's been uploaded.

by mrs, 30 May, 2009 10:51 PM
File name Revision
audio/ 3 Updated by cyberfox 24 Sep, 2006 08:04 AM The initial import of the JBidwatcher Next Generation code.
classes/ 286 Updated by mrs 15 Jan, 2008 03:51 AM Adding ignore clause to the classes directory, so it never thinks things there are to be committed.
db/ 852 Updated by mrs 05 Apr, 2009 09:40 AM Add a database-backed time queue, so operations can be persistent between runs.
help/ 823 Updated by mrs 23 Feb, 2009 12:21 AM Maybe FINALLY fix [#366 state:resolved tagged:committed], which didn't show up on the Mac, but did on Linux and Windows because of the onejar packaging.
icons/ 609 Updated by mrs 17 Aug, 2008 09:16 PM Reverse the polarity of the neutron flow! My ascending/descending icons were reversed, and it took this long for someone to point it out... [#325 state:resolved]
lib/ 931 Updated by mrs 29 May, 2009 10:58 AM Add a font chooser dialog library.
logs/ 3 Updated by cyberfox 24 Sep, 2006 08:04 AM The initial import of the JBidwatcher Next Generation code.
META-INF/ 350 Updated by mrs 06 Mar, 2008 07:31 AM Poke at the top-level tangle, trying to reduce it and clean it up.
onejar/ 291 Updated by mrs 19 Jan, 2008 02:20 PM Add QuaQua to the Mac OS X build, and fix up the deployment for it, as well as using a newer OneJar loader.
platform/ 933 Updated by mrs 29 May, 2009 12:13 PM Include the font chooser dialog library.
src/ 937 Updated by mrs 30 May, 2009 10:51 PM Add a 'Submit Log' button to the log viewer which sends me the log file via S3, and makes a note at my.jbidwatcher.com that it's been uploaded.
test/ 893 Updated by mrs 14 May, 2009 08:17 PM Clean up queueing so that the majority of queued events are strings. This allows putting them in a persistent queue store. The default 'enqueue' is string-only now. Classes that want object-enqueueing can cast to PlainMessageQueue and call enqueueObject. Syntactic vinegar. Make many relatively simple value objects that get passed around in queues implement the bean specification, so they can be passed around as XML instead. (This is done with 'enqueueBean', a terrible name, but dequeued objects are automatically unmarshalled back into the correct objects.) Everything that passed around an AuctionEntry object to a queue now just passes the identifier, and the queue processor gets the entry from EntryCorral. There may be a better way to do this, but for now, this works. The TimeQueueManager does unpleasant things to manage the differences between different kinds of payloads that need to be delivered. Possibly wrong things, also. Canceling and setting snipes go directly to the server, instead of being queued, since it's not a long-running operation. (Lowering the number of moving parts in sniping operations.) Thumbnail lookup and handling just involves a String URL, which is turned into real URL in the manager. This allows the thumbnail manager to be the only one that actually downloads the images, instead of the ebayAuction object. The code to clear out multiple TIMECHECK operations is removed. There is a custom Searcher serialize/deserialize method that calls on SearchManager.getSearchById() to only load the right item. Theoretically I could do this for enqueuing AuctionEntry objects (on deserialize, pull them from EntryCorral) also, but...not right now. I hate making huge checkins like this, but once I started making deep changes to the queueing infrastructure, I couldn't check it in until it was all at least stable and working.
.gitignore 826 Updated by mrs 25 Feb, 2009 12:05 AM Ignore the .dmg and tar.bz2 (source) build results.
auctions.dtd 3 Updated by cyberfox 24 Sep, 2006 08:04 AM The initial import of the JBidwatcher Next Generation code.
auctionTransform.xsl 658 Updated by mrs 22 Oct, 2008 07:03 PM Add a link into the header for most of the pages returned by JBidwatcher that includes a favicon pointer, so well-behaved browsers can also see the favicon. [#497 state:resolved]
build.xml 933 Updated by mrs 29 May, 2009 12:13 PM Include the font chooser dialog library.
COPYING.html 824 Updated by mrs 23 Feb, 2009 08:37 AM Upgrade the source tarfile's compression to bzip2, and add the COPYING.html file to the release process. Also fix up the Application softlink, so it is fully automated.
d16.ser 3 Updated by cyberfox 24 Sep, 2006 08:04 AM The initial import of the JBidwatcher Next Generation code.
display.cfg 620 Updated by mrs 25 Aug, 2008 12:42 AM Make the default display.cfg file have column ordering.
ebay_co_uk.properties 919 Updated by mrs 24 May, 2009 09:00 AM Seller info fix; eBay changed the wording on the beta seller information block to something shorter, so JBidwatcher wasn't picking it up. [#713 tagged:committed state:resolved]
ebay_com.properties 919 Updated by mrs 24 May, 2009 09:00 AM Seller info fix; eBay changed the wording on the beta seller information block to something shorter, so JBidwatcher wasn't picking it up. [#713 tagged:committed state:resolved]
huffman.ser 3 Updated by cyberfox 24 Sep, 2006 08:04 AM The initial import of the JBidwatcher Next Generation code.
jbidwatch.jpg 3 Updated by cyberfox 24 Sep, 2006 08:04 AM The initial import of the JBidwatcher Next Generation code.
jbidwatch64.jpg 3 Updated by cyberfox 24 Sep, 2006 08:04 AM The initial import of the JBidwatcher Next Generation code.
jbidwatch_apr1.jpg 3 Updated by cyberfox 24 Sep, 2006 08:04 AM The initial import of the JBidwatcher Next Generation code.
jbidwatcher.java.hsp 897 Updated by mrs 16 May, 2009 01:03 AM Structure101 setting file.
jbidwatcher.properties 884 Updated by mrs 10 May, 2009 03:02 AM Merge single_entry to trunk.
jbidwatcher.sql 748 Updated by mrs 01 Feb, 2009 09:39 AM Set up a migration to delete bad entries. Also bring jbidwatcher.sql up to date for all current migrations. [#644 tagged:committed]
TODO 884 Updated by mrs 10 May, 2009 03:02 AM Merge single_entry to trunk.

Bookmark this directory

Cancel

Check out the code: svn co jbidwatcher/trunk