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

v2.9.0 #424

Merged
merged 114 commits into from
Sep 6, 2023
Merged

v2.9.0 #424

merged 114 commits into from
Sep 6, 2023

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    6fd57ec View commit details
    Browse the repository at this point in the history
  2. IFrame examples

    tariqksoliman committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1370cb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. #279 Time Improvements (#280)

    * Configure global start end time, Partial local vector time filter
    
    * #279 Time Improvements
    tariqksoliman authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1ec3a54 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

Commits on Nov 30, 2022

  1. Fix environment variable in sample.env for enabling websockets (#281)

    * Fix environment variable in sample.env for enabling websockets
    
    * Update docs
    ac-61 authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    da230f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39fc506 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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

Commits on Dec 6, 2022

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

Commits on Dec 8, 2022

  1. #285 init-db (#286)

    tariqksoliman authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c039c2e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    d52f58a View commit details
    Browse the repository at this point in the history
  2. #292 Controlled Time Layers only make initial query, refactored to re…

    …move a conflicting setTimeout (#293)
    tariqksoliman authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    3e9604e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

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

Commits on Dec 15, 2022

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

Commits on Jan 4, 2023

  1. #298 TimeUI Pan and Zoom and Improvements (#299)

    * #298 Early TimeUI Pan Zoom
    
    * #298 Pan, zoom, steps, modes, mostly done
    
    * TimeUI Improvements and verifications
    
    * #298 Fix Point Play bug
    
    * #298 Final Touchups
    tariqksoliman authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    22f27c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d2387e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    862990c View commit details
    Browse the repository at this point in the history
  2. Fix typo

    tariqksoliman committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    6c93cd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. #294 SameSite None env and login improvements (#302)

    * #294 SameSite First pass
    
    * #294 Fix session and use postgres as session store
    
    * Use a default session db port
    
    * #294 Regenerate session on login failure too
    tariqksoliman authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    2eac369 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Add feature to reconnect WebSocket from client to server (#295)

    * Add materialize-css package
    
    * Update WebSocket on client side
    
    * Double reconnect attempt interval every time websocket reconnection attempt fails
    
    * Update package-lock.json
    
    * Move toast to be ~5 pixels from the right side
    
    * Only show 'Successfully Connected' toast if websocket connection has previously failed
    
    * Fix toast display time
    ac-61 authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ba84b7f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. #304 Fix bug in latest too

    tariqksoliman committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e426d36 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Layer UUIDs (#308)

    * #306 UUIDs part 1
    
    * #306 Layer UUIDs UI touchups, still missing Config API
    
    * #306 Layer UUIDs for Config API
    tariqksoliman authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    2b53c85 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    7da18cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d09a79 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    e81d2fe View commit details
    Browse the repository at this point in the history
  2. Fix toggleLayer bug (#260)

    ac-61 authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8fdacd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Jan 27, 2023

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

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    ce6414a View commit details
    Browse the repository at this point in the history
  2. Add function to overwrite elements displayed in LegendTool (#320)

    * Add function to overwrite elements displayed in LegendTool
    
    * Add more checks to overwriteLegends function
    
    * Add overwriteLegends to mmgisAPI
    ac-61 authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e959617 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. #322 Add ROOT_PATH, Deprecate PUBLIC_URL (#323)

    * #322 ROOT_PATH, doesn't work fully for /configure yet
    
    * #322 ROOT_PATH for runtime subpaths
    
    * #322 Remove PUBLIC_URL and fix ROOT_PATH css
    tariqksoliman authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a2bef30 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Update README.md

    tariqksoliman authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    16b33df View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tariqksoliman committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a5fc368 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. #324 Configurable Context Menu Actions (#325)

    * #324 Coordinates Config Tab Raw Variables
    
    * #324 Configurable context menu actions
    tariqksoliman authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8d290f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04ebd72 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Make sure user input UUIDs through REST API are unique (#326)

    * Make sure user input UUIDs through REST API are unique
    
    * Fix overwriting existing UUID issue
    ac-61 authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    503ba24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    228bede View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. #313 Expose as much as possible to the mmgisAPI (#330)

    * #313 Add Formulae_
    
    * #313 More F_ docs
    
    * #313 Finish up F_ docs
    
    * #313 mmgisAPI addLayer and removeLayer
    
    * #313 Add logged_in endpoint and early Backend API docs
    tariqksoliman authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ae72d16 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. #331 Websocket aware configure page (#332)

    * #331 Websocket aware configure
    
    * Remove console.log
    tariqksoliman authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    50d46e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Update addLayer and removeLayer endpoints in REST API (#337)

    * Working on updating REST API
    
    * Do not update config if there are duplicate or bad UUIDs
    
    * Update docs
    ac-61 authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    9f97fe1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. #303 Photosphere Targets and Target Pairing (#340)

    * #303 Pairings attachments, photosphere targets not working yet
    
    * #303 AzEl computed markers in Photosphere, deleted old docs
    
    * Add back in swagger docs
    
    * #303 Use originOFfset
    
    * Refactor with the uuid upgrade, Update docs
    tariqksoliman authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    4ce961b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e92fe8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Add xml2js and proj4 packages. (#343)

    * add xml2js
    
    * Fix DrawTool Upload Loading style
    
    * Draw Edit properties
    tariqksoliman authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    977f5be View commit details
    Browse the repository at this point in the history
  2. #335 Feature Request: GetMissions (#345)

    * #335 /configure/mission full param
    
    * #335 touchup docs
    tariqksoliman authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1e992cf View commit details
    Browse the repository at this point in the history
  3. Fix typo

    tariqksoliman committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5f1a403 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Feb 28, 2023

  1. WMS TILESIZE param, features without uncertainty properties won't dra…

    …w in Map, github link of docs page
    tariqksoliman committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6a65074 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

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

Commits on Mar 6, 2023

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

Commits on Mar 7, 2023

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

Commits on Mar 9, 2023

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

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    9a9d89d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    251cdae View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Updates to info and help buttons

    - Hide info and help icons if a url is not configured
    - Default the info button to be off in the configuration
    - Change to info icon with a circle
    jtroberts committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    5bd3ae4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #351 from NASA-AMMOS/jr-350

    Optional Info button for projects that need a link to project info #350
    jtroberts authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    2e3450f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. #352 [New Feature]: DrawTool - Feature Property Templates (#353)

    * #352 Templating 1
    
    * #352 Templating 2
    
    * #352 Templating 3
    
    * #352 Update Modal for templating
    
    * #352 Migrate DrawTool Templating
    
    * #352 Templating touchups
    tariqksoliman authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a66c7af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b47af1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    318615d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf67629 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    2ee56bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e05ea View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 13, 2023

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

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    253376b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf98873 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    502b6b9 View commit details
    Browse the repository at this point in the history
  2. Expose ToolController_

    tariqksoliman committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a27b388 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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

Commits on Apr 27, 2023

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

Commits on May 1, 2023

  1. #368 Fix Websocket usage with ROOT_PATH (#373)

    * #369 Refresh vector layers, also some WEBSOCKET_ROOT_PATH (#370) (#371)
    
    * #368 Websockets use ROOT_PATH
    
    * #368 Fix configure websocket
    tariqksoliman authored May 1, 2023
    Configuration menu
    Copy the full SHA
    5338f9f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

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

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    6a26e95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d690af2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. #378 LegendTool as Popup (#379)

    * #378 Separate legend tool
    
    * #378 Legend formatting, reacts to layer toggles
    tariqksoliman authored May 11, 2023
    Configuration menu
    Copy the full SHA
    223fd10 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

Commits on May 16, 2023

  1. Reset stroke styles too

    tariqksoliman committed May 16, 2023
    Configuration menu
    Copy the full SHA
    239a0c6 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    9cdcca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68d9a02 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

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

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    4c43f33 View commit details
    Browse the repository at this point in the history
  2. #372 calls to updateVectorLayer and appendLineString cause selected f…

    …eature to be deselected when using info tool (#389)
    
    * #372 Reselect feature on updateVectorLayer and appendLineString
    
    * #372 Non-async updateVectorLayer, fix Pairings update
    
    * Remove description transition
    
    * Persist active feature on appendLineString
    tariqksoliman authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e6a5e0d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jul 5, 2023

  1. #387 DrawTool - Group Editing (#392)

    * #387 DrawTool - Group edit files Part 1
    
    * #387 DrawTool - Group edit files Part 2
    tariqksoliman authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8f794ce View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    bfcc59d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25431b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb41d0c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #393 from NASA-AMMOS/jr-displayonstart-legend

    Added an option to the LegendTool to automatically display on start
    jtroberts authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e608671 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0c0319 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee3f33d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge pull request #395 from NASA-AMMOS/jr-nvmrc

    Added a .nvmrc file with node version
    jtroberts authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9ca8c11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5d3a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #394 from NASA-AMMOS/jr-maxwidth-legend

    Added max-width to legend to prevent long text from filling screen
    jtroberts authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    eb10fc4 View commit details
    Browse the repository at this point in the history
  4. #386 Local Login Issue (#396)

    * #386 Add setLoginToken to mmgisAPI
    
    * #386 Fix variable path
    
    * #386 SKIP_CLIENT_INITIAL_LOGIN env + mmgisAPI.initialLogin
    tariqksoliman authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d8c8ea7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. #383 Support raster option on gdal2tiles_3.5.2/gdal2customtiles (#397)

    * #383 gdal2tiles_3.5.2_v2 for raster support
    
    * #383 Cleanup gdal2tiles scripts and improve documentation
    
    * #383 gdal2customtiles extentworld working, overview tiles not working
    
    * #383 Fix gdal2customtiles rasters with different pixel scales
    
    * gdal2customtiles - fix width calc, still slight offset
    
    * gdal2customtiles raster - fix rounding issues
    tariqksoliman authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    843475d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48bcefb View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. #399 Crashes if Layers are valid JSON but not valid GeoJSON (#400)

    * #399 Add geojson validater to map
    
    * #399 allow overloaded coordinates in geojson for extended geojson
    tariqksoliman authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fec9c89 View commit details
    Browse the repository at this point in the history
  2. #401 Extend CSSO timeout check to main client (#402)

    * #401 Main site timeout notification part 1
    
    * #401 Main site timeout notification part 2
    
    * #401 Main site timeout notification - warn at 20 min
    tariqksoliman authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2ea99c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. #403 rightClickMenuActions - Polygons and WKT (#404)

    * #403 - Bugfixes and rightclick finds features
    
    * #403 ContextMenu, Actions on features, WKT link populate
    tariqksoliman authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3fcdd7e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    dc149c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d007b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8910424 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

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

Commits on Aug 4, 2023

  1. #407 Click intersects on Query and Draw layers (#408)

    * #407 Include Query layers in click intersections
    
    * #407 Support intersects on DrawTool layers too
    tariqksoliman authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1984777 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    ba30c8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #409 from NASA-AMMOS/jr-legend-justify

    Allow the legend tool to be right justified on the screen
    jtroberts authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6b881cb View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. #410 Draw Tool - Time Integration (#411)

    * ts-410 DrawTool - Temporal part 1
    
    * #410 DrawlTool - Temporal Integration
    
    * #410 Clearer DrawTool Template Date Start/End Icons
    tariqksoliman authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    526c454 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

  1. Bump to 2.9.0

    tariqksoliman committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5a0e51f View commit details
    Browse the repository at this point in the history
  2. 2.9.0 merge

    tariqksoliman committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d7dfce4 View commit details
    Browse the repository at this point in the history