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

Draft: Make Wrapper validator self executable and GitLab CI ready #50

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from

Commits on Oct 13, 2021

  1. adding dockerfile

    RAkasheh committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    1bf572e View commit details
    Browse the repository at this point in the history
  2. edited Dockerfile

    RAkasheh committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    80c2095 View commit details
    Browse the repository at this point in the history
  3. Update Dockerfile

    RAkasheh committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    1da789c View commit details
    Browse the repository at this point in the history
  4. Make Wrapper validator executable and GitLab CI ready

    Not all OS Projects are using GitHub and have the benefit of using
    GitHub Actions. With this changes the Wrapper-Validation-Action
    is executable on its own. It will use command line options for
    configuration instead of GitHub Action Inputs.
    
    Additionally a GitLab CI template was added and a Dockerfile for
    building a ready to use Dockerimage.
    Simon Schrottner committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    11a69d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Using action.yml as definition for the program parameters

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    db78afa View commit details
    Browse the repository at this point in the history
  2. removing redundant type specifier

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9199393 View commit details
    Browse the repository at this point in the history
  3. refinements and preparing test setup

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    701d3cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    860cd41 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of gitlab.com:netconomy/personal/r.akasheh/grad…

    …le-wrapper-validation
    RAkasheh committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0a71729 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd9a29d View commit details
    Browse the repository at this point in the history
  7. Make it nice executable

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    3ccbb71 View commit details
    Browse the repository at this point in the history
  8. Removing node_env

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9e67ca1 View commit details
    Browse the repository at this point in the history
  9. fixing build

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    841abf7 View commit details
    Browse the repository at this point in the history
  10. trying out action yml path

    RAkasheh committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    1d5211f View commit details
    Browse the repository at this point in the history
  11. Update main.ts

    RAkasheh committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    1e99869 View commit details
    Browse the repository at this point in the history
  12. Update main.ts

    RAkasheh committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    ac7d358 View commit details
    Browse the repository at this point in the history
  13. Update main.ts

    RAkasheh committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    32ecb1b View commit details
    Browse the repository at this point in the history
  14. Update main.ts

    RAkasheh committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    3c1acdf View commit details
    Browse the repository at this point in the history
  15. Update main.ts

    RAkasheh committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    584dbed View commit details
    Browse the repository at this point in the history
  16. testing cd __tests

    RAkasheh committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    679d29d View commit details
    Browse the repository at this point in the history
  17. trying to add githubaction

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    50ff280 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #1 from aepfli/feature/gitlab-ci-compatibility

    Feature/gitlab ci compatibility
    aepfli committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7f998fa View commit details
    Browse the repository at this point in the history
  19. adding gitlab-ci file

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    56586fb View commit details
    Browse the repository at this point in the history
  20. Further Testing

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    03df991 View commit details
    Browse the repository at this point in the history
  21. CI

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    d44ce28 View commit details
    Browse the repository at this point in the history
  22. trying to get tests running

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    1b1b81d View commit details
    Browse the repository at this point in the history
  23. another try

    Simon Schrottner committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    6cef04d View commit details
    Browse the repository at this point in the history
  24. Delete .gitlab-ci.yml

    aepfli committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    520cf8a View commit details
    Browse the repository at this point in the history