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

#97 Tech Debt: unconfirmed UserFactory #113

Closed
wants to merge 94 commits into from
Closed

#97 Tech Debt: unconfirmed UserFactory #113

wants to merge 94 commits into from

Commits on Oct 25, 2021

  1. Scaffold Events

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    6303ae0 View commit details
    Browse the repository at this point in the history
  2. Customize scaffold

    * remove notice from individual pages
    * change datetime_field to datetime_local_field
    * specs use factories
    * specs use subjects
    * refactor authenticate_user
    * fix bugs in user/profile policy revealed by refactor
    * customize factory
    * move root to events
    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    6b581af View commit details
    Browse the repository at this point in the history
  3. Fixes to Scaffold for Rubocop

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a6fb649 View commit details
    Browse the repository at this point in the history
  4. Bump addressable from 2.7.0 to 2.8.0

    Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
    - [Release notes](https://github.com/sporkmonger/addressable/releases)
    - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
    - [Commits](sporkmonger/addressable@addressable-2.7.0...addressable-2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: addressable
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1e9c7fb View commit details
    Browse the repository at this point in the history
  5. Scaffold Event Attendees

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    2a088f9 View commit details
    Browse the repository at this point in the history
  6. Fix all Rubocop complaints

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e6b9293 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32cf19a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56f2e33 View commit details
    Browse the repository at this point in the history
  9. More Rubocop fixes

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    3c8e348 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a445607 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    904f24a View commit details
    Browse the repository at this point in the history
  12. rubocop --auto-complete

    exegeteio authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b180ac2 View commit details
    Browse the repository at this point in the history
  13. Rubocop fixes.

    exegeteio authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    301dde5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d910c2 View commit details
    Browse the repository at this point in the history
  15. Add one_day event Factory

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    06f8ea6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f173737 View commit details
    Browse the repository at this point in the history
  17. Improve Event Show page

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    fa8682f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ff90a5f View commit details
    Browse the repository at this point in the history
  19. README updates (#25)

    * README updates
    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    4f36402 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    17c1ac3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b301a63 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5cde962 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a6c671b View commit details
    Browse the repository at this point in the history
  24. Update spec/requests/profiles_spec.rb

    Add article to example description.
    
    Co-authored-by: Corey Haines <coreyhaines@gmail.com>
    2 people authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    6018202 View commit details
    Browse the repository at this point in the history
  25. Bump tar from 6.1.0 to 6.1.5

    Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.5.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.0...v6.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    8c3e5cd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0e49921 View commit details
    Browse the repository at this point in the history
  27. Configure SendGrid to hande confirmation emails for users.

    * Use chael.codes (because it's the only domain we have)
    * Setup SMTP config
    * Set from email to 'confbuddies@chael.codes'
    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c6d2060 View commit details
    Browse the repository at this point in the history
  28. Add cyborg theme of Bulma

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    5e1a8ee View commit details
    Browse the repository at this point in the history
  29. Great looking navigation

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b32594b View commit details
    Browse the repository at this point in the history
  30. Improve tables and buttons

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c15f609 View commit details
    Browse the repository at this point in the history
  31. Improve Forms and Form Errors

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    76a6819 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b7dd31a View commit details
    Browse the repository at this point in the history
  33. Bump tar from 6.1.5 to 6.1.11

    Bumps [tar](https://github.com/npm/node-tar) from 6.1.5 to 6.1.11.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.5...v6.1.11)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    af0ba1b View commit details
    Browse the repository at this point in the history
  34. Bump url-parse from 1.5.1 to 1.5.3

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.5.1...1.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c29b84a View commit details
    Browse the repository at this point in the history
  35. I like the implicit subject

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    6122c50 View commit details
    Browse the repository at this point in the history
  36. Create the concept of Friendship!

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e4b991e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5690a35 View commit details
    Browse the repository at this point in the history
  38. Customize the scaffold for Friendship.

    - Creates a new button for managing friendship.
    - Updates request specs to match ConfBuddies style.
    - Add relationships between Friendship and Profile
    - Add methods on Profile for managing friendships
    - limit what profiles see on the friendships page
    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a0353fb View commit details
    Browse the repository at this point in the history
  39. Accept and Block Friend Requests

    - Create buttons to control common Friendship actions
    - Created permissions around what actions can be performed
    - Block requests or friends who are harassing you
    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    41af5e9 View commit details
    Browse the repository at this point in the history
  40. Improve Friend form

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    eae2003 View commit details
    Browse the repository at this point in the history
  41. Update the index page

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e2b8bea View commit details
    Browse the repository at this point in the history
  42. Friendship Show page changes

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    59aaf88 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2105209 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    480ff9a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    f4ae6cb View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    eb96a3d View commit details
    Browse the repository at this point in the history
  47. Bump nokogiri from 1.11.6 to 1.12.5

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.6 to 1.12.5.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.11.6...v1.12.5)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Adding search for event attendees by current_user
    
    Dont share event 51 (#2)
    
    * Add sign_in method to event_attendees index route
    
    * Associate current_user to profile user
    
    Adding test to validate if an event_attendees created by another user is not displayed.
    dependabot[bot] authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    581a490 View commit details
    Browse the repository at this point in the history
  48. Fix #32 - Add scope for upcoming events.

    Added a scope to the Event model to get ongoing or upcoming Events.
    Added Factory for past events.
    Added spec for testing that only future and ongoing events are selected, while past events are not.
    Added spec for ensuring that past events are not presented on the Event index.
    Updated events controller to select only ongoing or upcoming events.
    exegeteio authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e0a1f1f View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    26c10de View commit details
    Browse the repository at this point in the history
  50. * Adding search for event attendees by current_user

    * Dont share event 51 (#2)
    
    * Add sign_in method to event_attendees index route
    
    * Associate current_user to profile user
    
    * Adding test to validate if an event_attendees created by another user is not displayed.
    zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    4bbb58a View commit details
    Browse the repository at this point in the history
  51. Improve Contributing Guide #47 (#63)

    * Improving the contributing guide to allow easier setup.
    
    - Changed the commands from `docker compose` to `docker-compose` so that
    they will run correctly. It doesn't seem to run without the hyphen.
    - Outlined what Docker applications are required to setup the
    application for those who might be newer to Docker.
    - `web bundle exec rake db:create` didn't create the migrations for me
    so added an additional setup step.
    - Copied and adapted the helpful-docker-commands from HuntersKeepers as
    they might be useful for those with less expereience running Rails with
    docker.
    
    * Apply suggestions from code review
    
    Removed the hyphen from the `docker-compose` command as it is no longer needed when using Compose V2 - https://docs.docker.com/compose/cli-command/#compose-v2-and-the-new-docker-compose-command
    
    Co-authored-by: Rachael Wright-Munn <rachaellw5.1@gmail.com>
    
    * Added note for contributers that may be using an older version of Docker compose. As this may be confusing since the commands are slightly different.  #63 (comment)
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Rachael Wright-Munn <rachaellw5.1@gmail.com>
    2 people authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    bf5b6d3 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    4ed1050 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    c22a422 View commit details
    Browse the repository at this point in the history
  54. GH actions are not running on Forked repos - test this

    Add support controller and about page
    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e1ca7d1 View commit details
    Browse the repository at this point in the history
  55. fix: Adds FactoryBot sequence to Profile

    This change will make sure that all created profiles have a unique
    handle.
    
    The handle validation in the Profile model was adjusted accordingly.
    yagosansz authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a669984 View commit details
    Browse the repository at this point in the history
  56. fix: Update expected handle to not equal attribute

    Since this test is expected to not update the profile's handle, we can
    also say that it will not be equal to the attribute's value.
    
    Changing the handle to be a FactoryBot sequence broke the previous code.
    
    Remove support resources
    yagosansz authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    9b353cf View commit details
    Browse the repository at this point in the history
  57. fix: change expect

    Juan Vasquez authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    fc1f266 View commit details
    Browse the repository at this point in the history
  58. fix: github action workflow (#76)

    * fix: github action workflow
    
    * improvement: run check.yml on push and pull_request
    Juan Vásquez authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    dcf0a0a View commit details
    Browse the repository at this point in the history
  59. #50 - Cancel an Event Attendance (#78)

    * Cancel an Event Attendance
    carlosfrodrigues authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e217fc0 View commit details
    Browse the repository at this point in the history
  60. Allow Unconfirmed Access for 3 Days (#82)

    * allow unconfirmed access for 3 days
    * Update spec/factories/users.rb to pass test suite
    thescripted authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    8aca38e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    654faf4 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    b0feaa6 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    0c6493f View commit details
    Browse the repository at this point in the history
  64. #60 - Change button to link.

    Changing the Sign In button to a link so that a GET request is created as opposed to a POST.  This prevents an error on loading the sign in page for the first time.
    exegeteio authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    dc0095d View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    55c83e5 View commit details
    Browse the repository at this point in the history
  66. Upgrade Rails version

    rodolfobandeira authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    766bcc2 View commit details
    Browse the repository at this point in the history
  67. Bump puma from 5.3.2 to 5.5.1

    Bumps [puma](https://github.com/puma/puma) from 5.3.2 to 5.5.1.
    - [Release notes](https://github.com/puma/puma/releases)
    - [Changelog](https://github.com/puma/puma/blob/master/History.md)
    - [Commits](puma/puma@v5.3.2...v5.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: puma
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    43d69b4 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    534e7e3 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    33b6cb9 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    a94aedb View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    313979a View commit details
    Browse the repository at this point in the history
  72. refactor: Add handle to form partial

    yagosansz authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    2413822 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    36e7d72 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    e8587ce View commit details
    Browse the repository at this point in the history
  75. refactor: Update handle attribute in Event factory

    This will account for the fact that handles must be unique
    and match the viable url format.
    yagosansz authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    9a569f1 View commit details
    Browse the repository at this point in the history
  76. refactor: Add handle column to events, along with index and unique

    We've removed both the AddHandleToEvents and ChangeHandleToEvents
    migrations, because it's possible to complete both changes in a
    single migration (AddIndexToEvents).
    
    Add support controller and about page
    yagosansz authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    5dbe93f View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    5599dce View commit details
    Browse the repository at this point in the history
  78. Remove support resources

    zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    ff3ccb1 View commit details
    Browse the repository at this point in the history
  79. Add Footer

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    967f24f View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    1aa024b View commit details
    Browse the repository at this point in the history
  81. SUPER BASIC about page that is a little more friendly than dumping th…

    …e user on events
    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    259e98d View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    a5b4a72 View commit details
    Browse the repository at this point in the history
  83. Update spec for new about page.

    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a905215 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    f3059d2 View commit details
    Browse the repository at this point in the history
  85. 31-event-attendees-is-hideous (#96)

    * Added show link via optional parameter in the `buttons method inside application_helper`.
    
    Styled the `/event_attendees` page to look similar to the profiles page
    in order to keep the styles and buttons consistent.
    
    Finally changed the id's to the profile and event names.
    LittleBigProgramming authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    940b954 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    3b91a01 View commit details
    Browse the repository at this point in the history
  87. Create pull_request_template.md

    Added PR template with:
    - Description of Feature or Issue - including prompt for issue to close 
    - Checklist for specs and build checks
    - User facing changes, asking for screenshots if applicable
    LittleBigProgramming authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    f4824d0 View commit details
    Browse the repository at this point in the history
  88. add seedbank gem

    Juan Vasquez authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1ed88ff View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    5484106 View commit details
    Browse the repository at this point in the history
  90. #92 Add user sign condition to new event button (#95)

    * Add user sign condition to new event button
    * Spec refactor new event button condition
    * Button condition converted Pundit check
    vilusa authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    8a64d3f View commit details
    Browse the repository at this point in the history
  91. #49 Event Organizers (#105)

    * Event Attendess organizer boolean migrations
    * Organizer checkbox and organizer as permitted param
    * Organizer policies and testings
    zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    32a3cca View commit details
    Browse the repository at this point in the history
  92. 102 documentation explain forked repos (#108)

    * Added documentation to CONTRIBUTING.md
    
    Added collapsible section (since the details are quite long in comparison to the rest of the document) to the contributing.md to explain forking repositories.
    This is split up into sections of:
    Forking the repository and keeping up to date (syncing)
    
    Dont share event 51 (#2)
    
    * Add sign_in method to event_attendees index route
    
    * Associate current_user to profile user
    
    Adding test to validate if an event_attendees created by another user is not displayed.
    
    Add support controller and about page
    
    Add support controller and about page
    
    Add overdue_unconfirmed tests
    LittleBigProgramming authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    eaeaeca View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    3c7efb9 View commit details
    Browse the repository at this point in the history
  94. parent 3c7efb9

    author Rachael Wright-Munn <rachaellw5.1@gmail.com> 1635102379 +0000
    committer Francisco Paradella <franciscoleite.dev@protonmail.com> 1635202508 +0000
    
    Control who can see the Profile based on Profile visibility
    
    Dont share event 51 (#2)
    
    * Add sign_in method to event_attendees index route
    
    * Associate current_user to profile user
    
    Adding test to validate if an event_attendees created by another user is not displayed.
    
    Add support controller and about page
    
    Remove support resources
    
    Add support controller and about page
    
    Add overdue_unconfirmed tests
    ChaelCodes authored and zedbydade committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    7c8a418 View commit details
    Browse the repository at this point in the history