-
Notifications
You must be signed in to change notification settings - Fork 299
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
Adding folder time info #1752
Adding folder time info #1752
Conversation
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.
I left a very minor comment. Could you fix that?
beans/src/main/java/fr/pilato/elasticsearch/crawler/fs/beans/Folder.java
Outdated
Show resolved
Hide resolved
The docker build issue is something I need to fix on my end. |
Remove blank lines
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.
Actually I was able to do it ;)
@bdauvissat Sorry. Bad news. I merged a big change before applying your fix and that now requires more edits on your side. |
I will take a look at it. |
# Conflicts: # settings/src/main/resources/fr/pilato/elasticsearch/crawler/fs/_default/7/_settings_folder.json # settings/src/main/resources/fr/pilato/elasticsearch/crawler/fs/_default/8/_settings_folder.json # settings/src/test/java/fr/pilato/elasticsearch/crawler/fs/settings/FsMappingTest.java
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.
Thanks!
@bdauvissat Could you merge the master branch in your branch? I made some changes that should most of the time fix the Build jobs. |
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 3 New issues |
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.
I left 2 small comments. Could you fix that please? Thanks!
beans/src/main/java/fr/pilato/elasticsearch/crawler/fs/beans/Folder.java
Outdated
Show resolved
Hide resolved
core/src/main/java/fr/pilato/elasticsearch/crawler/fs/FsParserAbstract.java
Outdated
Show resolved
Hide resolved
Also, could you add this new feature in https://github.com/dadoonet/fscrawler/blob/master/docs/source/release/2.10.rst? |
Correcting date import and using existing methods for extracting dates for the folder
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
I chose to pass the three dates as arguments instead of inside an object because the most suitable object would be File but
fr.pilato.elasticsearch.crawler.fs.FsParserAbstract
usesjava.io.File
whilefr.pilato.elasticsearch.crawler.fs.beans.Folder
usesfr.pilato.elasticsearch.crawler.fs.beans.File
.