-
Notifications
You must be signed in to change notification settings - Fork 194
Move Elasticsearch server setup to config files #1202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
oalders
commented
Apr 28, 2024
- Make config easier to get for now
- Get elasticsearch servers from config
5f127f2 to
933d084
Compare
d84f414 to
ef0c4d0
Compare
ed24698 to
56f0f42
Compare
57f30c3 to
dc055b9
Compare
lib/MetaCPAN/Script/Runner.pm
Outdated
| use Hash::Merge::Simple qw( merge ); | ||
| use File::Path (); | ||
| use MetaCPAN::Server::Config (); | ||
| use Module::Pluggable qw( plugins ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here and in several other places duplicate use statements have been added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perlimports is ignoring Module::Pluggable, so this is not being caught in merge conflict resolution.
a3687c8 to
7cf08db
Compare
…as being used as the model
a6c6dc8 to
64aeeaa
Compare
3074951 to
6eeaa43
Compare
Fix es config in script/mapping test
6eeaa43 to
3423628
Compare