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

Sync Todo.txt to Google Tasks #184

Merged
merged 4 commits into from
Sep 29, 2024
Merged

Sync Todo.txt to Google Tasks #184

merged 4 commits into from
Sep 29, 2024

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    61426c9 View commit details
    Browse the repository at this point in the history
  2. Integrate dotnet-todo and update project structure

    Added dotnet-todo submodule and updated DependencyInjection.cs to include its services. Introduced ColoredStringExtensions.cs for converting ColoredString objects. Refactored DateTimeExtensions.cs by moving time icon methods to TimeIconExtensions.cs and added GetRfc3339Date method. Updated Guppi.Application.csproj with references to todo projects. Moved ITodoService implementation to TodoService.cs. Incremented Guppi.Console.csproj version to 5.2.0. Updated Guppi.sln for Visual Studio 17 and added todo projects. Enhanced README.md with Todo.txt sync instructions and reorganized calendar configuration.
    rprouse committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    764e312 View commit details
    Browse the repository at this point in the history
  3. Enhance CI workflow to handle submodules and full history

    Updated the `Checkout Code` step in the CI workflow to include:
    - `submodules: true` for fetching and checking out submodules.
    - `fetch-depth: 0` to ensure the full commit history is fetched.
    These changes improve build and dependency management for projects using submodules.
    rprouse committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6a15b08 View commit details
    Browse the repository at this point in the history
  4. Coderabbit suggestions

    rprouse committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8095ae9 View commit details
    Browse the repository at this point in the history