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

Copy symlinks as symlinks in dest tree for tests #54453

Closed
wants to merge 5,348 commits into from
Closed

Copy symlinks as symlinks in dest tree for tests #54453

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

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    76cb3aa View commit details
    Browse the repository at this point in the history
  2. fix typo

    noelmcloughlin committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    9ed2a2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ac476e View commit details
    Browse the repository at this point in the history
  4. Note on yappi

    marbx committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    70c99cc View commit details
    Browse the repository at this point in the history
  5. Workaround nox's install only flag

    To get some information from the system, which we then use to choose the
    appropriate static requirements file, we need to run some commands,
    something that nox will refuse to do if `--install-only` is passed.
    
    We work around it by manually patching the value of
    `session._runner.global_config.install_only` for the commands that we
    MUST run, and only those and then we set it back to the value it had
    before.
    
    For additional information about why we have to do this, please see:
       wntrblm/nox#181
    s0undt3ch committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    129cd7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    855e179 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #53481 from markuskramerIgitt/doc_profiling

    Note on yappi
    Akm0d authored Jun 14, 2019
    Configuration menu
    Copy the full SHA
    76bbf02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d5dd03 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13b7ee1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #53480 from noelmcloughlin/typo

    fix typo in  salt/states/archive.py
    xeacott authored Jun 14, 2019
    Configuration menu
    Copy the full SHA
    3821c89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7692a6f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de5ab03 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #53409 from s0undt3ch/hotfix/fix-pkg-reqs-develop

    [develop] Fix static requirements
    dwoz authored Jun 14, 2019
    Configuration menu
    Copy the full SHA
    facf006 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1f8c07a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8211656 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0c29b57 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Merge pull request #53399 from twangboy/fix_win_network

    Fix test suite on develop
    twangboy authored Jun 15, 2019
    Configuration menu
    Copy the full SHA
    0b3ad30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0b6865 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73994ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee3a898 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Merge pull request #53487 from s0undt3ch/hotfix/fix-nox-bypass-develop

    [develop] Workaround nox's install only flag
    s0undt3ch authored Jun 17, 2019
    Configuration menu
    Copy the full SHA
    43d005e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    627b5d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #53311 from doesitblend/add-fully-qualified-cmd-call

    Add fully qualified cmd call
    twangboy authored Jun 17, 2019
    Configuration menu
    Copy the full SHA
    12c769a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17f20ee View commit details
    Browse the repository at this point in the history
  5. Merge pull request #51363 from arizvisa/etcd-returner-is-busted

    The etcd returner is using the wrong API due to a refactor of salt.utils.etcd_util.
    Akm0d authored Jun 17, 2019
    Configuration menu
    Copy the full SHA
    d68039b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    745c913 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Add support for Heimdal Kerberos

    Mikael Nordin committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    1a37f5b View commit details
    Browse the repository at this point in the history
  2. Fix list principals and get privs

    Mikael Nordin committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    7947daa View commit details
    Browse the repository at this point in the history
  3. add general exception catch in salt.utils.store_job

    external returners can blow up for any variety of reasons, but when we
    don't catch it it will sometimes stop the event from being returned to
    the bus via fire_event, which has downstream effects. so lets guard
    against that.
    mattp- committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    de301ba View commit details
    Browse the repository at this point in the history
  4. lint

    mattp- committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    2790c60 View commit details
    Browse the repository at this point in the history
  5. Removed trailing whitespace

    Fixes pylint errors
    Akm0d authored Jun 18, 2019
    Configuration menu
    Copy the full SHA
    92ea5dd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #52856 from steveno/patch-1

    Add note about new flatpak module
    garethgreenaway authored Jun 18, 2019
    Configuration menu
    Copy the full SHA
    1700135 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4376a4e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #53517 from bloomberg/returner-tighten

    add some exception guarding in salt.utils.job
    garethgreenaway authored Jun 18, 2019
    Configuration menu
    Copy the full SHA
    e18acb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a52e9e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Merge branch 'develop' into develop-fedora29

    Bryce Larson authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    ff49c22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e14145f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #51803 from misch42/fix_ipaddress_python3

    Fix for issue #51789 import syntax in python3
    Akm0d authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    c79fc37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40194e8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #53515 from mickenordin/support-heimdal-krb

    Support Heimdal Kerberos
    Akm0d authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    7ea3e23 View commit details
    Browse the repository at this point in the history
  6. Added test for issue #4438

    Akm0d committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f769613 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    346364f View commit details
    Browse the repository at this point in the history
  8. Check if key_url needs changing

    Akm0d committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9b2f18f View commit details
    Browse the repository at this point in the history
  9. Removed OS specification

    Akm0d committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    cb961b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa10a59 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9525544 View commit details
    Browse the repository at this point in the history
  12. Fixed formatting

    Akm0d committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    8b07311 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aa68518 View commit details
    Browse the repository at this point in the history
  14. Created separate tests

    Akm0d committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    1941458 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    23eda63 View commit details
    Browse the repository at this point in the history
  16. Update salt/states/pkgrepo.py

    Co-Authored-By: Wayne Werner <waynejwerner@gmail.com>
    Akm0d and waynew authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    adaef7e View commit details
    Browse the repository at this point in the history
  17. Merge branch 'develop' into develop-fedora29

    Bryce Larson authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f92024c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Merge pull request #53537 from Akm0d/pkgrepo

    Check if the key_url changed in pkgrepo.managed
    waynew authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    a6c7e60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    800a214 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52798 from myii/patch-2

    docs(config.py): fix order of `config.get`
    Akm0d authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    3d0b5ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98baef2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    799c887 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into develop-fedora29

    Bryce Larson authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    a0d8ec5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #51814 from myii/feature/tplroot

    feat(tpldata): provide `tplroot`
    Akm0d authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    c24dfef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea346ec View commit details
    Browse the repository at this point in the history
  9. Merge pull request #51572 from kaidokert/develop

    Fix error retry handling for Route53
    Akm0d authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    5eb189c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    176ec5f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #51923 from bodhi-space/infra5209

    INFRA-5209 - Avoid throwing exception for missing security group in test mode
    Akm0d authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    b4a754c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2418716 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #51965 from recursiveMake/issue-51957

    Remove package name prefix from member.name
    Akm0d authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    a9b2fc5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a421da4 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #51670 from OrangeDog/patch-4

     Fix extract_hash case for top-level binary shasums
    Ch3LL authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    8973ed2 View commit details
    Browse the repository at this point in the history
  16. catch any exception on reading rsa key

    an unhandled exception thrown at this point of code will put MWorker
    into an unrecoverable hung state that leaks memory as MWorkerQueue
    continues passing it work that is ignored. In my case I encountered an
    RSAError but I see no reason to be specific for exception class here.
    mattp- committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    11cf2a8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0fe949c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. add debug exc

    mattp- committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    6be3259 View commit details
    Browse the repository at this point in the history
  2. log trace on debug loglevel

    mattp- committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    c74763d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into develop-fedora29

    Bryce Larson authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    e0a8ae9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #53427 from bryceml/develop-fedora29

    add fedora 29 tests to pr's
    Bryce Larson authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    e4cb0d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    306002a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Merge pull request #53528 from s0undt3ch/hotfix/fix-nox-bypass-develop

    [develop] Update pipelines to work on old and new jenkins
    s0undt3ch authored Jun 22, 2019
    Configuration menu
    Copy the full SHA
    49ded83 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Merge pull request #53555 from bloomberg/auth-rsa

    catch any exception on reading rsa key
    s0undt3ch authored Jun 23, 2019
    Configuration menu
    Copy the full SHA
    379192d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Update pillar.py

    I believe something's missing in the documentation.
    yohonet authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    02851d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53571 from yohonet/patch-1

    Update pillar.py
    cmcmarrow authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    b42af7f View commit details
    Browse the repository at this point in the history
  3. Forward port PR 53412 to Neon

    cro committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    fb2b306 View commit details
    Browse the repository at this point in the history
  4. Make doc build test pass

    cro authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    4b0ae8e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Merge pull request #53589 from cro/53412-develop

    Forward port PR 53412 to Develop
    cro authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    70fb7dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd3ee17 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #53578 from s0undt3ch/hotfix/fix-nox-bypass-develop

    [develop] Minor fixes/adjustments to the new CI pipelines
    s0undt3ch authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    934644e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Adds tests for states/win_iis.py

    cmcmarrow committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    7fb78e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    696230d View commit details
    Browse the repository at this point in the history
  3. Adds tests for win_iis

    cmcmarrow committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    ced9ae7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01052fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad26a1e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #53605 from cmcmarrow/state_test_win_iis

    Adds tests for states/win_iis.py
    cmcmarrow authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a63f2b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8480929 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f653310 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18d38b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Merge pull request #53617 from cro/metaproxy_matcher_opts_develop

    Fix typo, __opts__ should be opts
    DmitryKuzmenko authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    1d9c130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcf23bb View commit details
    Browse the repository at this point in the history
  3. Create a state for the cpan module (#53413)

    * Improved stability of cpan module
    - Added command line options for cpan module installation
    - Give many more details when things do change
    - Parse cpan config using literal_eval, which is cleaner and more stable
      than the line-by-line parsing
    - rename 'show_config' to 'config' to remove redundancy
    - Rebuilt all command strings as lists to facilitate adding more options in the future
    - added a "get cpan binary" function to facilitate expansion to cpanm
      and cpanp in the future
    * Solves #2130
    - cpan module returns version number
    - created cpan state module
    * Allow mirrors to be passed as a comma-separated string or as a list
    * Install a cpan module that has no dependencies
    * Added cpan state to docs, correct name for centos pkg
    Akm0d authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    3131e2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffb9cd0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #53612 from s0undt3ch/hotfix/fix-nox-bypass-develop

    CI Pipelines. Timeout after getting a node. Report exit code.
    s0undt3ch authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    b1c881a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86ea94c View commit details
    Browse the repository at this point in the history
  7. Don't double encode s3 paths

    As s3.query already knows how to quote paths, don't quote the passed in
    path: s3.query will handle it.
    benjumanji committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    8ba8360 View commit details
    Browse the repository at this point in the history
  8. generify masterminion returners function not found error - may be bec…

    …ause returner isn't loaded
    dhiltonp committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    bc338af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9120a18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f2f4bdc View commit details
    Browse the repository at this point in the history
  11. Merge pull request #53628 from dhiltonp/gen

    Provide more information on the returner's "function not found error"
    Akm0d authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    378e137 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8f0d79 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    f139c93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b7c857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffe45d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36e771d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #53622 from sathieu/git_pillar_update_by_name

    runners.git_pillar: Also match the repo parameter against the repo name
    Akm0d authored Jun 28, 2019
    Configuration menu
    Copy the full SHA
    55ab4f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1230f12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbfbaa9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Merge pull request #53632 from dhiltonp/some-pkgin

    pkgin is on Solaris...
    dhiltonp authored Jun 29, 2019
    Configuration menu
    Copy the full SHA
    1dc8e30 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Merge pull request #52550 from lomeroe/photon_pkgrepo

    Add support for VMware Photon OS to pkgrepo
    garethgreenaway authored Jul 1, 2019
    Configuration menu
    Copy the full SHA
    7e9f8a3 View commit details
    Browse the repository at this point in the history
  2. Create test_s3fs.py

    Adding test_get_file_from_s3 to ensure that path argument is not double quoted.
    garethgreenaway authored Jul 1, 2019
    Configuration menu
    Copy the full SHA
    46878db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    998b643 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    a366b90 View commit details
    Browse the repository at this point in the history
  2. Update test_s3fs.py

    Adding test to ensure paths with spaces are properly quoted.
    garethgreenaway authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    4d2fa53 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. adds windows event log support

    cmcmarrow committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    126462d View commit details
    Browse the repository at this point in the history
  2. adds win_event_viewer

    cmcmarrow committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    b338114 View commit details
    Browse the repository at this point in the history
  3. adds win_event_viewer

    cmcmarrow committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    e47a122 View commit details
    Browse the repository at this point in the history
  4. adds win_evnet_viewer

    cmcmarrow committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    3445485 View commit details
    Browse the repository at this point in the history
  5. adds win_event_viewer

    cmcmarrow committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    36ef5bf View commit details
    Browse the repository at this point in the history
  6. adds win_event_viewer

    cmcmarrow committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    3aed123 View commit details
    Browse the repository at this point in the history
  7. adds win_event_viewer

    cmcmarrow committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    1f892c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Merge pull request #53540 from benjumanji/antiquote

    Don't double encode s3 paths
    garethgreenaway authored Jul 4, 2019
    Configuration menu
    Copy the full SHA
    c4d39df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f040a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b03fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75d72af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3400676 View commit details
    Browse the repository at this point in the history
  6. Switch docs building under Py3

    Refs #53137
    s0undt3ch committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    e989176 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c127f37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffbd9fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d1ba54 View commit details
    Browse the repository at this point in the history
  10. Fix doc build errors

    s0undt3ch committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    c89f572 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45a5141 View commit details
    Browse the repository at this point in the history
  12. Upgrade to latest PyLint

    s0undt3ch committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    0702794 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d060094 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    12b73fb View commit details
    Browse the repository at this point in the history
  15. Enhance lint report

    s0undt3ch committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    0b00f5a View commit details
    Browse the repository at this point in the history
  16. Merge pull request #53699 from s0undt3ch/features/f30-reqs-develop

    [develop] Add Fedora 30 requirements files
    s0undt3ch authored Jul 4, 2019
    Configuration menu
    Copy the full SHA
    325a956 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Archive the kitchen logs

    s0undt3ch committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    efc7926 View commit details
    Browse the repository at this point in the history
  2. Improve slack message

    s0undt3ch committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    f74ede3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b021e5d View commit details
    Browse the repository at this point in the history
  4. adds win_event_viewer

    cmcmarrow committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    1baaa69 View commit details
    Browse the repository at this point in the history
  5. adds win_event_viewer

    cmcmarrow committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    a0c63ef View commit details
    Browse the repository at this point in the history
  6. adds win_event_viewer

    cmcmarrow committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    999a70e View commit details
    Browse the repository at this point in the history
  7. adds win_event_viewer

    cmcmarrow committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    439ea2b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #53727 from s0undt3ch/features/f30-reqs-develop

    [develop] Archive the kitchen logs
    s0undt3ch authored Jul 5, 2019
    Configuration menu
    Copy the full SHA
    132b225 View commit details
    Browse the repository at this point in the history
  9. adds win_event_viewer

    cmcmarrow committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    26ec673 View commit details
    Browse the repository at this point in the history
  10. adds win_event_viewer

    cmcmarrow committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    42075b0 View commit details
    Browse the repository at this point in the history
  11. adds win_event_viewer

    cmcmarrow committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    5b3d74e View commit details
    Browse the repository at this point in the history
  12. adds win_event_viewer

    cmcmarrow committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    ce96200 View commit details
    Browse the repository at this point in the history
  13. adds win_event_viewer

    cmcmarrow committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    deae660 View commit details
    Browse the repository at this point in the history
  14. adds win_event_viewer

    cmcmarrow committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    ec2b053 View commit details
    Browse the repository at this point in the history
  15. adds win_event_viewer

    cmcmarrow committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    5f5f190 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Don't call potentially missing shade library (#53734)

    * Check for openstack
    
    * Account for HAS_SHADE not being a tuple
    Akm0d authored Jul 6, 2019
    Configuration menu
    Copy the full SHA
    c18dfc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. adds win_events_viewer

    cmcmarrow committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    5f18f30 View commit details
    Browse the repository at this point in the history
  2. adds win_event_viwer

    cmcmarrow committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    b181d13 View commit details
    Browse the repository at this point in the history
  3. adds win_event_viewer

    cmcmarrow committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    02f06df View commit details
    Browse the repository at this point in the history
  4. adds win_event_viewer

    cmcmarrow committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    10dd516 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89457c3 View commit details
    Browse the repository at this point in the history
  6. adds win_event_viewer

    cmcmarrow committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    d61ca03 View commit details
    Browse the repository at this point in the history
  7. adds win_event_viewer

    cmcmarrow committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    df3d6a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f25c67f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #53700 from cmcmarrow/win_event_viewer

    adds windows event log support
    cmcmarrow authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    e3956ba View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. increase sleep time between kitchen create failures to account for ap…

    …i limits
    Bryce Larson committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    1eb47a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Merge pull request #53876 from bryceml/develop-increase-sleep

    increase sleep time between kitchen create failures to account for api limits
    dwoz authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    d58e50a View commit details
    Browse the repository at this point in the history
  2. compare probe/src directly issues/49855

    This changes the tokenized approach for string comparison
    and shifts it to direct comparison of the content and the line in question
    to determine if any changes should be made during file.line insert/ensure before or after
    Justin Bradfield authored and waynew committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    0e00301 View commit details
    Browse the repository at this point in the history
  3. file.py fix newlines for pylint

    jubrad authored and waynew committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    93ab377 View commit details
    Browse the repository at this point in the history
  4. file.py one more pylint white space fix

    jubrad authored and waynew committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    b5d2f2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbd78d8 View commit details
    Browse the repository at this point in the history
  6. replace module.file._starts_till with _line_match

            new method matches lines with 0,1 bash like
            return codes
    
            method no longer indicates where in a line a
            match occurs but compares the source and probe
            directly
    = authored and waynew committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    12abec1 View commit details
    Browse the repository at this point in the history
  7. Add tests for #52333

    Ch3LL authored and waynew committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    6242492 View commit details
    Browse the repository at this point in the history
  8. strip probe as well as src in _line_match

    jubrad authored and waynew committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    36ba684 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ceeaa7 View commit details
    Browse the repository at this point in the history
  10. Improve file.line docs

    waynew committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    5dcfcea View commit details
    Browse the repository at this point in the history
  11. Fix some tests

    waynew committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    f13b37d View commit details
    Browse the repository at this point in the history
  12. Fix lint

    waynew committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    9c011c3 View commit details
    Browse the repository at this point in the history
  13. Fallback to no UID

    If we can't figure it out, we shouldn't error out.
    waynew committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    1c85a9e View commit details
    Browse the repository at this point in the history
  14. Skip chattr tests on Windows

    Undoes the previous commit that was fixing a failure on Windows.
    waynew committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    13cee7f View commit details
    Browse the repository at this point in the history
  15. Update CODEOWNERS github file

    Ch3LL committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    76cf805 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Merge pull request #53889 from waynew/49855-fix-file.line-issues-develop

    49855 fix file.line issues develop
    waynew authored Jul 22, 2019
    Configuration menu
    Copy the full SHA
    d232c2c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Fix typo in vault docs

    atleast -> at least
    nikolas committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    ed94db6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53893 from Ch3LL/codeowners_develop

    [develop] Update CODEOWNERS github file
    Ch3LL authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    35ab557 View commit details
    Browse the repository at this point in the history
  3. Fix a typo in zonecfg module

    The zone net resource properties vlan-id and defrouter were combined into a single array element, which prevented Salt from setting either of them.  This commit splits them into their correct seperate elements and allows Salt to correctly set the properties.
    ninefathom authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    a1a20f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #53975 from ninefathom/zonecfg-fix-001

    Fix a breaking typo in zonecfg module
    Akm0d authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    37a2f72 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. auth: log details in case of user auth issue

    When a local SaltClient sends a job as "root" while the Master runs as a non-root user, make it more clear why the message `Authentication failure of type "user" occurred.` is logged.
    eliasp committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    d5b7d04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8acdf5 View commit details
    Browse the repository at this point in the history
  3. Fixes bug in MongoDb User State causing changes to be applied in case…

    … of an existing user even in test mode.
    dbuenor committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    439daa2 View commit details
    Browse the repository at this point in the history
  4. Added new test for mongodb_user.present that verifies the proper func…

    …tioning when aplying state for an existing user
    dbuenor committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    8fa56f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3950a2 View commit details
    Browse the repository at this point in the history
  6. Changed returned result when using test=true for mongodb_user.present…

    … to avoid false positives.
    dbuenor committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    889cc14 View commit details
    Browse the repository at this point in the history
  7. Refactorized mongodb_user.present to avoid showing successful changes…

    … when no changes has been made to user.
    
    Now shows changes when roles has been changed for user so its easier to see if roles going to changed in test mode.
    Changed tests to adapt to new behaviour.
    dbuenor committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    b101422 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #53994 from eliasp/develop-typo-perkissive-permissive

    tests: fix typo (`perkissive` > `permissive`)
    waynew authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    8c86767 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. auth: use log formatting for message

    Co-Authored-By: Wayne Werner <waynejwerner@gmail.com>
    eliasp and waynew authored Jul 25, 2019
    Configuration menu
    Copy the full SHA
    b834782 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. zypperpkg: fix pkg.list_pkgs cache

    The cache from pkg.list_pkgs for the zypper installer is too aggresive.
    Some parameters will deliver different package lists, like root and
    includes. The current cache do not take those parameters into
    consideration, so the next time that this function is called, the last
    list of packages will be returned, without checking if the current
    parameters match the old one.
    
    This patch create a different cache key for each parameter combination,
    so the cached data will be separated too.
    aplanas committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    9c54bb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54024 from aplanas/fix_zypperpkg

    zypperpkg: fix pkg.list_pkgs cache
    waynew authored Jul 26, 2019
    Configuration menu
    Copy the full SHA
    23dc1cb View commit details
    Browse the repository at this point in the history
  3. Fix potential recursion/duplicate object detection

    It's unlikely, but possible, that we could get a problem with over-eager
    detection of recursion. Especially in the cases of short interned
    strings or small numbers on CPython, since those are cached. Instead
    we'll just check of it's a type that we're going to recurse on.
    waynew committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    a715b2c View commit details
    Browse the repository at this point in the history
  4. systemd_service: add firstboot function

    systemd-firstboot is a command line tool from systend that will
    set some basic configuration options, like the locale, keyboard
    configuration, or the machine-id of the system.
    aplanas committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    3316cb5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #54018 from waynew/more-recursive-msgpack-fix

    Fix potential recursion/duplicate object detection
    waynew authored Jul 26, 2019
    Configuration menu
    Copy the full SHA
    90e19da View commit details
    Browse the repository at this point in the history
  6. Merge pull request #53381 from aplanas/fix_firstboot

    systemd_service: add firstboot function
    waynew authored Jul 26, 2019
    Configuration menu
    Copy the full SHA
    70403b7 View commit details
    Browse the repository at this point in the history
  7. improve documentation regarding state.sls

    Bryce Larson committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    9167a35 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    0663bf5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54047 from eliasp/salt.auth-typos

    auth: correct typos in docstrings
    waynew authored Jul 29, 2019
    Configuration menu
    Copy the full SHA
    796e8a8 View commit details
    Browse the repository at this point in the history
  3. py3 results in broken mdata grains

    When running salt on SmartOS with py3, the mdata grains are broken.
    Both stem from the same underlying issue that stderr is mixed in
     with stdout for the `mdata-list` and `mdata-get`. (Is this new?)
    
    The solution is to ignore the output if it starts with 'ERROR:'.
    I couldn't find a way to filter out stderr via cmd.run directly.
    sjorge committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    0fea6b3 View commit details
    Browse the repository at this point in the history
  4. Missing grains on SmartoS GZ under py3

    Some grains were broken in the GZ too,
     also do some mindor cleanup.
    
    1. /etc/pkgsrc_version
    Does not exist in GZ and is a non-supported interface for zones,
     we can get this information from the pkg_install.conf file too.
    This should also more accuratly reflect the correct value.
    
    The path for the file is different in the GZ so we need to support both locations
    
    2. pkgin repos are missing in GZ only
    Same as above, the path is different so we need to support both.
    sjorge committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    93d7a93 View commit details
    Browse the repository at this point in the history
  5. py3 salt.utils.platform.is_smartos_zone/global fix

    The output of Popen is bytes not string so the checks below for 'global' was not matching.
    
    - cleanup the Popen bits a bit
    - decode('utf8') the output
    sjorge committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    2a729f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e088fea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    009649f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop' into state-sls-docs

    Bryce Larson authored Jul 29, 2019
    Configuration menu
    Copy the full SHA
    38d146f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f98277 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    835812c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f614c1 View commit details
    Browse the repository at this point in the history
  3. adds webconfig tests

    cmcmarrow committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    d078970 View commit details
    Browse the repository at this point in the history
  4. fix names to various package modules so links work

    Bryce Larson committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    2e6cf87 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    f82e497 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53794 from sjorge/py3_smartos_grains

    Fixes SmartOS grains when using py3
    waynew authored Jul 31, 2019
    Configuration menu
    Copy the full SHA
    cb6cfcc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    bb7a3eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51628 from myii/patch-1

    Update `formulas.rst` with new IRC channel and links to IRC logs
    Ch3LL authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    57fd04b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Adding accept_ra 2 option to modules.debian_ip

    Currently, the Debian IP module only allows 0 or 1 but 2 is a valid
    and sometimes required option.
    
    ```
    accept_ra - INTEGER
    	Accept Router Advertisements; autoconfigure using them.
    
    	It also determines whether or not to transmit Router
    	Solicitations. If and only if the functional setting is to
    	accept Router Advertisements, Router Solicitations will be
    	transmitted.
    
    	Possible values are:
    		0 Do not accept Router Advertisements.
    		1 Accept Router Advertisements if forwarding is disabled.
    		2 Overrule forwarding behaviour. Accept Router Advertisements
    		  even if forwarding is enabled.
    
    	Functional default: enabled if local forwarding is disabled.
    			    disabled if local forwarding is enabled.
    ```
    https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt
    Natrinicle committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    23b16d8 View commit details
    Browse the repository at this point in the history
  2. Adding Unit Tests and Fixing debian_eth.jinja

    Had to undo the replace all underscores with dashes in the debian_eth
    template as that messes up accept_ra which needs to be an underscore
    to work.
    
    Added a Unittest as "eth20" for testing accept_ra and autoconf 1 in
    IPv6 interfaces.
    Natrinicle committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    5afdeb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

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

Commits on Aug 8, 2019

  1. Merge branch 'develop' into develop

    Bryce Larson authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    5e9780d View commit details
    Browse the repository at this point in the history
  2. updating git repo where rbenv is hosted

    Bryce Larson committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    bea10eb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into state-sls-docs

    Bryce Larson authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    e444548 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #54144 from bryceml/update_rbenv_git_repo

    updating git repo where rbenv is hosted
    dwoz authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    8f1d9f1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into develop

    Bryce Larson authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    4008718 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #54037 from bryceml/state-sls-docs

    improve documentation regarding state.sls
    dwoz authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    6acc412 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into develop

    Bryce Larson authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    0f5e101 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Fix x509 typos

    stratusjerry committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    4638580 View commit details
    Browse the repository at this point in the history
  2. Fix grains.core pylint error

    Ch3LL committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    4181ac4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Merge pull request #54158 from stratusjerry/typo_fix

    Fix x509 typos
    dwoz authored Aug 12, 2019
    Configuration menu
    Copy the full SHA
    df31702 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Merge pull request #53499 from amendlik/banner

    Updates to slsutil.banner
    dwoz authored Aug 13, 2019
    Configuration menu
    Copy the full SHA
    c9c3a4b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Merge branch 'develop' into develop

    Bryce Larson authored Aug 16, 2019
    Configuration menu
    Copy the full SHA
    e036ac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b10a4fd View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. add new saltconf ads

    Bryce Larson committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    83947f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54255 from bryceml/develop_new_saltconf_ads

    add new saltconf ads
    dwoz authored Aug 19, 2019
    Configuration menu
    Copy the full SHA
    bd5cadc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into develop

    Bryce Larson authored Aug 19, 2019
    Configuration menu
    Copy the full SHA
    293455b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #53860 from bryceml/develop

    fix names to various package modules so links work
    dwoz authored Aug 19, 2019
    Configuration menu
    Copy the full SHA
    5238b90 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

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

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    2d44a8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53964 from nikolas/vault-docs-typo

    Fix typo in vault docs
    dwoz authored Aug 23, 2019
    Configuration menu
    Copy the full SHA
    e35e9a6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #54163 from Ch3LL/lint_core

    Fix grains.core pylint error
    dwoz authored Aug 23, 2019
    Configuration menu
    Copy the full SHA
    83a41a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #53965 from dbuenor/dbueno/bug-mongodb-user-presen…

    …t-aplying-changes-on-existing-user-even-if-testing-rebased
    
    Mongodb_user.present aplying changes on existing mongodb user even if Test=true
    dwoz authored Aug 23, 2019
    Configuration menu
    Copy the full SHA
    abb8b4d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #54069 from cmcmarrow/web_confi_test

    adds webconfig tests
    dwoz authored Aug 23, 2019
    Configuration menu
    Copy the full SHA
    706ee70 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #53990 from eliasp/develop-log-warning-user-auth-e…

    …rror
    
    auth: log details in case of user auth issue
    dwoz authored Aug 23, 2019
    Configuration menu
    Copy the full SHA
    ba91a1e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #54067 from Natrinicle/add-accept-ra-option

    Adding accept_ra 2 option to modules.debian_ip
    dwoz authored Aug 23, 2019
    Configuration menu
    Copy the full SHA
    37ceccb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. modifying saltconf ads

    Bryce Larson committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    3876f50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54363 from bryceml/develop_saltconf_ads

    modifying saltconf ads
    dwoz authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    705e8cc View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

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