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: excid3/signalman
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: excid3/signalman
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 20 commits
  • 40 files changed
  • 3 contributors

Commits on Aug 3, 2023

  1. Update readme

    excid3 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2d0d205 View commit details
    Browse the repository at this point in the history
  2. Add platforms to lockfile

    excid3 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cca8cd5 View commit details
    Browse the repository at this point in the history
  3. Use web-console only in dev

    excid3 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    017fa2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ea771d View commit details
    Browse the repository at this point in the history
  5. Refactor

    excid3 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b7a53f7 View commit details
    Browse the repository at this point in the history
  6. Version bump

    excid3 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    15611d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c95354a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4 from luizkowalski/fix-bundle-add-command

    Fixing `bundle add` instructions
    excid3 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e274f1b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Hover event's row

    JuanVqz committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e3bb913 View commit details
    Browse the repository at this point in the history
  2. Update fixtures: entries to events

    You will receive this error message when trying to run the test suite.
    
    ```
    Error:
    SignalmanTest#test_it_has_a_version_number:
    ActiveRecord::StatementInvalid: Could not find table 'signalman_entries'
    ```
    
    Feel free to merge this pr before this related #5 one
    JuanVqz committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    eff4f43 View commit details
    Browse the repository at this point in the history
  3. Add system tests

    - [x] Add system gems
    - [x] Add some system files
    JuanVqz committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    dcfd5df View commit details
    Browse the repository at this point in the history
  4. Create ci.yml

    excid3 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4821f1b View commit details
    Browse the repository at this point in the history
  5. Update ci.yml

    excid3 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d8ef267 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #7 from JuanVqz/fix-fixtures

    Update fixtures: entries to events
    excid3 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    92d0098 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8 from JuanVqz/add-system-tests

    Add system tests
    excid3 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cf828ef View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6 from JuanVqz/hover-event-row

    Hover event's row
    excid3 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    43d5b84 View commit details
    Browse the repository at this point in the history
  9. Add GitHub Actions

    * Update README.md
    
    * Clean up ci.yml
    
    * Add standardrb
    
    * Standardize
    
    * Add test:all task
    excid3 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6e0dcc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Add event's name validation (#5)

    * Add event's name validation
    
    We've been using the event's name to know what kind of event it is.
    
    I think we should add the name presence validator,
    what do you think about it?
    
    If should be more validations, please let me know, and also, if the
    validation is not needed/desired feel free to close the pr.
    
    * Add constrain to signalman_events name
    JuanVqz authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e0574c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Move handlers (#11)

    JuanVqz authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6c7b0a2 View commit details
    Browse the repository at this point in the history
  2. Fix Gemfile grouping (#10)

    JuanVqz authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7527744 View commit details
    Browse the repository at this point in the history
Loading