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

No sql #26

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

No sql #26

wants to merge 117 commits into from

Commits on Aug 11, 2020

  1. Started working on MongoDB functionality.

    create MongoDBConfig class
    Created tests for MongoDBConfig class, all tests pass
    jonreding2010 committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    ad360ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee11665 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Working on tests

    jonreding2010 committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    2d2dcef View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

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

Commits on Sep 18, 2020

  1. updates

    jonreding2010 committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    29c0b18 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

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

Commits on Jan 11, 2021

  1. working on tests

    jonreding2010 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    77e9657 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. driver update

    jonreding2010 committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    bb74e6f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

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

Commits on Jan 23, 2021

  1. more work on unit tests

    jonreding2010 committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    2a9e9fc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

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

    jonreding2010 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    389b376 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. checkstyle changes

    jonreding2010 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    caf6cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ce692 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    b881d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4099d2c View commit details
    Browse the repository at this point in the history
  3. checkstyle updates

    jonreding2010 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    63eb864 View commit details
    Browse the repository at this point in the history
  4. checkstyle updates

    jonreding2010 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    8663ef4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

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

Commits on Oct 18, 2021

  1. Merge branch 'master' into MongoDB

    # Conflicts:
    #	jmaqs-utilities/src/main/java/com/magenic/jmaqs/utilities/helper/TestCategories.java
    #	pom.xml
    jonreding2010 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b799ba2 View commit details
    Browse the repository at this point in the history
  2. added comments

    formatting
    jonreding2010 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    a7e7df8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Configuration menu
    Copy the full SHA
    245bb18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b0aeed View commit details
    Browse the repository at this point in the history
  3. more edits for mongo db

    jredingcsv committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    141c4eb View commit details
    Browse the repository at this point in the history
  4. added content for mongo db

    jredingcsv committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    8a3b8a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. added content for mongo db

    jredingcsv committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    6be5f12 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Merge branch 'main' into NoSQL

    # Conflicts:
    #	pom.xml
    jredingcsv committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    1465dea View commit details
    Browse the repository at this point in the history
  2. import updates

    new MAQS naming updates
    jredingcsv committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    82aeca5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    f0b0f5d View commit details
    Browse the repository at this point in the history
  2. updated nosql comments

    jredingcsv committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    645d65c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. copyright update

    jredingcsv committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    6b511ae View commit details
    Browse the repository at this point in the history
  2. copyright update

    jredingcsv committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    4b3698c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

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

Commits on Apr 12, 2022

  1. Merge branch 'main' into NoSQL

    # Conflicts:
    #	.github/workflows/pullrequest.yml
    #	docker/docker-compose.yml
    #	pom.xml
    jredingcsv committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    5cfd803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2677b1c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. small edits

    jredingcsv committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    d31d46d View commit details
    Browse the repository at this point in the history
  2. small edits

    jredingcsv committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    6e53965 View commit details
    Browse the repository at this point in the history
  3. small edits

    jredingcsv committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c565353 View commit details
    Browse the repository at this point in the history
  4. small edits

    jredingcsv committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a647e93 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Merge branch 'main' into NoSQL

    # Conflicts:
    #	docker/MAQSService/MainTestService/obj/staticwebassets.pack.sentinel
    #	docker/docker-compose.yml
    #	maqs-selenium/src/test/java/com/cognizantsoftvision/maqs/selenium/ElementHandlerUnitTest.java
    jredingcsv committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    1abf5d1 View commit details
    Browse the repository at this point in the history
  2. update docker

    jredingcsv committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    a894a01 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Merge branch 'main' into NoSQL

    # Conflicts:
    #	docker/MAQSService/MainTestService/obj/staticwebassets.pack.sentinel
    #	maqs-selenium/src/test/java/com/cognizantsoftvision/maqs/selenium/ElementHandlerUnitTest.java
    jredingcsv committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    42ccfcc View commit details
    Browse the repository at this point in the history
  2. updated some stuff

    jredingcsv committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    0434431 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

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

