Marcin Słowiak

Results 9 issues of Marcin Słowiak

## ⚠️ Is your feature request related to a problem? Please describe We want to have endpoints separated by feature and located in swagger via tags. ## 💡 Things need...

enhancement
feature-task

Things to be done: - Move GET `​/communities​/{communityId}​/houses` from `communities` tag to `houses` tag in `api.yaml` - Move POST `​/communities​/{communityId}​/houses` from `communities` tag to `houses` tag in `api.yaml` - Move...

good first issue
up-for-grabs

It is more like a cleanup task. Things to be done: - move logic from `AmenityController` to `BookingController` (new class) - rewrite API specs to `api.yaml` file - change resource...

good first issue
up-for-grabs

## ⚠️ Is your feature request related to a problem? Please describe We want to have integration tests in the separate module rather than in the `service` module as actually....

enhancement
feature-task

Is there a possibility to use that library with the Gradle build tool?

For a given contract: ``` package contracts.consumerApi import org.springframework.cloud.contract.spec.Contract Contract.make { request { method 'GET' url '/test-get' headers { header('Content-Type', 'application/json') } } response { status OK() body( ''' {...

bug

This PR adds the ability to generate frontend client API code automatically! :) Cannot be merged till we adjust `api.yaml` with secured endpoints, base URL as localhost, and add login...

enhancement
dependencies
do-not-merge

Provide a way in which we will utilize the specs from: https://raw.githubusercontent.com/jmprathab/MyHome/master/api/src/main/resources/public/swagger/api.yaml and generate frontend javascript client based on that file. It should be done using `openapi-generator-cli`.

enhancement

# Task Description We have in project two classes: - `NewAsynchronousFileChannelTestIT` - `NewByteChannelIT` The classes are annotated with integration test annotation and extending `S3UnitTestBase`. # Tasks The following tasks will...

help wanted