feat: gitlab extractors and convertors support incremental mode (#7997)

* feat: gitlab mr_extractor support incremental sync

* feat: incr mode transformation support for deployment/issue/job/mr and others

* feat: removed mr_enricher and all gitlab transformers support incr-mode

* fix: some gitlab subtasks are missing connection in left join clause

* fix: test cases failed due to gitlab transformers support incr-mode

* fix: linting

* fix: do not collect all accounts from jihulab.com

* fix: typo

* fix: gitlab mr comments won't be converted to domain layer till next run

* feat: improve gitlab MR comments/commits collection performance

* fix: gitlab issues/mrs child records are not deleted

* docs: update stateful extractor doc

* fix: gitlab mr detail test

* refactor: unify stateful extractor and convertor helper

* docs: update stateful extractor/convertor doc

* refactor: remove useless type hint

* fix: shoud not be deleting records not extracted by current extractor

* fix: jira issue extractor should not deleting sprint_issue

* refactor: remove commit related subtasks

* fix: remove commit conversion e2e test

* feat(gitlab): update ExtractApiChildPipelines (#8016)

* fix: retransform should run in fullsync mode

* fix: gitlab issue assignees are not being converted

---------

Co-authored-by: Lynwee <1507509064@qq.com>
54 files changed
tree: b00a553b1bf19c3889205e3c795d1fd70772c40f
  1. .github/
  2. backend/
  3. config-ui/
  4. devops/
  5. grafana/
  6. resources/
  7. .asf.yaml
  8. .dockerignore
  9. .editorconfig
  10. .gitignore
  11. .licenserc.yaml
  12. DISCLAIMER
  13. docker-compose-dev.yml
  14. docker-compose.datasources.yml
  15. env.example
  16. LICENSE
  17. Makefile
  18. NOTICE
  19. README.md
README.md

Apache DevLake(Incubating)

PRs Welcome Dockerhub pulls unit-test Go Report Card Slack Twitter

🤔 What is Apache DevLake?

Apache DevLake is an open-source dev data platform that ingests, analyzes, and visualizes the fragmented data from DevOps tools to extract insights for engineering excellence, developer experience, and community growth.

Apache DevLake is used by Engineering Leads, Open Source Software Maintainers and development teams looking to make better sense of their development process and to bring a more data-driven approach to their own practices. You can ask Apache DevLake many questions regarding your development process. Just connect and query.

🎯 What can be accomplished with Apache DevLake?

  1. Your Dev Data lives in many silos and tools. DevLake brings them all together to give you a complete view of your Software Development Life Cycle (SDLC).
  2. From DORA to scrum retros, DevLake implements metrics effortlessly with prebuilt dashboards supporting common frameworks and goals.
  3. DevLake fits teams of all shapes and sizes, and can be readily extended to support new data sources, metrics, and dashboards, with a flexible framework for data collection and transformation.

👉 Live Demos

The main way you interact with DevLake is through the integrated dashboards powered by Grafana.

Live DORA Dashboard

Dashboards for Engineering Leads

Dashboards for OSS Maintainers

💪 Supported Data Sources

DevLake supports connections to many popular development tools, including GitHub, GitLab, Jenkins, Jira, Sonarqube and more. Here you can find all data sources supported by DevLake, their scopes, supported versions and more!

🚀 Getting Started

Installation

You can set up Apache DevLake by following our step-by-step instructions for either Docker Compose or Helm. Feel free to ask the community if you get stuck at any point.

🤓 Usage

Please see detailed usage instructions. Here's an overview on how to get started using DevLake.

1. Set up DevLake

Install using either Docker Compose or Helm.

2. Create a Blueprint

The DevLake Configuration UI will guide you through the process (a Blueprint) to define the data connections, data scope, transformation and sync frequency of the data you wish to collect.

3. Track the Blueprint's progress

You can track the progress of the Blueprint you have just set up.

4. View the pre-built dashboards

Once the first run of the Blueprint is completed, you can view the corresponding dashboards.

5. Customize the dashboards with SQL

If the pre-built dashboards are limited for your use cases, you can always customize or create your own metrics or dashboards with SQL.

Contributing

Please read the contribution guidelines before you make contribution. The following docs list the resources you might need to know after you decided to make contribution.

👩🏾‍💻 Contributing Code

If you plan to contribute code to Apache DevLake, we have instructions on how to get started with setting up your Development environemtn.

📄 Contributing Documentation

One of the best ways to get started contributing is by improving DevLake's documentation.

⌚ Roadmap

  • Roadmap: Detailed roadmaps for DevLake.

💙 Community

📄 License

This project is licensed under Apache License 2.0 - see the LICENSE file for details.