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: intentjs/intent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: intentjs/intent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/task-scheduling
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 18 files changed
  • 1 contributor

Commits on Apr 20, 2025

  1. feat(core): enhance scheduling system and refactor service providers

    - Introduced new lifecycle methods for service providers: shutdown and schedules.
    - Updated ApplicationContainer to handle service provider schedules during boot.
    - Refactored AppServiceProvider and ConsoleServiceProvider to implement new lifecycle methods.
    - Added configuration options for scheduling in app settings, including timezone and threading.
    - Improved Schedule class to support dynamic scheduling based on configuration.
    - Added new console command for starting scheduled tasks.
    - Bumped version to 0.1.58.
    vinayak25 committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    3c1e882 View commit details
    Browse the repository at this point in the history
  2. chore(core): bump version to 0.1.59 and update scheduling configuration

    - Updated package version to 0.1.59.
    - Changed default behavior of auto-start in Schedule class to false for improved control over scheduling execution.
    vinayak25 committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    2539218 View commit details
    Browse the repository at this point in the history
  3. fix(sample-app): update scheduling configuration to run in the main t…

    …hread
    
    - Changed the default setting for runInAnotherThread from true to false in the sample app's scheduling configuration for improved execution control.
    vinayak25 committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    410b6f6 View commit details
    Browse the repository at this point in the history
Loading