Systems | Development | Analytics | API | Testing

Git review for TestComplete projects

Teams using TestComplete face a common problem: one small test change can produce a wide set of modified files, and not all of them deserve the same level of scrutiny. The fix is not to review everything equally – it is to classify TestComplete artifacts by risk, then standardize how your team reviews, stages, and merges them. This article outlines this process and offers best practices for using Git effectively with TestComplete projects.

Introduction To Gitlab Python Api

Doing things manually on GitLab is okay, but it can get repetitive and time-consuming. That’s where the GitLab Python API comes to the rescue! With it, you can automate tasks like creating projects, branches, or merge requests using just a few lines of Python code. It’s incredibly handy for DevOps, scripting, or personal projects! In this blog, we’ll dive into setting up and using the GitLab Python API step by step.

Introducing Git-Based API Proxy Creation in Choreo

In today’s fast-evolving world of API management, efficiency and flexibility are key. Choreo, WSO2’s AI-native internal developer platform, continues to empower developers by streamlining API development, integration, and management. We’re excited to introduce a new enhancement to API proxy creation: the ability to create API proxies directly from a Git source.

AI Magic: Custom GPT & Git Ingest

Experience the power of AI like never before! In this demo, we showcase Custom GPTs and how they seamlessly integrate with Git Ingest to enhance workflows, automate tasks, and streamline development. What You’ll Learn: How to create and customize a GPT for specific use cases Using Git Ingest to process repositories efficiently Real-world applications and automation examples Whether you're a developer, AI enthusiast, or just curious about next-gen AI tools, this demo will give you a hands-on look at what's possible!

Outgrowing Git in Game Dev? Create Without Limits with Helix Core

Tired of running into roadblocks with Git in your game dev projects? You’re not alone. While Git is a popular version control system, it isn't built to handle the unique demands of game development—like managing massive files, game assets, and complex team workflows. The result? Slowdowns, frustrations, and missed opportunities to scale. Enter Helix Core—the world’s most scalable version control trusted by 19/20 top AAA studios. In this video, Sr.

Gain clarity and control with custom git commit status reports

Ever commit code and wonder how it’s faring in the pipeline? Let's make every status update as clear as day. Every time you push new code, a series of automated CI builds and checks spring into action, each telling a part of your project's story. This is where git commit statuses come in—they transform the complex results of these processes into clear, actionable insights. Think of them as real-time signals that indicate whether your code is ready to go live or needs a little more attention.

A practical GitHub Actions pipeline example with Rails

Continuous integration (CI) pipelines are an important part of building and deploying reliable software. Whether it's building a Docker image, running tests, or even just doing code linting, CI pipelines help you automate repetitive tasks and ship better code even faster. GitHub Actions lets you create pipelines to build containers, test source code, and publish software.

An Overview of Pull Request Processes in Testing

One method that developers use to submit code modifications for evaluation is known as pull requests (PRs). We discussed the advantages of testing PRs in software development in a previous post but before merging into the main branch, they give team members a chance to talk about the changes, make suggestions, and accept or reject the code. To keep code quality high and make sure that the team reviews all changes, this approach is essential.

Using GitLab With Helix QAC

There are many ways to integrate Helix QAC static analysis within a continuous integration system like GitLab. Helix QAC's full CI/CD integration accelerates the development pipeline and provides maximum flexibility across the entire organization. In this video, we demonstrate the GitLab and Helix QAC integration with a merge request example. Watch to see how easy it is to compare branches, find and fix issues, and automate CI analysis during key phases of development.