News

GitHub Desktop 3.0 Enhances Pull Request Integration

Microsoft-owned GitHub announced GitHub Desktop 3.0, noting that it provides better integration for developer pull requests (PRs).

GitHub Desktop, for the unfamiliar, is described as an open source Electron-based GitHub app, written in TypeScript and using React, designed to simplify the sometimes daunting Git DevOps experience of source code management, primarily targeting beginner users and collaborative teams.

"GitHub Desktop 3.0 brings better integration with your GitHub Pull Requests," the company said in an April 26 blog post announcing the update. "You can now receive real time notifications and review the status of your check runs for your pull request."

Checks provide line annotations and detailed messaging to indicate if a developer's commit meets conditions set for a target repository, helping to ensure code is ready for production. GitHub says, "The Check Runs API enables you to build GitHub Apps that run powerful checks against code changes in a repository. You can create apps that perform continuous integration, code linting, or code scanning services and provide detailed feedback on commits."

In the update, users can click on a badge displaying the relevant PR number to see associated checks and rerun failed ones, shown here in an animated GIF:

GitHub Checks in Animated Action
[Click on image for larger, animated GIF view.] GitHub Checks in Animated Action (source: GitHub).

The update also provides high-signal PR notifications designed to cut through the noise that can be generated by notifications of all kinds coming from various apps and sources.

"That's why GitHub Desktop 3.0 does not notify you for every single event in every repository you contribute to," the company said. "Instead, GitHub Desktop 3.0 will only show you notifications when something really important happens in the repository you're working on."

It provided an example scenario in which a developer working on a specific code branch submits a PR and then moves to work in a different branch. GitHub Desktop 3.0 will now generate a system notification for such scenarios, complete with a new dialog that provides details about the problem and making it easy to switch to the problematic branch to either fix thing or re-run those checks, which sometimes results in passed checks.

The update also notifies developers when their PRs are reviewed, letting them know about requested changes, comments or approvals, again providing for an easy switch to the branch in question.

The update's release notes indicate two other items, along with the new notification item:

GitHub Desktop Release Notes
[Click on image for larger view.] GitHub Desktop Release Notes (source: GitHub).

Going forward, the project's roadmap indicates that one area of work will be to provide support for arm64 Windows machines.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Microsoft Revamps Fledgling AutoGen Framework for Agentic AI

    Only at v0.4, Microsoft's AutoGen framework for agentic AI -- the hottest new trend in AI development -- has already undergone a complete revamp, going to an asynchronous, event-driven architecture.

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

  • Microsoft Execs to Tackle AI and Cloud in Dev Conference Keynotes

    AI unsurprisingly is all over keynotes that Microsoft execs will helm to kick off the Visual Studio Live! developer conference in Las Vegas, March 10-14, which the company described as "a must-attend event."

Subscribe on YouTube