- 20.2.2010 - Replace "Table browser" with CWebMagic (see web magic). Needs more work, but nice examples are tables jobp_cmd (commands in job parts), fsfile_ext (files extracted from archives) or ibot_log (log of IRC bot ttbot).
- 22.12.2009 - François Perrad asks of Lua in TapTinder support. My response - ToDo/Another project to test.
- 11.11.2009 - Still no free time to hack on TapTinder. But ttbot (on #parrot) is doing well.
- 4.7.2009 - See colorful DB schema and schema parts. GraphViz, SQL::Translator and some hacking ([1], [2]).
- 14.6.2009 - Archive file extracting implemented (click on 'bonus', 'ok' ... in diffs [3]).
- 9.6.2009 - Client restart, client upgrade and locking during "get new command" (machine can run many clients in parallen).
- 7.6.2009 - Started ttbot (IRC bot) to report build failures and test results (see test channel #taptinder-bottest1).
[edit] News archive
- 2.6.2009 - Added report "alive state" to paused clients. Remove inactive clients from ClientMonitor list.
- 28.5.2009 - New clients (32 bit Linux and FreeBSD) started on VMWare server. Fixed some related bugs and todos.
- 14.5.2009 - Reports and reports diff [4], [5] are back again.
- 8.5.2009 - Found and fixed SVN::Log bug. Parrot branch list is correct now.
- 29.4.2009 - Client do next attempt if response error found (e.g. while server is down).
- 18.4.2009 - First part of "Parrot trunk test reports" landed. Link is back on homepage.
- 14.4.2009 - New devel infrastructure and utils finished (tt, ttdev and ttcopy).
- 11.4.2009 - Finished some server utils to easy stable to copy data migration. Now I can work on fresh real data without bad effect on product (stable) server.
- 2.4.2009 - Build status page for Parrot trunk is online on ttdev.
- 31.3.2009 - New devel server prepared.
- 3.3.2009 - All basic web service commands implemented, including file uploading.
- 10.2.2009 - Test database has has over 10.000 test runs. See table list screenshot.
- 18.1.2009 - Some schema changes while working on client-server code.
- 2.1.2009 - Next small steps finished (schema v0.07, client base authentication, msession create and destroy, active msession list and some utils to speed up development).
- 23.12.2008 - New schema v0.05 prepared. Next step is upgrade client code to be driven by server.
- 19.12.2008 - My new computer (MSWin32-x86-multi-thread) is installed (WinXP+SP3, Strawberry Perl 5.10.0.3, ICU 4.0) and runs as "pc-jurosz (new)".
- 4.12.2008 - TableBrowser, ViewMD cols_in_foreign_tables. Example: see rev.author_id column based on simple definition
package TapTinder::DB::Schema::rep_author;
...
__PACKAGE__->cols_in_foreign_tables( [ qw/rep_login/ ] );
inside
SchemaAdd.pm. See also
TableBrowser docs.
- 2.12.2008 - Added use_complex_search_by_id to TableBrowser (example for /table/rep_author/id-41).
- 15.11.2008 - tt.ro.vutbr.cz is fresh and online.
- 24.9.2008 - tt.ro.vutbr.cz is back. Newer version of Scalar::Util fixed "Weak references are not implemented" problem.
- 19.9.2008 - Finished moving to new server and hosting.
- 26.6.2008 - MSWin32 machine now sending reports to devel server.
- 24.6.2008 - Compare function added. See example on dev server.
- 13.6.2008 - TapTinder::Web ported to Catalyst MVC framework. See online on devel server and source code.