Skip to content

Tags: ucphhpc/migrid-sync

Tags

v1.27.0+next

Toggle v1.27.0+next's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 Adjust subprocess calls to use new text arg in createvgrid (#298)

Adjust subprocess calls to use new `text` arg in `createvgrid` reusing
`addvgridowner` layout.

Follow-up to issue #288.

v1.26.0+next

Toggle v1.26.0+next's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 Implement default Content Type Options header in Apache (#277)

Add X-Content-Type-Options 'nosniff'` header in apache to harden against
XSS attacks sneaking in scripts or stylesheets from arbitrary files.

v1.25.0+next

Toggle v1.25.0+next's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add state check to verifyarchives helper and use to verify FINAL Arch…

…ives only (#268)

Implement a simple `-s STATE` option in the verifyarchives.py helper to
make it fail if the verified archive is not actually in `STATE`. Use it
by default in the generated `migverifyarchives` cron job with `-s
FINAL`, so that in case a non-FINAL archive should enter the list of
archives to verify it will fail and tell why.

Also added proper support for the python3 on Rocky9 default of 8 random
characters in the generated `Archive-????????` names from tempfile,
which used to be only 6 characters on python2 in CentOS7.

v1.24.0+next

Toggle v1.24.0+next's commit message

Verified

This commit was signed with the committer’s verified signature.
jonasbardino Jonas Bardino
fix version dependency for notebook_parameterizer package to address …

…failing GH Actions on rocky8

git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6247 b75ad72c-e7d7-11dd-a971-7dbc132099af

v1.24.0+main

Toggle v1.24.0+main's commit message

Verified

This commit was signed with the committer’s verified signature.
jonasbardino Jonas Bardino
Merge remote-tracking branch 'origin/master' into edge

v1.23.0

Toggle v1.23.0's commit message
Manually merge PR242 to update external account (migoid/migcert) expi…

…re warning emails to point to the new built-in Renew button at the Account page where applicable in order to limit operator overhead from account renewals.

git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6234 b75ad72c-e7d7-11dd-a971-7dbc132099af

v1.23.0+next

Toggle v1.23.0+next's commit message

Verified

This commit was signed with the committer’s verified signature.
jonasbardino Jonas Bardino
Manually merge PR242 to update external account (migoid/migcert) expi…

…re warning emails to point to the new built-in Renew button at the Account page where applicable in order to limit operator overhead from account renewals.

git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6234 b75ad72c-e7d7-11dd-a971-7dbc132099af

v1.23.0+main

Toggle v1.23.0+main's commit message

Verified

This commit was signed with the committer’s verified signature.
jonasbardino Jonas Bardino
Merge remote-tracking branch 'origin/master' into edge

v1.22.0

Toggle v1.22.0's commit message
minor format adjustment for better readability as suggested in issue 235

git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6226 b75ad72c-e7d7-11dd-a971-7dbc132099af

v1.22.0+next

Toggle v1.22.0+next's commit message

Verified

This commit was signed with the committer’s verified signature.
jonasbardino Jonas Bardino
Adjust Action to make sure pylint can find our python modules.