Commits on May 5, 2022

  1. Merge branch 'main' into NoSQL

    # Conflicts:
    #	.github/labeler.yml
    #	maqs-utilities/src/main/java/com/cognizantsoftvision/maqs/utilities/helper/ConfigSection.java
    #	pom.xml
    jredingcsv committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6329afe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da4f6cb View commit details
    Browse the repository at this point in the history
  3. checkstyle updates

    jredingcsv committed May 5, 2022
    Configuration menu
    Copy the full SHA
    5664002 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

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

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    f8420da View commit details
    Browse the repository at this point in the history
  2. more updates

    jredingcsv committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    fdc877e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. manage port as quotes

    jredingcsv committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d93231a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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

Commits on Dec 9, 2022

  1. maqs-java-4 initial sweep at rebranding

    Jason Edstrom committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2e35069 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. replace org name

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e0983c9 View commit details
    Browse the repository at this point in the history
  2. checkstyle updates

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ad0aa02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d66250e View commit details
    Browse the repository at this point in the history
  4. checkstyle fixes

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9ba3085 View commit details
    Browse the repository at this point in the history
  5. checkstyle fixes

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    7bb4072 View commit details
    Browse the repository at this point in the history
  6. checkstyle fixes

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    345ade9 View commit details
    Browse the repository at this point in the history
  7. checkstyle fixes

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b607f44 View commit details
    Browse the repository at this point in the history
  8. checkstyle fixes

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    cd5b5de View commit details
    Browse the repository at this point in the history
  9. checkstyle fixes

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b5e8c6d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c435042 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    527e608 View commit details
    Browse the repository at this point in the history
  12. trying to fix text

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    bcee83a View commit details
    Browse the repository at this point in the history
  13. checkstyle update

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    bce15ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e964036 View commit details
    Browse the repository at this point in the history
  15. checkstyle update

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    64c78f2 View commit details
    Browse the repository at this point in the history
  16. checkstyle update

    jonreding2010 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a4617c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    96ffcd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b17b3ed View commit details
    Browse the repository at this point in the history
  3. rename unit tests

    jonreding2010 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    7f41081 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

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

Commits on Dec 31, 2022

  1. update js stuff

    jonreding2010 committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    5904e2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9895417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abfd7af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db7bd64 View commit details
    Browse the repository at this point in the history
  5. Revert "updated selenium unit tests to work again"

    This reverts commit db7bd64.
    jonreding2010 committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    b3ba4f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a041ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebb3a88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    694683a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c3a4df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b6b20a1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    61aaca0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7913453 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3617520 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e319aa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    699284f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ed2e5f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    e1e60e2 View commit details
    Browse the repository at this point in the history
  2. pom updates

    jonreding2010 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    46e662f View commit details
    Browse the repository at this point in the history
  3. update jackson version

    jonreding2010 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    be998e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af54d40 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Merge branch 'org_naming_update' into NoSQL

    # Conflicts:
    #	pom.xml
    jonreding2010 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    abca19f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. changed to MAQS org

    jonreding2010 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    3d06c4a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    be402a3 View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    jonreding2010 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    f7f7b0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a117f9e View commit details
    Browse the repository at this point in the history
  4. revert fixes

    jonreding2010 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    3a8845e View commit details
    Browse the repository at this point in the history
  5. checkstyle fixes

    jonreding2010 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    7b25b19 View commit details
    Browse the repository at this point in the history
  6. checkstyle fixes

    jonreding2010 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    bf682c1 View commit details
    Browse the repository at this point in the history
  7. checkstyle fixes

    jonreding2010 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    4ba3b83 View commit details
    Browse the repository at this point in the history
  8. checkstyle fixes

    jonreding2010 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    d6084c8 View commit details
    Browse the repository at this point in the history
  9. appium test fix

    jonreding2010 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    d7e329c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. update some files

    jonreding2010 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9eba0d7 View commit details
    Browse the repository at this point in the history
  2. update some files

    jonreding2010 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2159484 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a500a53 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

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

Commits on Apr 14, 2023

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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    d47d6df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c55d47 View commit details
    Browse the repository at this point in the history
  3. update mongo db version

    jonreding2010 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4c80010 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Dec 13, 2023

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

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    ea4f3b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062a6ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a529fd2 View commit details
    Browse the repository at this point in the history