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

Syncing main with latest beta #110

Merged
merged 57 commits into from
Mar 31, 2022
Merged

Syncing main with latest beta #110

merged 57 commits into from
Mar 31, 2022

Commits on Feb 23, 2022

  1. added support for CI/CD

    nevilm-lt committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    3db1e10 View commit details
    Browse the repository at this point in the history
  2. added support for tags

    nevilm-lt committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    50a60de View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Merge pull request #27 from nevilm-lt/master

    added support for CI/CD
    Shahid-LT authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f312349 View commit details
    Browse the repository at this point in the history
  2. added slug for variables

    Shahid-LT authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8382785 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35 from Shahid-LT/stage

    added slug for variables
    Shahid-LT authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    023a662 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Merge pull request #44 from LambdaTest/master

    stage code update (master)
    Shahid-LT authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    5119a2a View commit details
    Browse the repository at this point in the history
  2. updated ci/cd

    updated branching strategy
    nevilm-lt authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    085542d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45 from nevilm-lt/patch-3

    updated ci/cd
    Shahid-LT authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    9c2e08e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from LambdaTest/dev

    Merge dev to beta
    Shahid-LT authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    dbbce58 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Run test n times (#39)

    * Reuse workspace between discovery and execute tasks
    
    * fixed mount paths
    
    * runner Contract changes in nuclues
    
    * renamed collectteststatus to collectstats
    
    * updated capture test stats interface
    
    * updated runner version
    
    Co-authored-by: Saurabh Prakash <saurabhp@lambdatest.com>
    palashmarantas and saurabh-prakash authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    bf2b38b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1916fb View commit details
    Browse the repository at this point in the history
  3. updated image push action (#48)

    updated image push action
    nevilm-lt authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    ceb3d5b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Feature/docker test (#24)

    * Updated docker dependency
    Resolve conflicts
    
    * added test case and refactor code
    
    * added test for image pull and refactor
    
    * added network setup for docker tests and some refactor
    
    * fix linting
    
    * rebase with master and resolve minor conflict
    
    * address review comments
    
    Co-authored-by: Saurabh Prakash <saurabhp@lambdatest.com>
    VikrantKS and saurabh-prakash authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    7c379ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48cfb4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca136b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    501b9f8 View commit details
    Browse the repository at this point in the history
  5. remove bundle

    rishabh-arya95 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ff5951b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #53 from rishabh-arya95/migrate-azure-sdk-library

    Migrate to new azure sdk library
    rishabh-arya95 authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    09be7b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. updated README.md (#56)

    updated link for docker.yml file
    nevilm-lt authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    9afb5ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f67d6fb View commit details
    Browse the repository at this point in the history
  3. add unit tests (#4)

    * add unit tests
    
    * add unit tests
    
    * fix linting and cyclomatic complexity issues
    
    * fix case sensitive folder rename
    
    * fix path error in fileutils tests and secret tests
    
    * add unit tests for utils, gitmanager package of nucleus
    
    * remove commented 'testdata' in .gitignore, and fix linting issues
    
    * fix lint issue in urlmanager
    
    * add removeCreatedPath func to secret_test, and add comments on nucleus constants to fix lint issue
    
    * converted subtests to table driven tests (TDD) for diffmanager, fileutils, gitmanager, payloadmanager, secret, task packages and updated testutils files
    
    * fix secret test and lint errors
    
    * fix secret_test failing in CI
    
    * update diffmanager and payloadmanager after rebasing
    
    Co-authored-by: Sachin Kumar <sachinkumar@Admins-MacBook-Air.local>
    sachinkumargit and Sachin Kumar authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    12d7ac6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. updated ci/cd (#59)

    nevilm-lt authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    2a67532 View commit details
    Browse the repository at this point in the history
  2. Nucleus unit tests part2 (#34)

    * update tests after rebasing
    
    * fix time parsing issue in teststats_test
    
    * remove dead commented code
    
    * updated teststats_test, testdiscovery_test, and zstd_test after rebasing
    sachinkumargit authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    76c57ea View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Update main.yml (#60)

    nevilm-lt authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    bacb2b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70dbbec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #61 from nevilm-lt/fix/ci-cd

    added support for dispatch triggers
    Shahid-LT authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    0f01b74 View commit details
    Browse the repository at this point in the history
  4. added workflow_dispatch

    nevilm-lt authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d5579d7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #62 from LambdaTest/update-ci-cd

    added workflow_dispatch
    nevilm-lt authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    199b620 View commit details
    Browse the repository at this point in the history
  6. Handle blocktests (#54)

    * Reuse workspace between discovery and execute tasks
    
    * fixed mount paths
    
    * runner Contract changes in nuclues
    
    * support for generic blocklist support
    
    * addressed review comments
    
    * Reuse workspace between discovery and execute tasks
    
    * fixed mount paths
    
    * runner Contract changes in nuclues
    
    * support for generic blocklist support
    
    * addressed review comments
    
    Co-authored-by: Saurabh Prakash <saurabhp@lambdatest.com>
    palashmarantas and saurabh-prakash authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e29577d View commit details
    Browse the repository at this point in the history
  7. minor fix

    minor fix
    nevilm-lt authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9ccfe2c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #63 from LambdaTest/patch-ci

    minor fix
    Shahid-LT authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9481952 View commit details
    Browse the repository at this point in the history
  9. Update main.yml

    nevilm-lt authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    0079ecc View commit details
    Browse the repository at this point in the history
  10. Merge pull request #64 from LambdaTest/fix/cicd

    updated environment variable syntax
    Shahid-LT authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    b66d8e8 View commit details
    Browse the repository at this point in the history
  11. Feature bitbucket (#47)

    * Reuse workspace between discovery and execute tasks
    
    * fixed mount paths
    
    * runner Contract changes in nuclues
    
    * Integrated bitbucket changes
    
    * reverted makefile
    
    * removed get download file url func
    
    * removed unused constant
    
    Co-authored-by: Saurabh Prakash <saurabhp@lambdatest.com>
    Co-authored-by: palashmarantas <91466368+palashmarantas@users.noreply.github.com>
    3 people authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    80dfd61 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

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

Commits on Mar 21, 2022

  1. Init git while cloning (#67)

    * Init git while cloning
    
    * fixed tests
    
    * Fixed logging
    saurabh-prakash authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b25f591 View commit details
    Browse the repository at this point in the history
  2. synapse ws reconnect (#42)

    * added retry websocket connection logic
    
    * added connection abort functionality if duplicate connection requested
    
    * added entry in go.mod and go.sum , change restart policy in docker-compose
    
    * fix logout when graceful shutdown
    
    * refactor code and resolve review comments
    
    * change gracefultimeout for synapse from ms to s
    VikrantKS authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    df384bb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. update json keys for test suite payload (#70)

    * update json keys for test suite payload
    
    * fixed unit test cases
    palashmarantas authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    79899b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. added refresh token api (#69)

    * added refresh token api
    
    * added unit tests
    
    * added unit test for secret parser expired function
    
    * disable golangci for false positive case
    
    * added comments
    utkarsh-lambdatest authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    393a943 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#58) (#76)

    Co-authored-by: Saurabh Prakash <saurabhp@lambdatest.com>
    nevilm-lt and saurabh-prakash authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    829f967 View commit details
    Browse the repository at this point in the history
  3. updated readme for ambiguity (#77)

    updated readme for ambiguity
    nevilm-lt authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    7fb9caa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3cfea0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Feature/synapse bitbucket (#80)

    * added refresh token api
    
    * added unit tests
    
    * added unit test for secret parser expired function
    
    * disable golangci for false positive case
    
    * added comments
    
    * added token type
    
    * added gitprovider condition in refresh oauth
    
    * added basic auth supprt in git init
    
    * fixed spelling
    
    * fixed unit tests
    
    * fixed unit test
    
    * Changes get oauth secret test
    utkarsh-lambdatest authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    cf6756a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Bugfix/bitbucket fork pr (#84)

    * added refresh token api
    
    * added unit tests
    
    * added unit test for secret parser expired function
    
    * disable golangci for false positive case
    
    * added comments
    
    * added token type
    
    * added gitprovider condition in refresh oauth
    
    * added basic auth supprt in git init
    
    * fixed spelling
    
    * fixed unit tests
    
    * fixed unit test
    
    * Changes get oauth secret test
    
    * updated readme for ambiguity (#77)
    
    updated readme for ambiguity
    
    * Update main.yml (#79)
    
    * added bitbucket forked pr support
    
    Co-authored-by: Nevil Macwan <93511721+nevilm-lt@users.noreply.github.com>
    Co-authored-by: Saurabh Prakash <saurabhp@lambdatest.com>
    3 people authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    237fdf7 View commit details
    Browse the repository at this point in the history
  2. Removed parsing pod (#52)

    * Removed parsing pod
    
    * stable
    
    * updated tests
    
    * Added golangci lint file
    
    * Disabled lint checks for unblocking this change
    
    * Addressed PR comments
    saurabh-prakash authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    dbee93d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce48760 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Corrected status of tasks. (#93)

    * Corrected status of tasks.
    
    * Fixed lint issue
    
    * Review Comments
    saurabh-prakash authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    84c03c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95 from LambdaTest/sync-dev-28-03-2022

    Syncing beta with latest stage
    saurabh-prakash authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e91cd73 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96 from LambdaTest/sync-dev-28-03-2022-part-2

    Syncing beta with latest stage - part 2
    saurabh-prakash authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    d7b4976 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. [Feature]: Support for execution logs files (#92)

    * added support for execution log file
    
    * updated makefile
    
    * fixed linting
    
    * updated linting
    
    * updated linting
    
    * made function internal
    nevilm-lt authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    72aa6e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    f3da61f View commit details
    Browse the repository at this point in the history
  2. Totaltests bugfix (#104)

    * Update README.md (#58)
    
    * add totaltests json key in test sutie payload
    
    * add totalTests field in test file
    
    * added total test values values in tests
    
    Co-authored-by: Saurabh Prakash <saurabhp@lambdatest.com>
    palashmarantas and saurabh-prakash authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    39e7991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcfbba6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Merge pull request #106 from LambdaTest/beta-sync-31-03-2022

    Syncing beta with latest dev
    saurabh-prakash authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    624c8cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b9c5d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #108 from LambdaTest/beta-sync-31-03-2022-part-2

    Syncing beta with latest dev changes
    saurabh-prakash authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ad96956 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f4f714 View commit details
    Browse the repository at this point in the history