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: polymind-inc/acmebot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0-rc7
Choose a base ref
...
head repository: polymind-inc/acmebot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0-rc8
Choose a head ref
  • 14 commits
  • 56 files changed
  • 3 contributors

Commits on May 11, 2026

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

Commits on May 12, 2026

  1. Configuration menu
    Copy the full SHA
    14bc5aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73c8441 View commit details
    Browse the repository at this point in the history
  3. Refactor API routes for pluralized certificate endpoints (#1051)

    * Refactor API routes to use pluralized endpoints for certificates
    
    * Update API endpoints to use pluralized routes for certificate operations
    shibayan authored May 12, 2026
    Configuration menu
    Copy the full SHA
    df03529 View commit details
    Browse the repository at this point in the history
  4. Update Dependabot configuration for npm package ecosystem (#1053)

    * Update Dependabot configuration for npm package ecosystem
    
    * Update npm directory path in Dependabot configuration
    shibayan authored May 12, 2026
    Configuration menu
    Copy the full SHA
    d1067cd View commit details
    Browse the repository at this point in the history
  5. Bump the dependencies group in /src/Acmebot.App/ClientApp with 3 upda…

    …tes (#1054)
    
    Bumps the dependencies group in /src/Acmebot.App/ClientApp with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
    
    
    Updates `@types/node` from 25.6.2 to 25.7.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `typescript-eslint` from 8.59.2 to 8.59.3
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.3/packages/typescript-eslint)
    
    Updates `vite` from 8.0.11 to 8.0.12
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v8.0.12/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 25.7.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: typescript-eslint
      dependency-version: 8.59.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: vite
      dependency-version: 8.0.12
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 12, 2026
    Configuration menu
    Copy the full SHA
    74125e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6bf466 View commit details
    Browse the repository at this point in the history
  7. Remove v4 templates; move dashboard to wwwroot (#1052)

    * Remove v4 templates; move dashboard to wwwroot
    
    Remove legacy v4 deployment templates and static dashboard files, and migrate the dashboard build output into the Function app root (wwwroot). Updates include:
    
    - Deleted deploy/azuredeploy_v4.bicep and deploy/azuredeploy_v4.json (v4 templates removed).
    - Updated README, SECURITY, docs/index.html and deploy/uiFormDefinition_update.json to reflect v5 (removed "preview"/"legacy" wording and v4 deployment buttons).
    - Adjusted docs/style.css layout for the deploy grid.
    - Moved frontend build output to ../wwwroot: updated ClientApp vite.config.ts (base and outDir) and eslint config/global ignores.
    - Updated ClientApp README to document new build target.
    - Added src/Acmebot.App/wwwroot/.gitkeep, removed large prebuilt dashboard files from wwwroot, and updated .gitignore to track only the .gitkeep.
    - Minor: changed issue template placeholder to "v5.x.x".
    
    These changes simplify maintenance by consolidating the dashboard into the app root and removing deprecated v4 artifacts.
    
    * Update Bicep version to 0.43.8 and modify deployment links in documentation
    
    * Remove wwwroot directory from .gitignore and delete .gitkeep file
    
    * Refactor build and publish workflows to improve backend build and artifact management
    shibayan authored May 12, 2026
    Configuration menu
    Copy the full SHA
    f15118e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be2aafa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f2d5b9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

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

Commits on May 16, 2026

  1. Bump the dependencies group with 1 update (#1062)

    Bumps AWSSDK.Route53 from 4.0.8.23 to 4.0.8.26
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.Route53
      dependency-version: 4.0.8.26
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2026
    Configuration menu
    Copy the full SHA
    ee4f303 View commit details
    Browse the repository at this point in the history
  2. Bump the dependencies group in /src/Acmebot.App/ClientApp with 5 upda…

    …tes (#1063)
    
    Bumps the dependencies group in /src/Acmebot.App/ClientApp with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.7.0` | `25.8.0` |
    | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.6` | `6.0.7` |
    | [eslint](https://github.com/eslint/eslint) | `10.3.0` | `10.4.0` |
    | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.12` | `8.0.13` |
    | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.8` | `3.2.9` |
    
    
    Updates `@types/node` from 25.7.0 to 25.8.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@vitejs/plugin-vue` from 6.0.6 to 6.0.7
    - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
    - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.7/packages/plugin-vue)
    
    Updates `eslint` from 10.3.0 to 10.4.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](eslint/eslint@v10.3.0...v10.4.0)
    
    Updates `vite` from 8.0.12 to 8.0.13
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v8.0.13/packages/vite)
    
    Updates `vue-tsc` from 3.2.8 to 3.2.9
    - [Release notes](https://github.com/vuejs/language-tools/releases)
    - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/vuejs/language-tools/commits/v3.2.9/packages/tsc)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 25.8.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: "@vitejs/plugin-vue"
      dependency-version: 6.0.7
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: eslint
      dependency-version: 10.4.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: vite
      dependency-version: 8.0.13
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: vue-tsc
      dependency-version: 3.2.9
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2026
    Configuration menu
    Copy the full SHA
    e0dfb37 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. Implement state management with Blob and File system storage (#1064)

    * Implement state management with Blob and File system storage options
    
    * Update CertificateIssuanceOrchestrator to handle null CertificateId in order creation
    
    * Potential fix for pull request finding
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    shibayan and Copilot authored May 18, 2026
    Configuration menu
    Copy the full SHA
    d2d3cdc View commit details
    Browse the repository at this point in the history
Loading