InfoQ Homepage Repository Content on InfoQ
-
TikTok Releases Tool to Improve Monorepo Performance
Engineers from TikTok have announced a new tool - Sparo - to help deal with the problems associated with using monorepos, solving many of the performance issues that come with larger repos.
-
AWS CodeArtifact Now Supports the Swift Package Manager
AWS-based software artifact repository CodeArtifact now supports the Swift Package Manager, in addition to Maven, NuGet, npm, pip, and others. This allows developers to store and retrieve Swift packages using Apple's official package manager just like they do when using other repositories.
-
JFrog Artifactory Supports Binary Dependencies for Swift
JFrog has announced its Artifactory repository can be used as a binary package registry for Swift dependencies using the Swift Package Manager.
-
JFrog to Shut down JCenter and Bintray
JFrog has announced that it is shutting down the Bintray asset hosting service, which includes the JCenter Java repository, often used by Gradle and Android builds. Uploads to Bintray will be blocked at the end of the month, and assets will be unavailable for download after the end of April, and deleted shortly afterwards. Read on to find out what this means for your Java build pipelines.
-
Google Releases New Code Search in Beta in Revamped Cloud Source Repositories
Google announced it is bringing code search in beta availability with the newly revamped Cloud Source Repositories service. This overhaul provides an entirely new user interface and semantic code search capabilities.
-
CodePlex Shuts Down; Migration to GitHub Recommended
Microsoft has decided to stop providing free hosting services for open source projects via CodePlex. Instead they have recommend moving to GitHub or other hosting providers.
-
GitHub Announces Electron 1.0, Devtron and Unlimited Private Repositories
GitHub has announced the Electron 1.0 milestone and a new pricing model including unlimited private repositories for paid plans.
-
JFrog Artifactory 4 Becomes Universal
JFrog announced the availability of Artifactory 4, a unified binary repository for Maven, Docker, NPM and many other packaging formats within a single service, now rebranded as a Universal Artifact Repository. Providing for security, scalability and reliability it is positioned to support the lifecycle from Dev to Ops.
-
Google Cloud Projects Are Stored on Git
Google is integrating projects deployed and running on their cloud infrastructure with a Git-based repository called Cloud Source Repository.
-
Pulp 2.5 Released Including Docker Repository Management
Pulp is a repository content management tool, supporting RPM, Debian, Puppet modules, and now Docker repositories amongst other content. The project has released version 2.5, including bug fixes and a new plugin to manage Docker repositories.
-
You Are Using the ORM the Wrong Way
When teams abandons an Object-Relational Mapper, ORM, it is often due to bad usage Jimmy Bogard stated in a recent presentation highlighting what he sees as incorrect and correct ways of using an ORM, including mapping and querying problems.
-
OSGi Compendium 5 Adds Subsystems, Repositories and More
The recently released OSGi 5 Compendium specification adds new APIs, such as Subsystems (for running partitioned applications in OSGi), a Repository and Resolver API and a means to interact with the Service Loader in Java. Read on to find out more.
-
MIT introduces Oracle for Object-Oriented Programmers
In a recent news article the Massachusetts Institute of Technology has introduced a technology for automatically remembering connections between objects. The provided system determines how objects in a large software project interact, so it can inform latecomers which objects they will need to design certain types of functions.
-
Git# Offers Git Access for .NET and Mono Projects
Git# is a .NET and Mono version of the popular source code management system, Git, obtained by porting JGit to C#. Other related projects are: msysgit and gitextensions.
-
Fisheye and Crucible Add "Social Networking"
The latest releases of Fisheye 2 (source code repository browser) and Crucible 2 (code review) from Atlassian offer a completely revamped UI, one that allows developers to follow the team (a kind of social networking) as well as follow the work. Crucible 2 also supports the idea of "iterative code review."