{"id":15173928,"url":"https://github.com/bearsampp/module-mariadb","last_synced_at":"2026-06-02T09:00:33.923Z","repository":{"id":39749288,"uuid":"422396072","full_name":"Bearsampp/module-mariadb","owner":"Bearsampp","description":"📦 MariaDB module for Bearsampp project","archived":false,"fork":false,"pushed_at":"2026-04-15T06:03:55.000Z","size":316204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-04-15T07:32:21.122Z","etag":null,"topics":["bearsampp","database","hacktoberfest","mariadb-server"],"latest_commit_sha":null,"homepage":"https://bearsampp.com/module/mariadb","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bearsampp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"N6REJ","custom":"https://www.paypal.me/BearLeeAble"}},"created_at":"2021-10-29T00:37:56.000Z","updated_at":"2026-04-15T06:03:59.000Z","dependencies_parsed_at":"2025-02-11T10:33:56.946Z","dependency_job_id":"31a718b3-2ba9-4fb2-ad11-691a77e7cc9a","html_url":"https://github.com/Bearsampp/module-mariadb","commit_stats":{"total_commits":2508,"total_committers":5,"mean_commits":501.6,"dds":"0.038277511961722466","last_synced_commit":"5dde552f4facb8b4a9c749100b65825e03267ac9"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/Bearsampp/module-mariadb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-mariadb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-mariadb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-mariadb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-mariadb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bearsampp","download_url":"https://codeload.github.com/Bearsampp/module-mariadb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-mariadb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33814311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bearsampp","database","hacktoberfest","mariadb-server"],"created_at":"2024-09-27T11:04:59.671Z","updated_at":"2026-06-02T09:00:33.908Z","avatar_url":"https://github.com/Bearsampp.png","language":null,"funding_links":["https://github.com/sponsors/N6REJ","https://www.paypal.me/BearLeeAble"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://bearsampp.com/contribute\" target=\"_blank\"\u003e\u003cimg width=\"250\" src=\"img/Bearsampp-logo.svg\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n[![GitHub release](https://img.shields.io/github/release/bearsampp/module-mariadb.svg?style=flat-square)](https://github.com/bearsampp/module-mariadb/releases/latest)\n![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-mariadb/total.svg?style=flat-square)\n\nThis is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving MariaDB.\n\n## Build System\n\nThis project uses **Gradle** as its build system. The legacy Ant build has been fully replaced with a modern, pure Gradle implementation.\n\n### Quick Start\n\n```bash\n# Display build information\ngradle info\n\n# List all available tasks\ngradle tasks\n\n# Verify build environment\ngradle verify\n\n# Build a release (interactive)\ngradle release\n\n# Build a specific version (non-interactive)\ngradle release -PbundleVersion=12.0.2\n\n# Clean build artifacts\ngradle clean\n```\n\n### Prerequisites\n\n| Requirement       | Version       | Purpose                                  |\n|-------------------|---------------|------------------------------------------|\n| **Java**          | 8+            | Required for Gradle execution            |\n| **Gradle**        | 7.0+          | Build automation tool                    |\n| **7-Zip**         | Latest        | Archive creation (required for 7z)       |\n\n### Available Tasks\n\n| Task                      | Description                                      |\n|---------------------------|--------------------------------------------------|\n| `release`                 | Build release package (interactive/non-interactive) |\n| `releaseAll`              | Build all available versions                     |\n| `clean`                   | Clean build artifacts and temporary files        |\n| `verify`                  | Verify build environment and dependencies        |\n| `info`                    | Display build configuration information          |\n| `listVersions`            | List available bundle versions in bin/           |\n| `listReleases`            | List releases from modules-untouched             |\n| `validateProperties`      | Validate build.properties configuration          |\n| `checkModulesUntouched`   | Check modules-untouched integration              |\n\nFor complete documentation, see [.gradle-docs/README.md](.gradle-docs/README.md)\n\n## CI/CD Testing\n\nThis module includes automated testing for all MariaDB versions using GitHub Actions:\n\n- **Smart Version Detection**: Automatically detects which versions to test from PR changes\n  - 📦 Primary: Detects versions from `/bin` directory changes (e.g., `bin/mariadb11.8.3/`)\n  - 📋 Fallback: Extracts versions from PR title\n  - 🔄 Final Fallback: Tests latest 5 versions if no versions detected\n- **Efficient Testing**: Only tests relevant versions, reducing CI runtime\n- **Comprehensive Validation**: Tests download, extraction, and executable functionality\n- **Automated PR Comments**: Results posted directly to pull requests\n\nFor detailed information about the testing workflow, see [docs/CI-CD-TESTING.md](docs/CI-CD-TESTING.md)\n\n## Documentation\n\n- **Build Documentation**: [.gradle-docs/README.md](.gradle-docs/README.md)\n- **Task Reference**: [.gradle-docs/TASKS.md](.gradle-docs/TASKS.md)\n- **Configuration Guide**: [.gradle-docs/CONFIGURATION.md](.gradle-docs/CONFIGURATION.md)\n- **CI/CD Testing**: [docs/CI-CD-TESTING.md](docs/CI-CD-TESTING.md)\n- **Module Downloads**: https://bearsampp.com/module/mariadb\n\n## Issues\n\nIssues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-mariadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearsampp%2Fmodule-mariadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-mariadb/lists"}