What’s new in Git 2.47.0?

  • Post author:
  • Post category:Automation

The Git project recently released Git v2.47.0. Let's look at a few notable highlights from this release, which includes contributions from GitLab's Git team and the wider Git community. New global configuration options If you have been following recent Git releases, you are probably familiar with the new "reftable" reference…

Continue ReadingWhat’s new in Git 2.47.0?

Tutorial: Integrate GitLab Merge Request approvals with external systems

  • Post author:
  • Post category:Automation

GitLab customers often ask how to connect merge requests to external applications, such as ServiceNow or custom-built applications, to control approvals for the merging of code into a target branch from these external systems. To address this need, GitLab offers External Status Check, a powerful feature that allows the sending…

Continue ReadingTutorial: Integrate GitLab Merge Request approvals with external systems

Seamlessly migrate from Jira to GitLab with Jira2Lab at scale

  • Post author:
  • Post category:Automation

Atlassian Server reached end of life in February, prompting many customers to explore alternatives like Atlassian Cloud or Data Center. However, enterprises using Atlassian Server are increasingly seeking Agile planning solutions that offer more flexibility, cost-efficiency, and robust DevSecOps integration. They also need to tackle challenges related to data volume,…

Continue ReadingSeamlessly migrate from Jira to GitLab with Jira2Lab at scale

TeamCity Pipelines Is Now Out of Beta

  • Post author:
  • Post category:Automation

In March 2024, we announced the Beta release of TeamCity Pipelines, a new approach to CI/CD that offers blazing-fast pipelines to optimize your development flow. After six months of fine-tuning, adding features, and gathering feedback, we’re excited to announce that TeamCity Pipelines is officially going GA (General Availability) 🎉 This…

Continue ReadingTeamCity Pipelines Is Now Out of Beta

Gitea 1.22.3 is released

  • Post author:
  • Post category:Automation

1.22.3ReleaseWe are proud to present the release of Gitea version 1.22.3. We highly encourage users to update to this version for one security bug-fixes. We have merged 36 pull requests to release this version. We would like to give a special thanks to dankar for reporting the access token scope…

Continue ReadingGitea 1.22.3 is released

Security Advisory: CVE-2024-31449, CVE-2024-31227, CVE-2024-31228

  • Post author:
  • Post category:Databases

What happened? As part of an ongoing effort by the Redis Community and Redis to maintain Redis safety, security, and compliance posture, three security vulnerabilities in Redis have been published recently. What are the vulnerabilities? [CVE-2024-31449] Lua library commands may be exploited by an authenticated user to achieve remote code…

Continue ReadingSecurity Advisory: CVE-2024-31449, CVE-2024-31227, CVE-2024-31228

Redis Copilot: Generating database queries from natural language

  • Post author:
  • Post category:Databases

Over the past few months, we’ve been working on something exciting for developers: Redis Copilot. This AI-powered assistant boosts productivity and makes learning Redis easy. Redis Copilot offers two key features: a general knowledgebase chatbot and a context-aware chatbot that creates and runs queries to answer questions about your data in…

Continue ReadingRedis Copilot: Generating database queries from natural language

Meet Redis for VS Code

  • Post author:
  • Post category:Databases

The first official Redis for VS Code extension is here. It brings Redis right into your IDE, so you can work faster and keep your workflows streamlined.  We’re committed to building a strong developer ecosystem and supporting you every step of the way. That’s why we’re keeping the extension aligned…

Continue ReadingMeet Redis for VS Code