Граф коммитов

46 Коммитов

Автор SHA1 Сообщение Дата
Ricky Rosario 5c3326d3bd [bug 1097052] Remove most of the Karma app.
Only Titles are left.
2014-12-09 14:57:31 -05:00
Dean Johnson 0929579b58 [bug 905834] Vagrant support for dev deployment. 2014-12-05 13:38:33 -05:00
Rehan Dalal 574bc88c2a Fix redis config files 2014-06-10 13:13:20 -04:00
Ricky Rosario dad20cf4b3 Update redis configs for v2.6.x 2014-02-12 15:16:44 -05:00
Ricky Rosario 3f30d8752e [bug 872516] Create kitsune python module. 2013-06-03 17:59:17 -04:00
Ricky Rosario 8b25e69b2e [bug 864876] Remove password blacklisting code. 2013-04-24 01:07:00 -04:00
Will Kahn-Greene 67b46ba734 Add README I meant to add a couple of weeks ago 2013-02-19 18:21:01 -05:00
davd Weir 9ad429fad7 [bug 832769] updated the password folder to include easy passwords r=willkg
updated the password folder to include easy passwords souch as firefox
password, mozilla and simular
2013-01-20 14:58:44 -05:00
Ricky Rosario 2f797114df Remove unused configs/words.txt 2012-09-25 10:21:13 -04:00
Will Kahn-Greene 8405999034 [bug 755923] RIP Sphinx
This removes all the Sphinx-related stuff.

You may need to do:

    git rm --cached vendors/src/oedipus vendor/src/sphinxapi

