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

Release 2.0 push to main #865

Merged
merged 571 commits into from
May 9, 2023
Merged

Release 2.0 push to main #865

merged 571 commits into from
May 9, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 15, 2022

  1. remove Unknown from Delivery Robot

    Replaced 'unknown' state with new 'non_contactable' along with associated event types in the transitions.
    
    Note: event types included 'located' and 'missing' but this isn't in the transitions table. If they are to be included then need to add 'missing' vehicle state and modify event type to 'not_located'.
    jean-populus authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    1276c04 View commit details
    Browse the repository at this point in the history
  2. Replace Unknown for Car Share

    Replaced 'unknown' state with new 'non_contactable' along with associated event types in the transitions.
    jean-populus authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    bc5416b View commit details
    Browse the repository at this point in the history
  3. Replace Unknown for Passenger Services

    Replaced 'unknown' state with new 'non_contactable' along with associated event types in the transitions.
    jean-populus authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    f786bbc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Replace Unknown for Micromobility

    Replaced 'unknown' state with new 'non_contactable' and 'missing' along with associated event types in the transitions.
    jean-populus authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8253452 View commit details
    Browse the repository at this point in the history
  2. update transitions for Missing

    Updated transitions so that only 'non_contactable' -> 'missing', but 'missing' -> any state
    jean-populus authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    9ebd1be View commit details
    Browse the repository at this point in the history
  3. Added Missing transitions

    Added Missing state and transitions. Cleaned up some other transitions where noticed dupes or missing.
    jean-populus authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    27a5ee9 View commit details
    Browse the repository at this point in the history
  4. Add CDS references

    schnuerle authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2632127 View commit details
    Browse the repository at this point in the history
  5. Remove typo

    schnuerle authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    fd4cdda View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    0505c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b71a47 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #810 from wellorder/reports-accept-header

    Reports - Accept header media-type to text/vnd.mds+csv
    schnuerle authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    2c719e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a6360d View commit details
    Browse the repository at this point in the history
  5. Added use case example

    schnuerle committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    37fcf3a View commit details
    Browse the repository at this point in the history
  6. updated micromobility state diagram for new states

    Updated micromobility state diagram to remove 'unknown' state and replace with 'non-contactable' and 'missing' states
    jean-populus authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ee57f13 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Changes from discusssion.

    wellorder committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    8d4cc7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0a6ba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #809 from wellorder/reports-simplify-time

    Reports - update time-related columns
    schnuerle authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    47fe606 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Removed beta

    schnuerle authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    ac1f604 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Add trip definition to general information file

    This addresses #748 by adding a definition of a "trip" to the
    general-information.md file. The definition is meant for the
    purposes of analysis in particular, and not for filtering which
    data points are exchanged as part of MDS endpoints.
    
    I wasn't sure on the exact right spot for this since I hadn't seen
    anything like this done before in MDS, but I'm open to suggestions
    on that and the wording of the definition itself.
    jiffyclub committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    f4f2adb View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

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

Commits on Jan 4, 2023

  1. Fixed spelling error

    schnuerle committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e1dd234 View commit details
    Browse the repository at this point in the history
  2. nits

    marie-x committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    0add737 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into feature-agency-provider-api-alignment

    # Conflicts:
    #	agency/README.md
    #	general-information.md
    #	provider/README.md
    marie-x committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    dd3bbc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    21b748b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f66d574 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Merge pull request #813 from openmobilityfoundation/feature-requireme…

    …nts-3
    
    Policy Requirements - Use Case Support and move out of beta
    schnuerle authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    87f8ec1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Merge branch 'dev' into feature-agency-provider-api-alignment

    # Conflicts:
    #	policy/README.md
    marie-x committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    97969dc View commit details
    Browse the repository at this point in the history
  2. split out accuracy types

    marie-x committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    17c3cb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c45031f View commit details
    Browse the repository at this point in the history
  4. fix telemetry query params

    marie-x committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    844160d View commit details
    Browse the repository at this point in the history
  5. remove fares

    marie-x committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    f99d62e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a1117f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9b6466 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Merge pull request #814 from populus-ai/replace-unknown-state

    Replace unknown state
    schnuerle authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    570245d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #762 from populus-ai/trips-definition

    Define a "trip" for the purposes of analyses
    schnuerle authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ea1d185 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #740 from nheilbuth/dev

    Better Telemetry error handling
    schnuerle authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    43a9986 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    503a5b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    345f145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9530e1e View commit details
    Browse the repository at this point in the history
  3. try again

    marie-x committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    198af64 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

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

