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

use current ZODB (3rd trial) #324

Merged
merged 2 commits into from
Apr 18, 2017
Merged

use current ZODB (3rd trial) #324

merged 2 commits into from
Apr 18, 2017

Conversation

jensens
Copy link
Member

@jensens jensens commented Apr 12, 2017

Original PR is #317. The second trial (#320) was to chaotic (I made wrong assumptions).

Now a third trial. I start with a simple cherry-pick of the original commit.

@jensens
Copy link
Member Author

jensens commented Apr 12, 2017

Ok, this shows that the original commit already comes with the problem.
As it was green at some point it must be something introduced later.

@plone/testing-team and @jimfulton any idea why it fails so badly here?

@jimfulton
Copy link

jimfulton commented Apr 12, 2017 via email

@jimfulton
Copy link

jimfulton commented Apr 12, 2017 via email

@jimfulton
Copy link

After adding a missing locale, I get no errors from bin/alltests in a linux container.

@jensens
Copy link
Member Author

jensens commented Apr 13, 2017

@jimfulton thanks for testing this. It looks more like a problem or a difference in our Jenkins test setup. I hope we sort this out next week at Plone Open Garden in Sorrento/ Italy.

@gforcada gforcada force-pushed the use-current-zodb-3 branch from d533783 to 97c8cb1 Compare April 18, 2017 14:51
@gforcada gforcada merged commit fb5d12b into 5.1 Apr 18, 2017
@gforcada gforcada deleted the use-current-zodb-3 branch April 18, 2017 19:43
@gforcada
Copy link
Member

@jimfulton @jensens thanks for your effort, finally we could fix the weird errors on our jenkins setup. I removed all cached eggs on .buildout folder and that was it 😄 🎉

@jimfulton
Copy link

Woo hoo!

mister-roboto pushed a commit that referenced this pull request Sep 20, 2022
Branch: refs/heads/master
Date: 2022-09-20T16:13:29+02:00
Author: Laurent Lasudry (laulaz) <[email protected]>
Commit: plone/plone.app.layout@1c9bfc5

Fix undefined logger variable

Files changed:
A news/323.bugfix
M plone/app/layout/viewlets/social.py
Repository: plone.app.layout

Branch: refs/heads/master
Date: 2022-09-20T16:13:47+02:00
Author: Laurent Lasudry (laulaz) <[email protected]>
Commit: plone/plone.app.layout@5c921d2

Use a variable to allow customization of social tags image scale

This refs #323

Files changed:
A news/323.feature
M plone/app/layout/viewlets/social.py
Repository: plone.app.layout

Branch: refs/heads/master
Date: 2022-09-20T20:18:19+02:00
Author: Laurent Lasudry (laulaz) <[email protected]>
Commit: plone/plone.app.layout@5a854bb

Merge pull request #324 from plone/allow-social-image-scale-customization

Use a variable to allow customization of the image scale used for social tags

Files changed:
A news/323.bugfix
A news/323.feature
M plone/app/layout/viewlets/social.py
mister-roboto pushed a commit that referenced this pull request Feb 27, 2024
Branch: refs/heads/2.1.x
Date: 2024-02-27T10:23:53+01:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: plone/plone.staticresources@8a8d712

update `mockup=5.1.11`

Files changed:
M package.json
Repository: plone.staticresources

Branch: refs/heads/2.1.x
Date: 2024-02-27T10:23:57+01:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: plone/plone.staticresources@0e77fa5

yarn install

Files changed:
M yarn.lock
Repository: plone.staticresources

Branch: refs/heads/2.1.x
Date: 2024-02-27T10:24:02+01:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: plone/plone.staticresources@4a13b93

compile

Files changed:
A src/plone/staticresources/static/bundle-plone/chunks/43923.30b79421eba33766a6af.min.js
A src/plone/staticresources/static/bundle-plone/chunks/43923.30b79421eba33766a6af.min.js.map
M src/plone/staticresources/static/bundle-plone/bundle.min.js
M src/plone/staticresources/static/bundle-plone/bundle.min.js.map
M src/plone/staticresources/static/bundle-plone/remote.min.js
M src/plone/staticresources/static/bundle-plone/remote.min.js.map
D src/plone/staticresources/static/bundle-plone/chunks/43923.f779d09d898de12dcb6c.min.js
D src/plone/staticresources/static/bundle-plone/chunks/43923.f779d09d898de12dcb6c.min.js.map
Repository: plone.staticresources

