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

Feature/add implementation for deleting database on postgres #49

Open
wants to merge 53 commits into
base: develop
Choose a base branch
from

Commits on Jun 25, 2018

  1. bugfix/fix-run-on-production-mode Adding the missing implementation a…

    …nd added tests.
    Lukasz Malek committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    0219ffd View commit details
    Browse the repository at this point in the history
  2. bugfix/fix-run-on-production-mode add author annotation

    Lukasz Malek committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    dee19a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. bugfix/fix-run-on-production-mode addition of corrections reported in…

    … the comments
    Lukasz Malek committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    de5a44f View commit details
    Browse the repository at this point in the history
  2. bugfix/fix-run-on-production-mode corrections imports

    Lukasz Malek committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    f1e78f3 View commit details
    Browse the repository at this point in the history
  3. bugfix/fix-run-on-production-mode improvement of object initializatio…

    …n DatabaseInstance in the test
    Lukasz Malek committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    d168e3e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. bugfix/fix-run-on-production-mode add mock for tests

    Lukasz Malek committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    8ae2c63 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. feature/create-database-instance-save-in-h2-developer-mode add create…

    … DatabaseOperation/Stub to create database anad save information in databaseInstane entity.
    Lukasz Malek committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    689dec8 View commit details
    Browse the repository at this point in the history
  2. Add feature to create template in PostgreSQL

    Main change in GeneralTemplateGatewayImpl.
    Add configuration and description how to run it local.
    speedlog committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    496978a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. feature/create-database-instance-save-in-h2-developer-mode add tests …

    …for new functionality
    Lukasz Malek committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    1104f34 View commit details
    Browse the repository at this point in the history
  2. feature/create-database-instance-save-in-h2-developer-mode remove unn…

    …ecessary code
    Lukasz Malek committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    8678018 View commit details
    Browse the repository at this point in the history
  3. feature/create-database-instance-save-in-h2-developer-mode change the…

    … template search logic from id to generated id
    Lukasz Malek committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    0afa380 View commit details
    Browse the repository at this point in the history
  4. feature/create-database-instance-save-in-h2-developer-mode add tests …

    …-> find Template
    Lukasz Malek committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    0cd57fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec806f9 View commit details
    Browse the repository at this point in the history
  6. feature/create-database-instance-save-in-h2-developer-mode remove emp…

    …ty space
    Lukasz Malek committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    a7a6c4e View commit details
    Browse the repository at this point in the history
  7. feature/create-database-instance-save-in-h2-developer-mode remove set…

    … entity manager
    Lukasz Malek committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    d4a7eef View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

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

