All Projects → JetBrains → Qodana

JetBrains / Qodana

Source repository of Qodana Help

Labels

Projects that are alternatives of or similar to Qodana

erda
An enterprise-grade Cloud-Native application platform for Kubernetes.
Stars: ✭ 2,304 (+665.45%)
Mutual labels:  ci-cd
readme-to-dockerhub
Small hack to push the readme to docker hub
Stars: ✭ 16 (-94.68%)
Mutual labels:  ci-cd
yamlizr
Azure DevOps Designer-to-YAML Pipeline CLI CodeGen Tool
Stars: ✭ 23 (-92.36%)
Mutual labels:  ci-cd
pipeline-lib
Global shared library for Glia pipeline jobs
Stars: ✭ 68 (-77.41%)
Mutual labels:  ci-cd
jt tools
Ruby on Rails Continuous Deployment Ecosystem to maintain Healthy Stable Development
Stars: ✭ 13 (-95.68%)
Mutual labels:  ci-cd
DMIA ProductionML 2021 Spring
Репозиторий направления Production ML, весна 2021
Stars: ✭ 42 (-86.05%)
Mutual labels:  ci-cd
force
A new programming language for cloud native workflows
Stars: ✭ 32 (-89.37%)
Mutual labels:  ci-cd
Serverless Plugin Canary Deployments
Canary deployments for your Serverless application
Stars: ✭ 283 (-5.98%)
Mutual labels:  ci-cd
check-in
Checks your test results metadata into github, commit-bound. Acts as a bot. You'll need a GitHub App to use it.
Stars: ✭ 18 (-94.02%)
Mutual labels:  ci-cd
devops-governance
Example end-to-end Governance Model from CI/CD to Azure Resource Manager. Use this project to deploy example AAD, ARM and Azure DevOps resources to learn about e2e RBAC.
Stars: ✭ 79 (-73.75%)
Mutual labels:  ci-cd
hasura-metadata-patcher
CLI tool to patch Hasura metadata json file. Helps to organize complex CI/CD flows through different environments.
Stars: ✭ 14 (-95.35%)
Mutual labels:  ci-cd
universe2021
All things GitHub Universe 2021!
Stars: ✭ 112 (-62.79%)
Mutual labels:  ci-cd
Android-CICD
This repo demonstrates how to work on CI/CD for Mobile Apps 📱 using Github Actions 💊 + Firebase Distribution 🎉
Stars: ✭ 37 (-87.71%)
Mutual labels:  ci-cd
minesweeper
💣Minesweeper game written with React
Stars: ✭ 18 (-94.02%)
Mutual labels:  ci-cd
K8s
Important production-grade Kubernetes Ops Services
Stars: ✭ 253 (-15.95%)
Mutual labels:  ci-cd
kong-map
Kongmap is a free visualization tool which allows you to view and edit configurations of your Kong API Gateway Clusters, including Routes, Services, and Plugins/Policies. The tool is being offered for installation via Docker and Kubernetes at this time.
Stars: ✭ 60 (-80.07%)
Mutual labels:  ci-cd
solutions-terraform-jenkins-gitops
Demonstrates the use of Jenkins and Terraform to manage Infrastructure as Code using GitOps practices
Stars: ✭ 49 (-83.72%)
Mutual labels:  ci-cd
Psdeploy
Simple PowerShell based deployments
Stars: ✭ 302 (+0.33%)
Mutual labels:  ci-cd
Aws Serverless Samfarm
This repo is full CI/CD Serverless example which was used in the What's New with AWS Lambda presentation at Re:Invent 2016.
Stars: ✭ 271 (-9.97%)
Mutual labels:  ci-cd
react-enterprise-starter-kit
Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. 🔥
Stars: ✭ 55 (-81.73%)
Mutual labels:  ci-cd

official project

Qodana is a code quality monitoring tool that identifies and suggests fixes for bugs, security vulnerabilities, duplications, and imperfections. It brings all the smart features you love in the JetBrains IDEs into your project pipelines. It takes different shapes: Docker for any CI, GitHub actions & application, a TeamCity plugin, and a separate cloud service. They all share a common goal: guiding users towards more robust, more maintainable, and healthier code.

Qodana already supports Kotlin for Server Side, Java, and PHP projects, and will eventually support all languages and technologies covered by JetBrains IDEs.

Analyse project locally

To start, pull the image from Docker Hub (only necessary to get the latest version):

docker pull jetbrains/qodana

and run the analysis locally:

docker run --rm -it -v <source-directory>/:/data/project/ -p 8080:8080 jetbrains/qodana --show-report

where source-directory should point to the root of your project.

Check the results in your browser at http://localhost:8080.

Please read our Docker guide for more options and details related to the Qodana execution.

Run at GitHub

You can set up a workflow in your GitHub repository using the GitHub action we published.

License

By using Qodana, you agree to the JetBrains EAP user agreement and JetBrains privacy policy.

Contact

Contact us at [email protected] or via our issue tracker. We are eager to receive your feedback on the existing Qodana functionality and learn what other features you miss in it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].