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: aboutcode-org/vulnerablecode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v38.3.0
Choose a base ref
...
head repository: aboutcode-org/vulnerablecode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v38.4.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 10, 2026

  1. fix: run pipeline scheduling jobs in respective queues

    - Instead of running all scheduling jobs in default queue,
        use each pipeline's assigned queue for scheduling.
    
    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    c6dca58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2263 from aboutcode-org/fix-schedule-queue

    fix: run pipeline scheduling jobs in respective queues
    keshav-space authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    7479d40 View commit details
    Browse the repository at this point in the history
  3. feat: add function to compute queue load factor

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    5962ce6 View commit details
    Browse the repository at this point in the history
  4. fix: track queues with no workers in load factor

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    4240d36 View commit details
    Browse the repository at this point in the history
  5. feat: cache computed load factor for 5 minutes

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    6742ba6 View commit details
    Browse the repository at this point in the history
  6. feat: show load factor on pipeline dashboard

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    065d5a7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2264 from aboutcode-org/load-factor

    feat: show queue load factors on the pipeline dashboard
    keshav-space authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    7085c51 View commit details
    Browse the repository at this point in the history
  8. chore: prepare for v38.4.0 release

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    104a611 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2265 from aboutcode-org/prepare-38.4-release

    chore: prepare v38.4.0 release
    keshav-space authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    1707d1c View commit details
    Browse the repository at this point in the history
Loading