- Notifications
You must be signed in to change notification settings - Fork 5
feat: address the issue of plaintext data being written to disk #35
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
base: main
Are you sure you want to change the base?
Conversation
initial configuration
Correct discourse version.
add formatting toolbar
Skip git security check.
Change branch.
Add translator
Cancel ratelimit strategies.
Change git repo to opensourceways.
Add "discourse-solved" plugin.
Update main branch from upstream
Update template
Rename repo of easecheck
| 开始门禁检查,等门禁检查通过后可以合入 |
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.
我们要将 discourse_docker 和上游社区保持一致,怎么保证最小改动?
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.
我们要将 discourse_docker 和上游社区保持一致,怎么保证最小改动?
Dockerfile Outdated
| RUN mkdir -p /shared/state/logrotate && ln -s /shared/state/logrotate /var/lib/logrotate && \ | ||
| mkdir -p /shared/state/anacron-spool && ln -s /shared/state/anacron-spool /var/spool/anacron && \ | ||
| mkdir -p /shared/log/rails && mkdir -p /shared/uploads && mkdir -p /shared/backups && \ | ||
| rm -rf /shared/tmp/{backups,restores} && mkdir -p /shared/tmp/{backups,restores} && \ |
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.
commit id 需要合并
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.
为什么要将这个文件删除掉
| cmd: | ||
| - sudo -H -E -u discourse git reset --hard | ||
| - sudo -H -E -u discourse git clean -f | ||
| - git config --global --add safe.directory $home |
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.
测试有没有验收,有没有测试充分
No description provided.