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: mbuhot/ecto_job
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: mbuhot/ecto_job
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 17 files changed
  • 5 contributors

Commits on Sep 18, 2020

  1. Add custom type for JobQueue params

    By using custom Ecto types for params, they can be
    serialized/deserialized by Ecto.
    
    In particular, erlang terms are deserialized from the database.
    Jean Parpaillon committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    3528eb8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from mbuhot/create-custom-params-type

    Add custom type for JobQueue params
    jeanparpaillon authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    325e87f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. bug: Fix params type definition with :map option

    Before this change, EctoJob.JobQueue.params() was being incorrectly set
    to `:map`, instead of the desired `map()`, which causes Dialyzer to
    think the contract any `EctoJob.JobQueue` function whose `@spec` uses
    the `params()` type.
    Joseph DelCioppio committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    0157d85 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Merge pull request #80 from thedelchop/master

    bug: Fix params type definition with :map option
    mbuhot authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    8ebaae0 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. doc: misc doc changes

    Besides other documentation changes, this commit ensures the generated
    HTML doc for HexDocs.pm will become the source of truth for this Elixir
    library and leverage on latest features of ExDoc.
    kianmeng committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    b036095 View commit details
    Browse the repository at this point in the history
  2. Review changes

    kianmeng committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    64d77e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Merge pull request #81 from kianmeng/misc-doc-changes

    doc: misc doc changes
    mbuhot authored Dec 24, 2021
    Configuration menu
    Copy the full SHA
    0d02d33 View commit details
    Browse the repository at this point in the history
Loading