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

marge develop into main #1890

Merged
merged 58 commits into from
Jul 18, 2024
Merged

marge develop into main #1890

merged 58 commits into from
Jul 18, 2024

Conversation

JFriel
Copy link
Collaborator

@JFriel JFriel commented Jul 18, 2024

Proposed Change

Summarise your proposed changes here, including any notes for reviewers.

Type of change

What types of changes does your code introduce? Tick all that apply.

  • Bugfix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation-Only Update
  • Other (if none of the other choices apply)

Checklist

By opening this PR, I confirm that I have:

  • Ensured that the PR branch is in sync with the target branch (i.e. it is automatically merge-able)
  • Created or updated any tests if relevant
  • Have validated this change against the Test Plan
  • Requested a review by one of the repository maintainers
  • Have written new documentation or updated existing documentation to detail any new or updated functionality and how to use it
  • Have added an entry into the changelog

JFriel and others added 28 commits July 9, 2024 13:01
Bugfix/RDMP-188 Attempt fix for 2am UTC issue
…-generator

Tak/rdmp 173 improve lookup generator
* add initial ticketing update

* fix patch

* interim

* allow blanks

* pass statuses around

* update tests

* add image

* add resources

* tidy up

* tidy up

* fix build

* add icon

* add image

* fix test

* add changelog

* fix error not poping

* add missing line

* fix typo

* tidy up
…-metadata-api

Task/rdmp 202 improved load metadata api
Bumps ObjectListView.Repack.NET6Plus from 2.9.4 to 2.9.5.

---
updated-dependencies:
- dependency-name: ObjectListView.Repack.NET6Plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps Terminal.Gui from 1.17.0 to 1.17.1.

---
updated-dependencies:
- dependency-name: Terminal.Gui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bugfix/rdmp 211: Plugin Read/Write Permissions
* add folders check

* add load directory checks

* add changelog

* update imports

---------

Co-authored-by: James A Sutherland <[email protected]>
Remove duplicate file - we have two identical files which differ only in case...
* add missing file

* add no reopining
Bumps YamlDotNet from 15.3.0 to 16.0.0.

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Update for new YamlDotNet API
{
var ticketingSystem = WhenIHaveA<TicketingSystemConfiguration>(repository);
ticketingSystem.SaveToDatabase();
return (T)(object)new TicketingSystemReleaseStatus(repository, "my_status", null, ticketingSystem);

Check warning

Code scanning / CodeQL

Useless upcast Warning

There is no need to upcast from
TicketingSystemReleaseStatus
to
Object
- the conversion can be done implicitly.
{
var cata = WhenIHaveA<Catalogue>(repository);

var lmd = WhenIHaveA<LoadMetadata>(repository);

return (T)(object)new LoadMetadataCatalogueLinkage(repository, lmd,cata);
return (T)(object)new LoadMetadataCatalogueLinkage(repository, lmd, cata);

Check warning

Code scanning / CodeQL

Useless upcast Warning

There is no need to upcast from
LoadMetadataCatalogueLinkage
to
Object
- the conversion can be done implicitly.
@JFriel JFriel merged commit fa8eb80 into main Jul 18, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants