Skip to content

Remove debug print from apphook_reload #6917

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

Merged
merged 6 commits into from
Feb 12, 2021
Merged

Conversation

yakky
Copy link
Member

@yakky yakky commented Oct 8, 2020

Description

Port changes in #6791 as aggreed on the issue

Related resources

Checklist

  • I have opened this pull request against develop
  • I have updated the CHANGELOG.rst
  • I have added or modified the tests when changing logic

@coveralls
Copy link

Coverage Status

Coverage remained the same at 78.215% when pulling dd7bda3 on yakky:merge/6791 into 4d75b92 on divio:develop.

@yakky
Copy link
Member Author

yakky commented Oct 9, 2020

@FinalAngel @Aiky30 could you restart the failed travis task? failure seem more random than related to this, and apparentyl I can't restart tasks on travis (probably due to the org change)

@Aiky30
Copy link
Contributor

Aiky30 commented Oct 14, 2020

@yakky @FinalAngel I don't have the access to rerun this test I'm afraid. I don't think I was ever able to in Travis, I could in Circle CI.

@FinalAngel
Copy link
Member

FinalAngel commented Oct 15, 2020

@yakky @Aiky30 you may need to re-trigger the build. They should now go through the django-cms organisation (which should allow you to restart the builds)

@yakky
Copy link
Member Author

yakky commented Oct 15, 2020

@FinalAngel forced a push to retrigger the build. I confirm that I can now cancel / retry builds on travis

Copy link
Contributor

@Aiky30 Aiky30 left a comment

Choose a reason for hiding this comment

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

Ideally any change will have a changelog. Willing to let this go here but won't in future.

@Aiky30
Copy link
Contributor

Aiky30 commented Oct 28, 2020

Needs bringing up to date and then it's ready to come in.

stuaxo and others added 3 commits October 31, 2020 23:32
Remove print statements from apphook_reload.py

Debug logging in the codebase via print statements is OK locally, but should never have been committed to the codebase.
@yakky
Copy link
Member Author

yakky commented Oct 31, 2020

@Aiky30 sorry I missed your comment

Changelog entry added

@Aiky30 Aiky30 linked an issue Dec 8, 2020 that may be closed by this pull request
@yakky
Copy link
Member Author

yakky commented Dec 8, 2020

@Aiky30 conflict fixed

yakky and others added 2 commits December 8, 2020 17:22
Co-authored-by: Éric Araujo <merwok@netwok.org>
@Aiky30 Aiky30 changed the title Remove debug print Remove debug print from apphook_reload Feb 12, 2021
@Aiky30 Aiky30 merged commit 5df20f3 into django-cms:develop Feb 12, 2021
fsbraun pushed a commit to fsbraun/django-cms that referenced this pull request Jun 2, 2023
Debug logging in the codebase via print statements is OK locally, but should never have been committed to the codebase.

Co-authored-by: Stuart Axon <stuaxo2@yahoo.com>
Co-authored-by: Éric Araujo <merwok@netwok.org>
Co-authored-by: Aiky30 <Aiky30@users.noreply.github.com>
fsbraun added a commit that referenced this pull request Jun 2, 2023
…7572)

* Update wizards.py (typo fix)

* add eslint exception for new-cap

* fix eslint error

* Update test

* Dynamic unihan decoder selection based on page language

* Fix: Unicode slug for v4

* Use Slug field in page admin form for slug

* Remove print statements from apphook_reload.py (#6917)

Debug logging in the codebase via print statements is OK locally, but should never have been committed to the codebase.

Co-authored-by: Stuart Axon <stuaxo2@yahoo.com>
Co-authored-by: Éric Araujo <merwok@netwok.org>
Co-authored-by: Aiky30 <Aiky30@users.noreply.github.com>

* Update forms

* Fix log entry test

* fix json linting

* Update tests for django 2.2

* ... and fix ruff issue

---------

Co-authored-by: Iacopo Spalletti <github@spalletti.it>
Co-authored-by: Stuart Axon <stuaxo2@yahoo.com>
Co-authored-by: Éric Araujo <merwok@netwok.org>
Co-authored-by: Aiky30 <Aiky30@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use logging for apphook reload
6 participants