While we are working on 5.1 release, some of the fixes seem important enough to be integrated into our 5.0.x branch. The number of fixes seems enough to release an update and we gladly do it today.
The update is recommended but is not mandatory, if you do not experience any issues with your TeamCity setup, you can skip the update.
Thank you all who reported issues and let us investigate and fix them.
Download the new verison and ... happy building!
Tuesday, March 16, 2010
Thursday, February 25, 2010
TeamCity 5.1 EAP is Open
Today we are opening EAP for TeamCity 5.1 - the next minor version which we plan to release in about a month.
This EAP adds many new features and improvements as well as bug fixes.
What you can do with this EAP:
For more details please review Release Notes or fixed tracker issues
Interested? Go download one to try. As usual, the build comes bundled with EAP license key valid for 60 days so if you are not yet on 5.0 or your 5.0 evaluation expired you can try TeamCity for free as a kind of extended evaluation valid while EAP lasts.
Do not forget to backup your existing data before upgrade. If you are on 5.0, you can do this form the web UI.
As usual, we are awaiting for your feedback.
This EAP adds many new features and improvements as well as bug fixes.
What you can do with this EAP:
- collapse Projects on the Overview page;
- track failing tests across the whole project in a single place: Current Problems tab;
- see build start/finish times in Web UI in your timezone (turn this on via a setting on user profile);
- pack build artifacts into archive via a UI-configured setting;
- enable code coverage gathering for the Maven runner with several clicks;
- build your .NET 4.0 projects and use Visual Studio 2010 (RC);
- tweak Email/Jabber/IDE/Windows Tray notification messages using powerful template engine (Freemarker).
For more details please review Release Notes or fixed tracker issues
Interested? Go download one to try. As usual, the build comes bundled with EAP license key valid for 60 days so if you are not yet on 5.0 or your 5.0 evaluation expired you can try TeamCity for free as a kind of extended evaluation valid while EAP lasts.
Do not forget to backup your existing data before upgrade. If you are on 5.0, you can do this form the web UI.
As usual, we are awaiting for your feedback.
Friday, February 5, 2010
5.0.2 (bugfix update) is Available
Here we are with a new bugfix update for TeamCity 5.0: version 5.0.2 is ready to download.
It contains fixes that improve different TeamCity integrations including Subversion, Perforce, Git, EC2, Visual Studio plugin, MS SQL Server and Maven.
As usual, do not forget to create a backup before upgrading (and with 5.0.x you can do this from the admin web UI).
We are now moving for TeamCity 5.1 with a plan to release it in several months.
It contains fixes that improve different TeamCity integrations including Subversion, Perforce, Git, EC2, Visual Studio plugin, MS SQL Server and Maven.
As usual, do not forget to create a backup before upgrading (and with 5.0.x you can do this from the admin web UI).
We are now moving for TeamCity 5.1 with a plan to release it in several months.
Monday, January 18, 2010
One more popular version control system support: SourceGear Vault
Good news coming for SourceGear Vault users!
Did you hear about Eric Sink's impressive advertising campaign for Vault? Yeah, he's the one who invented the daring slogan "SourceSafe Must Die" (in advantage to Vault of course). Vault even contains a Handoff feature which makes it easier than ever to make the transition from Visual SourceSafe. They also show Vault advantages over Subversion.
So we decided to take a closer look at this version control tool and it's APIs. First offhand approach was to parse command line client output. Xml-based, well-stuctured, but still
insufficient (e.g. no simple way to determine whether object type is file or folder). Thus it was necessary to dig into the Java API (fortunately Vault provides the last and some .NET documentation appropriate for Java API as well).
For TeamCity specific purposes (collecting changes and patch building) we are using history and source retrieval API methods, which conduct developer through certain tricky cases (the delete operation is some kind of destructive and wipes out from history such principal operations as renaming).
Fortunately any of them had a workaround and TeamCity server does show all history operations and provides users with all possible information on transactions in the Change Log!
Here is the result - Vault support plugin early access program designed to work with TeamCity 5.0 and newer is open.
As always, any feedback will be highly appreciated.
Develop with pleasure!
The JetBrains TeamCity Team
Did you hear about Eric Sink's impressive advertising campaign for Vault? Yeah, he's the one who invented the daring slogan "SourceSafe Must Die" (in advantage to Vault of course). Vault even contains a Handoff feature which makes it easier than ever to make the transition from Visual SourceSafe. They also show Vault advantages over Subversion.
So we decided to take a closer look at this version control tool and it's APIs. First offhand approach was to parse command line client output. Xml-based, well-stuctured, but still
insufficient (e.g. no simple way to determine whether object type is file or folder). Thus it was necessary to dig into the Java API (fortunately Vault provides the last and some .NET documentation appropriate for Java API as well).
For TeamCity specific purposes (collecting changes and patch building) we are using history and source retrieval API methods, which conduct developer through certain tricky cases (the delete operation is some kind of destructive and wipes out from history such principal operations as renaming).
Fortunately any of them had a workaround and TeamCity server does show all history operations and provides users with all possible information on transactions in the Change Log!
Here is the result - Vault support plugin early access program designed to work with TeamCity 5.0 and newer is open.
As always, any feedback will be highly appreciated.
Develop with pleasure!
The JetBrains TeamCity Team
Wednesday, December 23, 2009
Bugfix update: TeamCity 5.0.1
Here is one more present for your this Christmas: minor update for TeamCity 5.0.
There is a bunch of issues fixed in the release. Some performance improvements in Visual Studio and Eclipse plugins, no indeed critical bugs, but update is recommended for all users of 5.0.
As you probably know, main JetBrains development is based in Saint-Petersburg, Russia. Russian Christmas is celebrated on January, 7. Thus, we have working days till December, 31 and then have national holidays till January, 10. Anyway, do not hesitate to post your feedback - we will get to it right after the holidays.
Best Wishes for this Holiday Season,
JetBrains TeamCity Team.
There is a bunch of issues fixed in the release. Some performance improvements in Visual Studio and Eclipse plugins, no indeed critical bugs, but update is recommended for all users of 5.0.
As you probably know, main JetBrains development is based in Saint-Petersburg, Russia. Russian Christmas is celebrated on January, 7. Thus, we have working days till December, 31 and then have national holidays till January, 10. Anyway, do not hesitate to post your feedback - we will get to it right after the holidays.
Best Wishes for this Holiday Season,
JetBrains TeamCity Team.
Saturday, December 12, 2009
TeamCity 4.5.6: minor update with IDEA 9.0 compatibility
If you are still considering upgrade to TeamCity 5.0 but want to use recently released IntelliJ IDEA 9.0, here is an update for you: TeamCity 4.5.6. There are several other fixes too, but not too much.
Thursday, December 3, 2009
TeamCity 5.0 is out
Build 10669 is going to get somewhat more attention then its siblings. It just have been announced as official TeamCity 5.0 release build.
A year after 4.0 and about 7 months after 4.5, we are releasing version 5.0.
What's inside?
Many improvements and fixes throughout entire system: from agents to server, from deep internals to Web UI.
Some of the largest additions feature Amazon EC2 support, improved Maven experience, issue trackers integration, creating backup from UI and build configuration templates.
Upgrade is not free, but all existing customers can upgrade for 50% of the full price. See details on the official site.
Plan upgrade? Read the What's New and Upgrade Notes available form 5.0 documentation.
Thank you all who helped us trying EAP releases, reporting issues and sharing your thoughts. We value your help much as this allows us to plan further features and improvements with our users in mind.
Happy building,
TeamCity Development Team.
A year after 4.0 and about 7 months after 4.5, we are releasing version 5.0.
What's inside?
Many improvements and fixes throughout entire system: from agents to server, from deep internals to Web UI.
Some of the largest additions feature Amazon EC2 support, improved Maven experience, issue trackers integration, creating backup from UI and build configuration templates.
Upgrade is not free, but all existing customers can upgrade for 50% of the full price. See details on the official site.
Plan upgrade? Read the What's New and Upgrade Notes available form 5.0 documentation.
Thank you all who helped us trying EAP releases, reporting issues and sharing your thoughts. We value your help much as this allows us to plan further features and improvements with our users in mind.
Happy building,
TeamCity Development Team.
Subscribe to:
Posts (Atom)