Comparing Hw14...master · GritAndrey/base-java · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GritAndrey/base-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Hw14
Choose a base ref
...
head repository: GritAndrey/base-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 91 files changed
  • 2 contributors

Commits on Jul 12, 2022

  1. Started web integration.

    Test static content.
    GritAndrey committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    627eccf View commit details
    Browse the repository at this point in the history
  2. Started web integration.

    Added ResumeServlet
    GritAndrey committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    131615d View commit details
    Browse the repository at this point in the history
  3. Added Sections to db schema.

    Resume sections are now correctly written to and read from the database.
    Data from the database is taken from each table. Not through joining tables
    GritAndrey committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0801d7e View commit details
    Browse the repository at this point in the history
  4. Changed project structure.

    GritAndrey committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    64ce824 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac4d159 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from GritAndrey/Hw15

    Task 15
    GritAndrey authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    108b63e View commit details
    Browse the repository at this point in the history
  7. Changed content text -> jsonb. table section.

    Fixed error with storage in ResumeServlet.
    GritAndrey committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6e2c2eb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from GritAndrey/Hw15

    Changed content text -> jsonb. table section.
    GritAndrey authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d59f39f View commit details
    Browse the repository at this point in the history
  9. Made storage final

    GritAndrey committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    929e698 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b098cea View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Added web resume crud(except sections).

    Added some css and images.
    GritAndrey committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    a1dd0b3 View commit details
    Browse the repository at this point in the history
Loading