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

Remove log directory creation #391

Merged
merged 2 commits into from
Oct 6, 2020
Merged

Remove log directory creation #391

merged 2 commits into from
Oct 6, 2020

Conversation

platipo
Copy link
Contributor

@platipo platipo commented Oct 6, 2020

I didn't open a new issue because it didn't seem necessary, but #388 is blocked by the log directory creation.
I've gone though the code, checked where it was created and removed the related lines.

Copy link
Member

@aaron-junot aaron-junot left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@aaron-junot aaron-junot merged commit 7653a62 into OperationCode:main Oct 6, 2020
@platipo platipo deleted the remove-log-dir branch October 7, 2020 05:02
aaron-junot added a commit that referenced this pull request Oct 9, 2020
* Add non-root user for running uwsgi in Dockerfile

* Fix PermissionError due to COPY after chown

* Bump flake8 from 3.8.3 to 3.8.4

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.3...3.8.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump pytest from 6.1.0 to 6.1.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@6.1.0...6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Remove log directory creation (#391)

* Remove log directory creation

* Remove unused import

* Remove rate limiting for now

* Fix volume permission overwrite

This problem seems to be already known in
docker/compose#3270 (comment)

* Fix duplicate root mkdir

* Disable pytest test caching

See pytest-dev/pytest#3557

* Add blank coverage file

* Added extra overriding of permissions command in CI config

* Added user UID

* Clean Dockerfile and revert pytest.ini

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Aaron Suarez <aaron.j.suarez1@gmail.com>
Co-authored-by: Abdelrahman Kandil <abdelrahmankandil@hotmail.com>
Co-authored-by: Aaron Suarez <aaron-suarez@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.

2 participants