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

🐛 [BUG] Fix SchemaRandonneeParser url update (refs #4022) #4369

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

justinefricou
Copy link
Contributor

@justinefricou justinefricou commented Nov 15, 2024

Description

Related Issue

Checklist

  • I have followed the guidelines in our Contributing document
  • My code respects the Definition of done available in the Development section of the documentation
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes
  • I added an entry in the changelog file
  • My commits are all using prefix convention (emoji + tag name) and references associated issues
  • I added a label to the PR corresponding to the perimeter of my contribution
  • The title of my PR mentionned the issue associated

@justinefricou justinefricou changed the title Fix schema randonnee parser url parsing 🐛 [BUG] Fix schema randonnee parser url parsing Nov 15, 2024
@justinefricou justinefricou changed the title 🐛 [BUG] Fix schema randonnee parser url parsing 🐛 [BUG] Fix SchemaRandonneeParser url update Nov 15, 2024
Copy link

cypress bot commented Nov 15, 2024

Geotrek-admin    Run #10379

Run Properties:  status check passed Passed #10379  •  git commit 01d420a124 ℹ️: Merge 353ca8b18943670ebda1a2b759a9e4686055c66c into a763f53d9fe3056d547ca2a9676f...
Project Geotrek-admin
Branch Review refs/pull/4369/merge
Run status status check passed Passed #10379
Run duration 02m 06s
Commit git commit 01d420a124 ℹ️: Merge 353ca8b18943670ebda1a2b759a9e4686055c66c into a763f53d9fe3056d547ca2a9676f...
Committer Justine Fricou
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 22
View all changes introduced in this branch ↗︎

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.45%. Comparing base (a763f53) to head (353ca8b).
Report is 10 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4369   +/-   ##
=======================================
  Coverage   98.45%   98.45%           
=======================================
  Files         267      267           
  Lines       21103    21107    +4     
=======================================
+ Hits        20777    20781    +4     
  Misses        326      326           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@justinefricou justinefricou force-pushed the fix_SchemaRandonneeParser_url_parsing branch 3 times, most recently from cf0c0de to 7895e4e Compare November 15, 2024 15:07
@justinefricou justinefricou marked this pull request as ready for review November 15, 2024 15:20
@justinefricou justinefricou force-pushed the fix_SchemaRandonneeParser_url_parsing branch from 7895e4e to 8fd0b01 Compare November 18, 2024 09:25
@justinefricou justinefricou changed the title 🐛 [BUG] Fix SchemaRandonneeParser url update 🐛 [BUG] Fix SchemaRandonneeParser url update (refs #4022) Nov 18, 2024
@babastienne babastienne requested a review from a team November 18, 2024 13:16
geotrek/trekking/parsers.py Outdated Show resolved Hide resolved
@justinefricou justinefricou force-pushed the fix_SchemaRandonneeParser_url_parsing branch from 8fd0b01 to 226a9d4 Compare November 22, 2024 15:17
- fix url being duplicated in description after new import if description is null or was not updated
- description and url are now parsed in a filter_description method rather than in the end method
@justinefricou justinefricou force-pushed the fix_SchemaRandonneeParser_url_parsing branch from 226a9d4 to 353ca8b Compare November 22, 2024 15:22
@justinefricou justinefricou merged commit 45fd2a2 into master Nov 25, 2024
23 checks passed
@justinefricou justinefricou deleted the fix_SchemaRandonneeParser_url_parsing branch November 25, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants