Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codicssoftware/good-first-issue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a18b829
Choose a base ref
...
head repository: DeepSourceCorp/good-first-issue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b401201
Choose a head ref
  • 15 commits
  • 18 files changed
  • 5 contributors

Commits on Nov 7, 2024

  1. add mysql-gui new project

    kshashikumar authored and jai-deepsource committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    70a1264 View commit details
    Browse the repository at this point in the history
  2. Update repositories.toml

    Signed-off-by: SHASHI KUMAR KASTURI <59004150+kshashikumar@users.noreply.github.com>
    kshashikumar authored and jai-deepsource committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    eb21da2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Configuration menu
    Copy the full SHA
    172129d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4052881 View commit details
    Browse the repository at this point in the history
  3. Add issue templates and expand beginner-friendly labels

    - Add bug report and feature request templates
    - Disable blank issues, link to submission form and discussions
    - Add beginner, easy, starter, help wanted, and other common labels
    jai-deepsource committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    04f9298 View commit details
    Browse the repository at this point in the history
  4. Migrate to uv and improve rate limit handling

    - Switch from Poetry to uv for Python dependency management
    - Add retry logic with exponential backoff for GitHub rate limits
    - Reduce MAX_CONCURRENCY from 25 to 10 to avoid rate limits
    - Remove MAX_REPOSITORIES cap so all repos are processed
    - Sort repositories.toml alphabetically, add/remove some repos
    - Update CONTRIBUTING.md with uv setup instructions
    - Update frontend dependencies (nuxt, prettier, etc.)
    jai-deepsource committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    d329b90 View commit details
    Browse the repository at this point in the history
  5. Fix cron workflow by adding uv setup

    - Add astral-sh/setup-uv@v7 step (fixes make pre-build failure)
    - Update runner to blacksmith-2vcpu-ubuntu-2404
    - Bump actions/checkout to v6
    - Bump actions/setup-python to v6
    
    Signed-off-by: Jai Pradeesh <jai@deepsource.io>
    jai-deepsource committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    4137d5e View commit details
    Browse the repository at this point in the history
  6. Add global rate limiter with coordinated backoff

    - Add GitHubRateLimiter class for thread-safe API throttling
    - Share single GitHub client across all workers
    - Proactively pause when quota drops below 100
    - Coordinate all workers to pause together on rate limit hit
    - Reduce MAX_CONCURRENCY from 10 to 5
    - Remove unused itertools and Mapping imports
    jai-deepsource committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    d85c8c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Add activity validation and update README labels

    - Skip repos inactive for more than 90 days in populate script
    - Update README to mention all beginner-friendly labels searched
    
    Signed-off-by: Jai Pradeesh <jai@deepsource.io>
    jai-deepsource committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    8095bdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d03ed2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Add AI guidelines

    Signed-off-by: Jai Pradeesh <jai@deepsource.io>
    jai-deepsource committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    7702018 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. Add 11 repositories from form submissions (DeepSourceCorp#2606)

    - Reviewed all submissions received until March 1, 2026 22:32 UTC
    - Added: adenhq/hive, arc53/DocsGPT, aregtech/areg-sdk,
      arferreira/rapina, giselles-ai/giselle, kestra-io/kestra,
      kstonekuan/tambourine-voice, lingdojo/kana-dojo, mlco2/codecarbon,
      petertzy/markdown-reader, sandstorm-io/sandstorm
    - Rejected 34 submissions that did not meet validation criteria
    - Skipped prowler-cloud/prowler (already added in 5d03ed2)
    jai-deepsource authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    423eb47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b002849 View commit details
    Browse the repository at this point in the history
  3. Delete PULL_REQUEST_TEMPLATE (DeepSourceCorp#2607)

    Signed-off-by: Jai Pradeesh <68369919+jai-deepsource@users.noreply.github.com>
    jai-deepsource authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    83c66c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Configuration menu
    Copy the full SHA
    b401201 View commit details
    Browse the repository at this point in the history
Loading