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

Hotfixes to main #766

Merged
merged 29 commits into from
Mar 24, 2024
Merged

Hotfixes to main #766

merged 29 commits into from
Mar 24, 2024

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    80d78f9 View commit details
    Browse the repository at this point in the history
  2. map ready state fix

    raheeliftikhar5 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f324f75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abe4b20 View commit details
    Browse the repository at this point in the history
  4. New plugin system

    * Add support for SUPER_ADMIN role
    * Publish server log events
    * Add handling for audit logs feature
    * Add handling for geolocation data
    * Add handling for api delays in case of rate limit
    * Propagate plugin specific environment variables to plugins
    * Add environment variable for controlling plugin location
    * Implemented plugin endpoints security
    
    ---------
    
    Co-authored-by: Abdul Qadir <[email protected]>
    ludomikula and aq-ikhwa-tech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    20f5bc8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #742 from raheeliftikhar5/handle_defaultValue

    Separate defaultValue and Value for input/select components
    FalkWolsky authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e78671f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b58a742 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 7, 2024

  1. feature: Extended folder to have more meta-data i.e: title, descripti…

    …on, category, type, image
    irfan-ikhwa authored and ludomikula committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    eb0e0d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 24, 2024

  1. fix crashing on reordering comps inside module

    raheeliftikhar5 authored and FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    f6b6bd8 View commit details
    Browse the repository at this point in the history
  2. fix broken modal issue

    raheeliftikhar5 authored and FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    3809d9a View commit details
    Browse the repository at this point in the history
  3. fix bulk action updates doesn't change all comps height

    raheeliftikhar5 authored and FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    9810150 View commit details
    Browse the repository at this point in the history
  4. fix iconSelector issue in js

    raheeliftikhar5 authored and FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    4335b1e View commit details
    Browse the repository at this point in the history
  5. Bugfixing in the Cerrypicked Branch 1

    liusijun authored and FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    da62927 View commit details
    Browse the repository at this point in the history
  6. Optimize the runOpenApi plugin

    allow passing in an already dereferenced OpenAPI Document for plugins
    that have large openapi specs like github. This takes the runtime for
    Github from over 10s to ~1s on an M1 Max.
    
    Adjust the github plugin to use this new capability by dereferencing on
    plugin initialization, passing the derefed document to the runOpenApi
    function.
    snowe2010 authored and FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    3bf3ebf View commit details
    Browse the repository at this point in the history
  7. Optimize the runOpenApi plugin

    allow passing in an already dereferenced OpenAPI Document for plugins
    that have large openapi specs like github. This takes the runtime for
    Github from over 10s to ~1s on an M1 Max.
    
    Adjust the github plugin to use this new capability by dereferencing on
    plugin initialization, passing the derefed document to the runOpenApi
    function.
    snowe2010 authored and FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    784951d View commit details
    Browse the repository at this point in the history
  8. Pull definition logic into a new function

    snowe2010 authored and FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    cbcaec6 View commit details
    Browse the repository at this point in the history
  9. Small amount of code cleanup

    snowe2010 authored and FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b92024d View commit details
    Browse the repository at this point in the history
  10. fix: complete the locale file

    liusijun authored and FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b36a2d0 View commit details
    Browse the repository at this point in the history
  11. map ready state fix

    raheeliftikhar5 authored and FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0e6b546 View commit details
    Browse the repository at this point in the history
  12. Google Fonts & Clearbit only on public Cloud

    FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    9d28529 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c063add View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    94e7c82 View commit details
    Browse the repository at this point in the history
  15. Fixing Scrollbars for Modules Editor View

    FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    144ca9f View commit details
    Browse the repository at this point in the history
  16. Update Scrollbars

    FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    5cadfc3 View commit details
    Browse the repository at this point in the history
  17. Update Scrollbars

    FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7758d4a View commit details
    Browse the repository at this point in the history
  18. Merge pull request #767 from Lowcoder-Pro/dev

    Lowcoder Plugin System
    FalkWolsky authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    3476223 View commit details
    Browse the repository at this point in the history
  19. Fixing AssetService - after Falk broke it.

    FalkWolsky committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    eeef89a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d602bd4 View commit details
    Browse the repository at this point in the history