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 static API endpoints for Japanese holidays under v1/ path #10

Merged
merged 47 commits into from
Nov 3, 2024

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    8c08253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee6e3b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from 46ki75/chore/dependabot

    Add Dependabot configuration for Cargo dependencies
    46ki75 authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    9511afc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    087388c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d816fd0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from 46ki75/chore/github-features

    Add contribution and bug report templates
    46ki75 authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    d5c64c4 View commit details
    Browse the repository at this point in the history
  7. chore(devcontainer): Set up development container with custom bash co…

    …nfiguration and VSCode extensions
    46ki75 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    8918b3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6eaa855 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from 46ki75/chore/devcontainer

    Set up development container with Rust and custom configurations
    46ki75 authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    44bbfb5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    507d606 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e60ed77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    499c7b6 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4 from 46ki75/feature/decode-sjis

    Implement CSV fetching with error handling and encoding support
    46ki75 authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    efe6101 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    84df18d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f7b7a25 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc219e6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d78ed33 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9dac6a7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f9a928e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    53dc4d7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1feb1ec View commit details
    Browse the repository at this point in the history
  22. Merge pull request #5 from 46ki75/feature/deserialize-csv

    Add CSV parsing and date handling features
    46ki75 authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    1bd2fbb View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    6663af6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a045d55 View commit details
    Browse the repository at this point in the history
  3. feat: Update Response struct to support optional holiday names and ad…

    …d conversion from NaiveDate
    46ki75 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    ca1c039 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf0e0b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44edc0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d67660d View commit details
    Browse the repository at this point in the history
  7. feat: Add day_of_week and day_of_week_ja fields to Response struct an…

    …d implement conversion methods
    46ki75 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    4f4395f View commit details
    Browse the repository at this point in the history
  8. test: Add unit tests for Response struct conversion methods and Japan…

    …ese weekday representation
    46ki75 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    d636d30 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ccd31c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    533a977 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #6 from 46ki75/feature/output

    Enhance holiday date management and JSON serialization
    46ki75 authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    84a00b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a86a67a View commit details
    Browse the repository at this point in the history
  13. Merge pull request #7 from 46ki75/feature/yearly

    Enhance holiday response processing with monthly and yearly aggregation
    46ki75 authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    14fb46e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e14a44e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    706e905 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb996c4 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #8 from 46ki75/chore/github-actions

    Add GitHub Actions workflows for testing and deployment
    46ki75 authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    c8010b6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    12c7a35 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3a5c7c1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d86669b View commit details
    Browse the repository at this point in the history
  21. docs: Enhance README for Japanese Holidays API with static file detai…

    …ls and update usage recommendations
    46ki75 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    a6b9a26 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8be5ca4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    85b2eb2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3b22bb7 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #9 from 46ki75/feature/docs

    Enhance Japanese Holidays API with templates, error handling, and CI/CD integration
    46ki75 authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8973836 View commit details
    Browse the repository at this point in the history