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/simple sonar job #14

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1ee2752
added annotation and dependencies
Jun 1, 2021
3d45204
added annotation and dependencies
Jun 1, 2021
4c04ddb
added annotation and dependencies
Jun 1, 2021
fb1e156
added annotation and dependencies
Jun 1, 2021
21e5688
added generate docs job
Jun 1, 2021
883ad3d
added generate docs job
Jun 1, 2021
5813400
added generate docs job
Jun 1, 2021
e10e05f
added generate docs job
Jun 1, 2021
be60ebe
added generate docs job
Jun 1, 2021
2ee0b49
added generate docs job
Jun 1, 2021
3b97ba8
Merge remote-tracking branch 'origin/feature/OpenApi' into feature/Op…
Jun 1, 2021
55c92a2
submodule
Jun 1, 2021
591d825
submodule
Jun 1, 2021
d8158da
submodule
Jun 1, 2021
f35c6bf
submodule
Jun 1, 2021
2d892d2
submodule
Jun 1, 2021
6af2ec0
submodule
Jun 1, 2021
7a48348
submodule
Jun 1, 2021
4edaa34
submodule
Jun 1, 2021
0e4d6d9
init Page
Jun 1, 2021
34fc988
init Page
Jun 1, 2021
db51283
init Page
Jun 1, 2021
d482b7d
init Page
Jun 1, 2021
1f266d7
init Page
Jun 1, 2021
46a16bb
added username and pass
Jun 1, 2021
c538fda
added username and pass
Jun 1, 2021
8cc85f9
added username and pass
Jun 1, 2021
401b813
added username and pass
Jun 1, 2021
a5172b2
added username and pass
Jun 1, 2021
38ed0a6
added username and pass
Jun 1, 2021
203059b
Merge branch 'main' into feature/OpenApi
Jun 1, 2021
69088b6
Merge branch 'main' into feature/OpenApi
Jun 1, 2021
6e49a8e
Merge branch 'main' into feature/OpenApi
Jun 1, 2021
958c1ee
Merge branch 'main' into feature/OpenApi
Jun 13, 2021
cd098ad
refactored sonar job
Jun 13, 2021
b542fc6
updated test
Jun 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
init Page
  • Loading branch information
Jihad Dabat committed Jun 1, 2021
commit 1f266d728cb0271a1d4bd55ea3f66ec67385d2df
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
run: |
mkdir docs
cp target/generated-sources/openapi/.openapi-generator/* docs
git add docs/*
git commit docs/* -m " docs updated "
git push gh-pages

Expand Down