Developer Portal

  • Changes

    • When creating a cluster, we display how long it usually takes until clusters are up. The value we show is the 75th percentile, which means that 75 percent of all clusters are created within that time span. (#590)
  • Fixes

    • The sed command that is part of our getting started guide didn’t work for linux users. The guide now features an appropriate command for linux users, and some helpful hints for those on windows.

    Changes

    • The key pair detail modal now shows the relative date for creation as well as expiration
    • We’re now hiding the availability zone selector during cluster creation on Azure and KVM installations, since this option has no impact here.

    Other

    We’ve done a lot of ground work for the app catalog, this new feature is currently in testing and available only on certain installations.

  • Changes

    • We overhauled the key pairs table to show more of the most important information, moving less important details like description and ID into a details dialog. Certificate organization names (the O field of the certificate) will be color-coded using a hash function, so each org name will be displayed in a unique color. (#573)
  • Changes

    • You are now automatically logged in after a password reset.
    • We now have a CONTRIBUTORS.MD to acknowledge the open source contributions to Happa

    Bugfixes

    • The flash message we showed when adding a member to an organization succesfully is now green instead of red.
    • Fixed wrong node count by adding support for kubernetes 1.14 worker labels.
    • Fixed empty password being considered valid during password reset / sign up.
  • Changes

    • The cluster detail page has recieved some structural changes to improve readability
      • The SCALE button has been removed from top right. Instead you can click on ‘Edit’ in the “Worker Node Scaling” row
      • Add vertical spacing to table rows to make table easier to read
      • Remove top spacing and border form details table
      • Regroup items to have the (unchangeable) VM size / instance type further in the top, above the dynamic details.
      • Add details to instance type / VM size info
    • The rendering of the Organizations column in the key pairs table has been improved for better readability
    • The scaling modal has been cleaned up and now better matches the situation we have since the introduction of autoscaling.

    Bugfixes

    • The sorting of the keypair table is back to what it used to be (reverse chronological)
    • Happa transitions more smoothly between it’s breakpoints now, allowing it to stay at a larger width for longer.
  • Changes

    • The keypair table is now sortable by clicking on the headings.
    • The scroll position is now always reset to the top of the page when navigating between pages.
  • Changes

    • Information on the cluster details pages are now structured in three tabs: General, Key Pairs, and Managed Services. (#537)
  • Changes

    • The list of Key Pairs on the Cluster Detail screen now allows you to quickly copy values for the Common Name, Organization, and ID values by clicking on them.
  • Bugfixes

    • Fix a problem where duplicate clusters would appear in the cluster list on the organization detail page.
  • Bugfixes

    • Fix a problem where information in the cluster overview and cluster details page constantly switched back and forth between details available and not visible (zero values). (#536)