Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Add MAINTAIN (m) privilege to postgres module lookup tables #66963

Closed
wants to merge 308 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    a5a5ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceef4ea View commit details
    Browse the repository at this point in the history
  3. Revert test for resp status failure

    dmurphy18 authored and dwoz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c1a5e4e View commit details
    Browse the repository at this point in the history
  4. Updated package integration tests

    dmurphy18 authored and dwoz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c13bcb4 View commit details
    Browse the repository at this point in the history
  5. Updated package integration tests

    dmurphy18 authored and dwoz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1e4509f View commit details
    Browse the repository at this point in the history
  6. Updated test to run on Linux only

    dmurphy18 authored and dwoz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0d1d9a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b6ea8b View commit details
    Browse the repository at this point in the history
  8. Fix typo

    dmurphy18 authored and dwoz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a04ae03 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aef7697 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0681720 View commit details
    Browse the repository at this point in the history
  11. Debugging downgrade failures

    dmurphy18 authored and dwoz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e29a663 View commit details
    Browse the repository at this point in the history
  12. More debugging of downgrade

    dmurphy18 authored and dwoz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    baa296a View commit details
    Browse the repository at this point in the history
  13. Debugging Debian, Ubuntu downgrade failure

    dmurphy18 authored and dwoz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0707440 View commit details
    Browse the repository at this point in the history
  14. Debugging

    dmurphy18 authored and dwoz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bf1d23c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dd1309c View commit details
    Browse the repository at this point in the history
  16. Updated test skip to include all OS's

    dmurphy18 authored and dwoz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    37a1c80 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    98d7acd View commit details
    Browse the repository at this point in the history
  18. Update to use 'darwin' for MacOS

    dmurphy18 authored and dwoz committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    830a69e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    0defb98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    519d93f View commit details
    Browse the repository at this point in the history
  3. Remove changes to test_cmdmod.py

    Akm0d authored and dwoz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    77b7c23 View commit details
    Browse the repository at this point in the history
  4. Fix relative file_roots paths

    hurzhurz authored and dwoz committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4e707af View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    2595d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64ef4b1 View commit details
    Browse the repository at this point in the history
  3. Tie windows installer action into ci.yml

    twangboy authored and dwoz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    853f144 View commit details
    Browse the repository at this point in the history
  4. Add regression test for CVE-2024-37088

    Add validation for the way RemotePillar and AsyncRemotePillar handle
    pillar result validation.
    dwoz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b8a2e80 View commit details
    Browse the repository at this point in the history
  5. RemotePillar raises an exception on bad data

    If the master returns a bad pillar data response the pillar client
    should raise an exception. This changes RemotePillar and
    AsyncRemotePillar classes to use the same logic for validating pillar
    data from the master. Fixes CVE-2024-37088 by causing salt-call to fail
    with a non zero exit code rather than continuing to execute a state when
    pillar data rendering fails on the master.
    dwoz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a504c4c View commit details
    Browse the repository at this point in the history
  6. Add changelog for saltstack#66702

    dwoz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4a2733a View commit details
    Browse the repository at this point in the history
  7. Test fix

    dwoz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    610cdaa View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    d7446d9 View commit details
    Browse the repository at this point in the history
  2. Fix parallel state execution with Salt-SSH

    lkubb authored and dwoz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    14edbcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15112db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76ae4a6 View commit details
    Browse the repository at this point in the history
  5. Add integration test

    max-arnold authored and dwoz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    84b4e96 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    176bd3a View commit details
    Browse the repository at this point in the history
  2. Fixes cmd.run with requisites on Windows

    Formats the command properly for powershell
    Adds changelog and tests
    twangboy authored and dwoz committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0fcde71 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Fix win_dsc tests

    twangboy authored and dwoz committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    68d18b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    137a6b7 View commit details
    Browse the repository at this point in the history
  2. Test check_version fix

    dwoz committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    22f3d26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    962f752 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Revert "Test check_version fix"

    This reverts commit 2cd8eb7.
    dwoz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f39b799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4565c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    1b66ffc View commit details
    Browse the repository at this point in the history
  2. Updated comment

    dmurphy18 authored and dwoz committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c25c8d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2b8505 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

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

