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

update main with invite-operation changes #8

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Mar 21, 2018

  1. Extracting invites' email sending into an InviteEmail operation object

    Following the service/operation object pattern (for instance, see
    http://trailblazer.to/gems/operation/2.0/), we should be able to send e-mail
    invites decoupled from a particular controller action.
    
    This also allows one to use a different mailer class from the original. Useful
    when you want to configure the e-mail for a particular invitable.
    dcluna committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    969ee1f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    725db1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from GenomeUS/upgrade-rails-version

    [NO STORY] Update Rails version
    itsnasir committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    c998bc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. update ruby and rails, fix specs

    mfitzhenry committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b647683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9993794 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from GenomeUS/update-ruby-and-rails

    Update ruby and rails
    mfitzhenry committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    ea9e070 View commit details
    Browse the repository at this point in the history
  4. Add circleci (#7)

    * Add circleci and remove old ruby-version file
    
    * trigger for circle
    
    * update bundler version
    
    * update circle ci config
    
    * remove junit formatter from circle ci config
    
    ---------
    
    Co-authored-by: mfitzhenry <matt@geno.me@users.noreply.github.com>
    mfitzhenry and mfitzhenry committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    67bef41 View commit details
    Browse the repository at this point in the history
  5. remove byebug history and add to git ignore (#9)

    Co-authored-by: mfitzhenry <matt@geno.me@users.noreply.github.com>
    mfitzhenry and mfitzhenry committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b5da384 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Update Flaky Specs & Update Rails Version to 7.0.4.3 (#10)

    * updated flaky specs and update rails version to 7.0.4.3
    
    * update bundler version
    
    ---------
    
    Co-authored-by: mfitzhenry <matt@geno.me@users.noreply.github.com>
    mfitzhenry and mfitzhenry committed May 4, 2023
    Configuration menu
    Copy the full SHA
    b638fcb View commit details
    Browse the repository at this point in the history