Operations | Monitoring | ITSM | DevOps | Cloud

How we use the Grafana GitHub plugin to track outstanding pull requests

First of all, we’re pleased to announce the first release of the GitHub data source. The source code is available at github.com/grafana/github-datasource. Contributions, feature requests, and bug reports are welcome. Using the GitHub data source, Grafana users can visualize data from GitHub’s API. In this blog, we’ll go over some use cases for this handy plugin.

GitKraken Git GUI v7.3: GitHub Issue Tracking Integration

Mighty Keif the Kraken has reached across the interweb to join tentacles with his good friend Mona the Octocat once again. 🦑🤝🐙 But this time, it’s all about the issues. The GitKraken Git GUI now supports issue tracking integrations for GitHub and GitHub Enterprise! If you already use GitKraken to manage your GitHub repositories, optimize your workflow even further with new benefits offered in GitKraken Git GUI v7.3.

How to automate across Jira & Gitlab (Cloud)

We recently released new Jira automation triggers that allow you to automate your work directly from Gitlab (and BitBucket, Github) to Jira Cloud. Now Devs can focus on code instead of switching context and project owners will know Jira is always up to date. In this webinar, co-hosted with Gitlab, learn four use cases to help get you started.

What is GitLab CI/CD

GitLab CI/CD is a tool that is built into GitLab. It allows you to create automated tasks that you can use to form a Continuous Integration and Continuous Delivery / Deployment process. You configure GitLab CI/CD by adding a yaml file (called `.gitlab-ci.yml`) to your source repository. This file creates a pipeline, which will then run when a code change is pushed to the repository. Pipelines are made up of a series of stages, and each stage can each contain a number of jobs or scripts.

Hosting Virtual Workshops

The global health crisis of 2020 has changed the ways tech experts are able to share their expertise. Community leaders who formerly taught technical workshops at local Meetups and big in-person conferences are forced to find new ways to connect with audiences. But the technology industry is agile and adaptable, and innovators and educators aren’t letting distance stop them from spreading knowledge. A new world of digital events has been born.

GitKraken Git GUI v7.2: GitLab Issue Tracking Integration

GitLab users will feel even more cunning 🦊 managing your issues directly from GitKraken. The GitKraken Git GUI now integrates with GitLab and GitLab Self-Managed Issues! Now there’s no need to leave the comfortable foxhole of your GitKraken environment to stay on top of your issues. Context switching is, after all, the enemy of an optimal workflow.

Getting Github Data with Webhooks (Part 2)

After my last blog around sending Github Data to Splunk via Webhooks, I received a healthy amount of feedback that I want to address here. I learned that (unsurprisingly) a lot of customers are curious about, or dependant on, other cloud platforms out there. In fact, I heard directly from some customers who specifically cannot use any other cloud platforms than one in particular that was not highlighted in my last blog.