Commits on Jul 29, 2024

  1. Fix windows pymssql requirement

    dwoz committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ef2a5a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b10d47 View commit details
    Browse the repository at this point in the history
  3. Release v3006.9

    saltbot-open committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b40833e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    002ab91 View commit details
    Browse the repository at this point in the history
  2. Add changelog for saltstack#66789

    dwoz committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    05528e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge pull request saltstack#66790 from dwoz/issue/3006.x/66789

    [3006.x] Method name is _decode_payload not _decode_messages
    dmurphy18 authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8b33b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53ddf5a View commit details
    Browse the repository at this point in the history
  3. Remove epub generation for docs

    ScriptAutomate authored and dwoz committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c222b6e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    6774e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    101042d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c33bd5 View commit details
    Browse the repository at this point in the history
  4. Doubled timeout to 120 for downgrade test

    dmurphy18 authored and dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3cea3ef View commit details
    Browse the repository at this point in the history
  5. Debug outputs for downgrade

    dmurphy18 authored and dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6f0e014 View commit details
    Browse the repository at this point in the history
  6. Added debugging information to pkg support

    dmurphy18 authored and dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    715e150 View commit details
    Browse the repository at this point in the history
  7. Adjusted debugging

    dmurphy18 authored and dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    dab09a4 View commit details
    Browse the repository at this point in the history
  8. Added more debugging

    dmurphy18 authored and dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c7fa80c View commit details
    Browse the repository at this point in the history
  9. Refined restart_services

    dmurphy18 authored and dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    72a65ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    759b167 View commit details
    Browse the repository at this point in the history
  11. Fix typo

    dmurphy18 authored and dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    61a3053 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c1633a View commit details
    Browse the repository at this point in the history
  13. Working fix, and clean up debug statements

    dmurphy18 authored and dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    fb5afea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    496bb08 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4e41a00 View commit details
    Browse the repository at this point in the history
  16. Added debugging statements

    dmurphy18 authored and dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b3f2325 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ce881d5 View commit details
    Browse the repository at this point in the history
  18. further debug

    dmurphy18 authored and dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e97ae27 View commit details
    Browse the repository at this point in the history
  19. Fix debugging

    dmurphy18 authored and dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    34e0120 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6e43c93 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    afbb42e View commit details
    Browse the repository at this point in the history
  22. Add changelog for saltstack#66726

    dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2b2c038 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bcb0d79 View commit details
    Browse the repository at this point in the history
  24. Do not rely on is_alive

    dwoz committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    092a79c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    852bf00 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    3e8fb1a View commit details
    Browse the repository at this point in the history
  2. Add test case

    terminalmage authored and dwoz committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    46ef29b View commit details
    Browse the repository at this point in the history
  3. Add changelog file

    terminalmage authored and dwoz committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    17dcfa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    3d7ebf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3a7083 View commit details
    Browse the repository at this point in the history
  3. Limit test to Linux which use systemctl

    dmurphy18 authored and dwoz committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    cbcaf9f View commit details
    Browse the repository at this point in the history
  4. Revised test due to reviewer comments

    dmurphy18 authored and dwoz committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3cd7a62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d78611 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Migrate grains tests to pytest

    dwoz committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    671cdd9 View commit details
    Browse the repository at this point in the history
  2. Fix status.master to detect master properly

    twangboy authored and dwoz committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e987ff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    411c1f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0466043 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ec04e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a6f5e8 View commit details
    Browse the repository at this point in the history
  5. Add changelog for saltstack#66228

    dwoz committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3f9f029 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61d6279 View commit details
    Browse the repository at this point in the history
  7. Fix test name check

    dwoz committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d75030c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63958cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29ffc3a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e8fe71 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Merge pull request saltstack#66817 from dwoz/testskip

    [3006.x] Skip pkg tests that need new golden image
    dwoz authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a763096 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    650f608 View commit details
    Browse the repository at this point in the history
  2. Bump to get rebuild

    dmurphy18 authored and dwoz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c9603c2 View commit details
    Browse the repository at this point in the history
  3. MacOS Test time limit is now 2 & 1/2 hours

    dmurphy18 authored and dwoz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3fea06f View commit details
    Browse the repository at this point in the history
  4. Option no_spaces to remove spaces in separator

    Added new option `no_spaces` that controls adding spaces around separator in ini file.
    MurzNN authored and dwoz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3ae69b9 View commit details
    Browse the repository at this point in the history
  5. Add an option to ini.set_option

    Adds an new option named ``no_spaces`` to the ini.set_option function
    that allows the user to deteremine whether the separator (``=``) should
    be wrapped with spaces or not.
    twangboy authored and dwoz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7faee48 View commit details
    Browse the repository at this point in the history
  6. Add warning to docs

    twangboy authored and dwoz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fb031ac View commit details
    Browse the repository at this point in the history
  7. Add encoding and no_spaces options to state

    twangboy authored and dwoz committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d0d8206 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    8dd2e34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80302f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1eb4ec7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request saltstack#66850 from dmurphy18/fix_community_slack…

    …_link
    
    [3006.x] Update old Slack Community links with Discord links
    dmurphy18 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    137ccc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. No more salt.ext.tornado

    dwoz committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    43c825f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Replace Slack with Discord

    max-arnold committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ed7496e View commit details
    Browse the repository at this point in the history
  2. Merge pull request saltstack#66769 from max-arnold/slack-discord

    [3006.x] Replace Slack with Discord
    dmurphy18 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a10a2f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Debugging

    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4d2ad41 View commit details
    Browse the repository at this point in the history
  2. Updated salt-syndic to utilize user/group for Salt (master settings),…

    … and maintain on upgrade
    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d3ad252 View commit details
    Browse the repository at this point in the history
  3. Update tests

    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5298d33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e097b54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    853d3da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6874ff5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0e1dfd View commit details
    Browse the repository at this point in the history
  8. Adjust tests for syndic

    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2c8beca View commit details
    Browse the repository at this point in the history
  9. Further debug tests

    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fbd6b74 View commit details
    Browse the repository at this point in the history
  10. Updated tests, and debugging

    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7be41f5 View commit details
    Browse the repository at this point in the history
  11. Rearrangment of test parameters

    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4ee0f94 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    770def9 View commit details
    Browse the repository at this point in the history
  13. Altered debugging

    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ba558de View commit details
    Browse the repository at this point in the history
  14. Further debugging

    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    067ee3c View commit details
    Browse the repository at this point in the history
  15. Fix typo

    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2bd4e00 View commit details
    Browse the repository at this point in the history
  16. Commented out debugging print statements

    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    eada163 View commit details
    Browse the repository at this point in the history
  17. Forced rebuild

    dmurphy18 authored and dwoz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1ebd3c6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a7da90d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Move installer tests to workflow

    twangboy authored and dwoz committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c738a2f View commit details
    Browse the repository at this point in the history
  2. Update workflows

    twangboy authored and dwoz committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fb2297e View commit details
    Browse the repository at this point in the history
  3. Only run tests when nsis files are modified

    twangboy authored and dwoz committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    676945e View commit details
    Browse the repository at this point in the history
  4. Fix parsing of IPv4 mapped IPv6 addresses

    twangboy authored and dwoz committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8b16003 View commit details
    Browse the repository at this point in the history
  5. Make all network unit tests run on Windows

    twangboy authored and dwoz committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cae94bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63b9da8 View commit details
    Browse the repository at this point in the history
  7. Fix test_win_pkg with real winrepo location

    twangboy authored and dwoz committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    de33a40 View commit details
    Browse the repository at this point in the history
  8. Gate passing version for Windows

    twangboy authored and dwoz committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7437fe9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3c0f99 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36c6539 View commit details
    Browse the repository at this point in the history
  11. Revert SSH settings

    twangboy authored and dwoz committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    72bb50c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Remove salt.utils.data from fileserver

    The salt.utils.data util was used to support python 2. Since we no
    longer support python 2, we can start removing this. This gives us
    some great speed increases as we're removing a lot of overhead and
    unnecessary function calls
    twangboy authored and dwoz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f0e2cf4 View commit details
    Browse the repository at this point in the history
  2. Add changelog for 66835

    twangboy authored and dwoz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5018743 View commit details
    Browse the repository at this point in the history
  3. Fix pre-commit

    twangboy authored and dwoz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f9c9787 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix windows package builds

    twangboy committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f2be0b7 View commit details
    Browse the repository at this point in the history
  2. initial work on log once option

    dwoz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    468b26e View commit details
    Browse the repository at this point in the history
  3. Fix linter errors

    dwoz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    df47c09 View commit details
    Browse the repository at this point in the history
  4. Fix zeromq transport unit tests

    dwoz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2e514c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

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

