New Topics

  • Upgraded to .Net Core RC2

    catlight · 1 · Last reply by catlight

    Good news, everyone!

    Windows version of Catlight 1.7 now runs on .Net Core RC2.

    This upgrade required a lot of changes, but the app should now be less dependent on the environment.

    If you spot some problems, be sure to tell us about them, and we'll fix them promptly.

  • 2

    Support Travis Enterprise

    The Travis Support is cool... can we add Travis Enterprise support?  I think it is basically the same except that the URL will be different.

  • Build investigations

    catlight · 1 · Last reply by catlight

    Catlight 1.6 has a new feature - build investigations. When a build is broken, all team members will see a button inviting them to investigate the build and fix it.

    Read more at the Catlight Blog

  • 1

    Catlight for Phabricator / Harbormaster

    June Rhodes · 2 · Last reply by catlight

    Catlight should support the Harbormaster build server that is part of Phabricator.

    To receive the status of builds within Harbormaster, you'll need to get the user to provide an API token.  Once you have that, you can query the API endpoints in Conduit to find out:

    • A list of repositories the user has access to: https://secure.phabricator.com/conduit/method/diffusion.repository.search/
    • A list of branches in each repository: https://secure.phabricator.com/conduit/method/diffusion.branchquery/
    • With the commit hashes, you then need find out the internal PHIDs (unique identifiers) of those commits with: https://secure.phabricator.com/conduit/method/diffusion.querycommits/ 
    • Then you can query the pass / fail status of those commits by passing those PHIDs in as "buildablePHIDs"
  • 1
  • 1

    On OS X, Command-Q does not quit

    Robert Hencke · 0 · Posted

    The default keystroke to quit on OS X is to press Command-Q.  However, this does not work in CatLight.

  • 10

    Collapse server lists with overall status light

    Brian Maher · 3 · Last reply by catlight

    Are jobs are organized into folders with multiple jobs as it is quite a large project.

    I can add each folder as a jenkins connection to CatLight no problem but there are 20-30 jobs in each jenkins folder.

    It would be great if I could collapse each connection so I can see at a glance at a top level which Jenkins folder instance is causing the failure.

    So as a user I would like:

    - Collapse server lists with overall status light

    - Aliases (friendly name) for each server connection

    - Ability to sort/order the connections

    - organize server connections into

  • 1

    Dynamic polling rate

    Amy · 0 · Posted

    for example:  poll for new builds every 60 seconds, but poll for changes every 5 seconds when something is actually building.

  • 1

    Use logos in the dashboard

    Asbjørn Ulsberg · 0 · Posted

    To make the dashboard easier to scan visually, it would be nice if each SCM provider was identified by its logo. It would also be nice to have logos for each organization/repository. Please take a look at how Gitter has solved the latter. Here's a screenshot from my Gitter dashboard:

  • Greate tool

    Bim Bom · 0 · Posted
  • 4

    Integration with BuildKite

    Nathaniel Blackburn · 1 · Last reply by catlight

    BuildKite is a popular CI service which i feel would benefit from integration with your application.

    Website: http://buildkite.com

    Support for CCTray is available so integration should be a cinch.

  • 27

    Catlight for Android

    catlight · 0 · Posted

    Create a Catlight mobile app for Android

  • 27

    Catlight for iOS

    catlight · 0 · Posted

    Create a mobile app for iOS

  • 3

    Why is tray icon yellow when all builds are passing?

    catlight · 0 · Posted

    Since 1.5.4, CatLight will show yellow icon if some of the connections need configuration. 

    Typically, connection will need configuration when server no longer accepts you credentials or authentication token expires.

    To resolve this, you can either configure or remove connection.

  • 1

    Allow change/configuration of the colour scheme

    catlight · 0 · Posted

    Possibly as a set of alternative schemes or schemes+full config

  • 1

    Unable to install

    Lennart Jansson · 1 · Last reply by catlight

    Hi,

     

    I am trying to install the Windows version on a Windows 7 developer machine, we have some policies regarding execution in various folders like fx the Temp folder. When I ask the Infraguys to install it for me with elevated rights the installer just says that it failed. Any ideas? Is it possibel to get the installationfiles in a zip-archive or something?

    BR

    Lennart Jansson

  • Support for HTTP proxy with authentication on Windows

    catlight · 0 · Posted

    In Catlight 1.5 you can use HTTP/HTTPS proxy that requires authentication. To do that, in main menu, go to edit/settings/proxy tab. 

    By default, Catlight will use system-wide proxy settings, so the manual configuration is needed only for proxies that need username and password, or if you don't want to change the proxy settings in OS.

    Get the latest version from https://catlight.io/downloads

  • 6

    Reconcile notifications

    BC · 0 · Posted

    It would be awesome if you could add reconcile notifications after TFS gated checkin. Just like the VS build notification app does.

  • Catlight for Travis CI

    catlight · 0 · Posted

    Catlight can now show build status notifications for Travis CI. Try it out on OS X and Windows!

  • 1

    does not work behind proxy (wpad)

    Daniel Gut · 5 · Last reply by Daniel Gut

    We have wpad for automatic proxy configuration in use. Catlight gives a connection timeout error while starting and doesn't even allow us to use on-prem TFS. (menu grayed out)