-
-
Notifications
You must be signed in to change notification settings - Fork 701
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
[ADD] website_url_sitemap_exclusion #957
[ADD] website_url_sitemap_exclusion #957
Conversation
CI should be fixed after #958 |
55920c8
to
301736f
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
301736f
to
0cd5b87
Compare
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
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.
Non blocking remarks
|
||
|
||
class WebsiteForbiddenUrls(models.Model): | ||
_name = "website.forbidden.url" |
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.
Maybe matter of taste but I would use "blacklist(ed)" instead of "forbidden".
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 wish we had thought of it from the beginning :)
Since this would require a migration and some renaming throughout the whole module, I'd rather leave it as is
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.
maybe good for the roadmap? 😉
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.
👍🏻 added to the roadmap
0cd5b87
to
ad5783c
Compare
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 for the review!
|
||
|
||
class WebsiteForbiddenUrls(models.Model): | ||
_name = "website.forbidden.url" |
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 wish we had thought of it from the beginning :)
Since this would require a migration and some renaming throughout the whole module, I'd rather leave it as is
ad5783c
to
4d86048
Compare
This PR has the |
4d86048
to
7ad97aa
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
No description provided.