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: cfengine/cf-remote
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.2
Choose a base ref
...
head repository: cfengine/cf-remote
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.3
Choose a head ref
  • 12 commits
  • 7 files changed
  • 4 contributors

Commits on Aug 13, 2025

  1. Made copy_file atomic

    Made copy_file atomic using lock-free wack-a-mole algorithm
    
    Ticket: CFE-4549
    Signed-off-by: Victor Moene <victor.moene@northern.tech>
    victormlg committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    fe3797a View commit details
    Browse the repository at this point in the history
  2. Added tests for copy_file

    Signed-off-by: Victor Moene <victor.moene@northern.tech>
    victormlg committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    8ab0417 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #150 from victormlg/atomic_copy

    CFE-4549: Made copy_file atomic
    larsewi authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    48566c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Fixed blocking ssh connection for newer nova packages

    ticket: CFE-4576
    Signed-off-by: Victor Moene <victor.moene@northern.tech>
    victormlg committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    a217df2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Added printing setup code after installation

    Ticket: ENT-13009
    Signed-off-by: Victor Moene <victor.moene@northern.tech>
    victormlg committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    6ed36e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Merge pull request #151 from victormlg/bug

    CFE-4576: Fixed blocking ssh connection for newer nova packages
    larsewi authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    9ea1888 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #152 from victormlg/print_setup_code

    ENT-13009: Added printing setup code after installation
    larsewi authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    8ca0351 View commit details
    Browse the repository at this point in the history
  3. Fixed bad assertion after reading cloud state

    An assert was triggered if the clould state was empty (i.e., `{}`). This
    is because an empty object evaluated to `False`. Instead we should check
    that it is not `None`, meaning it failed to read it.
    
    Ticket: CFE-4580
    Changelog: Title
    Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
    larsewi committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    fd5c4d8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #154 from larsewi/cloud-state

    CFE-4580: Fixed bad assertion after reading cloud state
    larsewi authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    271605d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Fixed admin demo user for cf-remote install --demo

    Ticket: ENT-13007
    Signed-off-by: Victor Moene <victor.moene@northern.tech>
    victormlg committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    ea6c488 View commit details
    Browse the repository at this point in the history
  2. Removed escape in ssh sudo

    Changelog: This is unecessary and cause confict with sql query
    Signed-off-by: Victor Moene <victor.moene@northern.tech>
    victormlg committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    2e2e6b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #153 from victormlg/demo-admin2

    ENT-13007: Fixed admin demo user for cf-remote install --demo
    olehermanse authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    ad3e7eb View commit details
    Browse the repository at this point in the history
Loading