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

Update dependencies #595

Merged
merged 20 commits into from
Dec 19, 2022
Merged

Update dependencies #595

merged 20 commits into from
Dec 19, 2022

Conversation

dnlkoch
Copy link
Member

@dnlkoch dnlkoch commented Oct 20, 2022

Description

Changelist:

Open issues:

- some endpoints / models do not show up in swagger-ui (e.g. Application).

Migration guide

Related issues or pull requests

Pull request type

  • Bugfix
  • Feature
  • Dependency updates
  • Tests
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe)

Do you introduce a breaking change?

  • Yes
  • No

Checklist

  • I understand and agree that the changes in this PR will be licensed under the
    Apache Licence Version 2.0.
  • I have followed the guidelines for contributing.
  • The proposed change fits to the content of the code of conduct.
  • I have added or updated tests and documentation, and the test suite passes (run mvn test locally).
  • I have added a screenshot/screencast to illustrate the visual output of my update.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 402 files.

Valid Invalid Ignored Fixed
272 18 112 0
Click to see the invalid file list
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/config/GraphQLConfig.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/ApplicationGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/BaseGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/FileGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/GroupGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/ImageFileGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/LayerGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/UserGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/dto/MutateApplication.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/dto/MutateGroup.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/dto/MutateLayer.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/dto/MutateUser.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/exception/EntityNotAvailableException.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/scalar/DateTimeScalar.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/scalar/GeometryScalar.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/scalar/JsonScalar.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/scalar/LongScalar.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/scalar/ObjectScalar.java

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 402 files.

Valid Invalid Ignored Fixed
272 18 112 0
Click to see the invalid file list
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/config/GraphQLConfig.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/ApplicationGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/BaseGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/FileGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/GroupGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/ImageFileGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/LayerGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/controller/UserGraphQLController.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/dto/MutateApplication.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/dto/MutateGroup.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/dto/MutateLayer.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/dto/MutateUser.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/exception/EntityNotAvailableException.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/scalar/DateTimeScalar.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/scalar/GeometryScalar.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/scalar/JsonScalar.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/scalar/LongScalar.java
  • shogun-lib/src/main/java/de/terrestris/shogun/lib/graphql/scalar/ObjectScalar.java

@LukasLohoff LukasLohoff marked this pull request as ready for review December 15, 2022 17:07
@LukasLohoff
Copy link
Member

Thanks for your reviews @dnlkoch @hwbllmnn !

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