Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Releases: amoerie/teamcity-theatre

3.2.0

23 Jan 14:59
Compare
Choose a tag to compare

Guest support!

This release introduces support for guestAuth. If enabled on TeamCity, this allows REST API calls without having to authenticate, (by making calls to /guestAuth instead of /httpAuth).

You can enable this by modifying the AuthenticationMode in appsettings.json (or the environment variable TEAMCITYTHEATRE_CONNECTION__AUTHENTICATIONMODE), possible values are "BasicAuthentication" or "Guest"

3.1.0

11 Jan 09:15
0fb6c5f
Compare
Choose a tag to compare

Minor improvements!

This release introduces:

  • Customizable TeamCity API query: the TC endpoint parameters is now available in appsettings.json to customize as you like. I've seen quite some issues related to this, so this should make things easier.
  • Improved logging when requests to TeamCity go wrong
  • Log TeamCity settings on startup to facilitate finding out why TeamCityTheatre doesn't work.
  • Docker support! There's no image on Docker Hub (yet) but you can easily create and run a Docker image using the scripts provided. Thanks to trolleyyy for assisting with this.
  • Configure via environment variables (only connection related settings for now)
  • Upgrade to .NET Core 2.2

3.0.2

13 Jun 08:55
Compare
Choose a tag to compare

Second patch release!

Issues fixed in this release:

  • #33 "Open in TeamCity" button has hard coded hostname
  • Decreased default log verbosity from Information to Warning for file logging

3.0.1

16 May 13:47
Compare
Choose a tag to compare

Patch release!

Microsoft Application Insights was wreaking havoc, it's been removed now.
Sorry for the inconvenience!

3.0

15 May 13:18
Compare
Choose a tag to compare
3.0

This is another major release!

Changes:

  • Added Serilog logging, TeamCityTheatre problems can now be diagnosed from log files, found by default under C:\TeamCityTheatre\Logs
  • Added ability to specify number of columns per view.
  • Show build number
  • Fixed bug where cursor would jump back to beginning of text when editing tile names.
  • Updated to .NET Core 2
  • Updated front end libraries (RxJs to 6, TypeScript to 2.8, Webpack to 4, etc.)

2.1

18 Aug 15:25
Compare
Choose a tag to compare
2.1

Another release, with some minor changes:

  • Builds are now clickable and will open the build details in TeamCity on a new tab
  • Removed Inferno in favor of React. This increases the bundle size output with 110kb, but fixes some problems such as the generated HTML containing "classname" attributes.
  • Updated all NPM dependencies to their newest versions

2.0 .NET Core

18 Jul 14:52
Compare
Choose a tag to compare

This is a brand new release of TeamCity Theatre!

Featuring:

  • .NET Core support
  • A completely rewritten front end using React + RxJs (angular 1 isn't exactly modern anymore)
  • Some fixed bugs and usability improvements. For example, in the settings screen, you can now reorder your tiles!

If you detect any bugs, please let me know by opening an issue. Have fun!

1.1

22 Mar 12:21
Compare
Choose a tag to compare
1.1
  • Fixed problem that prevent TeamCity Theatre to be deployed as separate website instead of Virtual Directory.

1.0

29 Feb 11:03
Compare
Choose a tag to compare
1.0

This marks the first version of TeamCity theatre!

Download the zip and install it using the instructions from the README. Good luck!