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: Hack23/homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2
Choose a base ref
...
head repository: Hack23/homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 17 commits
  • 67 files changed
  • 4 contributors

Commits on Feb 20, 2026

  1. Initial plan

    Copilot committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    dac6b62 View commit details
    Browse the repository at this point in the history
  2. Add 12 missing ISMS architecture artifacts following Hack23 style

    Create the complete C4 architecture documentation portfolio:
    - ARCHITECTURE.md (C4 model with system context, container, component views)
    - DATA_MODEL.md (content model with ER diagrams)
    - FLOWCHART.md (CI/CD, deployment, content update flows)
    - STATEDIAGRAM.md (deployment pipeline, content lifecycle states)
    - MINDMAP.md (system conceptual relationships)
    - SWOT.md (strategic analysis with quadrant chart)
    - FUTURE_ARCHITECTURE.md (architectural evolution roadmap)
    - FUTURE_DATA_MODEL.md (enhanced content model plans)
    - FUTURE_FLOWCHART.md (improved process workflows)
    - FUTURE_STATEDIAGRAM.md (advanced state management)
    - FUTURE_MINDMAP.md (capability expansion plans)
    - FUTURE_SWOT.md (future strategic opportunities)
    
    All files follow Hack23 style with:
    - Centered logo header with shields.io badges
    - Documentation map table with cross-references
    - Mermaid diagrams for visual documentation
    - ISMS policy links to ISMS-PUBLIC
    - Classification badges (C-Public, I-Low, A-Standard)
    - Emoji icons in all headings
    
    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    Copilot and pethers committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    4dded79 View commit details
    Browse the repository at this point in the history
  3. Add cross-references to new ISMS artifacts in existing docs

    Update SECURITY_ARCHITECTURE.md, THREAT_MODEL.md, CLASSIFICATION.md,
    SECURITY.md, WORKFLOWS.md, FUTURE_SECURITY_ARCHITECTURE.md,
    FUTURE_WORKFLOWS.md, and README.md to reference the 12 new
    C4 architecture portfolio documents.
    
    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    Copilot and pethers committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    0d29037 View commit details
    Browse the repository at this point in the history
  4. Fix grammar in FUTURE_STATEDIAGRAM.md per code review

    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    Copilot and pethers committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    6e51b90 View commit details
    Browse the repository at this point in the history
  5. Apply review feedback: remove href='#' wrappers, fix '74 Plus' wording

    - Remove self-referential <a href='#'> wrappers from badge images
      across all 12 new ISMS docs (bare <img> tags instead)
    - Change '74 Plus Pages' to '74+ Pages' in MINDMAP.md for
      consistency with other docs
    
    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    Copilot and pethers committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    e8f2d44 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1075 from Hack23/copilot/ensure-isms-artifacts-co…

    …mpliance
    
    Add complete C4 architecture documentation portfolio
    pethers authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    601db80 View commit details
    Browse the repository at this point in the history
  7. Enhance README with Hack23 AB details and projects

    Added detailed information about Hack23 AB, including services, commitment to transparency, and various cybersecurity and game development projects.
    
    Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
    pethers authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    1a159f6 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.3 to 4.32.4.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@9e907b5...89a39a4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.32.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    db8a45d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

  1. Merge pull request #1076 from Hack23/dependabot/github_actions/github…

    …/codeql-action-4.32.4
    
    chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4
    pethers authored Feb 22, 2026
    Configuration menu
    Copy the full SHA
    f043cb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Initial plan

    Copilot committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    d0d2e11 View commit details
    Browse the repository at this point in the history
  2. Create CRA-ASSESSMENT.md and update all doc maps with CRA reference

    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    Copilot and pethers committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    bce781a View commit details
    Browse the repository at this point in the history
  3. Add CRA-ASSESSMENT.md references to FUTURE docs and CLASSIFICATION.md

    Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
    Copilot and pethers committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    d484449 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1077 from Hack23/copilot/update-architecture-docs

    Add CRA-ASSESSMENT.md and update architecture documentation portfolio
    pethers authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    ccd875e View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.0

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.14.2 to 2.15.0.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@5ef0c07...a90bcbc)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.15.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    e34d715 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Merge pull request #1078 from Hack23/dependabot/github_actions/step-s…

    …ecurity/harden-runner-2.15.0
    
    chore(deps): bump step-security/harden-runner from 2.14.2 to 2.15.0
    pethers authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    3ec6fa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d73a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbfed10 View commit details
    Browse the repository at this point in the history
Loading