Skip to content

Instantly share code, notes, and snippets.

@rauhryan
rauhryan / Notes.md
Last active September 14, 2015 13:37
HuBoard Enterprise - 1.6.92 Release notes

HuBoard Enterprise - 1.6.93 Release notes

The 1.6.93 HuBoard Enterprise package release in now available for download from https://enterprise.huboard.com/download.

This release is full of bug fixes and performance wins! It includes 82 commits and 19 pull requests!

Improvements

  • Refactors the client-side eventing infrastructure
  • Upgrades to ember 1.13.8
@rauhryan
rauhryan / Notes.md
Created July 28, 2015 16:04
HuBoard Enterprise - 1.6.91 Release notes

HuBoard Enterprise - 1.6.91 Release notes

The 1.6.91 HuBoard Enterprise package release in now available for download from https://enterprise.huboard.com/download.

Improvements

  • Upgrades EmberJS to 1.13.4. This release of EmberJS has been a long time coming and we are really excited about it. It comes with a brand new rendering engine called Glimmer that has allowed us to fix several nagging rendering bugs and gain an ~30% increase in client side rendering performance!
  • Enhanced SSL support. We've added some debugging utilities to the ~/setup application to help diagnos and fix issues connecting HuBoard:Enterprise to GitHub:Enterprise through SSL
@rauhryan
rauhryan / Release-notes.md
Last active August 29, 2015 14:23
HuBoard Enterprise - 1.6.82 Release notes

HuBoard Enterprise - 1.6.82 Release notes

The 1.6.82 HuBoard Enterprise package release in now available for download from https://enterprise.huboard.com/download. 1.6.82 marks a remarkable release, all told we are releasing over 500 commits and over 50 closed pull requests!

Improvements

  • We’ve completely retooled our back-end infrastructure from a custom sinatra architecture to the latest release of Ruby on Rails (4.2). It was a tremendous effort and we feel that it has greatly improved the performance and stability of huboard.com and we are proud to bring these improvements to HuBoard Enterprise.
  • We’ve completely retooled our front-end infrastructure from an outdated version of ember-tools to the latest version of ember-cli and emberjs version 1.11.3. It was a tremendous effort and we feel like it has greatly improved client side rendering performance and general stability.
  • Escape button horror #511
@rauhryan
rauhryan / Revised_CFP.md
Last active August 29, 2015 14:17
Potential CFP's for GoRuCo

Never hear the phrase "works on my box" again!

Everyone has heard that phrase and everyone wants to reduce the frustrating situations that are bound to follow.

To eliminate this isse, I will show you how to get production environments and development environments on the same page by transforming your infrastructure into immutable, shareable, versioned archives that can be replicated across teams.

In this session we will talk about three different tools that will help you achieve this goal.

Vagrant is the tool that allows you to develop your application inside a virtual machine that is exactly the same as your production boxes.

@rauhryan
rauhryan / install_rubinus.sh
Created March 12, 2015 16:43
Install Rubinius on Ubuntu 14.04
sudo apt-get install ruby-dev
sudo apt-get install -y bison zlib1g-dev libssl-dev libreadline-dev libncurses5-dev
sudo apt-get install clang-3.5 libclang-3.5-dev
sudo apt-get install llvm llvm-dev llvm-gcc
rbenv install rbx-2.5.2
@rauhryan
rauhryan / Guide.md
Last active April 8, 2016 17:31
Installing HuBoard Enterprise on AWS

Installing HuBoard Enterprise on AWS

Basic installation on AWS requires using the EC2 management tools to launch an instance of the HuBoard Enterprise AMI. The instance may be launched into either EC2-Classic or your organization's VPC.

Prerequisites


Before you install HuBoard Enterprise on AWS, make sure you meet the following requirements:

  • You must have an AWS account capable of launching EC2 instances and creating EBS volumes. Sign up here.
  • You must have your HuBoard Enterprise license file and package file. Visit enterprise.huboard.com to download latest version or request a trial license.
@rauhryan
rauhryan / Release notes.md
Last active August 29, 2015 14:15
HuBoard Enterprise - 1.5.72 Release notes
@rauhryan
rauhryan / kibana.json
Created February 13, 2015 18:40
hbe kibana dashboard
{
"title": "Collectd: HuBoard Enterprise",
"services": {
"query": {
"list": {
"0": {
"query": "plugin:\"load\"",
"alias": "Load",
"color": "#7EB26D",
"id": 0,
@rauhryan
rauhryan / gist:be8fabca3b705ab91696
Last active August 29, 2015 14:14
HuBoard Enterprise 1.0.62-rc Release notes

The 1.0.62-rc release in now available for download from https://enterprise.huboard.com/download.

https://github.com/rauhryan/huboard/compare/9c56d38...5025a14

This is a big release! We've taken feedback from all of our current Enterprise customers and have completely revamped our Virtual Appliance. We've got dozens of Enterprise installs under our belts now and we've hardend our installation and update process to a point where we can finally declare 1.0 status.

We believe we have an architecture that will allow us to iterate quickly and maintain full backward compatiblity for the year to come.

Along with numerous improvement and additional features, we've also updated the operating system in our VM to the latest long term support release of Ubuntu (version 14.04 aka Trusty)

task :package do
package_name = "apt-cacher-offline"
description = "Offline package of the apt-cacher-ng cacher folder"
maintainer = "<techops@huboard.com>"
url = "https://huboard.com"
build_number = ENV["BUILD_NUMBER"] || "0"
version = "1.0.#{build_number}"
cache_dir = File.join("", "var", "cache", "apt-cacher-ng")