8000 Comparing angelnu:main...scatat:main · angelnu/pod-gateway · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: angelnu/pod-gateway
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: scatat/pod-gateway
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 11 files changed
  • 1 contributor

Commits on Jul 10, 2024

  1. Remove workflows I don't want

    scatat committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6c68268 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. We don't want the /config dir to be hardcoded. Clashes with our Linux…

    …Server images which use /config as well
    scatat committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    636db2a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Have to hard-code config dir

    scatat committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    29b927b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    ce99693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5449e4f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Mar 16, 2025

  1. Fix deprecated workflows

    scatat committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    c54962d View commit details
    Browse the repository at this point in the history
  2. Update container version

    scatat committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    f69dc9e View commit details
    Browse the repository at this point in the history
  3. Update Alpine version

    scatat committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    57b38ed View commit details
    Browse the repository at this point in the history
  4. Fix typo

    scatat committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    406c9aa View commit details
    Browse the repository at this point in the history
  5. Update dhcp client

    scatat committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    199ec1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e18487 View commit details
    Browse the repository at this point in the history
  7. Update digest artifact

    scatat committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    d923ae1 View commit details
    Browse the repository at this point in the history
  8. Use udhcpc dhcp client instead

    scatat committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    79e2eea View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Improve dhcp client process to use daemon and not delete the vxlan in…

    …terface
    
    every few mins. This constant renewal is exhausting the dhcp pool
    and is pointless
    scatat committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    c8e9ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e66616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1bffdd View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Vastly improve and update client scripts

    DHCP management is a mess.
    We improve this by making init scripit just set up networking
    Then sidecar daemon will use dhcp daemon which manages leases
    rather than constantly spwaning loads of dhcp requests.
    We also update the dhcp client to one which exists in busybox
    as the used dhcp client no longer exists in later versios of
    Alpine
    scatat committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    ae8944c View commit details
    Browse the repository at this point in the history
Loading
0