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

Implement java server #1203

Open
wants to merge 86 commits into
base: master
Choose a base branch
from
Open

Implement java server #1203

wants to merge 86 commits into from

Commits on Jul 27, 2020

  1. init server-java/gradle

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    69d50cb View commit details
    Browse the repository at this point in the history
  2. added .gitignore

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    82059c2 View commit details
    Browse the repository at this point in the history
  3. added Dockerfile for java

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    5e6003f View commit details
    Browse the repository at this point in the history
  4. added docker-compose with react and java

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    049b827 View commit details
    Browse the repository at this point in the history
  5. init spring boot app with default configs

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    de0d324 View commit details
    Browse the repository at this point in the history
  6. added core module

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    2effec0 View commit details
    Browse the repository at this point in the history
  7. added default graphQL schema

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    3acdca5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dea5219 View commit details
    Browse the repository at this point in the history
  9. init counter module

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    1e618db View commit details
    Browse the repository at this point in the history
  10. added counter graphQL schema

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    13af767 View commit details
    Browse the repository at this point in the history
  11. added counter model, repository + db initializer

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    66f41da View commit details
    Browse the repository at this point in the history
  12. added counter pub/sub service

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    f7022b0 View commit details
    Browse the repository at this point in the history
  13. added counter graphQL resolvers

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    b496f6b View commit details
    Browse the repository at this point in the history
  14. added user module + graphQL schema

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    1ef76c7 View commit details
    Browse the repository at this point in the history
  15. added entities(models) for user module

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    1fd5f30 View commit details
    Browse the repository at this point in the history
  16. added DTOs related to graphQL input types

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    0c50adc View commit details
    Browse the repository at this point in the history
  17. added repositories

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    51480b8 View commit details
    Browse the repository at this point in the history
  18. added DB initializer when the application starts

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    fe1a05d View commit details
    Browse the repository at this point in the history
  19. added implementation of pub/sub service for user

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    05dc371 View commit details
    Browse the repository at this point in the history
  20. added graphQL resolvers for user

    vitalii committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    66fced7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. fixed docker-compose

    vitalii committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    e2c9b91 View commit details
    Browse the repository at this point in the history
  2. added tests for counter module

    vitalii committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    8f5c907 View commit details
    Browse the repository at this point in the history
  3. added tests for user module

    vitalii committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    ed348f2 View commit details
    Browse the repository at this point in the history
  4. format code

    vitalii committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    de22da7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. added graphQL schema for register/login/actions with password

    added authentication module
    implemented generating jwt
    vitalii committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9055d99 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    dd96044 View commit details
    Browse the repository at this point in the history
  2. updated docker files

    vitalikmordak committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    a1c857c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f410aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21d3e08 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    b06979a View commit details
    Browse the repository at this point in the history
  2. added models for login

    vitalikmordak committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b697cd8 View commit details
    Browse the repository at this point in the history
  3. implemented logout

    vitalikmordak committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    41f890e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8194b62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f998d4d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    fe0dd3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af533ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53ef7fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4257a02 View commit details
    Browse the repository at this point in the history
  5. removed CORS config

    vitalikmordak committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    a0908d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a23e697 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd2bf58 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. added cors

    vitalikmordak committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    433ff0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c4e56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eac9b56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f04de26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfbf45f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d201df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f040b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ee6236 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    ff8432e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4e9152 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    b84c361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b00365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7656cd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca31393 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    47ba270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8d0380 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. implemented post module

    vitalikmordak committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    dff2f7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f4bdf View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    422ebfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d15d40f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    31ee83c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d862f97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80fa7d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01967fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    654b554 View commit details
    Browse the repository at this point in the history
  6. delete gitkeep

    vitalikmordak committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    355ddbd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    f1c397b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5cb544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    412d066 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    680625b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    321feb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03b5a90 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    6f463d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    81a0baf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4123730 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    a098c5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d3ba09 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    c39caf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f815c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    69b76ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b828b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    08aa578 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. implemented i18n module

    vitalikmordak committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    301debf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    576f8cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e66358 View commit details
    Browse the repository at this point in the history