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

First Release #44

Merged
merged 783 commits into from
Oct 4, 2023
Merged

First Release #44

merged 783 commits into from
Oct 4, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 4, 2023

  1. #90: Adjusted Logging in track-service a little bit

    Kevin Ebsen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1d5e61f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' into 91-mutating-array-functions-are-not-m…

    …utating
    
    # Conflicts:
    #	Server/src/services/poi.service.ts
    #	Server/src/services/vehicle.service.ts
    Liam Boddin committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d31b13c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99e6ba3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #115 from kieler/91-mutating-array-functions-are-n…

    …ot-mutating
    
    #91: Fixed mutation of certain array functions
    Kebslock authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    c71ac28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    069fbc5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #119 from kieler/90-implement-logging-in-services

    #90: Added logging to services
    Kebslock authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9c47d5e View commit details
    Browse the repository at this point in the history
  7. Fixed init route

    Liam Boddin committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    fa2895c View commit details
    Browse the repository at this point in the history
  8. Reordered methods in vehicle.route.ts

    Liam Boddin committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3046718 View commit details
    Browse the repository at this point in the history
  9. Tiny adjustment to remove eslint violations

    Liam Boddin committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f087d81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e94fb77 View commit details
    Browse the repository at this point in the history
  11. Started refactoring

    n1kPLV committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    69bd4a2 View commit details
    Browse the repository at this point in the history
  12. Some error handling

    n1kPLV committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    14975f0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3b886ab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    db4629c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    241db7d View commit details
    Browse the repository at this point in the history
  2. Add README

    NicoBiernat committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    35ec563 View commit details
    Browse the repository at this point in the history
  3. Fix eslint errors

    NicoBiernat committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d8d37d9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'development' into 109-adjust-time-interval-for-position…

    …-computation
    Kevin Ebsen committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7442222 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'development' of github.com:kieler/RailTrail into 64-bac…

    …kend-refining-database-connection
    Niatsuna committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    58b4627 View commit details
    Browse the repository at this point in the history
  6. #65 install zod

    JulianGrabitzky committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d857122 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45ffd7c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #112 from kieler/64-backend-refining-database-conn…

    …ection
    
    64 backend refining database connection
    Niatsuna authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    237748f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e38d96 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'development' into 109-adjust-time-interval-for-position…

    …-computation
    Kevin Ebsen committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6754164 View commit details
    Browse the repository at this point in the history
  11. Exclude Prisma directory

    Niatsuna committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bb239fb View commit details
    Browse the repository at this point in the history
  12. Add database seeding

    Niatsuna committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6cbd049 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d92178 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7aebb5f View commit details
    Browse the repository at this point in the history
  15. further refactoring

    n1kPLV committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3f09cee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ea77b16 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Change inital region

    jge-cap3 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a328b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d357a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cae8ed5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #117 from kieler/116-error-handling-in-management

    116 error handling in management
    n1kPLV authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a801102 View commit details
    Browse the repository at this point in the history
  5. Preparations for tracker status display.

    Also fixes #105
    n1kPLV committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e304184 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    866ffe5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa61be8 View commit details
    Browse the repository at this point in the history
  8. Small dark mode improvements

    n1kPLV committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    616a5fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    890b407 View commit details
    Browse the repository at this point in the history
  10. Add display of vehicle speed

    n1kPLV committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    adeb32b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #124 from kieler/109-adjust-time-interval-for-posi…

    …tion-computation
    
    109 adjust time interval for position computation
    Kebslock authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f608493 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    92e2d0d View commit details
    Browse the repository at this point in the history
  2. #114: Replaced getNearbyVehicles

    Kevin Ebsen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2585101 View commit details
    Browse the repository at this point in the history
  3. Revert "#114: Replaced getNearbyVehicles"

    This reverts commit 2585101.
    Kevin Ebsen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9ea016d View commit details
    Browse the repository at this point in the history
  4. #114: Replaced getNearbyVehicles

    Kevin Ebsen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8d06ad0 View commit details
    Browse the repository at this point in the history
  5. added error handling concept

    Liam Boddin committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b210ca9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    998ee3e View commit details
    Browse the repository at this point in the history
  7. improved error handling

    Liam Boddin committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    82f8c59 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #140 from kieler/114-remove-getnearbypois-vehicles

    #114: Replaced getNearbyVehicles
    JulianGrabitzky authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d092441 View commit details
    Browse the repository at this point in the history
  9. #133: Add conversion to percentage to track service

    Kevin Ebsen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a3f1088 View commit details
    Browse the repository at this point in the history
  10. #133: Replace getVehicleTrackDistancePercentage

    Kevin Ebsen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f67fd7b View commit details
    Browse the repository at this point in the history
  11. #133: Replaced getVehicleTrackDistanceKm

    Kevin Ebsen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bac391e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request #142 from kieler/133-remove-getvehicletrackdistanc…

    …ekm-and-move-getvehicletrackdistancepercentage
    
    133 remove getvehicletrackdistancekm and move getvehicletrackdistancepercentage
    Kebslock authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    50f1cd6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #122 from kieler/tracker-components

    Tracker status display
    n1kPLV authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fc4dad3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Updated package-lock

    n1kPLV committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    1ba2672 View commit details
    Browse the repository at this point in the history
  2. Restructured login process.

    Fixes #135
    n1kPLV committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    c093565 View commit details
    Browse the repository at this point in the history
  3. Improved null check of percentagePositions

    Liam Boddin committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    ca1e574 View commit details
    Browse the repository at this point in the history
  4. Improved null check of all occurrences of null checks with the ! oper…

    …ator
    Liam Boddin committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    cceed95 View commit details
    Browse the repository at this point in the history
  5. little refactoring for services

    Liam Boddin committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    4544871 View commit details
    Browse the repository at this point in the history
  6. some refactoring to get rid of unsafe usages of the exclamation mark …

    …and some unused geojsonproperties
    Liam Boddin committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    3b58c14 View commit details
    Browse the repository at this point in the history
  7. removed unused imports from server.ts

    Liam Boddin committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    b4ce2df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c9e292 View commit details
    Browse the repository at this point in the history
  9. Made user deletion mechanism useful again

    Liam Boddin committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    c443c4d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge pull request #145 from kieler/144-delete-other-users

    Made user deletion mechanism useful again
    n1kPLV authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    84ccaf1 View commit details
    Browse the repository at this point in the history
  2. Added requested changes from review

    Liam Boddin committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8d8aefa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #143 from kieler/101-pois-percentage-position

    Null check on variables with type `number | null`
    n1kPLV authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    95cb2d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76f4448 View commit details
    Browse the repository at this point in the history
  5. Some final refactoring

    n1kPLV committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1c70b49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ea24f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6870b4b View commit details
    Browse the repository at this point in the history
  8. Fixed last known vehicle position

    Kevin Ebsen committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8714b3a View commit details
    Browse the repository at this point in the history
  9. Merge branch 'development' into 139-backend-remove-redundant-calculat…

    …ions-and-database-queries
    Kevin Ebsen committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9097d3e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #146 from kieler/137-frontend-user-management

    User management in the Frontend
    n1kPLV authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b9b2198 View commit details
    Browse the repository at this point in the history
  11. Refactored map components

    n1kPLV committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8e5c256 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    341b255 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    33b9f2a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c38cb2f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cc60849 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    33ebcb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Removed some debug logging

    n1kPLV committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    14cdfb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a10da1d View commit details
    Browse the repository at this point in the history
  3. #65 add zod schemas

    JulianGrabitzky committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fb62d9d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #148 from kieler/136-frontend-side-by-side-map-lis…

    …t-interface
    
    Side-by-side Map & List interface
    
    closes #136
    closes #138
    n1kPLV authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    42751fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6de62e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f04a435 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b5c4fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4103690 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb27c04 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    397b83b View commit details
    Browse the repository at this point in the history
  11. #65 zod, login route

    JulianGrabitzky committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f46305f View commit details
    Browse the repository at this point in the history
  12. #65 zod, poi route

    JulianGrabitzky committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    529d2e1 View commit details
    Browse the repository at this point in the history
  13. #65 zod, poitype route

    JulianGrabitzky committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    53183d1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3471879 View commit details
    Browse the repository at this point in the history
  15. #65 zod, tracker route

    JulianGrabitzky committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5ded28a View commit details
    Browse the repository at this point in the history
  16. #65 zod, user route

    JulianGrabitzky committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d4687c5 View commit details
    Browse the repository at this point in the history
  17. #65 zod, vehicle route

    JulianGrabitzky committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d07830e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    28144e3 View commit details
    Browse the repository at this point in the history
  19. #65 remove jsonschmea

    JulianGrabitzky committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ae5ff4b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    798637b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c324a9e View commit details
    Browse the repository at this point in the history
  22. Adjust build step

    JulianGrabitzky committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ab08764 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5ae62fb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1d9e6a7 View commit details
    Browse the repository at this point in the history
  25. Soft Delete for Vehicles

    Niatsuna committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    cebc1c4 View commit details
    Browse the repository at this point in the history
  26. Remove key pair for vehicles

    Niatsuna committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f652615 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f643f44 View commit details
    Browse the repository at this point in the history
  28. Fix eslint mishaps

    Niatsuna committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    867e7ee View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8baa503 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    42a0259 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6c16cba View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6f9e784 View commit details
    Browse the repository at this point in the history
  33. Added crude restore functionality.

    Will however fail if a poi type with the same name but different id is
    present due to a uniqueness constraint.
    Could probably be solved by matching names to existing poi types
    n1kPLV committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    14b00c2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    06ea2b6 View commit details
    Browse the repository at this point in the history
  35. Fixed updateType

    Niatsuna committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f5f8828 View commit details
    Browse the repository at this point in the history
  36. Add database Index for Logs

    Niatsuna committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8161773 View commit details
    Browse the repository at this point in the history
  37. Adjust based on feedback

    Niatsuna committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7054351 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #150 from kieler/127-backend-seed-database

    127 [Backend] Seeding of Database
    Niatsuna authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4763679 View commit details
    Browse the repository at this point in the history
  39. Add getLatestLog

    Niatsuna committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    aaba21d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    67c0940 View commit details
    Browse the repository at this point in the history
  41. Implemented suggested changes of PR#147

    Kevin Ebsen committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d1fbe4b View commit details
    Browse the repository at this point in the history
  42. Merge branch 'development' into 139-backend-remove-redundant-calculat…

    …ions-and-database-queries
    Kevin Ebsen committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a57c9ac View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7bebbbb View commit details
    Browse the repository at this point in the history
  44. #65

    JulianGrabitzky committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    665549d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a610097 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    88792c6 View commit details
    Browse the repository at this point in the history
  47. Merge pull request #131 from kieler/129-multi-stage-build

    #129 Add basic multi-stage builds
    JulianGrabitzky authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    02a1631 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    7cd8469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    300d4e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #151 from kieler/128-backend-soft-delete-cascading…

    …-deletes-for-datatypes
    
    128 [Backend] Refinenment of Deletion for Vehicles, VehicleTypes and POIs
    Niatsuna authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    766f1f9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #141 from kieler/120-prisma-error-handling

    120 prisma error handling
    JulianGrabitzky authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    04c4bd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc67a41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1924b9d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #125 from kieler/65-payload-validation

    Payload validation and parsing with zod
    JulianGrabitzky authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2dc1f6b View commit details
    Browse the repository at this point in the history
  8. Fixed JSDoc for getVehicleTrackHeading

    Kevin Ebsen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bc97ea2 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'development' into 139-backend-remove-redundant-calculat…

    …ions-and-database-queries
    Kevin Ebsen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    194ad5a View commit details
    Browse the repository at this point in the history
  10. Little fix after merging development

    Kevin Ebsen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e215917 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #147 from kieler/139-backend-remove-redundant-calc…

    …ulations-and-database-queries
    
    139 backend remove redundant calculations and database queries
    Kebslock authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a326256 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #155 from kieler/app-main

    Update App on development
    JulianGrabitzky authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7d6bee5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    678708a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #156 from kieler/152-backend-add-getlatest-to-logc…

    …ontroller
    
    152 backend add getlatest to logcontroller
    JulianGrabitzky authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    faab251 View commit details
    Browse the repository at this point in the history
  15. changed poitypeicon enum in db seed

    Liam Boddin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    673a84d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d7f64d7 View commit details
    Browse the repository at this point in the history
  17. Removed return await calls.

    Liam Boddin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    cce6995 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #159 from kieler/158-return-await

    Removed return await calls
    liamboddin authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7d03040 View commit details
    Browse the repository at this point in the history
  19. Added timestamp in backend code

    Liam Boddin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a5ea765 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c083416 View commit details
    Browse the repository at this point in the history
  21. Add null as viable trackerId

    Niatsuna committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ad56a0c View commit details
    Browse the repository at this point in the history
  22. Adjust findFirst and findUnique for Error handling

    Niatsuna committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b3b0604 View commit details
    Browse the repository at this point in the history
  23. Default error

    Liam Boddin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    85cf081 View commit details
    Browse the repository at this point in the history
  24. Adjust remove to void

    Niatsuna committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1a093fe View commit details
    Browse the repository at this point in the history
  25. Merge branch '161-backend-remap-prisma-calls-for-v500' of github.com:…

    …kieler/RailTrail into 161-backend-remap-prisma-calls-for-v500
    Niatsuna committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5321c17 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c247b44 View commit details
    Browse the repository at this point in the history
  27. Adjusted InitRoute

    Liam Boddin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b73f407 View commit details
    Browse the repository at this point in the history
  28. Merge remote-tracking branch 'origin/161-backend-remap-prisma-calls-f…

    …or-v500' into 161-backend-remap-prisma-calls-for-v500
    Liam Boddin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    364e9ad View commit details
    Browse the repository at this point in the history
  29. Adjusted VehicleTypeRoute

    Liam Boddin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1a81d2f View commit details
    Browse the repository at this point in the history
  30. Remove error handling for database from routes vehicletype, vehicle, …

    …tracker, poitype (handled in exception handler)
    NicoBiernat committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2384db0 View commit details
    Browse the repository at this point in the history
  31. Merge branch '161-backend-remap-prisma-calls-for-v500' of github.com:…

    …kieler/RailTrail into 161-backend-remap-prisma-calls-for-v500
    NicoBiernat committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1f38e99 View commit details
    Browse the repository at this point in the history
  32. Fixed removes with no boolean return

    Liam Boddin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8d3ed19 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8835df8 View commit details
    Browse the repository at this point in the history
  34. Remove comment

    JulianGrabitzky committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ad6309d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ec79715 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    1aa2dc3 View commit details
    Browse the repository at this point in the history
  37. #154: Seperated logic and DB-queries in vehicle service

    Kevin Ebsen committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d2e3999 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Fixed typo

    Liam Boddin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9136f62 View commit details
    Browse the repository at this point in the history
  2. Fixed POITypeIcon enum check

    Liam Boddin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    70df23e View commit details
    Browse the repository at this point in the history
  3. #154: Adjusted API calls

    Kevin Ebsen committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    22976c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc4eaa6 View commit details
    Browse the repository at this point in the history
  5. Removed signup process

    n1kPLV committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a5dd4e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf8a72b View commit details
    Browse the repository at this point in the history
  7. Some restructuring

    Liam Boddin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0bdcdcb View commit details
    Browse the repository at this point in the history
  8. Reordering in track route

    Liam Boddin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7500004 View commit details
    Browse the repository at this point in the history
  9. Removed whoAmI route

    Liam Boddin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ba6ab60 View commit details
    Browse the repository at this point in the history
  10. Removed id from poitype api

    Liam Boddin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7583ca0 View commit details
    Browse the repository at this point in the history
  11. Fixed formatting in website code

    Liam Boddin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7e5f94f View commit details
    Browse the repository at this point in the history
  12. Fixed battery level display

    n1kPLV committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    19ec72d View commit details
    Browse the repository at this point in the history
  13. Moved call from appendLog of app to trackerservice

    Liam Boddin committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fb61626 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ddd9d84 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dc65b68 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e6bdd07 View commit details
    Browse the repository at this point in the history
  17. Merge branch '161-backend-remap-prisma-calls-for-v500' of github.com:…

    …kieler/RailTrail into 161-backend-remap-prisma-calls-for-v500
    NicoBiernat committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c6f61aa View commit details
    Browse the repository at this point in the history
  18. Additional documentation (#166)

    * Added some jsdoc comments
    
    * Added even more JSDoc comments describing every function in this website
    n1kPLV authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4d59997 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    739ab81 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b94c6c5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b8a6469 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2db12b7 View commit details
    Browse the repository at this point in the history
  23. Remove unused imports (please install a linter so I don't have to be …

    …your garbage collector, thanks)
    NicoBiernat committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    25f888f View commit details
    Browse the repository at this point in the history
  24. Merge branch '154-compute-vehicle-data-all-at-once' into 161-backend-…

    …remap-prisma-calls-for-v500
    NicoBiernat committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    02d24be View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f18fa1b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fa8d92e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merge pull request #168 from kieler/154-compute-vehicle-data-all-at-once

    154 compute vehicle data all at once
    Kebslock authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b64f95d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb6e26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe21e94 View commit details
    Browse the repository at this point in the history
  4. Fix dereference of undefined if no tracker logs exist, also use track…

    …er logs for computing heading and speed
    NicoBiernat committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    48fe5be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    371422c View commit details
    Browse the repository at this point in the history
  6. Merge branch '161-backend-remap-prisma-calls-for-v500' of github.com:…

    …kieler/RailTrail into 161-backend-remap-prisma-calls-for-v500
    NicoBiernat committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b7aa978 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #157 from kieler/153-backend-indexes-for-logs-base…

    …d-on-timestamps
    
    Add database Index for Logs
    n1kPLV authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b27359e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #163 from kieler/161-backend-remap-prisma-calls-fo…

    …r-v500
    
    161 backend remap prisma calls for v500
    NicoBiernat authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    be9d4ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    092faa2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0aaf3be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07a355d View commit details
    Browse the repository at this point in the history
  12. Merge branch '170-error-handling-in-services' into 169-fix-vehicle-da…

    …ta-computation
    Kevin Ebsen committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0f40161 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    59dbad9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Merge branch 'development' into 160-add-timestamp

    Liam Boddin committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    9704030 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' into 160-add-timestamp

    # Conflicts:
    #	Server/src/routes/vehicle.route.ts
    Liam Boddin committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    862810f View commit details
    Browse the repository at this point in the history
  3. Fixed merging trouble

    Liam Boddin committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    553941c View commit details
    Browse the repository at this point in the history
  4. Document the timestamp

    Liam Boddin committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    87ec095 View commit details
    Browse the repository at this point in the history
  5. Fixed create user

    Liam Boddin committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    9f68ece View commit details
    Browse the repository at this point in the history
  6. #170: Added JSDoc for throwing errors

    Kevin Ebsen committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    5c5af57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d58576 View commit details
    Browse the repository at this point in the history
  8. Little fix for poi route

    Kevin Ebsen committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    6b39223 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge pull request #171 from kieler/170-error-handling-in-services

    170 error handling in services
    Kebslock authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    2f619ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c200c37 View commit details
    Browse the repository at this point in the history
  3. #169: Fixed computation of vehicle's position

    Kevin Ebsen committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3fcb1b9 View commit details
    Browse the repository at this point in the history
  4. #169: Fixed confusing error messages

    Kevin Ebsen committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c2cb624 View commit details
    Browse the repository at this point in the history
  5. #169: Really fixed confusing error messages

    Kevin Ebsen committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    dd02441 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    46a3e52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6283ab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce19429 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #172 from kieler/160-add-timestamp

    160 add timestamp
    JulianGrabitzky authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    488a208 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45b58e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0ba9a5 View commit details
    Browse the repository at this point in the history
  7. #169: Added requested changes

    Kevin Ebsen committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cb0d61c View commit details
    Browse the repository at this point in the history
  8. Merge branch '169-fix-vehicle-data-computation' into 132-refactor-com…

    …putation-of-vehicle-speed
    Kevin Ebsen committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fe19cb7 View commit details
    Browse the repository at this point in the history
  9. #132: Improved computation of vehicle speed

    Kevin Ebsen committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9ed4bec View commit details
    Browse the repository at this point in the history
  10. Restructured Header

    n1kPLV committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cbd8649 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    09d7851 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae51961 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Fixed Layout

    n1kPLV committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f0d847b View commit details
    Browse the repository at this point in the history
  2. Improved some comments

    n1kPLV committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    510c6dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #173 from kieler/169-fix-vehicle-data-computation

    169 fix vehicle data computation
    Kebslock authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    19a3309 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #174 from kieler/118-refactor-computation-for-vehi…

    …cle-heading
    
    118 refactor computation for vehicle heading
    Kebslock authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7af0f7f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #176 from kieler/132-refactor-computation-of-vehic…

    …le-speed
    
    132 refactor computation of vehicle speed
    Kebslock authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    281434c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #177 from kieler/175-frontend-improve-user-navigation

    Improve user navigation on the frontend
    Kebslock authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9d8f70c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6dcc6a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b47be78 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Merge pull request #123 from kieler/110-poi-backup-and-restore

    110 poi backup and restore
    n1kPLV authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    092f1c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e475d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bd9e0a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #178 from kieler/poi_icon_scaling

    Poi icon scaling
    n1kPLV authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    011195b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    922a8c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

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

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    150f5d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e81b67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab7ec3e View commit details
    Browse the repository at this point in the history
  4. Fixed a type error

    n1kPLV committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    67064bf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Added README for POI backup

    n1kPLV committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b7e5a61 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Kebslock authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c6e4e83 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Kebslock authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4ab45ab View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Fixed typo in readme

    Liam Boddin committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    927afa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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