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

Merge 2.1 #48

Merged
merged 26 commits into from
May 7, 2018
Merged

Merge 2.1 #48

merged 26 commits into from
May 7, 2018

Commits on May 3, 2018

  1. refactor(ALL): refactor to Gradle / split project / improve code [ski…

    …p-ci]
    
    * Improving code for addimg more endpoints * Refactoring project compilation into Gradle (4.7) *
    Splitting into subproject for supporting different game. Skipping CI for reasons: * No test classes
    exist. * CI deployment and test is not configured for Gradle Compiler
    
    BREAKING CHANGE: #13 - Still needs to configure deplayment into JCenter
    Damian Staszewski committed May 3, 2018
    Configuration menu
    Copy the full SHA
    727b22f View commit details
    Browse the repository at this point in the history
  2. chore(TEMPLATE): update github templates [skip ci]

    Damian Staszewski committed May 3, 2018
    Configuration menu
    Copy the full SHA
    a549165 View commit details
    Browse the repository at this point in the history
  3. chore(CI): fixing issue CI [skip ci]

    permission denied for file: ./gradlew
    Damian Staszewski committed May 3, 2018
    Configuration menu
    Copy the full SHA
    87099ea View commit details
    Browse the repository at this point in the history
  4. chore(Bintray): Bintray upload [skip ci]

    Damian Staszewski committed May 3, 2018
    Configuration menu
    Copy the full SHA
    0e674a7 View commit details
    Browse the repository at this point in the history
  5. feat(README): Update README [skip ci]

    links and dependencies update
    Damian Staszewski committed May 3, 2018
    Configuration menu
    Copy the full SHA
    c9fc48d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. chore(UPDATE): update code [skip ci]

    * adding missing endpoints
    * sorting into Google Code Style
    Damian Staszewski committed May 5, 2018
    Configuration menu
    Copy the full SHA
    9eabd2a View commit details
    Browse the repository at this point in the history
  2. perf(REST): allows a custom RestTemplate

    improving, allows to creating a custom RestTemplate
    Damian Staszewski committed May 5, 2018
    Configuration menu
    Copy the full SHA
    e1add55 View commit details
    Browse the repository at this point in the history
  3. chore(FILE): Remove file

    Damian Staszewski authored May 5, 2018
    Configuration menu
    Copy the full SHA
    0068156 View commit details
    Browse the repository at this point in the history
  4. perf(SESSION): session creation adjustments

    Damian Staszewski committed May 5, 2018
    Configuration menu
    Copy the full SHA
    2bb0646 View commit details
    Browse the repository at this point in the history
  5. perf(JSON): change access method to public

    Damian Staszewski committed May 5, 2018
    Configuration menu
    Copy the full SHA
    6ffeb5a View commit details
    Browse the repository at this point in the history
  6. perf(COMMON): Builder improvement

    Damian Staszewski committed May 5, 2018
    Configuration menu
    Copy the full SHA
    6c916bf View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/feature/2.1' into feature/2.1

    # Conflicts:
    #	smite/src/test/java/SmiteTest.java
    Damian Staszewski committed May 5, 2018
    Configuration menu
    Copy the full SHA
    4f6c27f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. ci(TRAVIS): do not install

    Damian Staszewski committed May 6, 2018
    Configuration menu
    Copy the full SHA
    4d22642 View commit details
    Browse the repository at this point in the history
  2. perf(FEED): getting if it is all platforms

    Damian Staszewski committed May 6, 2018
    Configuration menu
    Copy the full SHA
    ab8bafb View commit details
    Browse the repository at this point in the history
  3. refactor(REST): Refactoring Rest Client

    * Replace Spring RestTemplate into a custom OkHttp3 Test Endpoint (all queries using GET method)
    * removing dependency management to use a own version
    Damian Staszewski committed May 6, 2018
    Configuration menu
    Copy the full SHA
    29167a2 View commit details
    Browse the repository at this point in the history
  4. style(ALL): formatting code

    Damian Staszewski committed May 6, 2018
    Configuration menu
    Copy the full SHA
    e575782 View commit details
    Browse the repository at this point in the history
  5. fix(CODACY): code coverage

    Damian Staszewski committed May 6, 2018
    Configuration menu
    Copy the full SHA
    53200d5 View commit details
    Browse the repository at this point in the history
  6. fix(CODACY): code coverage

    Damian Staszewski committed May 6, 2018
    Configuration menu
    Copy the full SHA
    cec00f5 View commit details
    Browse the repository at this point in the history
  7. fix(CODACY): code coverage - deprecated

    Codacy will triggering test automatically test inside the platform
    Damian Staszewski committed May 6, 2018
    Configuration menu
    Copy the full SHA
    52245ce View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. fix(REST): fixing rest response

    * OkHttp3 responding once when you call methods closing it.
    * Modules will be registering inside the RestController
    * Error Handling moved to RestController (they are a private method)
    * removed backslash [/] inside buildUrl method on AbstractEndpoint
    * Adding InstantTimeDeserializer to deserialize timestamps
    Damian Staszewski committed May 7, 2018
    Configuration menu
    Copy the full SHA
    4d29050 View commit details
    Browse the repository at this point in the history
  2. style(ALL): typings and toString

    Damian Staszewski committed May 7, 2018
    Configuration menu
    Copy the full SHA
    c51a48e View commit details
    Browse the repository at this point in the history
  3. perf(SESSION): logging session creation

    Damian Staszewski committed May 7, 2018
    Configuration menu
    Copy the full SHA
    ab0538b View commit details
    Browse the repository at this point in the history
  4. style(ALL): reformat code

    Damian Staszewski committed May 7, 2018
    Configuration menu
    Copy the full SHA
    a480cb0 View commit details
    Browse the repository at this point in the history
  5. style(ALL): reformat code

    Damian Staszewski committed May 7, 2018
    Configuration menu
    Copy the full SHA
    b623b3a View commit details
    Browse the repository at this point in the history
  6. style(CHECKSTYLE): Typings, Javadoc

    Damian Staszewski committed May 7, 2018
    Configuration menu
    Copy the full SHA
    7bd82bf View commit details
    Browse the repository at this point in the history
  7. style(CHECKSTYLE): checkstyle file

    Damian Staszewski committed May 7, 2018
    Configuration menu
    Copy the full SHA
    bf05537 View commit details
    Browse the repository at this point in the history