timomeinen / team-piazza

A build monitor for the TeamCity continuous integration server
GNU General Public License v3.0
17 stars 7 forks source link

Feature branch view not working on TeamCity 8? #47

Closed timomeinen closed 10 years ago

timomeinen commented 10 years ago

From ross.edw...@googlemail.com on November 12, 2013 12:17:06

What steps will reproduce the problem? 1. TeamCity 8.0.4 with active 'Feature Branches'

  1. Select the project
  2. Open feature branch view (team-piazza)
  3. No builds are displayed What is the expected output? What do you see instead? Expected: Build displayed Current: No builds displayed

Note: Used successfully with teamcity 7.1 What version of the product are you using? On what operating system? Latest Windows XP Please provide any additional information below.

Original issue: http://code.google.com/p/team-piazza/issues/detail?id=48

timomeinen commented 10 years ago

From sam.reyn...@gmail.com on November 12, 2013 07:30:34

I also have this issue-

As a possible cause, this may be due to the new project tree structure? The piazza configuration tab appears to be missing for sub-projects.

timomeinen commented 10 years ago

From richhall...@gmail.com on November 21, 2013 10:37:43

Any idea when this might be fixed - is this a missing feature?

timomeinen commented 10 years ago

From timomeinen on December 03, 2013 12:54:13

Thank you for posting this issue.

TC8 changed the naming of the projects because of the new subprojects feature. We will try to find a general solution to the problem.

Status: Accepted
Owner: begul1234
Cc: timomeinen

timomeinen commented 10 years ago

From chir...@gmail.com on February 03, 2014 02:37:52

Has any progress been made on this issue please, as we're currently unable to use TeamPiazza on TC8? Thanks!

timomeinen commented 10 years ago

From timomeinen on February 03, 2014 02:50:29

Unfortunately not. I am sorry, as I have no time at the moment fixing this. I will ask the original author Frank, if he has time to fix it. Of course, you are invited to have a look at the sources. May be, you can provide a patch?

timomeinen commented 10 years ago

From begul1234 on February 16, 2014 10:45:13

I have fixed this issue. The feature branch view now shows builds for all build configurations of this project and all its sub-projects.

Unfortunately google has disabled the "downloads" feature, so I cannot provide a new build for this change. For now you have to checkout the source code and compile it yourself. (just a "mvn clean install" when you have java and maven installed. You'll then find the artifact in the "target" folder)

Status: Fixed