Teamcity Theatre Versions Save

:eyes: Monitor those builds! :hammer: (No TeamCity plugin needed!)

3.2.0

5 years ago

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

5 years ago

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

5 years ago

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

6 years ago

Patch release!

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

3.0

6 years ago

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

6 years ago

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

6 years ago

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

8 years ago
  • Fixed problem that prevent TeamCity Theatre to be deployed as separate website instead of Virtual Directory.

1.0

8 years ago

This marks the first version of TeamCity theatre!

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