Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: maykinmedia/objects-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: maykinmedia/objects-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.2
Choose a head ref
  • 15 commits
  • 25 files changed
  • 2 contributors

Commits on Mar 4, 2025

  1. Merge pull request #537 from maykinmedia/release/3.1.0

    🔖 release 3.0.1
    stevenbal authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    e5268e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7bff7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c8d3db View commit details
    Browse the repository at this point in the history
  4. ⚡ [#538] Optimize objects list performance

    the filter to only include the objectrecords with the highest index per object was causing major performance degradations, especially in combination with filters on data_attrs.
        Instead of using `Max(...)` together with GROUP BY, we now use Window to figure out the max index per object which is more efficient for larger datasets
    stevenbal committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    39b01fa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

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

Commits on Mar 6, 2025

  1. Merge pull request #539 from maykinmedia/issue/523-selected-fields-no…

    …t-tracked
    
    [#523] Added help_text in Change Permission View
    stevenbal authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    8a2f638 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #540 from maykinmedia/issue/538-list-performance

    ⚡ [#538] Optimize objects list performance
    stevenbal authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    bede7c9 View commit details
    Browse the repository at this point in the history
  3. ⬆️ [#541] Upgrade kombu to 5.4.2

    since Celery 5.5 isn't out yet, this should fix the redis connection issues
    stevenbal committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    e4910b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3759fc0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #544 from maykinmedia/issue/upgrade-jinja2

    ⬆️ Upgrade jinja2 to 3.1.6 to fix security issue
    stevenbal authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    c122778 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #542 from maykinmedia/issue/541-celery-5.5

    ⬆️ [#541] Upgrade kombu to 5.4.2
    stevenbal authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    1457721 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    c337bb9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #547 from maykinmedia/issue/upgrade-django

    ⬆️ Upgrade Django to 4.2.20
    stevenbal authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    4e17dc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    174b7ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f32a61 View commit details
    Browse the repository at this point in the history
Loading