{"id":15149200,"url":"https://github.com/oakvilledynamics/2024-robot","last_synced_at":"2025-10-24T05:31:20.597Z","repository":{"id":217751692,"uuid":"744720326","full_name":"OakvilleDynamics/2024-Robot","owner":"OakvilleDynamics","description":"2024 FRC Source Code for Crescendo","archived":false,"fork":false,"pushed_at":"2025-01-05T22:08:06.000Z","size":567,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-30T23:51:10.974Z","etag":null,"topics":["frc","frc-crescendo","frc-java","frc-robot","wpilib"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OakvilleDynamics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-17T21:44:13.000Z","updated_at":"2025-01-19T22:52:12.000Z","dependencies_parsed_at":"2024-03-27T07:45:12.713Z","dependency_job_id":"369d52d5-0549-4499-a9ea-1ae7528a584f","html_url":"https://github.com/OakvilleDynamics/2024-Robot","commit_stats":null,"previous_names":["oakvilledynamics/2024-robot"],"tags_count":0,"template":false,"template_full_name":"OakvilleDynamics/frc-robot-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OakvilleDynamics%2F2024-Robot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OakvilleDynamics%2F2024-Robot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OakvilleDynamics%2F2024-Robot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OakvilleDynamics%2F2024-Robot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OakvilleDynamics","download_url":"https://codeload.github.com/OakvilleDynamics/2024-Robot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237918710,"owners_count":19387305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["frc","frc-crescendo","frc-java","frc-robot","wpilib"],"created_at":"2024-09-26T13:42:52.599Z","updated_at":"2025-10-24T05:31:17.097Z","avatar_url":"https://github.com/OakvilleDynamics.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oakville Dynamics Cresendo 2024 Robot\n\nThe source code for our 2024 FRC Robot for Cresendo. Prepackaged with GitHub Actions for CI/CD, Qodana for static analysis, CodeQL for static analysis and security scanning, Spotless for code formatting, and Gradle Validation for validating the Gradle wrapper.\n\n## Build Status\n\n| Action            | Status                                                                                                                                                                                                                                                 |\n| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n| CI                | [![CI](https://github.com/OakvilleDynamics/2024-Robot/actions/workflows/ci.yml/badge.svg)](https://github.com/OakvilleDynamics/2024-Robot/actions/workflows/ci.yml)                                                                                    |\n| Qodana            | [![Qodana](https://github.com/OakvilleDynamics/2024-Robot/actions/workflows/qodana.yml/badge.svg)](https://github.com/OakvilleDynamics/2024-Robot/actions/workflows/qodana.yml)                                                                        |\n| CodeQL            | [![CodeQL Scanning](https://github.com/OakvilleDynamics/2024-Robot/actions/workflows/codeql.yml/badge.svg)](https://github.com/OakvilleDynamics/2024-Robot/actions/workflows/codeql.yml)                                                               |\n| Spotless          | [![Syntax Check](https://github.com/OakvilleDynamics/2024-Robot/actions/workflows/syntax-check.yml/badge.svg)](https://github.com/OakvilleDynamics/2024-Robot/actions/workflows/syntax-check.yml)                                                      |\n| Gradle Validation | [![Validate Gradle Wrapper](https://github.com/OakvilleDynamics/2024-Robot/actions/workflows/gradle-wrapper-validation.yml/badge.svg)](https://github.com/OakvilleDynamics/2024-Robot/actions/workflows/gradle-wrapper-validation.yml)                 |\n\n## How to use\n\n1. Clone repository\n2. Open the project in your WPILib Visual Studio Code (VS Code) after cloning\n3. Start hacking away!\n\n## Features\n\n- Preconfigured setup for GitHub Actions (helpful for [CI/CD](https://en.wikipedia.org/wiki/CI/CD))\n  - Build action for building the robot code (helpful for ensuring code compiles)\n  - [Qodana](https://www.jetbrains.com/qodana/) action for static analysis (helpful for finding bugs and code smells)\n  - [CodeQL](https://codeql.github.com/) action for static analysis and security scanning (helpful for finding bugs and security vulnerabilities)\n  - [Spotless](https://github.com/diffplug/spotless) enforcement action for code formatting (helpful for keeping code cleanly formatted after commits)\n  - [Gradle Validation](https://github.com/gradle/wrapper-validation-action/tree/v1/?tab=readme-ov-file#the-gradle-wrapper-problem-in-open-source) action for validating the Gradle wrapper (helpful for ensuring [supply chain](https://en.wikipedia.org/wiki/Supply_chain_attack) security)\n- Preconfigured setup for [Command-Based Robot](https://docs.wpilib.org/en/stable/docs/software/commandbased/index.html) projects (helpful for getting started)\n- [Dependabot](https://docs.github.com/en/code-security/dependabot) for dependency updates (helpful for keeping dependencies up to date)\n- Preconfigured setup for [Spotless](https://github.com/diffplug/spotless) inside of Gradle (helpful for keeping code cleanly formatted during development)\n\n## Requirements\n\n- WPILib 2024.3.1\n- Internet connection (for Gradle to download dependencies)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakvilledynamics%2F2024-robot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foakvilledynamics%2F2024-robot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakvilledynamics%2F2024-robot/lists"}