User Details
- User Since
- Jan 5 2012, 3:55 PM (671 w, 2 d)
- Availability
- Available
Jan 9 2016
Dec 9 2015
Nov 5 2015
Per IRC, for posterity: it's a combination of implementation detail for our fetches at WMF, as well as seeing this done: T6878: Tagged commits which are not ancestors of any branch head don't get imported
Nov 4 2015
Inline issues should all be fixed.
- Mention ./bin/repo edit workflow as eventually deprecated by Conduit
- Fix indentation
- Validate user values for repo hosting modes
- Mention ./bin/repo edit workflow as eventually deprecated by Conduit
Oct 9 2015
Apr 16 2015
This should work fine. boolean "should" queries do basically exactly what you'd expect.
Mar 20 2015
Jan 13 2015
Ah, I think I had 2 PullLocal daemons running and one of them was fighting while the other was doing its job. All seems fine now.
Well the daemons were failing with the same message. I tried running it manually to see if phd was at fault at all. Same stacktrace either way.
Jan 8 2015
Here you go: P1698
Dec 30 2014
We could probably do better than string, but that's what the index was doing during automatic mapping creation anyway so I figured the status quo was ok for now.
Dec 22 2014
Should be be ready other than that last inline bit.
Dec 20 2014
Thanks for getting this so fast, we'll be sure to pull this into our next deployment.
Dec 18 2014
This should probably be rebased on top of the work in D10955: Properly create Elasticsearch index.
Dec 17 2014
Implement recursive settings comparison to check index sanity
Refer to init in check instead of init-index
- Cleaned up base class implementations
- Switched auto_expand_replicas to 0-2
- Made things work better for non-english installs:
- Dropped english posessive stemmer and english stop words
- Swapped english stemmer for kstem
Dec 11 2014
Replies inline.
Dec 10 2014
Change checks to happen with other site checks instead of at index
time. Introduce new ./bin/search init for initializing the index.
Dec 8 2014
Thanks for the quick turnaround on this!
Dec 6 2014
Oct 27 2014
Sep 22 2014
Sounds good. I'll work on disabling it in our install anyway :)
It's not disabled on our install (should be, but that's our issue). Was just following the links :)
Aug 29 2014
Actually, we can work around this quite nicely after talking with folks. If auto_create_index is set to false, we just need to create an empty index and it'll figure out the mapping when the first document is inserted. In ES speak, it's just issuing a simple PUT to the bare index that doesn't exist yet: curl -s -XPUT <es-host>:9200/<index-name>
No, nothing incorrect about your usage, just need to detect the scenario and error out properly. There's two workarounds:
- Disable the setting completely, create your index, turn the setting back to how you had it
- Configure the setting to whitelist the phabricator* index and blacklist the others.
Aug 28 2014
(for a bit of background: we've got this set to false at WMF because ES has a bad habit of not creating indexes exactly as we'd like them so we don't trust it to and have an index-creation script ourselves)
Jul 31 2014
Jul 11 2014
Handle uri formation better, don't add to deprecated config, call the
setting 'namespace' so it's more clear to Phabricator.
Jul 7 2014
I went ahead and signed the individual CLA since I retain the copyright on all my work.
Jul 2 2014
May 28 2014
Just tested against a fresh build of v0.90.9, worked just fine still.
It should, but I'll double check.