-
Notifications
You must be signed in to change notification settings - Fork 271
Comparing changes
Open a pull request
base repository: django-es/django-elasticsearch-dsl
base: 7.2.2
head repository: django-es/django-elasticsearch-dsl
compare: 7.3
- 11 commits
- 13 files changed
- 8 contributors
Commits on Sep 6, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for d33a2da - Browse repository at this point
Copy the full SHA d33a2daView commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d29d771 - Browse repository at this point
Copy the full SHA d29d771View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 6129dfc - Browse repository at this point
Copy the full SHA 6129dfcView commit details
Commits on Nov 1, 2022
-
[Fix] Fixing Example app (#428)
* [Fix] Fixing Example app * [Fix] Removing docker
Configuration menu - View commit details
-
Copy full SHA for 456efc1 - Browse repository at this point
Copy the full SHA 456efc1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9dc301c - Browse repository at this point
Copy the full SHA 9dc301cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e40ec - Browse repository at this point
Copy the full SHA 28e40ecView commit details -
optimize index nested/object fields (#412)
Co-authored-by: Alexander Myskin <alexandr.myskin@ostrovok.ru> Co-authored-by: Safwan Rahman <safwan.rahman15@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0fb0805 - Browse repository at this point
Copy the full SHA 0fb0805View commit details -
Add linux AARCH64 support (#393)
Signed-off-by: odidev <odidev@puresoftware.com> Signed-off-by: odidev <odidev@puresoftware.com>
Configuration menu - View commit details
-
Copy full SHA for cf53884 - Browse repository at this point
Copy the full SHA cf53884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1007598 - Browse repository at this point
Copy the full SHA 1007598View commit details
Commits on Nov 18, 2022
-
fix elasticsearch-dsl package dependency. (#435)
related issue: #434
Configuration menu - View commit details
-
Copy full SHA for 0f67504 - Browse repository at this point
Copy the full SHA 0f67504View commit details
Commits on Feb 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e7a3f9 - Browse repository at this point
Copy the full SHA 6e7a3f9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.2.2...7.3