Patrick Jungermann

Results 18 issues of Patrick Jungermann

## Expected Behavior only move operations ``` [ { "op" : "move", "from" : "/0", "path" : "/1" }, { "op" : "move", "from" : "/2", "path" : "/3" }...

## Hey, I just made a Pull Request! #### :heavy_check_mark: Checklist - [x] A changeset describing the change and affected packages. ([more info](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#creating-changesets)) - [x] Added or updated documentation -...

documentation
area:catalog

## Hey, I just made a Pull Request! #### :heavy_check_mark: Checklist - [x] A changeset describing the change and affected packages. ([more info](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#creating-changesets)) - [ ] Added or updated documentation...

area:catalog

### 📜 Description If a request fails at the server side, e.g., due to a project ID used which does not exist. ### 👍 Expected behavior No database structure is...

bug
help wanted
stale

When executing conventional-changelog or conventional-changelog -p angular the commit reference **(valid)** will look like [9ac1a12](https://bitbucket.org/owner/repo-slug/commits/9ac1a12374ab45b85f0be3add03df21ee618fb5c When executing conventional-changelog or conventional-changelog -p conventionalcommits the commit reference **(invalid)** will look like [9ac1a12](https://bitbucket.org/owner/repo-slug/commit/9ac1a12374ab45b85f0be3add03df21ee618fb5c

Use the `$id` keyword instead of `id` at the JSON Schema `compose-spec.json`. **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #

Add the marker to "generated" at the file header to make it easier for tooling to identify generated files as such. Closes: #1604

Release https://github.com/mkdocs/mkdocs/releases/tag/1.4.0 introduces a new feature edit_uri_template which is a more flexible version of edit_uri. I've prepared changes to utilize this at https://github.com/backstage/backstage. Note: mkdocs v1.4.2 supports Python 3.11 https://github.com/mkdocs/mkdocs/releases/tag/1.4.2...

bug

`putContentIntoLines` from `src/reader/reader.ts` fails on any string `'This is text; with a semicolon.'` and will break this into separate queries which will be all invalid.

Currently, postgres-invalid-alter-option will fail for the valid statement `ALTER DEFAULT PRIVILEGES ...`. https://www.postgresql.org/docs/16/sql-alterdefaultprivileges.html Relates-to: PR #258