Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fralau/mkdocs-macros-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: fralau/mkdocs-macros-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.6
Choose a head ref
  • 16 commits
  • 52 files changed
  • 3 contributors

Commits on Sep 18, 2024

  1. Fix print statement left in code #242

    Laurent Franceschetti committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fa90b96 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Add a testing framework, as described in #244

    Laurent Franceschetti committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6265d90 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Improved tests (#244)

      - Added a `null` test project that does nothing
      - Improved the `module` to test further things
      - Redefined the `MardkowPage.is_rendered()` method
        as "not (source is included in target)"
    Laurent Franceschetti committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b76efef View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Fixed null test and completed added opt_in and opt_out

      - changed name from opt-in and opt-out
    Laurent Franceschetti committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9186fe6 View commit details
    Browse the repository at this point in the history
  2. Improve tests (#244)

      - Extracted fixture utilities into `fixture_util.py`
      - Created a ./test_fixture.sh to specifically test the fixture,
        with options (also called when invoking `pytest`)
      - Specifically made a test in that context, for the `find_page()` function.
    Laurent Franceschetti committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e164982 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Split test framework into DocProject (general) and MacrosDocProject

      - issue #244
    Laurent Franceschetti committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    962472c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Separate standard DocProject and MarkdownPage classes

      - these two objects are now defined separately from the fixture
        (MacrosDocProject and TestMarkdownPage)
    Laurent Franceschetti committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    69577e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    6d99822 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #246 from dwreeves/add-pathspec-as-dependency

    Add `pathspec` as dependency
    fralau authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    eebbbd1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin into …

    …master
    Laurent Franceschetti committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    38b9681 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

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

Commits on Oct 9, 2024

  1. Migrate all tests toward the mkdocs-test framework (#244)

    Laurent Franceschetti committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    16be58d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Test the hooks for external registration (#237)

        - added the register_macros test case
        - reimplemented the .variables, .macros and .filters
          properties for MacrosDocProject
        - updated documentation, to document hooks scripts
          (including comparison with MkDocs-Macros modules)
    Laurent Franceschetti committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    32cd528 View commit details
    Browse the repository at this point in the history
  2. Bump version number, for distribution (should solve #247)

    Laurent Franceschetti committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6a9a0e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Demote info messages as debug (#248)

    Laurent Franceschetti committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    99733be View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Migrate to pyproject.toml

      - change update_pypi.sh accordingly
    Laurent Franceschetti committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3a73707 View commit details
    Browse the repository at this point in the history
Loading