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: ietf-tools/datatracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: HACK55515/datatracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 15 files changed
  • 1 contributor

Commits on Oct 16, 2025

  1. Add GitHub Actions workflow for Jekyll site CI

    Add GitHub Actions workflow for Jekyll site CI
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    9ecfea7 View commit details
    Browse the repository at this point in the history
  2. Add Pylint workflow for Python code analysis

    Add Pylint workflow for Python code analysis
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    7ec9f20 View commit details
    Browse the repository at this point in the history
  3. Add GitHub Actions workflow for npm package publishing

    This workflow runs tests and publishes a Node.js package to GitHub Packages upon release creation.
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    a429045 View commit details
    Browse the repository at this point in the history
  4. Add C/C++ CI workflow configuration

    Add C/C++ CI workflow configuration
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    de322e6 View commit details
    Browse the repository at this point in the history
  5. Add Django CI workflow for testing

    Add Django CI workflow for testing
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    f525635 View commit details
    Browse the repository at this point in the history
  6. Add CI workflow for Makefile

    Add CI workflow for Makefile
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    2332af6 View commit details
    Browse the repository at this point in the history
  7. Add GitHub Actions workflow for ECS deployment

    This workflow builds and pushes a Docker image to Amazon ECR and deploys it to Amazon ECS when there is a push to the main branch. It includes setup instructions for ECR, ECS, and IAM user credentials.
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    fb913a6 View commit details
    Browse the repository at this point in the history
  8. Add workflow for AKS deployment with Kustomize

    This workflow builds and deploys an application to an Azure Kubernetes Service (AKS) cluster using Kustomize. It includes steps for logging into Azure, building an image, and deploying the application.
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    b1220d3 View commit details
    Browse the repository at this point in the history
  9. Add GitHub Actions workflow for GKE deployment

    This workflow builds a Docker container, publishes it to Google Container Registry, and deploys it to GKE on pushes to the 'main' branch.
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    df052fd View commit details
    Browse the repository at this point in the history
  10. Create GitHub Actions workflow for IBM deployment

    This workflow builds a Docker container, publishes it to IBM Container Registry, and deploys it to IKS on pushes to the main branch.
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    630583c View commit details
    Browse the repository at this point in the history
  11. Add GitHub Actions workflow for TKE deployment

    This workflow builds a Docker container, publishes it, and deploys it to Tencent Kubernetes Engine (TKE) on pushes to the main branch. It includes steps for setting up environment variables, logging into the TKE registry, and deploying the application.
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    65d91cc View commit details
    Browse the repository at this point in the history
  12. Add OpenShift CI/CD workflow

    This workflow automates the build and deployment of applications to OpenShift, including image building, pushing, and app creation.
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    ed4e107 View commit details
    Browse the repository at this point in the history
  13. Add GitHub Actions workflow for Docker and Octopus Deploy

    This workflow builds and publishes a Docker container, then deploys it through Octopus Deploy. It includes steps for logging in to the Docker registry and Octopus, creating a release, and deploying the release.
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    d42eca7 View commit details
    Browse the repository at this point in the history
  14. Add CodeQL analysis workflow configuration

    Add CodeQL analysis workflow configuration
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    06f8219 View commit details
    Browse the repository at this point in the history
  15. Add Fortify AST Scan workflow

    This workflow integrates Fortify Application Security Testing into GitHub workflows, enabling SAST and SCA scans.
    HACK55515 authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    9213e22 View commit details
    Browse the repository at this point in the history
Loading