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

Merge dev-3 to main #724

Merged
merged 150 commits into from
Aug 14, 2024
Merged

Merge dev-3 to main #724

merged 150 commits into from
Aug 14, 2024

Commits on Feb 7, 2024

  1. Remove WiFiManager for good

    mairas committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6c806cc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    3ebd8e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb516bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d13ded View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f649e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcd3709 View commit details
    Browse the repository at this point in the history
  6. Fix a typo in analogvoltage

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    06c1534 View commit details
    Browse the repository at this point in the history
  7. Fix editor indentation

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    fb5694c View commit details
    Browse the repository at this point in the history
  8. Delete old web tree

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    64ca988 View commit details
    Browse the repository at this point in the history
  9. Add an .eslintrc file

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    323bd39 View commit details
    Browse the repository at this point in the history
  10. Implement new config UI

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4a6bd16 View commit details
    Browse the repository at this point in the history
  11. Add backend API mocking

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    bd9f4c3 View commit details
    Browse the repository at this point in the history
  12. Add SensESP logo

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7295780 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e32fbd3 View commit details
    Browse the repository at this point in the history
  14. Add a plugin template

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    28a5a64 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ffe1f7a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fa95276 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bbdaefd View commit details
    Browse the repository at this point in the history
  18. Split the different API handlers into classes of their own

    Add a command handler for providing routes
    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4e62782 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    50d552b View commit details
    Browse the repository at this point in the history
  20. Fix hostname UIOutput

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    62e9901 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1bcda9b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    32d052c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6cc7dd7 View commit details
    Browse the repository at this point in the history
  24. Fix config schema handling

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cf6bbf2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8a7da88 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    793e076 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9a2ff9b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a63f09f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7748654 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9bb1d51 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c8417a9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    50bab13 View commit details
    Browse the repository at this point in the history
  33. Remove Startable class

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c3cfd29 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b64f6b9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f9fa536 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    48e0031 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    50ce192 View commit details
    Browse the repository at this point in the history
  38. Update the examples

    mairas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8127bff View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7644575 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6711dd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Implement Signal K setting UI

    mairas committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6579276 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Sort configurables properly

    mairas committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c7d7a5c View commit details
    Browse the repository at this point in the history
  2. Add customizable UI controls

    mairas committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    952d381 View commit details
    Browse the repository at this point in the history
  3. Fix editing JSON in textareas

    mairas committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    184b867 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Fix RepeatSensor

    mairas committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5174667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b04796c View commit details
    Browse the repository at this point in the history
  3. Remove debugging

    mairas committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    da6aabd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1963a72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05fabcd View commit details
    Browse the repository at this point in the history
  6. Fix checkbox form items

    mairas committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3285c8c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    0f65c2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0695d50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f70d4ed View commit details
    Browse the repository at this point in the history
  4. Move WiFi watchdog to builder

    mairas committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    22a2d47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f2faab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31954c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    279de71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bdbf7b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    050a81e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8d7fb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Merge pull request #684 from SignalK/constant_sensor_config

    Fix constant sensor configuration schema typing
    mairas authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    398a696 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    fbe2d86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #685 from SignalK/remove_old_sample_plugin

    Remove the obsolete and broken typescript sample plugin code
    mairas authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    aa8a343 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Breaking change: rename WSClient to SKWSClient

    Also rename related enums.
    mairas committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    faea9b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #690 from SignalK/rename_wsclient

    Breaking change: rename WSClient to SKWSClient
    mairas authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8672fa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6f6c07 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #691 from SignalK/sklistener

    Pass received Json objects always by value
    mairas authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    cba868d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    b116f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08c1ce3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60b49e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Add the run script

    mairas committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e86c06f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #695 from SignalK/add_run_script

    Add a build script
    mairas authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c184a19 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Compile css files automatically as part of "run build-frontend"

    Also rename underscore run commands to hyphen.
    mairas committed May 5, 2024
    Configuration menu
    Copy the full SHA
    662788e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #696 from SignalK/run_script_fix_css

    Compile css files automatically as part of "run build-frontend"
    mairas authored May 5, 2024
    Configuration menu
    Copy the full SHA
    e195a0b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    697da4f View commit details
    Browse the repository at this point in the history
  2. Remove crud

    mairas committed May 25, 2024
    Configuration menu
    Copy the full SHA
    7bfae34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be7b248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc71419 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f821a6e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Document the logging changes

    mairas committed May 26, 2024
    Configuration menu
    Copy the full SHA
    ccda8ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683f233 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Merge pull request #694 from SignalK/constantsensor_get

    Rename ConstantSensor getters and setters
    mairas authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    3746425 View commit details
    Browse the repository at this point in the history
  2. Remove non-existent include

    mairas committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a6d4706 View commit details
    Browse the repository at this point in the history
  3. Update examples

    mairas committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    17ccf34 View commit details
    Browse the repository at this point in the history
  4. Also update test builds

    mairas committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    80c922f View commit details
    Browse the repository at this point in the history
  5. Remove EDSP8266 CI platformio.ini

    Unsupported since v1...
    mairas committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    f41631c View commit details
    Browse the repository at this point in the history
  6. Update GitHub Actions file

    mairas committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    8868449 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #699 from SignalK/esp_log

    Use native ESP-IDF logging
    mairas authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a760b21 View commit details
    Browse the repository at this point in the history
  8. Let the card list be empty

    mairas committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    7859ceb View commit details
    Browse the repository at this point in the history
  9. Fix Position serialization

    mairas committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a020cfd View commit details
    Browse the repository at this point in the history
  10. Merge pull request #701 from SignalK/fix_empty_config_list

    Fix empty config list
    mairas authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    01d0db7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    62ee197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e1969 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Add new observers to the end of the observer list

    This make connect_to and O(N) operation with respect to the
    number of existing observers, but the call order of the observers
    is now the same as the insertion order. Also, adding new observers
    usually happens in the setup stage of program execution, in which
    the added performance penalty is not relevant.
    mairas committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    fd25416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    231d699 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5a4e10 View commit details
    Browse the repository at this point in the history
  4. Implement a throttle transform

    Throttle limits the update rate of its input.
    mairas committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ead67b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    dacc3c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c69ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cf9348 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc17f83 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Merge pull request #702 from SignalK/expiring_value

    Implement new ExpiringValue container class
    mairas authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4020558 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #703 from SignalK/new_transforms

    Implement new merging and repeating transforms
    mairas authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    a48c188 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa2bbef View commit details
    Browse the repository at this point in the history
  4. Remove input_channel feature altogether

    This might break some transforms.
    mairas committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3ff18d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    ee97683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    159c2d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c603513 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19ce2b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0052be6 View commit details
    Browse the repository at this point in the history
  6. Implement save result polling

    mairas committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3d3144d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea7f3bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82efdd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f675988 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e97a6fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    606a46b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b53c3d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8549f60 View commit details
    Browse the repository at this point in the history
  14. Implement save result polling

    mairas committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    caa08c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request #705 from SignalK/async_configurables

    Async Configurables
    mairas authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ad96f0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #707 from SignalK/remove_input_channel

    Remove input_channel argument from ValueConsumer
    mairas authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    db8de27 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #710 from SignalK/async_command

    Async config handlers
    mairas authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f8be186 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #711 from SignalK/const_ref_set

    Make ValueConsumer::set argument a const ref
    mairas authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3529fe6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #712 from SignalK/set_hostname_earlier

    Set up hostname earlier in WiFi initialization
    mairas authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c6bb92e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #714 from SignalK/stream_producers

    Stream producers
    mairas authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ef03b90 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #715 from SignalK/filter_transform

    Implement a filter transform
    mairas authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a2d7611 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #716 from SignalK/complex_config

    Support more complex lists of configurables
    mairas authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c394e59 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    7b3905b View commit details
    Browse the repository at this point in the history
  2. Fix Enable::set signature

    mairas committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8d3d3e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ede354a View commit details
    Browse the repository at this point in the history
  4. Update mock data

    mairas committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ca2be02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a150993 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffa69c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    3231210 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #718 from SignalK/restart_button

    Implement a dynamic restart button
    mairas authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3999b80 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #719 from SignalK/toast

    Use toasts instead of modals for user feedback
    mairas authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    47d1791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc64ce4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38653d8 View commit details
    Browse the repository at this point in the history
  6. Rename web -> frontend

    mairas committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4bbe689 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    818bb30 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #720 from SignalK/use_esp_logx

    Use ESP-IDF native logging functions
    mairas authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4ba49f3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #721 from SignalK/frontend

    Rename web(UI) to frontend
    mairas authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7b0db42 View commit details
    Browse the repository at this point in the history
  10. Update the README

    mairas committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    669db43 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #722 from SignalK/doc_updates

    Update the README
    mairas authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c554d2d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Update curveinterpolator.cpp

    Prevent overun of curve producing erroneous values.
    
    For example in a simple curve with two points (100,0) and (500,1)  representing inputs between 100 and 500  producing outputs 0 to 1 ... but any values outside the range eg 99 or 501 produce  arbitary results, for the majority of applications (eg a temperature sender or a fuel level sender) limiting the output to the min or max curve valies makes more sense.
    rszemeti authored and mairas committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    68836da View commit details
    Browse the repository at this point in the history
  2. Update curveinterpolator.cpp

    extended curve at upper and lower bounds so values are interpolated gracefully beyond the curve limits
    rszemeti authored and mairas committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2b4de13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1814aa9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #723 from SignalK/curve_interpolator_fix_v3

    Curve interpolator fix v3
    mairas authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    40796b9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into dev-3

    mairas committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    00517a6 View commit details
    Browse the repository at this point in the history