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

Merge stable into branch release-1.1 #5193

Merged
merged 63 commits into from
Dec 12, 2024
Merged

Conversation

bilalabbad
Copy link
Contributor

No description provided.

LucasG0 and others added 30 commits December 3, 2024 17:18
Add validator when adding a new attribute / relationship to the schema
…-IFC-991

Refresh branch hash in cache for local worker on create
This fixes issues with pre-releases where the git tag may not match the
previous filter we had.

We now check if the github release is a "pre-release" and also check if
the Poetry version is also a pre-release or dev-release one.

If the github release is not pre-release, we ensure that the Poetry
version is also not a pre-release one.

We also fix a potential issue where the "latest" Docker tag would be
added to older versions. Leverage the GitHub "latest" release flag to
solve that.

Signed-off-by: Fatih Acar <[email protected]>
…5135)

* Added combobox component for Relationship many (#4422)

* add relationship one combobox

* add and fix relationships + update types and props

* add pool button

* update style

* update tests

* udpate test

* start update tests

* fix select 2 steps

* add badge option

* fix test

* fix metadata mutation

* fix metadata mutation

* add pagination

* disable api delay

* remove state

* start add search

* fix group test

* fix select 2 step

* fix ip namespace test

* fix object relationship test

* fix select one

* fix pc test

* update search

* start fix input

* fix rebase for search

* fix pagination and reset state

* fix some test

* update timeout for tests

* fix close select

* fix test selector

* fix resource manager e2e test

* fix metadata locators

* display pool on relationship one

* use relationship many in users permissions and add custom field to display

* remove log

* remove log

* add fragment

* add search and pagination to relationship many

* fix open state for metadata edit form

* fix state condition value

* update pagination

* update relationship

---------

Co-authored-by: Bilal ABBAD <[email protected]>
This fixes issues with pre-releases where the git tag may not match the
previous filter we had.

We now check if the github release is a "pre-release" and also check if
the Poetry version is also a pre-release or dev-release one.

If the github release is not pre-release, we ensure that the Poetry
version is also not a pre-release one.

We also fix a potential issue where the "latest" Docker tag would be
added to older versions. Leverage the GitHub "latest" release flag to
solve that.

Signed-off-by: Fatih Acar <[email protected]>
* update changelog with proper/valid tags
* fix template for Towncrier version for future releases
* initial CI and invoke tasks for releases
* move imports into functions to allow `invoke` execution without `ruamel.yaml` and `semvar` requirements
* remove unneeded installs
* move imports into TYPE_CHECKING and enable annotations from `__future__` to allow proper execution/import order.
Fix error message returned while querying for a missing repository file
* update installation docs
@bilalabbad bilalabbad added the ci/skip-changelog Don't include this PR in the changelog label Dec 11, 2024
dependabot bot and others added 2 commits December 11, 2024 15:50
Bumps the npm_and_yarn group with 6 updates in the /docs directory:

| Package | From | To |
| --- | --- | --- |
| [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` |
| [path-to-regexp](https://github.com/pillarjs/path-to-regexp) | `0.1.10` | `1.9.0` |
| [serve-handler](https://github.com/vercel/serve-handler) | `6.1.5` | `6.1.6` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `4.21.2` |
| [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | `2.0.6` | `2.0.7` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.7` | `3.3.8` |

Bumps the npm_and_yarn group with 1 update in the /frontend/app directory: [nanoid](https://github.com/ai/nanoid).


Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

Updates `path-to-regexp` from 0.1.10 to 1.9.0
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.10...v1.9.0)

Updates `serve-handler` from 6.1.5 to 6.1.6
- [Release notes](https://github.com/vercel/serve-handler/releases)
- [Commits](vercel/serve-handler@6.1.5...6.1.6)

Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

Updates `http-proxy-middleware` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7)

Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serve-handler
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-proxy-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* partial fix and tests for generic delete constraints

* fix unit test

* add changelog
@bilalabbad bilalabbad closed this Dec 11, 2024
@bilalabbad bilalabbad force-pushed the bab-merge-stable-into-1.1 branch from 0ced4f7 to 65cc50b Compare December 11, 2024 15:07
@bilalabbad bilalabbad reopened this Dec 11, 2024
@github-actions github-actions bot added type/documentation Improvements or additions to documentation group/backend Issue related to the backend (API Server, Git Agent) group/frontend Issue related to the frontend (React) group/ci Issue related to the CI pipeline labels Dec 11, 2024
@bilalabbad bilalabbad requested a review from a team December 11, 2024 16:10
Copy link

codspeed-hq bot commented Dec 11, 2024

CodSpeed Performance Report

Merging #5193 will not alter performance

Comparing bab-merge-stable-into-1.1 (2f96f31) with release-1.1 (65cc50b)

Summary

✅ 10 untouched benchmarks

@bilalabbad bilalabbad force-pushed the bab-merge-stable-into-1.1 branch from 9f4d57a to 8db3807 Compare December 11, 2024 16:22
@bilalabbad bilalabbad force-pushed the bab-merge-stable-into-1.1 branch from 8db3807 to 3a29425 Compare December 11, 2024 16:25
@dgarros dgarros merged commit 636f64e into release-1.1 Dec 12, 2024
34 checks passed
@dgarros dgarros deleted the bab-merge-stable-into-1.1 branch December 12, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/skip-changelog Don't include this PR in the changelog group/backend Issue related to the backend (API Server, Git Agent) group/ci Issue related to the CI pipeline group/frontend Issue related to the frontend (React) type/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.