Commits on Jan 18, 2023

  1. updated examples read.me

    Added back rates examples following Issue #662 (#662)
    jean-populus authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e8feee0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #819 from populus-ai/update-policy-examples-rates

    Rates updates to Policy examples
    schnuerle authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    3e47dbd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #817 from openmobilityfoundation/feature-remove-ra…

    …te-policy-type
    
    Remove 'rate' rule-type, since we can put rate_amount on any rule
    schnuerle authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    8a83e1f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    1f4d197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1b238d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #796 from openmobilityfoundation/feature-agency-pr…

    …ovider-api-alignment
    
    Provider/Agency API alignment
    schnuerle authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    359a86c View commit details
    Browse the repository at this point in the history
  4. remove hdop

    marie-x committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    acbe65f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Merge pull request #820 from openmobilityfoundation/dev-remove-hdop

    Remove hdop, which is superseded by horizontal_accuracy
    schnuerle authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0a23642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95cfe9 View commit details
    Browse the repository at this point in the history
  3. Fixing TOC

    schnuerle authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2c8a0c0 View commit details
    Browse the repository at this point in the history
  4. Adding TOC link

    schnuerle authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f264942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cce620 View commit details
    Browse the repository at this point in the history
  6. Make Policy public

    schnuerle authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2c0a3fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d1c0e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dca52d2 View commit details
    Browse the repository at this point in the history
  9. Spelling fixes

    schnuerle committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1a9c659 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #824 from openmobilityfoundation/feature-geography

    Remove Geographies from Policy and make public
    schnuerle authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    860be27 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac1657f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    75f7b4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d874118 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a0e551 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #825 from openmobilityfoundation/feature-gbfs-modes

    Clarifying GBFS use with new modes
    schnuerle authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d5337ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f695ac View commit details
    Browse the repository at this point in the history
  6. Formatting and spelling

    schnuerle committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    56aa3fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9970be6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2578cfb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    340cf83 View commit details
    Browse the repository at this point in the history
  10. Link and text updates

    schnuerle committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f362cb3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f4bb0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0af9c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    6330d48 View commit details
    Browse the repository at this point in the history
  2. Rearranged Provider readme

    schnuerle committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    a9ae3a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7084307 View commit details
    Browse the repository at this point in the history
  4. Added agency Reports

    schnuerle committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e01dc83 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

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

Commits on Feb 1, 2023

  1. Merge pull request #826 from openmobilityfoundation/feature-smarter-s…

    …cooters
    
    Agency/Provider adjustments for Modes
    schnuerle authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    8aaa96c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f83536e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    44c52ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b90ac42 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    49a2c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ade7d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #829 from openmobilityfoundation/feature-scooter-s…

    …ensors
    
    Sensors: Tip Over, Surface Type, Parking Validation
    schnuerle authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    32ec82d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2fb262 View commit details
    Browse the repository at this point in the history
  5. Link and TOC fixes

    schnuerle committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3006d8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06d2536 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    0818c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9430e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    158a63f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #830 from openmobilityfoundation/feature-agency-pr…

    …ovider-tweaks
    
    Agency Provider Structure Tweaks
    schnuerle authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    baefada View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Add Telofun operator

    schnuerle authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d9c7f16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a912ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    810f932 View commit details
    Browse the repository at this point in the history
  4. Prepping repo for OpenAPI

    schnuerle committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    00c7634 View commit details
    Browse the repository at this point in the history
  5. Added new vehicle types

    schnuerle committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    dc7b7d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fba1c4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    572be5c View commit details
    Browse the repository at this point in the history
  8. Formatting

    schnuerle committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    3388eb6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4789633 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Merge pull request #833 from openmobilityfoundation/feature-vehicle-t…

    …ypes
    
    Updated vehicle and propulsion types and max speed
    schnuerle authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7e35822 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #834 from openmobilityfoundation/feature-policy-im…

    …mutability
    
    Added "Updating or Ending Policies" section
    schnuerle authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9066711 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    999823a View commit details
    Browse the repository at this point in the history
  4. Clarified Auth for Metrics

    schnuerle committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    303f892 View commit details
    Browse the repository at this point in the history
  5. Jurisdiction Auth

    schnuerle committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    5bb925a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3602bd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba9655a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea5bf20 View commit details
    Browse the repository at this point in the history
  9. Typo fixes

    schnuerle committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e86e4e1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #835 from openmobilityfoundation/feature-authoriza…

    …tion
    
    Consolidating authorization across APIs
    schnuerle authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    18d362b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c901afb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    d4c6b31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ebfd37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ccdbf6 View commit details
    Browse the repository at this point in the history
  4. Micro SMD all SVG

    schnuerle authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    086a250 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e8b4e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5759a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Update mode text

    schnuerle authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    0473848 View commit details
    Browse the repository at this point in the history
  2. update mode text Agency

    schnuerle authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    c983956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e58e57b View commit details
    Browse the repository at this point in the history
  4. Fix link typo

    schnuerle authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    3cd892f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    505c9f1 View commit details
    Browse the repository at this point in the history
  6. Missing comma

    schnuerle authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    8b08bda View commit details
    Browse the repository at this point in the history
  7. Add mode_id to issue

    schnuerle authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    002cd0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    957ff60 View commit details
    Browse the repository at this point in the history
  9. Latest micro SMD

    schnuerle authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    03bcc98 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec15566 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a15b3d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7e693cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9acc2a6 View commit details
    Browse the repository at this point in the history
  14. Add car share SMD

    schnuerle authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    7319e24 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    8f1c327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c158546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5daec80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    800d1c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baaeb79 View commit details
    Browse the repository at this point in the history
  6. Remove TBD for robot SMD

    schnuerle committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0764034 View commit details
    Browse the repository at this point in the history
  7. Add journey images

    schnuerle committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7302c3b View commit details
    Browse the repository at this point in the history
  8. Fixed event types

    schnuerle committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    73f7bbc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b5b5a5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #836 from openmobilityfoundation/feature-modes-cle…

    …anup
    
    Modes Cleanup for Release
    schnuerle authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    e010ae5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    f999a1f View commit details
    Browse the repository at this point in the history
  2. Release Notes Updates

    schnuerle authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b322abd View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Fixed GPS link typo

    schnuerle authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    35fab24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b8988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5e9a84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2b2f83 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    schnuerle authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    df9ac3c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    432f9dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8619529 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b6b941 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd73d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b49e738 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4428870 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a7a2f3 View commit details
    Browse the repository at this point in the history
  8. Fixed GET typo in Vehicles

    schnuerle authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    227488e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    850cc45 View commit details
    Browse the repository at this point in the history
  2. Added missing TOC links

    schnuerle authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    327d265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    207fb73 View commit details
    Browse the repository at this point in the history
  4. Typo fix

    schnuerle authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    bc94408 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Fix formatting issue

    schnuerle authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e459934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e783368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27d7441 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    8cbbbb8 View commit details
    Browse the repository at this point in the history
  2. Fixed heading hierarchy

    schnuerle authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    8abf454 View commit details
    Browse the repository at this point in the history
  3. Fixed link to mode page

    schnuerle authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    277e9a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fd117f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    510f8dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c561321 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb44aba View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

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

Commits on Mar 30, 2023

  1. Removed #711 from release notes

    schnuerle authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    94dbb1f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

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

Commits on Apr 21, 2023

  1. Added Gbike provider

    schnuerle authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    22531d3 View commit details
    Browse the repository at this point in the history
  2. Update to stoplight URL

    schnuerle authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    0fc80bf View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    f333de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ca8bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aea179 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    822ed80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f811bb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb9f166 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f2c594 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    81fcb9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef851d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30d0e8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b55f046 View commit details
    Browse the repository at this point in the history
  5. chore: add missing event types

    reformatted with markdownlint
    thekaveman committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a00eae6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #849 from openmobilityfoundation/fix/event-types

    Fix: Add missing event types
    schnuerle authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d9d0449 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #848 from openmobilityfoundation/fix/data-types

    Fix: clean up data types
    schnuerle authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    b1c8c4d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. fix data-types.md links

    thekaveman authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    090c9d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e188b9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ced31a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60d86db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba6ed57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    991b232 View commit details
    Browse the repository at this point in the history
  7. fixes from markdownlint

    thekaveman committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a76024b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. remove response codes for unauthorized errors

    geography endpoints are public
    thekaveman committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    81183ed View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Merge pull request #855 from openmobilityfoundation/fix/general-info

    Clean ups in the General Info file
    schnuerle authored May 1, 2023
    Configuration menu
    Copy the full SHA
    321f784 View commit details
    Browse the repository at this point in the history
  2. correct GeoJSON type

    Geography uses a top-level FeatureCollection, containing 1 or more Feature
    thekaveman committed May 1, 2023
    Configuration menu
    Copy the full SHA
    3135ec4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5407c9 View commit details
    Browse the repository at this point in the history
  4. naming, link corrections

    thekaveman committed May 1, 2023
    Configuration menu
    Copy the full SHA
    2aa2404 View commit details
    Browse the repository at this point in the history
  5. linting cleanup

    thekaveman committed May 1, 2023
    Configuration menu
    Copy the full SHA
    c23f1b7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    729ea16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50e3b01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6476e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da015b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d795ce0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #858 from openmobilityfoundation/fix/geography

    Clean ups in Geography
    schnuerle authored May 2, 2023
    Configuration menu
    Copy the full SHA
    44321a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76d6cfc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #832 from openmobilityfoundation/feature-openapi

    OpenAPI work for MDS
    schnuerle authored May 2, 2023
    Configuration menu
    Copy the full SHA
    82c3e0e View commit details
    Browse the repository at this point in the history
  9. Aligned payment_types

    schnuerle committed May 2, 2023
    Configuration menu
    Copy the full SHA
    94af08e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c70c602 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a0b6466 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    218b0ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae19ac8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    334fc1e View commit details
    Browse the repository at this point in the history
  15. fix date format

    thekaveman authored May 2, 2023
    Configuration menu
    Copy the full SHA
    e05ba42 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5e2a4ee View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    1516c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff8b04 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    2a44981 View commit details
    Browse the repository at this point in the history
  2. Added Surf provider

    schnuerle authored May 5, 2023
    Configuration menu
    Copy the full SHA
    46a1ab6 View commit details
    Browse the repository at this point in the history
  3. Timestamp formatting

    schnuerle authored May 5, 2023
    Configuration menu
    Copy the full SHA
    bd7a6c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e93cea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d4e6fc View commit details
    Browse the repository at this point in the history
  6. Added underscore

    schnuerle authored May 5, 2023
    Configuration menu
    Copy the full SHA
    93f5d62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    822c765 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8aa21e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    b8fc638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d9836b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e84c2e View commit details
    Browse the repository at this point in the history
  4. Mode page formatting

    schnuerle committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4e4b7a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab3e6b4 View commit details
    Browse the repository at this point in the history
  6. Schema page updates

    schnuerle authored May 8, 2023
    Configuration menu
    Copy the full SHA
    f5c3fdf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bce052 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38e659b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a11f22b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63f4c0d View commit details
    Browse the repository at this point in the history
  11. Italic formatting

    schnuerle committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ff6f564 View commit details
    Browse the repository at this point in the history
  12. Commas for status codes

    schnuerle committed May 8, 2023
    Configuration menu
    Copy the full SHA
    cba4a99 View commit details
    Browse the repository at this point in the history
  13. Policy response codes

    schnuerle committed May 8, 2023
    Configuration menu
    Copy the full SHA
    26a24ff View commit details
    Browse the repository at this point in the history
  14. More Policy status codes

    schnuerle committed May 8, 2023
    Configuration menu
    Copy the full SHA
    fd7afca View commit details
    Browse the repository at this point in the history
  15. Geography Response codes

    schnuerle committed May 8, 2023
    Configuration menu
    Copy the full SHA
    9fdd486 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    89211a2 View commit details
    Browse the repository at this point in the history
  17. Metrics response codes

    schnuerle committed May 8, 2023
    Configuration menu
    Copy the full SHA
    5da3d9d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e7155b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0018992 View commit details
    Browse the repository at this point in the history
  20. Fix typo: a -> an

    schnuerle authored May 8, 2023
    Configuration menu
    Copy the full SHA
    e536831 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    00b3e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d97bb97 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #837 from openmobilityfoundation/release-2.0.0

    Release Candidate 2.0.0 to dev
    schnuerle authored May 9, 2023
    Configuration menu
    Copy the full SHA
    1ef538c View commit details
    Browse the repository at this point in the history