Misplaced Pages

Buddy (software)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Software for Git developers
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article, and in particular the “Version control” and “Available actions” sections contains promotional content. Please help improve it by removing promotional language and inappropriate external links, and by adding encyclopedic text written from a neutral point of view. (August 2018) (Learn how and when to remove this message)
The topic of this article may not meet Misplaced Pages's general notability guideline. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "Buddy" software – news · newspapers · books · scholar · JSTOR (February 2018) (Learn how and when to remove this message)
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "Buddy" software – news · newspapers · books · scholar · JSTOR (September 2017) (Learn how and when to remove this message)
(Learn how and when to remove this message)

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

Buddy launched as a downloadable VM in May 2015 under the name Meat!. The service was initially free but employed a proprietary license, causing dissatisfaction among web-developers. 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. 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, 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.

Configuration

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 the works.

Version control

Buddy features a native code hosting solution with Git commands, such asgit 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

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

Languages and frameworks

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

Static site generators

Jekyll, Hexo, Hugo, Middleman

Deployment

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

Amazon Web Services

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

Google services

Google Cloud Storage, Google Compute Engine, Google App Engine

DevOps

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

Notifications

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

Website monitoring

URL request, Ping, TCP port monitoring

References

  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

Categories: