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: codeRIT/hackathon-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.22.3
Choose a base ref
...
head repository: codeRIT/hackathon-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.22.4
Choose a head ref
  • 5 commits
  • 76 files changed
  • 4 contributors

Commits on May 19, 2020

  1. build(deps): Upgrade yarn (#212)

    * build(deps): Upgrade yarn
    
    * build(deps): Upgrade gems
    
    * build(deps): Remove obsolete gems
    
    * v0.0.0
    
    * build(deps): Update semantic-release
    
    * fix(questionnaire): visual bug in school autocomplete school dropdown
    
    the css was set for an "a" tag when the list was made up of divs so I
    switched the css to work for the "div" tag in the autocomplete
    
    * fix(questionnaire): visual bug in school autocomplete school dropdown
    
    the css was set for an "a" tag when the list was made up of divs so I
    switched the css to work for the "div" tag in the autocomplete. I also
    hide a element that was not present earlier
    
    * build(deps): Upgrades Rails to 5.2.4.3
    
    * build(deps): Upgrades gems
    
    Co-authored-by: Jeremy Rudman <jeremyrudman@gmail.com>
    cbaudouinjr and JeremyRudman authored May 19, 2020
    Configuration menu
    Copy the full SHA
    444584b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. build(deps): Bump puma from 4.3.4 to 4.3.5 (#219)

    Bumps [puma](https://github.com/puma/puma) from 4.3.4 to 4.3.5.
    - [Release notes](https://github.com/puma/puma/releases)
    - [Changelog](https://github.com/puma/puma/blob/master/History.md)
    - [Commits](https://github.com/puma/puma/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 23, 2020
    Configuration menu
    Copy the full SHA
    78341c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5fdf57 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. fix(questionnaire): Fixes error when trying to view a questionnaire m…

    …odified by a deleted admin (#236)
    cbaudouinjr authored May 26, 2020
    Configuration menu
    Copy the full SHA
    2ffe116 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.22.4 [skip ci]

    ## [1.22.4](v1.22.3...v1.22.4) (2020-05-26)
    
    ### Bug Fixes
    
    * **questionnaire:** Fixes error when trying to view a questionnaire modified by a deleted admin ([#236](#236)) ([](2ffe116))
    semantic-release-bot committed May 26, 2020
    Configuration menu
    Copy the full SHA
    feb4554 View commit details
    Browse the repository at this point in the history
Loading