Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Add example tests when init generates a new express project #5

Merged
merged 51 commits into from
Oct 22, 2019

Commits on Oct 15, 2019

  1. first commit

    FrankEssenberger committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    2c68bfb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. first commit

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    856ec41 View commit details
    Browse the repository at this point in the history
  2. linter test working

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    b862393 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into addTestToFreshExpressProject

    # Conflicts:
    #	.github/workflows/nodejs.yml
    #	.gitignore
    #	.prettierrc
    #	LICENSE
    #	NOTICE
    #	README.md
    #	bin/run.cmd
    #	jest.config.js
    #	package-lock.json
    #	package.json
    #	src/commands/add-approuter.ts
    #	src/commands/add-cx-server.ts
    #	src/commands/help-page.ts
    #	src/commands/init.ts
    #	src/commands/package.ts
    #	src/index.ts
    #	src/templates/add-approuter/approuter/.npmrc
    #	src/templates/add-approuter/approuter/manifest.yml.mu
    #	src/templates/add-approuter/approuter/package.json
    #	src/templates/add-approuter/approuter/xs-app.json.mu
    #	src/templates/add-approuter/approuter/xs-security.json.mu
    #	src/templates/add-cx-server/cx-server/cx-server
    #	src/templates/add-cx-server/cx-server/cx-server.bat
    #	src/templates/add-cx-server/cx-server/server.cfg
    #	src/templates/init/.npmrc
    #	src/templates/init/Jenkinsfile
    #	src/templates/init/credentials.json
    #	src/templates/init/deployment/.gitkeep
    #	src/templates/init/manifest.yml.mu
    #	src/templates/init/pipeline_config.yml.mu
    #	src/templates/init/s4hana_pipeline/reports/.gitkeep
    #	src/templates/init/s4hana_pipeline/reports/coverage-reports/.gitkeep
    #	src/templates/init/systems.json
    #	src/utils/copy-list.ts
    #	src/utils/templates.ts
    #	test/add-approuter.spec.ts
    #	test/add-cx-server.spec.ts
    #	test/e2e.spec.ts
    #	test/express/app.js
    #	test/express/package.json
    #	test/express/public/stylesheets/style.css
    #	test/express/routes/index.js
    #	test/express/routes/users.js
    #	test/express/views/error.jade
    #	test/express/views/index.jade
    #	test/express/views/layout.jade
    #	test/help-page.spec.ts
    #	test/init.spec.ts
    #	test/nest/.gitignore
    #	test/nest/.prettierrc
    #	test/nest/README.md
    #	test/nest/nest-cli.json
    #	test/nest/package-lock.json
    #	test/nest/package.json
    #	test/nest/src/app.controller.spec.ts
    #	test/nest/src/app.controller.ts
    #	test/nest/src/app.module.ts
    #	test/nest/src/app.service.ts
    #	test/nest/src/main.ts
    #	test/nest/test/app.e2e-spec.ts
    #	test/nest/test/jest-e2e.json
    #	test/nest/tsconfig.build.json
    #	test/nest/tsconfig.json
    #	test/nest/tslint.json
    #	test/package.spec.ts
    #	test/tsconfig.json
    #	test/tslint.json
    #	tsconfig.json
    #	tslint.json
    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    6e86ddf View commit details
    Browse the repository at this point in the history
  4. adjust gitignore

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    dbd614c View commit details
    Browse the repository at this point in the history
  5. adjust gitignore

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    aa41fb5 View commit details
    Browse the repository at this point in the history
  6. remove comment

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    44b20db View commit details
    Browse the repository at this point in the history
  7. remove comment

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    515976b View commit details
    Browse the repository at this point in the history
  8. adjust permission

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    3b0025b View commit details
    Browse the repository at this point in the history
  9. adjust permission 2

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    26f72c6 View commit details
    Browse the repository at this point in the history
  10. adjust permission

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    5ec3add View commit details
    Browse the repository at this point in the history
  11. adjust permission

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    1008bbf View commit details
    Browse the repository at this point in the history
  12. adjust permission

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    2e20568 View commit details
    Browse the repository at this point in the history
  13. chmod

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    2298583 View commit details
    Browse the repository at this point in the history
  14. more files

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    9dce1f4 View commit details
    Browse the repository at this point in the history
  15. more files

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    3d14a47 View commit details
    Browse the repository at this point in the history
  16. more files

    FrankEssenberger committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    b75030d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. more files

    FrankEssenberger committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    1b7fb09 View commit details
    Browse the repository at this point in the history
  2. getting close

    FrankEssenberger committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    4d69f36 View commit details
    Browse the repository at this point in the history
  3. using find type file

    FrankEssenberger committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    f1c53ac View commit details
    Browse the repository at this point in the history
  4. last files

    FrankEssenberger committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    ea7fd1d View commit details
    Browse the repository at this point in the history
  5. increase timeout

    FrankEssenberger committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    d7c10b9 View commit details
    Browse the repository at this point in the history
  6. more logging

    FrankEssenberger committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    b7ad782 View commit details
    Browse the repository at this point in the history
  7. move to scope

    FrankEssenberger committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    2d927d4 View commit details
    Browse the repository at this point in the history
  8. tslint

    FrankEssenberger committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    2617d1b View commit details
    Browse the repository at this point in the history
  9. remove typescript

    FrankEssenberger committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    2fd9464 View commit details
    Browse the repository at this point in the history
  10. Update package.json

    Co-Authored-By: Florian Richter <[email protected]>
    FrankEssenberger and Florian Richter authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    0452ddf View commit details
    Browse the repository at this point in the history
  11. Update package.json

    Co-Authored-By: Florian Richter <[email protected]>
    FrankEssenberger and Florian Richter authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    88fff6e View commit details
    Browse the repository at this point in the history
  12. Update package.json

    Co-Authored-By: Florian Richter <[email protected]>
    FrankEssenberger and Florian Richter authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    f9251c7 View commit details
    Browse the repository at this point in the history
  13. Update package.json

    License
    
    Co-Authored-By: Florian Richter <[email protected]>
    FrankEssenberger and Florian Richter authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    a214fd8 View commit details
    Browse the repository at this point in the history
  14. Update package.json

    Co-Authored-By: Florian Richter <[email protected]>
    FrankEssenberger and Florian Richter authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    99f794a View commit details
    Browse the repository at this point in the history
  15. Update test/init.spec.ts

    Co-Authored-By: Florian Richter <[email protected]>
    FrankEssenberger and Florian Richter authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    f3f9e36 View commit details
    Browse the repository at this point in the history
  16. florian remarks

    FrankEssenberger committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    7327742 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8cbcb94 View commit details
    Browse the repository at this point in the history
  18. adjust signature

    FrankEssenberger committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    ed30a3b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Update package.json

    Co-Authored-By: Florian Richter <[email protected]>
    FrankEssenberger and Florian Richter authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    645e1ab View commit details
    Browse the repository at this point in the history
  2. Update package-lock.json

    Co-Authored-By: Florian Richter <[email protected]>
    FrankEssenberger and Florian Richter authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    207d3ab View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into addTestsFreshExpress

    # Conflicts:
    #	package-lock.json
    #	package.json
    FrankEssenberger committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    1822d1b View commit details
    Browse the repository at this point in the history
  4. merge master

    FrankEssenberger committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    ebff551 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/addTestsFreshExpress' into addTe…

    …stsFreshExpress
    
    # Conflicts:
    #	package-lock.json
    #	package.json
    FrankEssenberger committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    2db8ecf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65aee66 View commit details
    Browse the repository at this point in the history
  7. Fix formatting

    Florian Richter committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    11de062 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into addTestsFreshExpress

    # Conflicts:
    #	.gitignore
    #	package.json
    Florian Richter committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    b935093 View commit details
    Browse the repository at this point in the history
  9. Update and fix versions

    Florian Richter committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    fbd8ef1 View commit details
    Browse the repository at this point in the history
  10. Add quoteProp to .prettierrc

    Florian Richter committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    20b7c51 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ce9c63 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/addTestsFreshExpress' into addTe…

    …stsFreshExpress
    
    # Conflicts:
    #	jest.config.js
    #	src/commands/init.ts
    #	src/templates/init/jest.config.js
    #	src/templates/init/jest.integration-test.config.js
    #	src/templates/init/jest.unit-test.config.js
    #	src/templates/init/test/test-file-info.ts
    FrankEssenberger committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    de50b8a View commit details
    Browse the repository at this point in the history
  13. Update src/templates/init/test/sample-unit-test.spec.js

    Co-Authored-By: Florian Richter <[email protected]>
    FrankEssenberger and Florian Richter authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    268bcf5 View commit details
    Browse the repository at this point in the history
  14. florians remakrs

    FrankEssenberger committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    7b90fd3 View commit details
    Browse the repository at this point in the history
  15. some more remarks

    FrankEssenberger committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    85767dd View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. some more remarks

    FrankEssenberger committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    0e40d39 View commit details
    Browse the repository at this point in the history