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 yaml header check #184

Merged
merged 28 commits into from
May 28, 2024
Merged

Add yaml header check #184

merged 28 commits into from
May 28, 2024

Commits on Apr 25, 2024

  1. Add yaml header check wip

    gounux authored and Guts committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    53969f2 View commit details
    Browse the repository at this point in the history
  2. Add tags check using JSON feed

    gounux authored and Guts committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a43e560 View commit details
    Browse the repository at this point in the history
  3. Add some tests

    gounux authored and Guts committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    36dcb42 View commit details
    Browse the repository at this point in the history
  4. Add mandatory keys check

    gounux authored and Guts committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bef103d View commit details
    Browse the repository at this point in the history
  5. Check tags alphabetical order

    gounux authored and Guts committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1a57ebb View commit details
    Browse the repository at this point in the history
  6. Remove publish date check

    gounux authored and Guts committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    274e435 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

Commits on May 2, 2024

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

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    26c12ab View commit details
    Browse the repository at this point in the history
  2. Use JSON feed client

    gounux committed May 3, 2024
    Configuration menu
    Copy the full SHA
    45e7764 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    a2c0d57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    536e82a View commit details
    Browse the repository at this point in the history
  3. Add missing dependency

    gounux committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7224615 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 23, 2024

  1. Check author markdown file

    gounux committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3633902 View commit details
    Browse the repository at this point in the history
  2. Fix author md check

    gounux committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f983c64 View commit details
    Browse the repository at this point in the history
  3. Add image size by url function

    gounux committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2a0cc93 View commit details
    Browse the repository at this point in the history
  4. Add author md check tests

    gounux committed May 23, 2024
    Configuration menu
    Copy the full SHA
    14c8a32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae13e58 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update geotribu_cli/content/header_check.py

    Co-authored-by: Julien <dev@ingeoveritas.com>
    Signed-off-by: Guilhem Allaman <40383801+gounux@users.noreply.github.com>
    gounux and Guts authored May 27, 2024
    Configuration menu
    Copy the full SHA
    f4f5c63 View commit details
    Browse the repository at this point in the history
  2. Update geotribu_cli/content/header_check.py

    Co-authored-by: Julien <dev@ingeoveritas.com>
    Signed-off-by: Guilhem Allaman <40383801+gounux@users.noreply.github.com>
    gounux and Guts authored May 27, 2024
    Configuration menu
    Copy the full SHA
    275fc9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2659b51 View commit details
    Browse the repository at this point in the history
  4. Update geotribu_cli/content/header_check.py

    Co-authored-by: Julien <dev@ingeoveritas.com>
    Signed-off-by: Guilhem Allaman <40383801+gounux@users.noreply.github.com>
    gounux and Guts authored May 27, 2024
    Configuration menu
    Copy the full SHA
    856213d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77b838c View commit details
    Browse the repository at this point in the history
  6. Add missing imports

    gounux committed May 27, 2024
    Configuration menu
    Copy the full SHA
    61e8f56 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Use slugger for author md file

    gounux committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d4bbcbd View commit details
    Browse the repository at this point in the history
  2. No more unidecode

    gounux committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6a43fcb View commit details
    Browse the repository at this point in the history