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: quantum-elixir/quantum-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: quantum-elixir/quantum-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Choose a head ref
  • 13 commits
  • 27 files changed
  • 9 contributors

Commits on Oct 13, 2020

  1. Uses logger metadata (#462)

    * Uses logger metadata in execution broadcaster
    
    * Uses logger metadata in job broadcaster
    
    * Removes unused require
    
    * Removes unused require
    
    * Uses logger metadata in clock broadcaster
    
    * Uses logger metadata in executor
    
    * Update execution_broadcaster.ex
    
    * Formats the code
    
    * Uses the correct name
    
    * Fixes tests
    
    * fix: Improves testing resilience
    
    Co-authored-by: Isaac Sanders <[email protected]>
    isaacsanders and isaacsanders authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    b46f60e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Support setting job state in scheduler's config (#463)

    * Support setting job `state` in scheduler's config
    
    * Add normalizer unit test
    pnezis authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    3ac7984 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Log exception with crash_reason (#464)

    * Log exception with crash reason
    
    * Formatting
    
    * Testing for error log with exception banner
    iloveitaly authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    02e519f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Optional update_job callback in Quantum.Storage (#467)

    If the callback is overriden then it will be called, otherwise the
    previous behaviour (delete and then add the job) is used.
    pnezis authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    5c3e4a2 View commit details
    Browse the repository at this point in the history
  2. Fix tests and resolve a bug in ExecutionBroadcaster (#468)

    * Fix test issues
    
    - Include `:crash_reason` in logger metadata
    - Remove `:crash_reason` from `log_exception`
    - Change tests pattern matching
    
    * Return `state` in case of invalid timezone
    
    In case of invalid timezone no state was returned and as a result the
    GenServer was crashing due to a `FunctionClauseError`
    
    * Do not set crash_reason if elixir < 1.10
    pnezis authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    eca5ee0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Solution: Remove Supervisor.Spec references (#475)

    * solution-readme-supervisor-spec
    
    * Remove reference to Supervisor.Spec from pages
    Tyler Pachal authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    24997fb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Misc doc changes (#476)

    List of changes:
    * Fix image not showing in HTML page
    * Use common source url
    * Fix invalid SPDX license id
    * Update license section
    * Set and use latest ex_doc
    * Fix markdown in changelog
    * Badges and more badges!
    * Fix typos
    * Update gitignore
    * Update formatter config
    * Remove extra spaces
    * Add logo
    kianmeng authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    d875242 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. improve log message (#465)

    Co-authored-by: Jonatan Männchen <[email protected]>
    rubysolo and maennchen authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    e8d1eab View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Fix CI (#481)

    maennchen authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    7d24f24 View commit details
    Browse the repository at this point in the history
  2. feat: Use :telemetry.span/3 (#480)

    * feat: Uses `:telemetry.span/3`
    
    * fix: Preserves more of the "stop" metadata
    
    * fix: Add more of the original context
    
    Co-authored-by: Isaac Sanders <[email protected]>
    Co-authored-by: Jonatan Männchen <[email protected]>
    3 people authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    3b06c3c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

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

Commits on Aug 10, 2021

  1. Fix telemetry not support v1.0 (#483)

    The patch try to make this library support telemetry v1.0. Currently, it
    doesn't because it contraint between [0.4.3, 1.0.0). Fix by using `or`
    constraint to support both version.
    wingyplus authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    9b7787d View commit details
    Browse the repository at this point in the history
  2. Release v3.4.0

    maennchen committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    5f6e601 View commit details
    Browse the repository at this point in the history
Loading