Buddy (software)

From Wikipedia, the free encyclopedia

Buddy (also known as Buddy.Works) is a web-based and self-hosted continuous integration and delivery software for Git developers that can be used to build, test, and deploy web sites and applications with code from GitHub, Bitbucket, and GitLab. It employs Docker containers with pre-installed languages and frameworks for builds, alongside DevOps, monitoring and notification actions.

History[edit]

Buddy launched as a downloadable VM in May 2015 under the name Meat!. The service was initially free but employed a proprietary license which bothered many in the web development community. Meat! was rebranded to Buddy in November 2015 and released as a cloud-only service. The on-premises version, nicknamed Buddy GO, was released in September 2016.[1] Switching from VM to Docker allowed installation on any Linux-based server, including Amazon EC2, DigitalOcean, and Microsoft Azure. Shortly after, the company launched Guides,[2] a dedicated website section with use cases and workflow automation strategies, later reproduced to Medium, a popular blogging platform. On September 21, 2016, the service was featured on Product Hunt.[3]

Configuration[edit]

Configuration is performed by arranging predefined actions into sequences called pipelines. Pipelines can be triggered automatically on push to branch, manually, or recurrently. Actions include Docker-based builds, deployment to FTP/SFTP and IaaS services, delivery to version control, SSH scripts, website monitoring and conditional notifications. Contrary to other CI tools like Jenkins or Travis CI, Buddy does not use YAML files to describe the process, although the company stated support for .yml files is currently in works.[4]

Version control[edit]

Buddy features a native code hosting solution with popular Git commands (git log, git show, git blame, git diff) reproduced into the GUI. Other features include a cloud editor with blame tool and syntax highlight, push permissions, merge requests and visual branch management.

Available actions[edit]

Buddy supports over 30 pre-configured actions that can be modified with Linux commands:

Languages and frameworks[edit]

Angular CLI, Gulp, Grunt, Node.js, Maven, Gradle, PHP, Ruby, Python, Elixir, .NET/.NET Core, Go, Ember CLI

Static site generators[edit]

Jekyll, Hexo, Hugo, Middleman

Deployment[edit]

FTP, SFTP, FTPS, Heroku, Microsoft Azure, DigitalOcean, Modulus, Shopify, WebDAV, push to Git

Amazon Web Services[edit]

Amazon S3, Amazon EC2, AWS Elastic Beanstalk, AWS CodeDeploy, AWS Lambda

Google services[edit]

Google Cloud Storage, Google Compute Engine, Google App Engine

DevOps[edit]

SSH commands, HTTP requests, Heroku CLI, Docker image build and push to registry (Docker Hub, Amazon ECR, private registry)

Notifications[edit]

Email, SMS, Slack, Desktop notifications (Pushbullet,[5] Pushover), Activity stream

Website monitoring[edit]

URL request, Ping, TCP port monitoring

References[edit]

  1. ^ "Buddy GO [On-Premises] is now available for download". Twitter. Retrieved 2017-01-16.
  2. ^ "Learn how to automate your development process with Buddy Guides". Twitter. Retrieved 2017-01-16.
  3. ^ "Buddy - Product Hunt". Product Hunt. Retrieved 2017-01-16.
  4. ^ "Configuration as code?". BuddyBoard. 4 October 2016. Archived from the original on 2017-02-05. Retrieved 2016-11-18.
  5. ^ "Introducing: Multi-Device Notifications with Pushbullet - Buddy Blog". buddy.works. 11 October 2016. Retrieved 2017-01-16.

External links[edit]