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

115 refactor main #206

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open

115 refactor main #206

wants to merge 45 commits into from

Commits on Feb 5, 2024

  1. deleted redundant imports

    cmatlak committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d191597 View commit details
    Browse the repository at this point in the history
  2. deleted redundant imports

    cmatlak committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ad1fcaf View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 7, 2024

  1. Merge branch 'main' into 115-refactor-main-OldPullRequst-Fix

    # Conflicts:
    #	pom.xml
    #	src/main/java/org/fungover/haze/Main.java
    #	src/test/java/org/fungover/haze/MainTest.java
    cmatlak committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8d989f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63536ba View commit details
    Browse the repository at this point in the history
  3. removed out commented code

    cmatlak committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a34aec1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14e6de5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    89536e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b27eb85 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/115-refactor-main-OldPullRequst-…

    …Fix' into 115-refactor-main-OldPullRequst-Fix
    
    # Conflicts:
    #	pom.xml
    #	src/main/java/org/fungover/haze/Main.java
    #	src/test/java/org/fungover/haze/MainTest.java
    cmatlak committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3ee767c View commit details
    Browse the repository at this point in the history
  4. fixed an error in pom

    cmatlak committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9f149cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d3b49f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3a8c41 View commit details
    Browse the repository at this point in the history
  7. fixed an error in command

    cmatlak committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    aac1444 View commit details
    Browse the repository at this point in the history
  8. fixed an error in command

    cmatlak committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    39a95b0 View commit details
    Browse the repository at this point in the history
  9. fixed errors

    cmatlak committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7071550 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. fixed errors

    cmatlak committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6273b06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ad90f6 View commit details
    Browse the repository at this point in the history
  3. fixed errors

    cmatlak committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    95e488a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bd0cc1 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/115-refactor-main' into 115-refa…

    …ctor-main
    
    # Conflicts:
    #	src/main/java/org/fungover/haze/Main.java
    cmatlak committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e11cc1c View commit details
    Browse the repository at this point in the history
  6. added test for getInitialized

    cmatlak committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    08e4415 View commit details
    Browse the repository at this point in the history
  7. added test for getInitialized

    cmatlak committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    60852a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    2602dd7 View commit details
    Browse the repository at this point in the history
  2. delete imports

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d594ddb View commit details
    Browse the repository at this point in the history
  3. changed deprecated method

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e5faaec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3d26e2 View commit details
    Browse the repository at this point in the history
  5. changed deprecated method

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6ca6812 View commit details
    Browse the repository at this point in the history
  6. changes

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3ca5499 View commit details
    Browse the repository at this point in the history
  7. changes

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    aa09bdd View commit details
    Browse the repository at this point in the history
  8. changes

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b969ba8 View commit details
    Browse the repository at this point in the history
  9. changes

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    635bb8a View commit details
    Browse the repository at this point in the history
  10. changes

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7f7183f View commit details
    Browse the repository at this point in the history
  11. changes

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c882404 View commit details
    Browse the repository at this point in the history
  12. Test disappeared added back

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6ffefb4 View commit details
    Browse the repository at this point in the history
  13. change of display

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1f9bc50 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a758501 View commit details
    Browse the repository at this point in the history
  15. Auth methods

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a7a41b2 View commit details
    Browse the repository at this point in the history
  16. change of display

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    309b6f9 View commit details
    Browse the repository at this point in the history
  17. deleted import

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    36e66d6 View commit details
    Browse the repository at this point in the history
  18. test readinputstream

    cmatlak committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d8f086a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    f6e8989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ae9d04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dea023 View commit details
    Browse the repository at this point in the history