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

[pull] master from ome:master #40

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
999c499
Point out that the playbooks work on CentOS 7 only, remove ome-ansibl…
pwalczysko Aug 23, 2024
adc782f
Merge pull request #376 from pwalczysko/fix-readme
joshmoore Aug 26, 2024
feec0b3
Adjust demo playbook,requirements.yml, delete the rest, adjust README
pwalczysko Aug 26, 2024
c1461fe
Adjust the demo email message for websockets
pwalczysko Nov 18, 2024
44efe72
Bump versions server,web,figure,tagsearch
pwalczysko Nov 18, 2024
25533d4
Pin role versions cf. Seb's comment
pwalczysko Nov 18, 2024
efd4d1f
Rename omero folder to playbooks
pwalczysko Nov 18, 2024
98f4036
Add tests
pwalczysko Nov 20, 2024
07c606d
Reformat requirements.yml
pwalczysko Nov 20, 2024
2c28f48
Add tests
pwalczysko Nov 19, 2024
ef36d3c
Implement changes of ssl protocol and ciphers
pwalczysko Nov 20, 2024
fee1fde
Bump to v5 cf. J-M's comment
pwalczysko Nov 26, 2024
cbd713d
Merge pull request #379 from pwalczysko/only-demo-on-prod-playbooks
pwalczysko Nov 26, 2024
05580ce
Bump iviewer 0.15.0
will-moore Nov 26, 2024
1bc8e6e
Fix cd playbooks in README
will-moore Nov 27, 2024
4d7c2f6
Merge pull request #380 from will-moore/bump_iviewer_0.15.0
pwalczysko Nov 29, 2024
cab5ad8
Bump omero-figure 7.2.0
will-moore Dec 16, 2024
1f622f2
Merge pull request #382 from will-moore/bump_figure_7.2.0
pwalczysko Dec 16, 2024
19c0dfb
Adjust protocols and ciphers as per workshop&outreach
pwalczysko Dec 13, 2024
f806daf
Remove unused jinja files for sls-gallery and learning
pwalczysko Dec 13, 2024
02723b4
Introduce nginx_version: 1.26.2 variable in demo playbook
pwalczysko Dec 13, 2024
9005c5f
Bump web and server on demo
pwalczysko Dec 16, 2024
57171f3
Change the target owner of the figure_scripts dir to be omero-server
pwalczysko Dec 16, 2024
c01729a
Merge pull request #381 from pwalczysko/demo-web
jburel Dec 17, 2024
f61fe85
Bump omero-figure 7.2.1
will-moore Jan 10, 2025
b4890db
Merge pull request #383 from ome/bump_figure_7.2.1
pwalczysko Jan 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change the target owner of the figure_scripts dir to be omero-server
pwalczysko committed Dec 16, 2024
commit 57171f3d0680984c2e38b1a12b7fbba46750c9a9
3 changes: 2 additions & 1 deletion playbooks/ome-demoserver.yml
Original file line number Diff line number Diff line change
@@ -193,7 +193,8 @@
state: directory
mode: 0755
recurse: true
owner: root
owner: "omero-server"
group: "omero-server"

- name: Download the Figure_To_Pdf.py script
become: true