to remove the vendor git submodule stuff.
2012-06-21 13:19:46 -04:00
Erik Rose 40205e12be [bug 694979] [bug 698474] [bug 698475] [bug 706638] Add optional, experimental support for ElasticSearch.
The advanced search works, but the front-page search and the searching from within the questions app are still buggy (returning 0 results). Thus, we'll leave the waffle flags off for now.
2011-12-09 13:57:09 -05:00
Erik Rose 37b54d1a4a Kill the `age` field.
It's just the inverse of `updated`, and we don't want to figure out how to do math in the ES indexing.
2011-12-06 13:43:01 -05:00
Tim Watts 69b292e144 [bug 682818] added basic filter for usernames 2011-12-01 18:20:33 +00:00
Ricky Rosario 93448f82a8 [bug 687896] Removed "firefox" from search stopwords. 2011-10-04 18:06:52 -04:00
James Socol bf39cb0b0f [bug 685111] Search assumes tags inherit.
Update the Sphinx config so it pulls tags off the *parent* document,
if it exists, so that translations inherit their parents' tags.
2011-09-07 09:11:51 -04:00
Ricky Rosario cf91da3376 [bug 678499, bug 678502] Remove FirefoxVersion and OperatingSystem from search index, form and view. 2011-08-19 16:15:56 -04:00
Ricky Rosario 44e96f0de4 A start to karma implementation with redis backend.
* Karma actions defined for answer, first answer, solution, helpful vote
* Behind 'karma' waffle switch
* /admin/karma page shows top contributors, allows user key lookup, and initializing karma.
* REDIS_TEST_BACKENDS settings used for tests
* SkipTest tests that depend on redis when the test backend(s) arent defined
* Added redis-test.conf
2011-07-01 14:36:13 -04:00
James Socol 2bfa1ae3da Drop Question.status and Question.confirmation_id [bug 661630]
Remove the old columns for confirming questions, an old view, and update
search and a couple of tests.
2011-06-03 10:50:35 -04:00
James Socol 196d67e50c Configs for persistent and volatile Redis. [bug 659521] 2011-05-24 20:59:59 -04:00
Ricky Rosario 0871c617fd Password blacklist. [bug 655896] 2011-05-12 12:42:32 -04:00
Erik Rose 6aad189955 [bug 654327] Allow specifying Obsoleteness in search UI. Omit Obsolete articles from basic search.
Make advanced search default to not finding archived articles as well.
2011-05-11 10:10:17 -07:00
James Socol 329439d9e5 Ignore redirect articles in search. [bug 629493] 2011-01-28 12:35:03 -05:00
James Socol bf0bcaec58 Switch joins in the wiki_pages index. [bug 613059] 2010-11-17 18:54:12 -05:00
James Socol f50e34479c Sphinx now considers FX and OS values from parents of translations. [bug 611716] 2010-11-12 18:35:19 -05:00
James Socol 315155cdf2 New stopwords list. [bug 586034] 2010-11-02 15:15:26 -04:00
James Socol 0325256d7d Make sphinx.conf use the right python [bug 604402]
The issue we've had with Hudson in the past (the missing python26
executable in the virtualenv) seem to be resolved. I'm hopeful that
this will work this time, but there's a chance I'll back it out after
the next build.
2010-10-15 11:43:36 -04:00
James Socol 559c348ec1 More handy updates to Sphinx tests, thanks to Dave. 2010-10-06 11:36:18 -04:00
James Socol 160d88af26 Update build.sh to allow parametrized Sphinx port. 2010-10-06 11:36:17 -04:00
James Socol 3af9ceacad Search view is returning results from the new KB. 2010-10-05 18:48:15 -04:00
James Socol 21defa5439 Fixes from feedback. 2010-10-05 18:48:15 -04:00
James Socol b72b64f1b3 General cleanup and refactor Sphinx indexes. 2010-10-05 18:48:15 -04:00
James Socol 609c999fcc New Sphinx index for KB documents. 2010-10-05 18:48:14 -04:00
James Socol ccca0cb1a6 [Bug 567960] Add vendor library. 2010-08-24 18:42:27 -04:00
Paul Craciunoiu 71fd4641d4 [588677] Undo attempts to fix sphinx.conf because they break Hudson. Great. 2010-08-18 21:20:44 -07:00
Paul Craciunoiu 571cb9db5c [588677] Fix sphinx conf to use the proper python. (2nd attempt with suggestion from Shyam) 2010-08-18 21:13:31 -07:00
Paul Craciunoiu e517b5b0f3 [588677] Fix sphinx conf to use the proper python. 2010-08-18 20:58:40 -07:00
James Socol 8f889844fe [bug 583156] Fixing questions' tag multi-attribute query. 2010-07-30 16:10:55 -04:00
James Socol d6d74ab3cf [bug 569289] New Sphinx index for the questions app, SearchClient
subclass, and advanced search UI.

Still some tests being skipped or not written, but things seem to be
working. Will finish up the tests next week, but committing to unblock
other work.

Paul did at least half the work on this branch.
2010-07-29 18:28:55 -04:00
Paul Craciunoiu f97f5f0f9a Add search UI for discussion forums and update views. Add tests, update sphinx config where necessary, and clean up search tests. 2010-06-01 21:57:09 -07:00
Paul Craciunoiu 3ecef8d8c6 Adding sphinx config, DiscussionClient and a sanity test. 2010-05-27 15:01:15 -07:00
James Socol 92319552d8 Changing the sphinx port to not overlap with AMO's default for testing. 2010-05-07 18:43:24 -07:00
Paul Craciunoiu cb27eed0bc SET NAMES utf8 for sphinx.conf 2010-04-16 15:55:00 -07:00
James Socol a927cfb4d4 Build scripts! 2010-04-12 14:41:06 -07:00
James Socol 57f9e24b76 Removing the old, unused forum_posts index from the sphinx.conf 2010-04-07 16:28:52 -07:00
James Socol 8e39688483 Adding in the machinery to do sphinx tests 2010-04-06 10:43:24 -07:00
James Socol 80dcaf8b0b Adding custom word lists and tests. Reversed logic on spellcheck() to make it more intuitive. 2010-04-02 10:22:43 -07:00