Prominence
  • Joined on 2022-03-11
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-05-03 15:26:39 +03:00
fb2e0e01be Updated README.
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-05-02 23:16:39 +03:00
2d81dadfad Fixed javadoc layout.
5e4b34632e Reimplemented request executor. Added possibility to test requests with mocked http requests.
Compare 2 commits »
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-05-02 07:06:39 +03:00
6c1a1642f1 Implemented first part of Road Risk API.
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-05-01 22:56:41 +03:00
8a1daa0fe2 Updated 5 Day / 3 Hour Forecast functionality.
7e88fe597c Updated javadocs.
aa48ac3aa0 Implemented Solar Radiation API functionality. Small refactoring.
Compare 3 commits »
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-05-01 06:46:40 +03:00
7f0866ffa2 Implemented climatic forecast for 30 days. Some refactoring.
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-04-30 06:36:39 +03:00
4fdb48986e A bunch of global refactoring and improvements.
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-04-19 22:16:39 +03:00
8ca55b15f7 Adjusted to use 17 source and 8 target version. Code refactoring. Docs improvements.
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-04-19 06:06:39 +03:00
5ca31780da Updated badges.
91a5acdb43 Adjusted jacoco settings.
3f5b7f6649 Updated script.
9c2a127703 Renamed key.
e6833c3007 Added jacoco test coverage report generation.
Compare 5 commits »
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-04-18 21:56:39 +03:00
d1bac609e8 Test commit for cirrus.
a17f687976 Test commit for cirrus.
1ae02e0e49 Test commit for cirrus.
46602e1f93 Test commit for cirrus.
Compare 4 commits »
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-04-18 13:46:39 +03:00
2553f13fbe Updated docs.
905d3876c3 Merge remote-tracking branch 'origin/master' into dev
45f0b494b3 Switched from maven to gradle 7.4.2 build tool.
47d52d953a Delete dependabot.yml
Compare 4 commits »
Prominence synced commits to master at Prominence/openweathermap-java-api from mirror 2022-04-17 21:46:39 +03:00
1d3d769849 Update README.md
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-04-17 05:36:39 +03:00
93b6b357c1 Switching to 17 version of java.
c0dd184965 Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 (#32)
08d0aa091d Bump maven-jar-plugin from 3.2.0 to 3.2.2 (#33)
93ae514550 Bump maven-compiler-plugin from 3.8.1 to 3.10.1 (#35)
2a15788569 Bump maven-javadoc-plugin from 3.3.0 to 3.3.2 (#36)
Compare 15 commits »
Prominence synced commits to master at Prominence/openweathermap-java-api from mirror 2022-04-17 05:36:39 +03:00
47d52d953a Delete dependabot.yml
ec988c5f26 Releasing 2.3.0 version.
7b8d46bb7a Updated README.md
6ae281af0d Merged changes from dev branch.
Compare 4 commits »
Prominence synced commits to refs/tags/2.3.0 at Prominence/openweathermap-java-api from mirror 2022-04-17 05:36:39 +03:00
Prominence synced new reference refs/tags/2.3.0 to Prominence/openweathermap-java-api from mirror 2022-04-17 05:36:39 +03:00
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-04-15 05:16:39 +03:00
40462397c1 Added methods and fields to represent daily moonrise/moonset information. Added tests. Fixed UKRAINIAN language constant name. Updated docs.
44b543e65c Another portion of refactoring. Updated dependencies.
Compare 2 commits »
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-04-14 21:06:39 +03:00
13b20fc7e9 Moved mappers into separate package.
Prominence synced commits to dev at Prominence/openweathermap-java-api from mirror 2022-04-13 04:46:39 +03:00
2a531dd683 Started global refactoring. Added timeout parameters for requests.