log bitten/web_ui.py @ 875:a68027e2245d

age author description
Thu, 21 Oct 2010 08:41:16 +0000 osimons Add 'Platform' name to build report for web display and notifications. Fixes #541 and #633.
Thu, 21 Oct 2010 08:32:36 +0000 osimons Fix revision sorting for in-progress builds using `rev_time` instead of `rev` - where `rev` would also fail when using non-Subversion repository.
Sun, 10 Oct 2010 20:20:37 +0000 osimons 0.6dev: Merged [912:913] from trunk. 0.6.x
Sun, 10 Oct 2010 19:54:37 +0000 osimons Use `display_rev` strategy instead of just `rev` as that displays much nicer for DVCS sytems with long hash revisions numbers using Trac 0.12. No visual differences for Trac 0.11 users.
Wed, 06 Oct 2010 09:51:06 +0000 osimons 0.6dev: Merged [910] from trunk. 0.6.x
Wed, 06 Oct 2010 09:49:05 +0000 osimons Updated copyright to 2010.
Wed, 15 Sep 2010 20:51:01 +0000 hodgestar 0.6dev: Merge [892] from trunk. 0.6.x
Wed, 15 Sep 2010 20:49:01 +0000 hodgestar Make size and style of charts configurable (applying patch from #426).
Wed, 15 Sep 2010 10:51:56 +0000 osimons 0.6dev: Merged [890] from trunk. 0.6.x
Wed, 15 Sep 2010 10:49:56 +0000 osimons Don't sort revisions received from Trac - they are already sorted chronologically, and no further order can be implied from revision numbers.
Thu, 26 Aug 2010 22:52:47 +0000 osimons 0.6dev: Merged [882] from trunk. Basic Trac 0.12 support. 0.6.x
Thu, 26 Aug 2010 22:48:37 +0000 osimons Basic Trac 0.12 support, supporting just a `(default)` repository - essentially Trac 0.11 behaviour. Thanks to those that have contributed to #480 to get this working and tested.
Mon, 03 May 2010 09:14:20 +0000 hodgestar 0.6dev: Merge [872] from trunk. 0.6.x
Mon, 03 May 2010 09:12:47 +0000 hodgestar Remove unused charts_license configuration option.
Wed, 28 Apr 2010 09:21:17 +0000 dfraser Backported [857] to 0.6.x 0.6.x
Wed, 28 Apr 2010 09:18:15 +0000 dfraser Copy trac's `trac.util.presentation.to_json` method to prevent `json` module requirement, and incorporate fallback methods to support Trac 0.11 etc. See #426
Sat, 24 Apr 2010 17:16:52 +0000 dfraser Merge of [846] from trunk. 0.6.x
Sat, 24 Apr 2010 15:57:07 +0000 dfraser Reimplement charting using flot 0.6 - see #426
Sat, 24 Apr 2010 15:16:12 +0000 wbell Port of [638], [639], [640] to 0.6.x 0.6.x
Sat, 24 Apr 2010 15:11:23 +0000 wbell Add new last_activity field to build. I considered reusing stopped, but this seemed cleaner and more obvious, which seems like the right way to go.
Sat, 24 Apr 2010 15:03:48 +0000 wbell Expand steps to allow in-progress steps. Some small additions to the BuildStep model, but most changes are in the ui to not assume steps are in their final state when they're shown.
Sat, 24 Apr 2010 14:21:20 +0000 wbell Merge of [834] to 0.6 0.6.x
Sat, 24 Apr 2010 13:52:13 +0000 wbell Charting fixes.
Thu, 22 Apr 2010 22:24:47 +0000 hodgestar Merge [821,822,823,824,825,826] from trunk. Thanks Walter\! 0.6.x
Thu, 22 Apr 2010 01:46:30 +0000 wbell Sort the list of configurations on the configuration page.
Thu, 22 Apr 2010 01:46:25 +0000 wbell Delete attachments when builds are cancelled/invalidated.
Thu, 10 Dec 2009 13:42:26 +0000 osimons 0.6dev: Merge [801] from trunk. 0.6.x
Thu, 10 Dec 2009 13:37:56 +0000 osimons Trac 0.12 compat following `prevnext_nav()` changes, fixing #450.
Thu, 29 Oct 2009 12:55:17 +0000 osimons 0.6dev: Merged [790] from trunk. 0.6.x
Thu, 29 Oct 2009 12:53:56 +0000 osimons 'Builds Status' -> 'Build Status'. Fixes #495.
Thu, 17 Sep 2009 22:22:45 +0000 osimons Reverse-merging [770] to re-create history for 4 deleted files. Follow-up to [773].
Thu, 17 Sep 2009 22:18:40 +0000 osimons Reverse-merging [772] to re-create history for 4 files deleted in [770].
Thu, 17 Sep 2009 16:00:38 +0000 dfraser Revert "First attempt to start doing open charting using [http://code.google.com/p/flot/ flot] - see #426" - not quite time to commit it...
Thu, 17 Sep 2009 15:54:41 +0000 dfraser First attempt to start doing open charting using [http://code.google.com/p/flot/ flot] - see #426
Mon, 24 Aug 2009 11:02:03 +0000 osimons 0.6dev: Switching to use Trac 0.11 Timeline API that is more efficient with regards to cursor usage. See #269.
Mon, 24 Aug 2009 10:59:53 +0000 osimons 0.6dev: Dropping all Bitten calls to do `repos.sync()` as this is handled by Trac at the start of each request. See #269.
Tue, 18 Aug 2009 20:01:16 +0000 osimons 0.6dev: Improving builds overview page layout, take 2. Re-closing #430.
Mon, 17 Aug 2009 23:58:37 +0000 osimons 0.6dev: Fixing layout of builds (config overview) when using long revision markers (as for instance used by Git). Also makes the table generally wider and the page more efficient visually.
Mon, 17 Aug 2009 20:29:54 +0000 osimons 0.6dev: Inline display of error and failure details in 'Test Results' summary table.
Tue, 11 Aug 2009 22:47:55 +0000 osimons 0.6dev: Adding support for attachments to configurations and build - full web implementation that mirrors what is available in Ticket and Wiki. Also added a new generic `<attach/>` command that enables attaching files to be part of a recipe and uploaded by slaves as part of build.
Thu, 30 Jul 2009 19:51:11 +0000 osimons 0.6dev: Reverting [677] as many of these paths are also used for URLs, and hadn't considered this change enough. No major point in changing code that already works well, so simply reverting seems the best idea...
Thu, 30 Jul 2009 11:11:47 +0000 osimons 0.6dev: Use `os.path` instead of `posixpath`.
Sun, 26 Jul 2009 13:36:15 +0000 osimons 0.6dev: Making source-linking work also for Windows-style file references (as output by Windows slaves). Thanks to Doug Patterson for updated regexp.
Sun, 26 Jul 2009 13:27:40 +0000 osimons 0.6dev: Removing 'Invalidate build' button when the build is 'pending' (and nothing further to really invalidate). See #332.
Sun, 26 Jul 2009 10:20:47 +0000 osimons 0.6dev: Just cleaning some tabs + very long code lines in `web_ui.py`.
Sun, 26 Jul 2009 09:45:44 +0000 osimons 0.6dev: Fix highlighting for active navigation. Closes #343.
Fri, 24 Jul 2009 22:18:30 +0000 osimons 0.6dev: Cleaning remaining 'frontend' datetime code - at least down to all code that interface with the various `model` classes that still only works with timestamps for input and output. See #85.
Mon, 13 Jul 2009 23:28:41 +0000 osimons 0.6dev: If configuration display label is deleted, no name would show and the build UI would fold across a couple of lines. This should see to it that the configuration always has a name available.
Sun, 05 Jul 2009 11:51:47 +0000 osimons 0.6dev: Raise regular `HTTPNotFound` (404) if build or configuration is not found (instead of raising ?ttributeError` error with traceback).
Mon, 11 May 2009 12:11:38 +0000 dfraser Complete rights restrictions for build configs etc - see #384. Also enhance tests to work with this code (but don't yet check that rights are restricted properly)
Mon, 11 May 2009 11:48:56 +0000 dfraser hide build configurations that user does not have rights to access in repository (silk) - fixes #384
Mon, 11 May 2009 09:26:10 +0000 dfraser Alter the appearance of the ''Build Status'' button, to show the current build status [eblot] - fixes #373
Wed, 18 Mar 2009 08:50:17 +0000 dfraser Prevent path highlighting from passing non-canonical paths to svn:
Tue, 10 Mar 2009 09:33:28 +0000 dfraser * Renamed `status2title` to `_status_title` and made it a global variable alongside `_status_label`
Mon, 09 Mar 2009 01:07:15 +0000 wbell Add pending/inprogress build counts to web ui.
Mon, 09 Mar 2009 00:46:14 +0000 wbell Merging trac-0.11 branch to trunk. This revision is equivalent to [571].
Tue, 08 Jul 2008 15:03:53 +0000 cmlenz Reimplement r524 for Trac 0.11 compatibility in a way that doesn't break under Trac 0.10.
Sun, 27 Apr 2008 22:58:24 +0000 cmlenz Fix compatibility problem with Genshi trunk.
Fri, 21 Mar 2008 03:46:02 +0000 wbell Unmerge [524] to preserve trac 0.10 compatibility. Those who want 0.11b support should use the head of the experimental/trac-0.11 branch.
Thu, 13 Mar 2008 22:29:44 +0000 wbell Applying patch for #191 from Ross Reedstrom which fixes WikiWord syntax in build commit messages on the main page. Thanks for the patch! Closes #191, Addresses #255 (we should close this when bitten.edgewall.org is updated past [524].)
Copyright (C) 2012-2017 Edgewall Software