Commits on Sep 16, 2024

  1. Add more loader dunders to cp module.

    Using cp module to dip our feet into more explicit loader dunders. Most
    all of the existing dunders can be imported already. The one outlier
    being used by the cp module is __opts__.
    dwoz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3140aec View commit details
    Browse the repository at this point in the history
  2. Add tests for opts dunder

    dwoz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    96c59e0 View commit details
    Browse the repository at this point in the history
  3. Try importing opts dunder

    dwoz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fc06de8 View commit details
    Browse the repository at this point in the history
  4. Better handling of loader returns

    - Detect when a loader is returning a NamedLoaderContext and return the
      value. This will cut down on how often we need to call value() in
      loaded modules.
    - Add some tests to show newly defined behavior
    dwoz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b36f276 View commit details
    Browse the repository at this point in the history
  5. Fix broken tests

    dwoz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    96bc89f View commit details
    Browse the repository at this point in the history
  6. Fix another test using __opts__

    dwoz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5ee6d3c View commit details
    Browse the repository at this point in the history
  7. Fix windows pkg tests

    dwoz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d4ee873 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0897afc View commit details
    Browse the repository at this point in the history
  9. Clean up imports

    dwoz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0dc964f View commit details
    Browse the repository at this point in the history
  10. Mark 3007 as released

    dwoz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4925172 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    561a5c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a71bcfb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    77260ac View commit details
    Browse the repository at this point in the history
  2. Test on systems where 7zip exists

    twangboy authored and dwoz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c54a8ce View commit details
    Browse the repository at this point in the history
  3. Manage symlinks after dirs and files

    Force symlink on keep_symlinks
    twangboy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    26e31d2 View commit details
    Browse the repository at this point in the history
  4. Add tests and changelog

    twangboy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    572e955 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbb0013 View commit details
    Browse the repository at this point in the history
  6. Try to handle similar names

    twangboy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    294a81a View commit details
    Browse the repository at this point in the history
  7. Compare full paths

    twangboy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    554da0c View commit details
    Browse the repository at this point in the history
  8. Fix unit test on Linux

    twangboy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a5c3c18 View commit details
    Browse the repository at this point in the history
  9. Update contributing guide and PR template

    twangboy authored and dwoz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    99639ca View commit details
    Browse the repository at this point in the history
  10. Fix test_system flaky setup_teardown fn

    m-czernek authored and dwoz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6c38c1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eba0b17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9da6764 View commit details
    Browse the repository at this point in the history
  13. Add test for issue saltstack#66610

    lkubb authored and dwoz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    df835c1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    af3818b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    73bb35d View commit details
    Browse the repository at this point in the history
  16. Added changelog for fix

    dmurphy18 authored and dwoz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2532a08 View commit details
    Browse the repository at this point in the history
  17. Add symbolic links for bash-completion

    dmurphy18 authored and dwoz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    02c196a View commit details
    Browse the repository at this point in the history
  18. Corrected files for zsh and salt-proxy

    dmurphy18 authored and dwoz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fd90018 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9c712e0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4be1685 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    974bad0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    142b7ac View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0483e44 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    94fdf08 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    c5b5732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1dd74a View commit details
    Browse the repository at this point in the history
  3. Merge pull request saltstack#66842 from dwoz/merge/3007.x/3006.x

    [3007.x] Merge 3006.x forward to 3007.x
    dwoz authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    17f9ff5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request saltstack#66857 from twangboy/fix_64630

    [3006.x]Manage symlinks after dirs and files
    dwoz authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ae1d3f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c3365f View commit details
    Browse the repository at this point in the history
  6. Add changelog file

    terminalmage authored and dwoz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d4b2957 View commit details
    Browse the repository at this point in the history
  7. Corrected the description of the two parameters mkey and key in the M…

    …Worker constructor.
    sunxingboo authored and dwoz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    748943c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    698979f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Testing previous version 4.3.6 instead of latest 4.4.0 for action/upl…

    …oad-artifact/merge
    dmurphy18 authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    059d1e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cef9a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3827456 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d77a0d5 View commit details
    Browse the repository at this point in the history
  5. Trying other debug methods

    dmurphy18 authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ac09c43 View commit details
    Browse the repository at this point in the history
  6. Debugging

    dmurphy18 authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    58083b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51cc9b8 View commit details
    Browse the repository at this point in the history
  8. Correct logic error - removed 'needs'

    dmurphy18 authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    51099d9 View commit details
    Browse the repository at this point in the history
  9. Update Windows and MacOS actions for Download Code Coverage Test Run …

    …Artifacts for merge-multiple, v4 update
    dmurphy18 authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6e0fc16 View commit details
    Browse the repository at this point in the history
  10. Remove comments

    dmurphy18 authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a6fff58 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2db4de4 View commit details
    Browse the repository at this point in the history
  12. Removed commented out name

    dmurphy18 authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    393dad1 View commit details
    Browse the repository at this point in the history
  13. Fixes cmd.run with requirements on Windows

    Formats the command properly for powershell
    Adds changelog and tests
    twangboy authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b912817 View commit details
    Browse the repository at this point in the history
  14. Make tests compatible with venv bundle

    m-czernek authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bf580e6 View commit details
    Browse the repository at this point in the history
  15. Fix test_transactional_update tests

    m-czernek authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    db31e2b View commit details
    Browse the repository at this point in the history
  16. We depend on msgpack < 1.0.0

    m-czernek authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    29d4137 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0675d1f View commit details
    Browse the repository at this point in the history
  18. Fix pre-commit

    twangboy authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    101a773 View commit details
    Browse the repository at this point in the history
  19. Ensure venv usage

    m-czernek authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c0354fc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7a87137 View commit details
    Browse the repository at this point in the history
  21. Fix yamllint tests

    m-czernek authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9922b1a View commit details
    Browse the repository at this point in the history
  22. fix yaml output

    In b9be2de, OrderedDict was replaced with HashableOrderedDict.
    Add logic to yamldumper to handle the new type.
    Tom Doherty authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    caf62f9 View commit details
    Browse the repository at this point in the history
  23. doc: fix jinja.import_json module docstr

    blu-base authored and dwoz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a9c9aa2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6b3418f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Fix yamldumper test

    dwoz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    818dd9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6e3f9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c384489 View commit details
    Browse the repository at this point in the history
  4. Merge pull request saltstack#66910 from dwoz/merge/3007.x/3006.x

    [3007.x] Merge forward 3006.x into 3007.x
    dwoz authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0007447 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be33bf6 View commit details
    Browse the repository at this point in the history
  6. Upgrade relenv to 0.17.2

    dwoz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d11775e View commit details
    Browse the repository at this point in the history
  7. Fix error in test suite teardown

    The error seen was:
    
    Exception ignored in atexit callback: <bound method DeferredStreamHandler.flush of <DeferredStreamHandler <_io.FileIO [closed]> (WARNING)>>
    Traceback (most recent call last):
      File "/home/dan/src/salt/salt/_logging/handlers.py", line 68, in flush
        super().flush()
      File "/usr/local/lib/python3.10/logging/__init__.py", line 1084, in flush
        self.stream.flush()
    ValueError: I/O operation on closed file.
    dwoz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    64690a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Attempt to resolve test artifact flakiness

    Adding a sleep between merging and downloading artifacts on windows.
    dwoz committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f5c332b View commit details
    Browse the repository at this point in the history
  2. Revert "Attempt to resolve test artifact flakiness"

    This reverts commit f5c332b.
    dwoz committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8db71dd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    47e412c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6976c17 View commit details
    Browse the repository at this point in the history
  3. Add 66856 changelog entry

    vzhestkov authored and dwoz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ee4d532 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    19dfa41 View commit details
    Browse the repository at this point in the history
  2. Update master-cluster.rst Example Config

    The Master Config example's `file_roots` and `pillar_roots` properties need the `base` property followed by a list of the directory. Otherwise, the Salt master shows an error in the logs.
    kevin-andrew-wipro authored and dwoz committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e4aa82f View commit details
    Browse the repository at this point in the history
  3. Fix merge wart

    dwoz committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ff12c7f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge pull request saltstack#66930 from dwoz/merge/3007.x/3006.x

    [3007.x] Merge forward 3006.x into 3007.x
    dwoz authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ef3d8f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44d9600 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Add test for issue saltstack#66600

    lkubb authored and dwoz committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    47e4c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8cb68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bcb67f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    096dca6 View commit details
    Browse the repository at this point in the history
  5. Document that dict key syntax should be preferred

    While `{{ salt.foo.bar() }}` often works, it can introduce some edge
    cases which are avoided by `{{ salt['foo.bar']() }}`.
    lkubb authored and dwoz committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c2e0b57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6463994 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. The zmq socket poll method needs to be awaited

    When using zmq.asyncio.Context, the socket's poll method is a coroutine.
    dwoz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7f73274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    071325c View commit details
    Browse the repository at this point in the history
  3. More reliable test shutdown

    dwoz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    23b2f65 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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