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

V3 UI #14556

Draft
wants to merge 713 commits into
base: master
Choose a base branch
from
Draft

V3 UI #14556

wants to merge 713 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    e470207 View commit details
    Browse the repository at this point in the history
  2. Bump Pro Version

    deanhannigan committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e9fd541 View commit details
    Browse the repository at this point in the history
  3. More tests.

    samwho committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    915202b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c6afda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    064721c View commit details
    Browse the repository at this point in the history
  6. Re-enable tests.

    samwho committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    205d6d0 View commit details
    Browse the repository at this point in the history
  7. Yet more tests.

    samwho committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    67b814a View commit details
    Browse the repository at this point in the history
  8. Fix lint.

    samwho committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4395654 View commit details
    Browse the repository at this point in the history
  9. Merge master.

    samwho committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d0642fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2795eca View commit details
    Browse the repository at this point in the history
  11. Update pro reference.

    samwho committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f0fd81b View commit details
    Browse the repository at this point in the history
  12. Fix broken frontend test.

    samwho committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4947733 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db2001b View commit details
    Browse the repository at this point in the history
  14. Lint

    aptkingston committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    21c580e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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

    adrinr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cb5082a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4f5e35 View commit details
    Browse the repository at this point in the history
  4. Merge branches 'queryui-default' and 'master' of github.com:budibase/…

    …budibase into queryui-default
    samwho committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    50c3f2c View commit details
    Browse the repository at this point in the history
  5. Respond to PR comments.

    samwho committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2cd3ab6 View commit details
    Browse the repository at this point in the history
  6. Remove obsolete templateString

    adrinr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8dee7b2 View commit details
    Browse the repository at this point in the history
  7. Remove unused fields

    adrinr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ea1d893 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5fe2a1d View commit details
    Browse the repository at this point in the history
  9. Type useTemplate as bool

    adrinr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    77c4140 View commit details
    Browse the repository at this point in the history
  10. Update only for templates

    adrinr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    838d11e View commit details
    Browse the repository at this point in the history
  11. Fix types

    adrinr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    020927a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69969e8 View commit details
    Browse the repository at this point in the history
  13. Change api type back

    adrinr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e1640cc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    00fe28e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    86620b9 View commit details
    Browse the repository at this point in the history
  16. Adding test cases.

    mike12345567 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f3d54f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cf3ef64 View commit details
    Browse the repository at this point in the history
  18. Another test case.

    mike12345567 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ebc440a View commit details
    Browse the repository at this point in the history
  19. final test case.

    mike12345567 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fe35ef7 View commit details
    Browse the repository at this point in the history
  20. Linting.

    mike12345567 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    eb349b5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3ae5ce9 View commit details
    Browse the repository at this point in the history
  22. Fixes

    adrinr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b85a28f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1e4f105 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    62d87da View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    80e532f View commit details
    Browse the repository at this point in the history
  26. Fix test

    adrinr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f07cb6b View commit details
    Browse the repository at this point in the history
  27. Lint

    aptkingston committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4129169 View commit details
    Browse the repository at this point in the history
  28. Addressing PR comments.

    mike12345567 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7487066 View commit details
    Browse the repository at this point in the history
  29. Updating test case.

    mike12345567 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    99d867f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f91e039 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #14839 from Budibase/BUDI-8766/default-user-column…

    …s-to-current-user-for-templates
    
    Default user columns to current user for templates
    adrinr authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9d4cbaa View commit details
    Browse the repository at this point in the history
  32. linting.

    mike12345567 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0b2ac57 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #14844 from Budibase/fix/multi-inheritance-preview…

    …-role
    
    Preview role - multi-inheritance fixes
    mike12345567 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9575095 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    23cf44b View commit details
    Browse the repository at this point in the history
  35. BB AI QA testing fixes

    shogunpurple committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    807ecf6 View commit details
    Browse the repository at this point in the history
  36. fix lint

    shogunpurple committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    29ab9be View commit details
    Browse the repository at this point in the history
  37. PR comments

    shogunpurple committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4f5e831 View commit details
    Browse the repository at this point in the history
  38. update pro ref

    shogunpurple committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6541f6d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge branches 'master' and 'queryui-default' of github.com:budibase/…

    …budibase into queryui-default
    samwho committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d56ca8e View commit details
    Browse the repository at this point in the history
  2. Revert testing stuff

    aptkingston committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    07312b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a14075 View commit details
    Browse the repository at this point in the history
  4. fix tests

    shogunpurple committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8f0a234 View commit details
    Browse the repository at this point in the history
  5. Add sdk.automation.find

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    713500f View commit details
    Browse the repository at this point in the history
  6. Clean code

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1f01277 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    076f211 View commit details
    Browse the repository at this point in the history
  8. Respond to PR comment.

    samwho committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6f4e1dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7781e75 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #14846 from Budibase/ai-fixes-3.0

    BB AI QA testing fixes
    shogunpurple authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e938a41 View commit details
    Browse the repository at this point in the history
  11. Dont persist row action name

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    015854f View commit details
    Browse the repository at this point in the history
  12. Allow renaming row actions

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    dab3826 View commit details
    Browse the repository at this point in the history
  13. Remove duplicated modals

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2868c84 View commit details
    Browse the repository at this point in the history
  14. Clean

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    022ec12 View commit details
    Browse the repository at this point in the history
  15. Reuse

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8f99072 View commit details
    Browse the repository at this point in the history
  16. Fix get names

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b4a979e View commit details
    Browse the repository at this point in the history
  17. Check names properly

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1fef783 View commit details
    Browse the repository at this point in the history
  18. Remove row action update tests

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    732d701 View commit details
    Browse the repository at this point in the history
  19. Fix name checks

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    46a7f15 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #14577 from Budibase/new-rbac-ui

    New RBAC UI
    aptkingston authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    45dbfd2 View commit details
    Browse the repository at this point in the history
  21. Remove obsolete test

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    63daa6b View commit details
    Browse the repository at this point in the history
  22. update pro ref

    shogunpurple committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    612bd51 View commit details
    Browse the repository at this point in the history
  23. Merge v3-ui.

    samwho committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    da2b2e5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    17c9d9f View commit details
    Browse the repository at this point in the history
  25. Merge pull request #14849 from Budibase/BUDI-8770/row-action-automati…

    …on-names-are-not-updated-in-automation
    
    Row action name cleanup
    adrinr authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    64db4db View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    470ace7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ff48773 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8f80d8e View commit details
    Browse the repository at this point in the history
  29. Merge pull request #14818 from Budibase/queryui-default

    Make `queryUI` on `ViewV2` something you can write on its own, and `query` gets filled in for you
    samwho authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ad475be View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c6a413f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4eda072 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    77bb3cf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    cb4b798 View commit details
    Browse the repository at this point in the history
  34. Remove log

    aptkingston committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    de26d15 View commit details
    Browse the repository at this point in the history
  35. Refactor, correct to the BuiltinPermissionID rather than PermissionLe…

    …vel, these are different.
    mike12345567 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8f21802 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ca0dc03 View commit details
    Browse the repository at this point in the history
  37. Comment and test case.

    mike12345567 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3ddd8e1 View commit details
    Browse the repository at this point in the history
  38. Handle empty arrays too.

    samwho committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9ebd890 View commit details
    Browse the repository at this point in the history
  39. Linting.

    mike12345567 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e28357c View commit details
    Browse the repository at this point in the history
  40. Fix test.

    samwho committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f2a844c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a247283 View commit details
    Browse the repository at this point in the history
  42. Test fix.

    mike12345567 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8ebb02e View commit details
    Browse the repository at this point in the history
  43. Fix some type skullduggery.

    samwho committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f7b84ca View commit details
    Browse the repository at this point in the history
  44. Remove builderData usage

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7901c2d View commit details
    Browse the repository at this point in the history
  45. Remove

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    11b2e40 View commit details
    Browse the repository at this point in the history
  46. Remove api flag

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e67352d View commit details
    Browse the repository at this point in the history
  47. Merge pull request #14853 from Budibase/fix/role-validation

    Role validation - allow permissionId to be optional
    mike12345567 authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9d05f32 View commit details
    Browse the repository at this point in the history
  48. Cleanup dead code

    adrinr committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    998d000 View commit details
    Browse the repository at this point in the history
  49. Merge pull request #14852 from Budibase/fix-processSearchFilters

    Make sure processSearchFilters handles an undefined input.
    samwho authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    685d8cf View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    67cc35e View commit details
    Browse the repository at this point in the history
  51. Revert default param

    aptkingston committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6ac6db7 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    b6dbe54 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #14854 from Budibase/chore/simplify-automation-data

    Trigger info data in the frontend
    adrinr authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8466f88 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c8c5cbe View commit details
    Browse the repository at this point in the history
  55. Remove log

    aptkingston committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    13d0c0f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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

    aptkingston committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8a0193c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    247d578 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c112d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab0f818 View commit details
    Browse the repository at this point in the history
  6. Lint

    aptkingston committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d7ad035 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27d42a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90fb363 View commit details
    Browse the repository at this point in the history
  9. Lint

    aptkingston committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a38ae93 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    249f44d View commit details
    Browse the repository at this point in the history
  11. Remove fetchEnriched

    adrinr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9c9d256 View commit details
    Browse the repository at this point in the history
  12. Add theme tests

    aptkingston committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    889b216 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6879962 View commit details
    Browse the repository at this point in the history
  14. Move sdk rowaction code

    adrinr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ccdb032 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #14857 from Budibase/query-ui-frontend

    Frontend updates for storing view filters in `queryUI`
    aptkingston authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    389251c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7464f5e View commit details
    Browse the repository at this point in the history
  17. Add test deleting external ds

    adrinr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f2e4686 View commit details
    Browse the repository at this point in the history
  18. Try to fix pro

    aptkingston committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a1fbd3e View commit details
    Browse the repository at this point in the history
  19. Implement deletion

    adrinr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7b04197 View commit details
    Browse the repository at this point in the history
  20. Add test for internal

    adrinr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bbc9a27 View commit details
    Browse the repository at this point in the history
  21. Fix test

    adrinr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ae6f2f9 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #14778 from Budibase/view-calculation-ui

    Calculation Views UI
    aptkingston authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7bbe1c2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a8264aa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8dda1a5 View commit details
    Browse the repository at this point in the history
  25. Typing emitter

    adrinr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    47e16dd View commit details
    Browse the repository at this point in the history
  26. Proper typing

    adrinr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    342d70b View commit details
    Browse the repository at this point in the history
  27. Proper typing for emitTable

    adrinr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    637c13c View commit details
    Browse the repository at this point in the history
  28. Add missing rowaction

    adrinr committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4dedde5 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #14862 from Budibase/BUDI-8749/missing-old-row-on-…

    …automations
    
    Missing old row on automations
    adrinr authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ef24656 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f279a17 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    288517d View commit details
    Browse the repository at this point in the history
  32. Merge pull request #14864 from Budibase/chore/allow-overriding-minver…

    …sion-without-power-role
    
    Allow overriding the min version where we stop serving the power role
    adrinr authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    08ee84c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c8a7837 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    be55646 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2dec33c View commit details
    Browse the repository at this point in the history
  36. Merge pull request #14865 from Budibase/cheeks-fixes

    Misc V3 improvements
    aptkingston authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    15336d6 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #14859 from Budibase/BUDI-8774/row-actions-dont-ge…

    …t-deleted-when-removing-a-datasource
    
    Delete row actions when removing a datasource
    adrinr authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b05f35f View commit details
    Browse the repository at this point in the history
  38. Merge pull request #14860 from Budibase/BUDI-8774/delete-row-actions-…

    …when-unfetching-tables
    
    Remove row actions when unfetching tables
    adrinr authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c13613f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Merge master.

    samwho committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7ee72b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e4cfaf View commit details
    Browse the repository at this point in the history
  3. Allow bigints to be used in view calculations, and make sure they're …

    …accurate up to 64bit signed int via tests.
    samwho committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f46a668 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14858 from Budibase/remove-lightest-and-dark-themes

    Remove lightest and dark themes and add core types and utils for themes
    aptkingston authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c110cb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dae550c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5f1e3a View commit details
    Browse the repository at this point in the history
  7. Fix lint.

    samwho committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9ab266a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2710238 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9279b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    c2108ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    199c447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d461dcd View commit details
    Browse the repository at this point in the history
  4. Remove old files

    aptkingston committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1813072 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4979cce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83eed81 View commit details
    Browse the repository at this point in the history
  7. Remove styles

    aptkingston committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    76ccdba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67c5cc4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ad913a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    27c1788 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5156749 View commit details
    Browse the repository at this point in the history
  12. Update titles

    aptkingston committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    293368e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8f94e35 View commit details
    Browse the repository at this point in the history
  14. lint

    aptkingston committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6e021e6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5cf0e33 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    c5c17cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5aed43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9b4f88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67fea78 View commit details
    Browse the repository at this point in the history
  5. Fix lint.

    samwho committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0c8590b View commit details
    Browse the repository at this point in the history
  6. Fix OSS build.

    samwho committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b58fd7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8254e89 View commit details
    Browse the repository at this point in the history
  8. Fix frontend filtering

    adrinr committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    aab5256 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32ad21d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8ff150 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7cce68f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #14896 from Budibase/fix-default-values-multi

    Fix default values when using multi-option column and supplying empty array.
    samwho authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b6b66d7 View commit details
    Browse the repository at this point in the history
  13. Lint

    aptkingston committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fc3fcb5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    edfe3b9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5bda7da View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8b5dc8c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3f00655 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    22ae19a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6a25804 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'v3-ui' of github.com:budibase/budibase into budi-8792-b…

    …igint-and-boolean-fields-dont-support-default-values
    samwho committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fa99c07 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'budi-8792-bigint-and-boolean-fields-dont-support-defaul…

    …t-values' of github.com:budibase/budibase into budi-8792-bigint-and-boolean-fields-dont-support-default-values
    samwho committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8d76526 View commit details
    Browse the repository at this point in the history
  22. Fix table imports

    aptkingston committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b8f27b9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d530078 View commit details
    Browse the repository at this point in the history
  24. Fixing merge artifact

    mike12345567 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f94d8ba View commit details
    Browse the repository at this point in the history
  25. Merge branch 'v3-ui' of github.com:budibase/budibase into budi-8792-b…

    …igint-and-boolean-fields-dont-support-default-values
    samwho committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    32dcc9f View commit details
    Browse the repository at this point in the history
  26. Merge pull request #14897 from Budibase/budi-8792-bigint-and-boolean-…

    …fields-dont-support-default-values
    
    Support boolean and bigint fields having default values.
    samwho authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    336bd97 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    721b3ab View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0962e52 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ca125ca View commit details
    Browse the repository at this point in the history
  30. Merge pull request #14899 from Budibase/form-schema-changes

    Support view RBAC with forms and cache view definitions
    aptkingston authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c6855f1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a8a488d View commit details
    Browse the repository at this point in the history
  32. Merge pull request #14871 from Budibase/BUDI-8775/new-filtering-doesn…

    …t-work-with-queries
    
    Fix new filtering for with queries
    adrinr authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a1e4b6c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    765b3d2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    37ca13e View commit details
    Browse the repository at this point in the history
  35. Merge pull request #14888 from Budibase/data-tidy-up

    Data section toolbar standardisation
    aptkingston authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    871997b View commit details
    Browse the repository at this point in the history
  36. Update tests

    aptkingston committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    599370b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    66e3db6 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #14904 from Budibase/fix-filter-query-conversion

    Account for logicalOperator inside UISearchFilter groups
    aptkingston authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7d7dd31 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    ff4d919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    313bd9b View commit details
    Browse the repository at this point in the history
  3. unit test to cover

    shogunpurple committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b060741 View commit details
    Browse the repository at this point in the history
  4. lint

    shogunpurple committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d9b6858 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45dd00f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53fc45f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f3160a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15ebfdf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67a988a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    587aba8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #14921 from Budibase/cheeks-fixes

    Conditions reactivity fix + row actions improvement
    aptkingston authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7731aa4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    62caef1 View commit details
    Browse the repository at this point in the history
  13. adding assertion for AI

    shogunpurple committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8478c3f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b504f77 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'v3-ui' of github.com:budibase/budibase into fix-view-ca…

    …lculations-with-relationships
    samwho committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3f62f19 View commit details
    Browse the repository at this point in the history
  16. Respond to PR comments.

    samwho committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e06c062 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #14924 from Budibase/fix-view-calculations-with-re…

    …lationships
    
    Fix view calculations with relationships
    samwho authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    40cbcff View commit details
    Browse the repository at this point in the history
  18. Throw an error when attempting to bulkImport a relationship field int…

    …o an internal table. It doesn't work yet.
    samwho committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    920953a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    20ed18a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    945cf52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b8199b View commit details
    Browse the repository at this point in the history
  4. Clean table data before using it as additional data context to better…

    … reflect usable structure
    aptkingston committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    afbec93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9ba76f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b31559 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14928 from Budibase/allow-fields-on-counts

    Allow fields on count calculations.
    samwho authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e3b4998 View commit details
    Browse the repository at this point in the history
  8. fix AI tests

    shogunpurple committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0bc6647 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb2f2a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c85dd1f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    986cef6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ee9a39a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df8ec41 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f58fbc3 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #14925 from Budibase/error-on-bulkimporting-relati…

    …onship-fields
    
    Throw an error when attempting to bulkImport a relationship field into an internal table.
    samwho authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1f2301c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a8ef64b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b816cd9 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #14929 from Budibase/use-existing-ids-non-ds-plus

    Allow tables to handle _id values in non DS+ rows
    aptkingston authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3477fa3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    53caa7b View commit details
    Browse the repository at this point in the history
  20. Merge pull request #14930 from Budibase/view-calc-count-non-numeric

    Allow counting non-numeric fields in calculation views
    aptkingston authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d9b7e3e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    25a0bd2 View commit details
    Browse the repository at this point in the history
  22. Fix flaky export test.

    samwho committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    78554bd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b4e758d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6f92b39 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #14932 from Budibase/fix-flaky-export-test

    Fix flaky export test.
    samwho authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8c09ff8 View commit details
    Browse the repository at this point in the history