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: Dmitry404/AutomateUsingJavaCourse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hedgss/AutomateUsingJavaCourse
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.
  • 15 commits
  • 74 files changed
  • 1 contributor

Commits on Mar 2, 2015

  1. 1st commit for this course

    hedgss committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    c19e481 View commit details
    Browse the repository at this point in the history
  2. 20150302 4:28

    hedgss committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    e3982f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2015

  1. 20150303 3:19

    hedgss committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    5c2be2c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2015

  1. Add spring boot

    hedgss committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    cb505b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2015

  1. Update DemoApplication.java

    hedgss committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    5d96abd View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2015

  1. added xml configuration for spring.

    added web.xml
    added css template.
    hedgss committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    eee142b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. - added users storage

    - use blog template for all pages
    hedgss committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    f830d44 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. - add registration form and functionality

    - add mock for login page
    hedgss committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    9d838c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2015

  1. Merge branch 'master' of https://github.com/hedgss/AutomateUsingJavaC…

    …ourse
    
    Conflicts:
    	Shevtsov/src/main/java/demo/DemoApplication.java
    hedgss committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    308f4bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf462d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. add basic Selenium test

    add URLMap
    hedgss committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    412153a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

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

Commits on Jul 12, 2015

  1. split project into modules.

    Add a new tests for registration and add post
    
    Split project into 3 modules:
    - blog source
    - testing framework
    - common module (contains URL MAP)
    hedgss committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    1f19792 View commit details
    Browse the repository at this point in the history
  2. delete target directories

    hedgss committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    071248c View commit details
    Browse the repository at this point in the history
  3. delete pom.xml_backup

    hedgss committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    509d8c3 View commit details
    Browse the repository at this point in the history
Loading