Copilot
Copilot
This PR addresses TypeScript type safety concerns in the GitHub runners monitoring API by replacing unsafe `any` types with properly defined interfaces. ## Problem The runners API endpoint (`/torchci/pages/api/runners/[org].ts`) was...
This PR implements authentication requirements for the `/api/runners/[org]` API endpoint and creates a new `/repository/[org]` page, both requiring users to be logged in with GitHub and have write permissions to...
## Fix glob not working on Windows ### Root Cause Analysis The issue is in `packages/glob/src/internal-pattern.ts` in the `match()` and `partialMatch()` methods: - Line 133: Pattern is converted to forward...
## Migration Plan: Replace @azure/core-http with @azure/core-rest-pipeline - [x] Update artifact package dependencies - [x] Remove @azure/core-http dependency from package.json - [x] Add @azure/core-rest-pipeline dependency - [x] Update artifact package...
- [x] Analyze existing bidding system structure - [x] Enhance Bid model with additional fields for wallet address generation and transaction management - [x] Create dynamic image generation service for...
## Plan: Simplify Organization Registration Form Based on the issue requirements, I need to create a simplified organization registration form that only requires: - Organization name (required) - Organization URL...
## Applied All Code Review Fixes Addressed all 10 comments from the PR code review: ### Changes Made: **1. URL Validation (company.py:2124)** - Added URL parsing and validation before creating...
Implements an automatic reward distribution system using Ethereum smart contracts that automatically distributes bug bounty rewards to successful bug hunters in their chosen cryptocurrency upon approval of their submission. ##...
## Implementation Complete ✅ Successfully added functionality to link users to domains via email verification. ### Completed Tasks: - [x] Create a model to store domain verification codes - [x]...
This PR implements a weekly Slack report feature that automatically sends comprehensive project and repository statistics to organizations with Slack integration. ## Changes Made ### 1. Management Command (`slack_weekly_report.py`) Created...