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

Docker Port Changes #551

Merged
merged 5 commits into from
Nov 14, 2024
Merged

Docker Port Changes #551

merged 5 commits into from
Nov 14, 2024

Conversation

chrismaddalena
Copy link
Collaborator

Summary

This includes some changes to roll-up recent PRs for release v4.3.6 and some changes to the Docker YAML for production systems.

CHANGELOG

[4.3.6] - 14 November 2024

Added

  • Added support for table captions in the WYSIWYG editor (PR Add captions to tables #547)
    • Caption text can be customized by right-clicking on the table > Table Properties > General > Show caption
  • Added report configuration options for figure and table caption placement (above or below) for Word

Changed

  • Production deployments now default to only exposing PostgreSQL and Hasura ports to internal services
    • This change is to improve security by limiting the number of exposed ports on the server
    • If you need direct access to PostgreSQL or Hasura, you can adjust the Docker Compose file to expose the ports on the host system or run a utility like psql inside the container

Fixed

Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.98%. Comparing base (987be14) to head (80edfea).
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #551   +/-   ##
=======================================
  Coverage   91.98%   91.98%           
=======================================
  Files         322      322           
  Lines       18682    18682           
=======================================
+ Hits        17184    17185    +1     
+ Misses       1498     1497    -1     

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

@chrismaddalena chrismaddalena merged commit dc9aa38 into master Nov 14, 2024
8 checks passed
@chrismaddalena chrismaddalena deleted the hotfix/docker-changes branch November 14, 2024 23:00
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.

1 participant