You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <bl...@incubator.apache.org> on 2013/02/21 03:22:17 UTC

[Apache Bloodhound] #409: Release version 0.5 of Bloodhound

#409: Release version 0.5 of Bloodhound
-----------------------+-----------------------
 Reporter:  rjollos    |      Owner:  nobody
     Type:  task       |     Status:  new
 Priority:  major      |  Milestone:  Release 5
Component:  siteadmin  |    Version:
 Keywords:             |
-----------------------+-----------------------


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/409>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #409: Append `dev` to the version string of development versions

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#409: Append `dev` to the version string of development versions
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  nobody
      Type:  task       |     Status:  new
  Priority:  major      |  Milestone:  Release 5
 Component:  siteadmin  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------

Comment (by olemis):

 This is all good stuff
 :)

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/409#comment:6>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #409: Append `dev` to the version string of development versions

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#409: Append `dev` to the version string of development versions
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  nobody
      Type:  task       |     Status:  closed
  Priority:  major      |  Milestone:  Release 5
 Component:  siteadmin  |    Version:
Resolution:  fixed      |   Keywords:
------------------------+-----------------------
Changes (by rjollos):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Replying to [comment:3 rjollos]:
 > Peter, I wanted to ask for your review of the following patch before I
 commit, in case my changes have some unintended consequences to the white-
 labeling: [attachment:t409-r1448441-1.patch].

 I had less concern about this the more I looked at it, so went ahead and
 committed, but please still take a look and let me know if you have any
 concerns.

 (In [1448519])

 Refs #409: `application_version` will now have the `tag_build` string and
 SVN revision appended.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/409#comment:7>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #409: Release version 0.5 of Bloodhound

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#409: Release version 0.5 of Bloodhound
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  nobody
      Type:  task       |     Status:  new
  Priority:  major      |  Milestone:  Release 5
 Component:  siteadmin  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------

Comment (by rjollos):

 The demo site for the latest nightly build (https://bh-demo1.apache.org/)
 currently displays (''powered by Apache Bloodhound 0.4''). I propose
 modifying the release process to bump the version of next.dev (e.g.
 `0.5dev `) at the start of the development cycle for the next release.

 This ticket has been created ahead of the 0.5 release for committing the
 proposed changes against.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/409#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #409: Append `dev` to the version string of development versions

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#409: Append `dev` to the version string of development versions
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  rjollos
      Type:  task       |     Status:  closed
  Priority:  major      |  Milestone:  Release 5
 Component:  siteadmin  |    Version:
Resolution:  fixed      |   Keywords:
------------------------+-----------------------
Changes (by rjollos):

 * owner:  nobody => rjollos


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/409#comment:8>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #409: Append `dev` to the version string of development versions

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#409: Append `dev` to the version string of development versions
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  nobody
      Type:  task       |     Status:  new
  Priority:  major      |  Milestone:  Release 5
 Component:  siteadmin  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------

Comment (by rjollos):

 After bumping the version numbers and adding a `setup.cfg` where needed,
 we see displayed on the plugin admin panel:

 [[Image(ManagePlugins.png)]]

 Changing the ''Powered by Apache X.Y'' line is slightly more involved. The
 `application_version` variable must be changed:
 {{{
 (bloodhound)user@debian-wheezy:~/Workspace/bh220$ grep -R --exclude-
 dir=.svn --exclude=*.pyc "application_version"
 ../bloodhound_theme/bhtheme/theme.py:            application_version =
 ".".join(map(str, application_version)))
 ./bloodhound_theme/bhtheme/theme.py:application_version = tuple(int(i) for
 i in get_distribution('BloodhoundTheme')
 ./bloodhound_theme/bhtheme/templates/bloodhound_theme.html:
 ${chrome.labels.application_version}</a>
 ./bloodhound_theme/bhtheme/templates/bh_about.html:
 ${chrome.labels.application_version
 }}}

 Peter, I wanted to ask for your review of the following patch before I
 commit, in case my changes have some unintended consequences to the white-
 labeling: [attachment:t409-r1448441-1.patch].

 The result is:

 [[Image(Footer.png)]]

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/409#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #409: Append `dev` to the version string of development versions

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#409: Append `dev` to the version string of development versions
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  nobody
      Type:  task       |     Status:  new
  Priority:  major      |  Milestone:  Release 5
 Component:  siteadmin  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------

Comment (by rjollos):

 (In [1448501])

 Refs #409: Bumped version to 0.5.0dev. SVN revision is now appended to
 version strings. Added `setup.cfg` files where needed.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/409#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #409: Append `dev` to the version string of development versions

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#409: Append `dev` to the version string of development versions
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  nobody
      Type:  task       |     Status:  new
  Priority:  major      |  Milestone:  Release 5
 Component:  siteadmin  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------

Comment (by rjollos):

 The SVN revision is now appended to the version string as well, which I
 hope will help in locally reproducing defects found on the demo site by
 knowing the exact revision running at any given time.

 [[Image(PoweredBy.png)]]

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/409#comment:5>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #409: Append `dev` to the version string of development versions (was: Release version 0.5 of Bloodhound)

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#409: Append `dev` to the version string of development versions
------------------------+-----------------------
  Reporter:  rjollos    |      Owner:  nobody
      Type:  task       |     Status:  new
  Priority:  major      |  Milestone:  Release 5
 Component:  siteadmin  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------
Description changed by rjollos:

Old description:



New description:

 Append `dev` to the version string of development versions of Bloodhound.

--

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/409#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker