-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: django-haystack/django-haystack
base: master
head repository: RueLaLa/django-haystack
compare: master
- 20 commits
- 9 files changed
- 7 contributors
Commits on Oct 20, 2015
-
Merge pull request #4 from django-haystack/master
Bringing local fork up to Master from main django haystack project
Eric Bressler (Platform) committedOct 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 878fa21 - Browse repository at this point
Copy the full SHA 878fa21View commit details
Commits on Jan 15, 2020
-
Merge pull request #12 from RueLaLaTech/update-with-v2-4-1
Update with v2 4 1
Configuration menu - View commit details
-
Copy full SHA for 9a38eb6 - Browse repository at this point
Copy the full SHA 9a38eb6View commit details
Commits on Jan 21, 2020
-
Added in the ability for a "pre-processor" of the batches in haystack.
This allows somone to do certain things outside of the base object layer. An example: You have to call a 3rd party for some data and it is better to do it in bulk once and then do a lookup in memory while looping through the individual document creation. This could avoid tons of round trip requests to that 3rd party.
Configuration menu - View commit details
-
Copy full SHA for fd3802c - Browse repository at this point
Copy the full SHA fd3802cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 558e2e0 - Browse repository at this point
Copy the full SHA 558e2e0View commit details -
Replaced print statements in update_index with logging statements, an…
…d log batch execution times.
Configuration menu - View commit details
-
Copy full SHA for 17393b0 - Browse repository at this point
Copy the full SHA 17393b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 332ea82 - Browse repository at this point
Copy the full SHA 332ea82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62007c4 - Browse repository at this point
Copy the full SHA 62007c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5624aa - Browse repository at this point
Copy the full SHA f5624aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbfb137 - Browse repository at this point
Copy the full SHA cbfb137View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c433be - Browse repository at this point
Copy the full SHA 0c433beView commit details -
WEB-2469 __unicode__ method no longer exists in python3, so use the e…
…xisting __str__ method instead since it is already working for both python 2 and 3
Configuration menu - View commit details
-
Copy full SHA for e8ca089 - Browse repository at this point
Copy the full SHA e8ca089View commit details -
Force connections to close after workers complete their work.
After the multiprocessing pool is done the connection that the parent process had established is stale. For whatever reason, django is unable to detect this, and tries to reuse the connection, and gets an error on the next database query. I am forcing all DB connections to close immediately after the proc pool is closed, which means that it establishes a new connection before the next query.
Configuration menu - View commit details
-
Copy full SHA for da7ddcc - Browse repository at this point
Copy the full SHA da7ddccView commit details
Commits on Jan 22, 2020
-
Removed default logging configuration because it was conflicting with
logging configuration set up by our app, and double messages.
Configuration menu - View commit details
-
Copy full SHA for 215919e - Browse repository at this point
Copy the full SHA 215919eView commit details -
Replaced usages of the multiprocess logger introduced in the 2.5 branch
with our own logger. The multiprocess logger is only useful if you are logging to a file. We log to stdout. This logger also forces messages to stderr with a specific format that we don't want.
Configuration menu - View commit details
-
Copy full SHA for 92fabdc - Browse repository at this point
Copy the full SHA 92fabdcView commit details -
Merge pull request #14 from RueLaLaTech/update-to-2.5.1
Update to 2.5.1
Configuration menu - View commit details
-
Copy full SHA for fcecbb7 - Browse repository at this point
Copy the full SHA fcecbb7View commit details -
Merge pull request #15 from RueLaLaTech/bug/web-2808-SM-Reindex-Fails…
…-To-Run-2 Bug/web 2808 sm reindex fails to run 2
Configuration menu - View commit details
-
Copy full SHA for 76df13b - Browse repository at this point
Copy the full SHA 76df13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7450f2b - Browse repository at this point
Copy the full SHA 7450f2bView commit details -
Merge pull request #16 from RueLaLaTech/rgg-version-bump
rgg version bump
Configuration menu - View commit details
-
Copy full SHA for 258d938 - Browse repository at this point
Copy the full SHA 258d938View commit details
Commits on Dec 22, 2021
-
rename and re-version our fork to be compatible with semver
modern pip doesn't like our made-up versioning scheme also added packaging steps
Configuration menu - View commit details
-
Copy full SHA for 35ea161 - Browse repository at this point
Copy the full SHA 35ea161View commit details
Commits on Dec 23, 2021
-
Merge pull request #18 from RueLaLa/jp/rename-and-semver
WEB-4967: Package rename and semver
Configuration menu - View commit details
-
Copy full SHA for 026281c - Browse repository at this point
Copy the full SHA 026281cView 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 master...master