Commits on Jul 4, 2018

  1. feature/save-user-in-database-and-assigning-user-rights add impl, stu…

    …b and tests
    Lukasz Malek committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    f14c053 View commit details
    Browse the repository at this point in the history
  2. feature/save-user-in-database-and-assigning-user-rights adding method…

    …s that save the user to the template and refactor, merge
    Lukasz Malek committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    9aea764 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Merge branch 'develop' into feature/create-database-instance-save-in-…

    …h2-developer-mode
    Lukasz Malek committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    5e347a3 View commit details
    Browse the repository at this point in the history
  2. feature/create-database-instance-save-in-h2-developer-mode refactor t…

    …ests and adding tests
    Lukasz Malek committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    2f3afc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aa9a33 View commit details
    Browse the repository at this point in the history
  4. feature/create-database-instance-save-in-h2-developer-mode remove imp…

    …orts
    Lukasz Malek committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    f239d2a View commit details
    Browse the repository at this point in the history
  5. feature/save-user-in-database-and-assigning-user-rights add tests for…

    … GeneralUserGateway and refactor another class
    Lukasz Malek committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    5a7e5e8 View commit details
    Browse the repository at this point in the history
  6. feature/save-user-in-database-and-assigning-user-rights refactor afte…

    …r review
    Lukasz Malek committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    7c829a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. bugfix/remove-in-flow/tests-database-type remove DatabaseType and for…

    … create template flow/remove database type in request
    Lukasz Malek committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    82fa984 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/create-database-instance-save-in-h2-developer-m…

    …ode' into feature/save-user-in-database-and-assigning-user-rights
    Lukasz Malek committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    11ed462 View commit details
    Browse the repository at this point in the history
  3. feature/save-user-in-database-and-assigning-user-rights adding a lost…

    … change
    Lukasz Malek committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    fc95c29 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'bugfix/remove-in-flow-tests-database-type' into feature…

    …/extracting-from-server-properties-type-database
    Lukasz Malek committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    676af58 View commit details
    Browse the repository at this point in the history
  5. feature/extracting-from-server-properties-type-database add DatabseIm…

    …pl and refactor DatabseOperation. Also add databaseType to DatabseInstance;
    Lukasz Malek committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    f387d74 View commit details
    Browse the repository at this point in the history
  6. feature/extracting-from-server-properties-type-database refactor afte…

    …r review
    Lukasz Malek committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    ef1ba58 View commit details
    Browse the repository at this point in the history
  7. feature/create-database-instance-save-in-h2-developer-mode refactor D…

    …atabaseOperations and LaunchNewDatabaseGatewayFacade -- >Test/Stub
    Lukasz Malek committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    18daddf View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/create-database-instance-save-in-h2-developer-m…

    …ode' into feature/extracting-from-server-properties-type-database
    Lukasz Malek committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    21b299b View commit details
    Browse the repository at this point in the history
  9. feature/extracting-from-server-properties-type-database refactor test…

    … and LaunchNewDatabaseGatewayFacade
    Lukasz Malek committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    ccf78da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9815bae View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. feature/extracting-from-server-properties-type-database remove Databa…

    …seType from validator
    Lukasz Malek committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    87700b2 View commit details
    Browse the repository at this point in the history
  2. bugfix/removing-a-repeating-entry-from-the-secondary-database add id …

    …field in Template model and refator test, mapping
    Lukasz Malek committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    3aee77d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e7ea27 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/extracting-from-server-properties-type-database…

    …' into bugfix/removing-a-repeating-entry-from-the-secondary-database
    Lukasz Malek committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    c225dd4 View commit details
    Browse the repository at this point in the history
  5. bugfix/removing-a-repeating-entry-from-the-secondary-database refator…

    … test
    Lukasz Malek committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    cffa572 View commit details
    Browse the repository at this point in the history
  6. bugfix/change-in-username-generation-for-a-database-user add letter i…

    …n first place -> username /add test
    Lukasz Malek committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    776d484 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'bugfix/change-in-username-generation-for-a-database-use…

    …r' into bugfix/create-template-on-oracle-12c
    Lukasz Malek committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    e75f7b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. bugfix/create-template-on-oracle-12c improving sql queries and adding…

    … a database driver
    Lukasz Malek committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    65a9bc4 View commit details
    Browse the repository at this point in the history
  2. bugfix/create-template-on-oracle-12c add lib ojdbc7.jar

    Lukasz Malek committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    c2dd6dd View commit details
    Browse the repository at this point in the history
  3. feature/create-instance-database-on-oracle-12c-and-user add impl for …

    …oracle
    Lukasz Malek committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    c4affde View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. feature/create-instance-database-on-oracle-12c-and-user add user for …

    …oracle add create instance database - tests
    Lukasz Malek committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    16f7d6d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    c7ce5b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2c442 View commit details
    Browse the repository at this point in the history
  3. feature/create-instance-database-on-oracle-12c-and-user add test for …

    …postgres
    Lukasz Malek committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    620d697 View commit details
    Browse the repository at this point in the history
  4. feature/create-instance-database-on-postgres add create database on p…

    …ostgres and test/testIT
    Lukasz Malek committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    159f91c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Configuration menu
    Copy the full SHA
    a06832b View commit details
    Browse the repository at this point in the history
  2. feature/add-implementation-for-deleting-database-on-oracle add implem…

    …entation and adding a method call during an request requesting to delete the database
    Lukasz Malek committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    b0bac64 View commit details
    Browse the repository at this point in the history
  3. feature/add-implementation-for-deleting-database-on-oracle refactor d…

    …eletedatabase/UserCaseImpladd add facade/tests
    Lukasz Malek committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    39f5778 View commit details
    Browse the repository at this point in the history
  4. feature/add-implementation-for-deleting-database-on-postgres add impl…

    …ementation delete the postgres database
    Lukasz Malek committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    2b3787c View commit details
    Browse the repository at this point in the history