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

Final group capstone #34

Merged
merged 122 commits into from
Nov 16, 2023
Merged

Final group capstone #34

merged 122 commits into from
Nov 16, 2023

Commits on Oct 31, 2023

  1. Create rails API app

    rubydevi committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6f75df7 View commit details
    Browse the repository at this point in the history
  2. Set up linters

    rubydevi committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d889562 View commit details
    Browse the repository at this point in the history
  3. Update LICENCE

    rubydevi committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4b503f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    42f6eaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c218d3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    318947a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac0be33 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'f/setup-project' of github.com:rubydevi/jetlogix-backen…

    …d into f/setup-project
    rubydevi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    776b2a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #15 from rubydevi/f/setup-project

    Set up Project - Backend
    rubydevi authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8e76fda View commit details
    Browse the repository at this point in the history
  7. Set up rspec rails

    rubydevi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9ee078e View commit details
    Browse the repository at this point in the history
  8. Generate User model

    rubydevi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d4b9758 View commit details
    Browse the repository at this point in the history
  9. Generate Aeroplane model

    rubydevi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d1e4ace View commit details
    Browse the repository at this point in the history
  10. Generate Reservation model

    rubydevi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1018fb4 View commit details
    Browse the repository at this point in the history
  11. Fix Linters

    rubydevi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ea885d4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    19799d7 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #17 from rubydevi/f/models-controllers

    F/models controllers
    rubydevi authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d72040b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4501254 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    739177b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b76e58b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aa1a61d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    58128c2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    65fa781 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    70c498f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    81cba24 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d16bebe View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d612999 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #20 from rubydevi/f/association-routing

    Feature: Association, Validation and Routing
    rubydevi authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7e2f360 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4c01a5e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9c7d5b9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    441b55e View commit details
    Browse the repository at this point in the history
  28. Add some dummy data to test

    rubydevi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6323b43 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    6a7ab2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a8bbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65fe0c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8104b4f View commit details
    Browse the repository at this point in the history
  5. fix: linter error

    Yonashenok committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ec60288 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5e6cc3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #21 from rubydevi/f/autho

    Authentication of user on the back end
    Yonashenok authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    97007b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9c1b99 View commit details
    Browse the repository at this point in the history
  9. Configure cors middleware

    rubydevi committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d7b0230 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    3d5b9a1 View commit details
    Browse the repository at this point in the history
  2. Add role in user_serialiser

    rubydevi committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5b1ca65 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22 from rubydevi/f/main-page

    Feature: Aeroplanes Index API
    rubydevi authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    72cc8ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f55571c View commit details
    Browse the repository at this point in the history
  5. Linter fixes

    RileyManda committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    631b8fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5289f69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fba31d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #23 from rubydevi/f/add-aeroplane

    Updated controller and models:params and validations and routes.
    RileyManda authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1e60880 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61bd596 View commit details
    Browse the repository at this point in the history
  10. fix: linter error

    Yonashenok committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7c34ff1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef34d29 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Merge pull request #24 from rubydevi/f/jet-show

    Details show
    Yonashenok authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    25f70db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce7eac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8409b1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7e7b4d View commit details
    Browse the repository at this point in the history
  5. Updated db schema

    RileyManda committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    6249647 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13a726f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab321c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b75c38 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #25 from rubydevi/f/reserve

    Feature: reservation controller create action
    Yonashenok authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5bc26e9 View commit details
    Browse the repository at this point in the history
  10. db:schema dump

    RileyManda committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    83f57bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0cd0fa4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0daef12 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    33cda59 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Added rswag gem

    RileyManda committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6ab6cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d362d15 View commit details
    Browse the repository at this point in the history
  3. Add a destroy action for aeroplane

    rubydevi authored and RileyManda committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d674c05 View commit details
    Browse the repository at this point in the history
  4. Updated test cases:Path

    RileyManda committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cbae150 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dc0cc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e507660 View commit details
    Browse the repository at this point in the history
  7. Delete spec

    RileyManda committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7608cd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    209b13f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a60a46 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b9abaf View commit details
    Browse the repository at this point in the history
  11. Merge pull request #27 from rubydevi/f/aeroplane-delete

    Feature: Add a destroy action for aeroplane
    rubydevi authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b0c6fee View commit details
    Browse the repository at this point in the history
  12. Merge pull request #26 from rubydevi/f/schema-iterations

    F/schema iterations
    RileyManda authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5d2daf7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    74dc5a1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    36f6b7d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    61adb5e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6d2092b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    63f32e5 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #28 from rubydevi/f/api-documentation

    F/api documentation
    RileyManda authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d175c13 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5192da6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4e70e23 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Update routes and cors.rb

    rubydevi committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8262435 View commit details
    Browse the repository at this point in the history
  2. Update Metrics/BlockLength

    rubydevi committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d5e222b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3743a1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    583bc24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    842ec3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    652c05e View commit details
    Browse the repository at this point in the history
  7. feat: update the schama

    Yonashenok committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0380455 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #30 from rubydevi/f/api-documentation

    Feature: Update API Documentation
    rubydevi authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d432724 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    bc2ed17 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from rubydevi/f/show-reservations

    F/show reservations
    RileyManda authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f48bd13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df16c04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27eb9ee View commit details
    Browse the repository at this point in the history
  5. Merge pull request #32 from rubydevi/f/iterations

    Added name param to reservations controller
    RileyManda authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1c3ba45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94a9d1c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    13acf75 View commit details
    Browse the repository at this point in the history
  2. remove credential file

    Yonashenok committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ec83ef5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from rubydevi/f/readme-update

    Readme update
    Yonashenok authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    671f2f5 View commit details
    Browse the repository at this point in the history
  4. Updated reade me file with correct spec test command:Removed destroy …

    …from reservations controller
    RileyManda committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    62c0182 View commit details
    Browse the repository at this point in the history
  5. Linter fixes

    RileyManda committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    146da59 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. feat: add model folder

    Yonashenok committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5a73eab View commit details
    Browse the repository at this point in the history
  2. Add model spec for aeroplane

    rubydevi committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    78e0552 View commit details
    Browse the repository at this point in the history
  3. Update README

    rubydevi committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a4f3256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    795e388 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b61d62 View commit details
    Browse the repository at this point in the history
  6. fix: linter error

    Yonashenok committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d2d807a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #35 from rubydevi/f/iterations-tests

    Changes Requested:Readme:correct test command
    RileyManda authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8d53755 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef3ba1c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #37 from rubydevi/bugfix/1

    Add migration file for name column
    rubydevi authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e42cab2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    cfd14fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f27731 View commit details
    Browse the repository at this point in the history
  3. Updated end details

    RileyManda committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8973a4b View commit details
    Browse the repository at this point in the history
  4. Updated env file variables and included number of team members in kan…

    …ban description section
    RileyManda committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7a69cd4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #38 from rubydevi/f/documentation-update

    Updated documentation
    RileyManda authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    256b212 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    67feb36 View commit details
    Browse the repository at this point in the history
  2. docs: image update

    Yonashenok committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    46e85a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #39 from rubydevi/f/update-readme

    feature: Readme update
    Yonashenok authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d8b829f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d1d9f6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #40 from rubydevi/f/readme-liveurl

    Update readme to include Live URL
    rubydevi authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    41f1a14 View commit details
    Browse the repository at this point in the history