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: django-es/django-elasticsearch-dsl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 278a0d0
Choose a base ref
...
head repository: django-es/django-elasticsearch-dsl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6e7a3f9
Choose a head ref
  • 11 commits
  • 13 files changed
  • 8 contributors

Commits on Sep 6, 2022

  1. Add atomic/zero-downtime index rebuilding (#358)

    * Added atomic/zero-downtime index rebuilding
    
    * Update django_elasticsearch_dsl/management/commands/search_index.py
    
    Co-authored-by: Maksudul Haque <saad.mk112@gmail.com>
    
    * Update django_elasticsearch_dsl/management/commands/search_index.py
    
    Co-authored-by: Maksudul Haque <saad.mk112@gmail.com>
    
    * Update django_elasticsearch_dsl/management/commands/search_index.py
    
    Co-authored-by: Maksudul Haque <saad.mk112@gmail.com>
    
    * Update django_elasticsearch_dsl/management/commands/search_index.py
    
    Co-authored-by: Maksudul Haque <saad.mk112@gmail.com>
    
    * Update django_elasticsearch_dsl/management/commands/search_index.py
    
    Co-authored-by: Maksudul Haque <saad.mk112@gmail.com>
    
    * Added index name slice to ensure index name length does not exceed 255 characters
    
    * Updated naming of flags
    
    * Updated arg help messages for '--use-alias' and '--use-alias-keep-index'
    
    * Updated 'indexes' to 'indices' for verbiage consistency
    
    * Simplified stdout messaging
    
    * Made adjustments for better switching between using aliases and not
    
    * Updated super() call for compatibility with Python 2
    
    * Simplified logic for stdout messaging
    
    * Fixed test_custom_generate_id_is_called test
    
    * Added comment explaining need for aliases regardless of using the '--use-alias' arg
    
    * Moved alias indices deletion for 'rebuild' without aliases to _delete()
    
    * Added 'return False' in case of undeleted index or alias in _delete()
    
    * Added _matches() to DocType for alias pattern matching
    
    Co-authored-by: Maksudul Haque <saad.mk112@gmail.com>
    oehrlein and saadmk11 authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d33a2da View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    d29d771 View commit details
    Browse the repository at this point in the history
  2. [New] Adding test candidate for python 3.11 and django 4.1 (#427)

    * [New] Adding test candidate for python 3.11 and django 4.1
    
    * fixup
    safwanrahman authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6129dfc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. [Fix] Fixing Example app (#428)

    * [Fix] Fixing Example app
    
    * [Fix] Removing docker
    safwanrahman authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    456efc1 View commit details
    Browse the repository at this point in the history
  2. Bump django from 4.1 to 4.1.2 in /example (#429)

    Bumps [django](https://github.com/django/django) from 4.1 to 4.1.2.
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@4.1...4.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    9dc301c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e40ec View commit details
    Browse the repository at this point in the history
  4. optimize index nested/object fields (#412)

    Co-authored-by: Alexander Myskin <alexandr.myskin@ostrovok.ru>
    Co-authored-by: Safwan Rahman <safwan.rahman15@gmail.com>
    3 people authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    0fb0805 View commit details
    Browse the repository at this point in the history
  5. Add linux AARCH64 support (#393)

    Signed-off-by: odidev <odidev@puresoftware.com>
    
    Signed-off-by: odidev <odidev@puresoftware.com>
    odidev authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    cf53884 View commit details
    Browse the repository at this point in the history
  6. Revert "Add linux AARCH64 support (#393)" (#431)

    This reverts commit cf53884.
    safwanrahman authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    1007598 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. fix elasticsearch-dsl package dependency. (#435)

    related issue: #434
    thune-xiaobai authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0f67504 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. bumping version

    safwanrahman committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6e7a3f9 View commit details
    Browse the repository at this point in the history
Loading