Magit is designed as an interface to the version control system Git, implemented as an Emacs package. According to the team, while it is not a “complete Git porcelain,” it is complete enough to allow Git users to perform daily version control tasks directly from Emacs. “A major advantage Magit has over Git on the … continue reading
SmartBear released a new behavior-driven development (BDD) solution CucumberStudio. It is designed to bridge the gaps between business, development and testing through Git integration and living documentation. According to the company, CucumberStudio merges Cucumber with HipTest, which SmartBear acquired in 2018, representing an investment in a solution that supports all aspects of behavior-driven development (BDD). … continue reading
This week’s featured open-source project gives developers “Git with a cup of tea.” Gitea is a self-hosted Git service. “The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. Using Go, this can be done with an independent binary distribution across all platforms which … continue reading
New Relic acquired technology and team members from IOpipe as part of its investment in serverless technologies. IOpipe aims to help developers build and run serverless applications faster. It provides visibility into AWS Lambda by providing detailed, hard-cardinality data to troubleshoot workloads. The company has put together a migration guide for developers currently using its … continue reading
Git 2.21 has been released. According to the team, this release features contributions from over 60 developers. New features include human-readable dates, the ability to detect case-insensitive path collisions, and performance improvements to multi-pack indexes, delta islands, and delta reuse with bitmaps. The FIDO Alliance grants Android with a FIDO2 certification The FIDO Alliance has … continue reading
Following a major boost in activity this past weekend spurred on by Microsoft’s acquisition of GitHub and Apple’s announcement of XCode integration for GitLab, GitLab has announced that its two most robust project management offerings, GitLab Ultimate and GitLab Gold, are now free for educational institutions and open source projects. Though GitLab was asked about … continue reading
Git has disclosed a security vulnerability that allows for arbitrary code execution in malicious repositories, Microsoft reports. The vulnerability, CVE 2018-11235, was addressed and fixed in Git 2.17.1 and Git for Windows 2.17.1 (2), which were both released today. In addition, the Visual Studio Team Services (VSTS) team has blocked malicious repositories from being pushed … continue reading
The open source Git project has announced the release of Git 2.17.0. Updates include bug fixes from previous versions, and new features such as coloring moved code, speeding up status with watchman, and finding objects in history. The new color moved options is designed to group moved lines of code so developers can easily identify … continue reading
Microsoft has announced progress with the prototype design for Git Virtual File System (GVFS) for Mac. GVFS is the company’s project to bring Git to enterprise scale. Microsoft plans to publish all of the code for GVFS for Mac in their public repo. With GVFS for Windows, it contains patches to Git, a file system … continue reading
Microsoft made a lot of contributions to Git in 2017. Now that the year is over, the company is taking time to reflect on some of those contributions. Early last year, the company announced the Git Virtual File System (GVFS), an open source system designed to operate Git at enterprise-scale. It was a part of … continue reading
Uber AI Labs is releasing its probabilistic programming language, Pyro, into open source this week. Pyro is part of Uber’s larger plan to provide reliable transportation by matching riders to drivers, suggesting routes, finding carpool combinations, and designing next generation vehicles. “To solve these challenges, we are combining state-of-the-art artificial intelligence (AI) techniques with the … continue reading
The open source database PostgreSQL has announced the release of their latest version, PostgreSQL 10. It includes the ability to distribute data across many nodes, also known as a divide and conquer strategy. Other features include logical replication, declarative table partitioning, improved query parallelism, quorum commit for synchronous replication, and SCRAM-SHA-256 authentication. Logical replication will enable … continue reading