Branch: refs/heads/2.1.x
Date: 2024-02-27T10:25:38+01:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: plone/plone.staticresources@8937035

changenote

Files changed:
A news/324.bugfix
Repository: plone.staticresources

Branch: refs/heads/2.1.x
Date: 2024-02-27T11:35:14+01:00
Author: Peter Mathis (petschki) <[email protected]>
Commit: plone/plone.staticresources@7ce772d

Merge pull request #324 from plone/2.1.x-tinymce-image-fix

Update `mockup=5.1.11`

Files changed:
A news/324.bugfix
A src/plone/staticresources/static/bundle-plone/chunks/43923.30b79421eba33766a6af.min.js
A src/plone/staticresources/static/bundle-plone/chunks/43923.30b79421eba33766a6af.min.js.map
M package.json
M src/plone/staticresources/static/bundle-plone/bundle.min.js
M src/plone/staticresources/static/bundle-plone/bundle.min.js.map
M src/plone/staticresources/static/bundle-plone/remote.min.js
M src/plone/staticresources/static/bundle-plone/remote.min.js.map
M yarn.lock
D src/plone/staticresources/static/bundle-plone/chunks/43923.f779d09d898de12dcb6c.min.js
D src/plone/staticresources/static/bundle-plone/chunks/43923.f779d09d898de12dcb6c.min.js.map
mister-roboto pushed a commit that referenced this pull request Apr 19, 2024
Branch: refs/heads/master
Date: 2024-04-10T09:07:53+02:00
Author: 1letter (1letter) <[email protected]>
Commit: plone/plone.app.upgrade@989969e

sort imports via isort

Files changed:
M plone/app/upgrade/utils.py
M plone/app/upgrade/v52/final.py
M plone/app/upgrade/v60/tests.py
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2024-04-10T09:08:29+02:00
Author: 1letter (1letter) <[email protected]>
Commit: plone/plone.app.upgrade@c3461cc

add upgradestep for feature accordion plugin tinymce

Files changed:
A plone/app/upgrade/v61/alpha.py
M plone/app/upgrade/v61/configure.zcml
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2024-04-10T09:10:50+02:00
Author: 1letter (1letter) <[email protected]>
Commit: plone/plone.app.upgrade@d4eb0aa

add news

Files changed:
A news/324.feature
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2024-04-19T18:21:41+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.upgrade@dccb372

Merge pull request #325 from plone/feature-#324

Feature #324

Files changed:
A news/324.feature
A plone/app/upgrade/v61/alpha.py
M plone/app/upgrade/utils.py
M plone/app/upgrade/v52/final.py
M plone/app/upgrade/v60/tests.py
M plone/app/upgrade/v61/configure.zcml
mister-roboto pushed a commit that referenced this pull request Apr 19, 2024
Branch: refs/heads/master
Date: 2024-04-10T09:07:53+02:00
Author: 1letter (1letter) <[email protected]>
Commit: plone/plone.app.upgrade@989969e

sort imports via isort

Files changed:
M plone/app/upgrade/utils.py
M plone/app/upgrade/v52/final.py
M plone/app/upgrade/v60/tests.py
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2024-04-10T09:08:29+02:00
Author: 1letter (1letter) <[email protected]>
Commit: plone/plone.app.upgrade@c3461cc

add upgradestep for feature accordion plugin tinymce

Files changed:
A plone/app/upgrade/v61/alpha.py
M plone/app/upgrade/v61/configure.zcml
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2024-04-10T09:10:50+02:00
Author: 1letter (1letter) <[email protected]>
Commit: plone/plone.app.upgrade@d4eb0aa

add news

Files changed:
A news/324.feature
Repository: plone.app.upgrade

Branch: refs/heads/master
Date: 2024-04-19T18:21:41+02:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/plone.app.upgrade@dccb372

Merge pull request #325 from plone/feature-#324

Feature #324

Files changed:
A news/324.feature
A plone/app/upgrade/v61/alpha.py
M plone/app/upgrade/utils.py
M plone/app/upgrade/v52/final.py
M plone/app/upgrade/v60/tests.py
M plone/app/upgrade/v61/configure.zcml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants