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] dev from opf:dev #173

Merged
merged 54 commits into from
May 27, 2024
Merged

[pull] dev from opf:dev #173

merged 54 commits into from
May 27, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented May 27, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

klaustopher and others added 30 commits May 23, 2024 16:53
According to the rack timout documentation
https://github.com/zombocom/rack-timeout/blob/main/doc/settings.md#service-timeout

"Service timeout can be disabled entirely by setting the property to 0
or false"

Limiting the service timeout to be active only in production enables debugging in dev and test env
without fearing for the timeout to take oneself out of context.
cbliard and others added 24 commits May 24, 2024 17:46
When `PermittedParams#settings` was called, it was not permitting any
params, which lead to "Unpermitted parameters: ..." messages being
logged, and then merged the resulting empty params with the controller
params after having filtered them manually. It was ok-ish but the logged
error message was misleading.

The `#settings` method was refactored to permit params that are allowed
in a single step and avoid the misleading log messages.
Bumps [@ngx-formly/core](https://github.com/ngx-formly/ngx-formly) from 6.3.0 to 6.3.2.
- [Release notes](https://github.com/ngx-formly/ngx-formly/releases)
- [Changelog](https://github.com/ngx-formly/ngx-formly/blob/main/CHANGELOG.md)
- [Commits](ngx-formly/ngx-formly@v6.3.0...v6.3.2)

---
updated-dependencies:
- dependency-name: "@ngx-formly/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [google-apis-gmail_v1](https://github.com/googleapis/google-api-ruby-client) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/googleapis/google-api-ruby-client/releases)
- [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-gmail_v1/CHANGELOG.md)
- [Commits](googleapis/google-api-ruby-client@0.40.0...0.41.0)

---
updated-dependencies:
- dependency-name: google-apis-gmail_v1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [webmock](https://github.com/bblimke/webmock) from 3.23.0 to 3.23.1.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.23.0...v3.23.1)

---
updated-dependencies:
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ev/ngx-formly/core-6.3.2

Bump @ngx-formly/core from 6.3.0 to 6.3.2 in /frontend
…-gmail_v1-0.41.0

Bump google-apis-gmail_v1 from 0.40.0 to 0.41.0
`ActionController::Parameters#permit` takes a list of filters. There is
no kwargs argument.

Co-authored-by: Klaus Zanders <k.zanders@openproject.com>
"attachment_whitelist" is normally permitted as an array parameter, but
the form passes it as a string parameter to be split. This commit adds a
way to also permit parameters such as "attachment_whitelist" as a string
parameter.
Chore: avoid misleading "Unpermitted parameters: xxx" message log
Allow ProjectQuery to be marked as public
…error

Makes sure jobs are eventually discarded when concurrency happens
Use shared_let and explicitly set user for `public_query`
@pull pull bot added the ⤵️ pull label May 27, 2024
@pull pull bot merged commit f336189 into l3dlp-sandbox:dev May 27, 2024
8 checks passed
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.

5 participants