-
-
Notifications
You must be signed in to change notification settings - Fork 152
Comparing changes
Open a pull request
base repository: quantum-elixir/quantum-core
base: v3.3.0
head repository: quantum-elixir/quantum-core
compare: v3.4.0
- 13 commits
- 27 files changed
- 9 contributors
Commits on Oct 13, 2020
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for b46f60e - Browse repository at this point
Copy the full SHA b46f60eView commit details
Commits on Oct 16, 2020
-
Support setting job
state
in scheduler's config (#463)* Support setting job `state` in scheduler's config * Add normalizer unit test
Configuration menu - View commit details
-
Copy full SHA for 3ac7984 - Browse repository at this point
Copy the full SHA 3ac7984View commit details
Commits on Nov 3, 2020
-
Log exception with crash_reason (#464)
* Log exception with crash reason * Formatting * Testing for error log with exception banner
Configuration menu - View commit details
-
Copy full SHA for 02e519f - Browse repository at this point
Copy the full SHA 02e519fView commit details
Commits on Nov 30, 2020
-
Optional
update_job
callback inQuantum.Storage
(#467)If the callback is overriden then it will be called, otherwise the previous behaviour (delete and then add the job) is used.
Configuration menu - View commit details
-
Copy full SHA for 5c3e4a2 - Browse repository at this point
Copy the full SHA 5c3e4a2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for eca5ee0 - Browse repository at this point
Copy the full SHA eca5ee0View commit details
Commits on Feb 25, 2021
-
Solution: Remove Supervisor.Spec references (#475)
* solution-readme-supervisor-spec * Remove reference to Supervisor.Spec from pages
Tyler Pachal authoredFeb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 24997fb - Browse repository at this point
Copy the full SHA 24997fbView commit details
Commits on Feb 27, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for d875242 - Browse repository at this point
Copy the full SHA d875242View commit details
Commits on Apr 29, 2021
-
Co-authored-by: Jonatan Männchen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8d1eab - Browse repository at this point
Copy the full SHA e8d1eabView commit details
Commits on Jun 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7d24f24 - Browse repository at this point
Copy the full SHA 7d24f24View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3b06c3c - Browse repository at this point
Copy the full SHA 3b06c3cView commit details
Commits on Jun 21, 2021
-
docs: Updates telemetry documentation to include span changes (#482)
Co-authored-by: Isaac Sanders <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91a4df2 - Browse repository at this point
Copy the full SHA 91a4df2View commit details
Commits on Aug 10, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9b7787d - Browse repository at this point
Copy the full SHA 9b7787dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f6e601 - Browse repository at this point
Copy the full SHA 5f6e601View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3.0...v3.4.0