Skip to content

[pull] dev from opf:dev #593

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

Merged
merged 60 commits into from
May 5, 2025
Merged

[pull] dev from opf:dev #593

merged 60 commits into from
May 5, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented May 5, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

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

myabc and others added 30 commits May 1, 2025 16:06
Analgous to `assert_turbo_stream` provided by turbo-rails
`Turbo::TestAssertions`.
* Introduces `Projects::StatusButtonComponent` and its Lookbook Preview.
* Defines colours, icons as (Ruby) constants nested under
  `Project::Statuses` (c.f. `Meetings::Statuses`).
* Adds `Projects::StatusController` with `#update` action, routes and
  accompanying permissions.
* Updates `StatusButtonComponent` to use `turbo-method: :delete` for
  "Not set" menu item.
* Adds `Projects::StatusController#destroy` action, routes and
  accompanying permissions.
Edit settings feature already tests setting and unsetting project status
using the Project Status Button component.

The project status admin spec will likely be removed in a follow-up PR
(#18716 [OP Feature #63593](https://community.openproject.org/wp/63593))
Also aggregates failures where multiple expectations per example.
* [#63660] show attribute name in resolved subject

- https://community.openproject.org/work_packages/63660
- return array of token resolver objects from property mapper
- resolver reacts on absent context
- different reaction to nil values and not resolvable attributes

* [#63660] amend pattern input component

- component consumes new data from property mapper
- no need of building the prefix in component controller anymore
- sorting of values now happens in form component
Bumps the angular group in /frontend with 2 updates: [@angular/cli](https://github.com/angular/angular-cli) and [@angular-devkit/build-angular](https://github.com/angular/angular-cli).


Updates `@angular/cli` from 17.3.16 to 17.3.17
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.3.16...17.3.17)

Updates `@angular-devkit/build-angular` from 17.3.16 to 17.3.17
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.3.16...17.3.17)

---
updated-dependencies:
- dependency-name: "@angular/cli"
  dependency-version: 17.3.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 17.3.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.6.13 to 1.7.0.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.7.0/packages/dom)

---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.24.4 to 4.24.5.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.24.4...4.24.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the aws-gems group with 2 updates: [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) and [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby).


Updates `aws-sdk-core` from 3.222.3 to 3.223.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-s3` from 1.184.0 to 1.185.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-core
  dependency-version: 3.223.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-gems
- dependency-name: aws-sdk-s3
  dependency-version: 1.185.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-gems
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.31.0 to 4.32.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.31.0...selenium-4.32.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-version: 4.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Enforce frozen string literals across the storages module and
the openid_connect module.
…bdriver-4.32.0

Bump selenium-webdriver from 4.31.0 to 4.32.0
Bumps [selenium-devtools](https://github.com/SeleniumHQ/selenium) from 0.135.0 to 0.136.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

---
updated-dependencies:
- dependency-name: selenium-devtools
  dependency-version: 0.136.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Frozen string literals for storages and openid_connect
…nent

[#63482] Create Project Status Button Component
toy and others added 28 commits May 5, 2025 12:10
…-for-phases-and-phase-gates

Feature/59180 automatic scheduling for phases and phase gates
…vtools-0.136.0

Bump selenium-devtools from 0.135.0 to 0.136.0
…ev/browserslist-4.24.5

Bump browserslist from 4.24.4 to 4.24.5 in /frontend
…ev/floating-ui/dom-1.7.0

Bump @floating-ui/dom from 1.6.13 to 1.7.0 in /frontend
…c04cfffd

Bump the aws-gems group with 2 updates
…ev/angular-bd0c3c1f3f

Bump the angular group in /frontend with 2 updates
@pull pull bot added the ⤵️ pull label May 5, 2025
@pull pull bot merged commit 7abbbfb into kp-forks:dev May 5, 2025
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.

10 participants