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

Add SaltXML importer #261

Merged
merged 68 commits into from
Aug 7, 2024
Merged

Add SaltXML importer #261

merged 68 commits into from
Aug 7, 2024

Commits on Jun 19, 2024

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

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    373471f View commit details
    Browse the repository at this point in the history
  2. Apply automatic changes

    thomaskrause authored and github-actions[bot] committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    88b1622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2012b68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91e94e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc1ae07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a194e61 View commit details
    Browse the repository at this point in the history
  7. Apply automatic changes

    thomaskrause authored and github-actions[bot] committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c49132c View commit details
    Browse the repository at this point in the history
  8. Fix clippy warnings

    thomaskrause committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3489ce2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    eb41dd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59a0c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b87b883 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e27213f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ad718b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge branch 'main' into feature/saltxml

    # Conflicts:
    #	docs/README.md
    #	tests/snapshots/cli__list_modules.snap
    thomaskrause committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e9006e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    707ccfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5614958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba01b93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c56dba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a87d6f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    d060a6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2988822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66227c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58c7f2b View commit details
    Browse the repository at this point in the history
  5. Fix some clippy issues

    thomaskrause committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    eba61fb View commit details
    Browse the repository at this point in the history
  6. Decouple CLI compilation and running the documentation generation to …

    …avoid action failure when there are warnings
    thomaskrause committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8308990 View commit details
    Browse the repository at this point in the history
  7. Add token annotations

    thomaskrause committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b5896f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    51f1dfc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/saltxml

    # Conflicts:
    #	.github/workflows/module_docs.yml
    #	docs/README.md
    #	src/lib.rs
    #	tests/snapshots/cli__list_modules.snap
    thomaskrause committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7476269 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    7d17c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5b27b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1be7b97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fb8321 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3ad396 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Fix clippy issue

    thomaskrause committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    05ba5a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb6d7b View commit details
    Browse the repository at this point in the history
  3. Map pointing relations

    thomaskrause committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    688f616 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b5a5a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9232fdc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faccdd0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9bbe89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc5a802 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e24b11d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8823e7e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d42575d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    789912b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8002cf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    193ec86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    848f1c0 View commit details
    Browse the repository at this point in the history
  3. Update test snapshots

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

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    d1eecc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129ffd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6867a9 View commit details
    Browse the repository at this point in the history
  4. Update test snapshot

    thomaskrause committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e8acd13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2122e8e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    299e3d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ca1f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bedf582 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f817efd View commit details
    Browse the repository at this point in the history
  5. Update changelog

    thomaskrause committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    33c8a95 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Map meta annotation

    thomaskrause committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    072d081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ecbbad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb0244f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35b6a8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cab5573 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0b87ba View commit details
    Browse the repository at this point in the history