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

Add missing readme files #36

Merged
merged 53 commits into from
Jun 27, 2022
Merged

Add missing readme files #36

merged 53 commits into from
Jun 27, 2022

Conversation

agrancaric
Copy link
Collaborator

@agrancaric agrancaric commented Mar 14, 2022

Basic information

  • nrich version:
    1.4.0
  • Module:
    Project

Additional information

Description

Add missing README files and missing information in existing README files.

Summary

Added missing README files and missing information in existing README files.

Details

Related issue

Types of changes

  • Docs change

Checklist

  • I have read the project's CONTRIBUTING document
  • I have checked my code with the project's static analysis tooling
  • I have formatted my code with the project's IDEA code-style configuration
  • I have checked my code for misspellings
  • I have organized my changes in easy-to-follow commits
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests pass.

@agrancaric agrancaric self-assigned this Mar 14, 2022
@agrancaric agrancaric changed the title Feature add missing readme files Add missing readme files Mar 14, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 15, 2022

Codecov Report

Merging #36 (a688869) into master (11918f7) will not change coverage.
The diff coverage is n/a.

❗ Current head a688869 differs from pull request most recent head 798f80c. Consider uploading reports for the commit 798f80c to get more accurate results

@@            Coverage Diff            @@
##             master      #36   +/-   ##
=========================================
  Coverage     96.62%   96.62%           
  Complexity     1050     1050           
=========================================
  Files           155      155           
  Lines          2486     2486           
  Branches        231      231           
=========================================
  Hits           2402     2402           
  Misses           31       31           
  Partials         53       53           
Impacted Files Coverage Δ
...ch/core/api/exception/EntityNotFoundException.java 0.00% <ø> (ø)
...ypt/starter/properties/NrichEncryptProperties.java 100.00% <ø> (ø)
...ch/excel/api/request/CreateExcelReportRequest.java 100.00% <ø> (ø)
...excel/starter/properties/NrichExcelProperties.java 100.00% <ø> (ø)
...rmconfiguration/api/model/ConstrainedProperty.java 100.00% <ø> (ø)
...ion/api/request/FetchFormConfigurationRequest.java 100.00% <ø> (ø)
...r/properties/NrichFormConfigurationProperties.java 100.00% <ø> (ø)
...son/starter/properties/NrichJacksonProperties.java 100.00% <ø> (ø)
...nrich/logging/api/model/LoggingVerbosityLevel.java 100.00% <ø> (ø)
...fication/api/model/AdditionalNotificationData.java 100.00% <ø> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 11918f7...798f80c. Read the comment docs.

@agrancaric agrancaric force-pushed the feature_addMissingReadmeFiles branch from 2e4bc51 to a3451fa Compare March 16, 2022 07:02
@mfolnovic mfolnovic added this to the v1.3.0 milestone Mar 18, 2022
@agrancaric agrancaric force-pushed the feature_addMissingReadmeFiles branch 3 times, most recently from 26bcf01 to 6a49dfa Compare March 28, 2022 12:36
@agrancaric agrancaric force-pushed the feature_addMissingReadmeFiles branch from 6a49dfa to 0ff5a6e Compare April 7, 2022 11:28
@agrancaric agrancaric linked an issue Apr 7, 2022 that may be closed by this pull request
@jsajlovic jsajlovic modified the milestones: v1.3.0, v1.4.0 Apr 12, 2022
@jsajlovic jsajlovic requested review from ijakus and removed request for mfolnovic April 15, 2022 10:07
@agrancaric agrancaric force-pushed the feature_addMissingReadmeFiles branch 5 times, most recently from 49dee37 to 8af431c Compare April 28, 2022 08:50
@agrancaric agrancaric force-pushed the feature_addMissingReadmeFiles branch 3 times, most recently from 8f462d0 to 5d215b4 Compare May 4, 2022 08:06
@agrancaric agrancaric requested a review from jzrilic May 4, 2022 08:07
@jsajlovic jsajlovic modified the milestones: v1.4.0, v1.4.1 May 6, 2022
@agrancaric agrancaric force-pushed the feature_addMissingReadmeFiles branch from 515dae3 to 577416a Compare May 6, 2022 13:48
…ode parts and add missing class declarations)
…ag in code parts, fix errors in code and add missing class declarations)
…d missing dots, sync comment on boolean with rest of code)
… in code parts and add missing class declarations)
…in code parts, add missing lombok annotations and add missing class declarations)
…ode parts, fix errors and add missing class declarations)
…ode parts and add missing class declarations)
…ns of usage for nrich-logging-spring-boot-starter module README.MD
@agrancaric agrancaric force-pushed the feature_addMissingReadmeFiles branch from a688869 to 798f80c Compare June 27, 2022 10:40
@agrancaric agrancaric requested a review from jzrilic June 27, 2022 10:40
@jzrilic jzrilic merged commit 7dc91bb into master Jun 27, 2022
@jzrilic jzrilic deleted the feature_addMissingReadmeFiles branch June 27, 2022 11:43
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.

Fix documentation for MultiRowDataProvider
5 participants