Skip to content
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

Merged
merged 7 commits into from
Jan 22, 2024
Merged

Conversation

bdauvissat
Copy link

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 uses java.io.File while fr.pilato.elasticsearch.crawler.fs.beans.Folder uses fr.pilato.elasticsearch.crawler.fs.beans.File.

Copy link
Owner

@dadoonet dadoonet left a 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?

@dadoonet
Copy link
Owner

The docker build issue is something I need to fix on my end.

Remove blank lines
Copy link
Owner

@dadoonet dadoonet left a 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 ;)

@dadoonet
Copy link
Owner

@bdauvissat Sorry. Bad news. I merged a big change before applying your fix and that now requires more edits on your side.
See #1746

@dadoonet dadoonet self-requested a review November 24, 2023 12:48
@bdauvissat
Copy link
Author

I will take a look at it.

Benjamin Dauvissat added 2 commits November 24, 2023 15:37
# 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
Copy link
Owner

@dadoonet dadoonet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dadoonet
Copy link
Owner

@bdauvissat Could you merge the master branch in your branch? I made some changes that should most of the time fix the Build jobs.

Copy link

sonarcloud bot commented Dec 14, 2023

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

3 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Owner

@dadoonet dadoonet left a 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!

@dadoonet dadoonet added the update When updating an existing feature label Jan 14, 2024
@dadoonet dadoonet added this to the 2.10 milestone Jan 14, 2024
@dadoonet dadoonet self-assigned this Jan 14, 2024
@dadoonet
Copy link
Owner

Also, could you add this new feature in https://github.com/dadoonet/fscrawler/blob/master/docs/source/release/2.10.rst?

Benjamin Dauvissat added 2 commits January 20, 2024 17:40
Correcting date import and using existing methods for extracting dates for the folder
Copy link

sonarcloud bot commented Jan 20, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@dadoonet dadoonet merged commit 99f6296 into dadoonet:master Jan 22, 2024
12 of 13 checks passed
@dadoonet dadoonet linked an issue Jan 30, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update When updating an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding creation and modification timestamps in the folder indice
2 participants