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

Gitops GitHub create wizard #36

Merged
merged 23 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d878848
feat: Added a API component to add the gitops flow in github create
Abiji-2020 Nov 21, 2024
c071c4f
feat: Added the selectProject component
Abiji-2020 Nov 21, 2024
7b0f153
test: Added tests for selectProject
Abiji-2020 Nov 21, 2024
a9ac84d
chore: renamed tests folder
Abiji-2020 Nov 23, 2024
0eb291b
feat: Added conditions and testing to add a policy name
Abiji-2020 Nov 23, 2024
1ed75ee
chore: minor fixing of warnings
Abiji-2020 Nov 23, 2024
9f8aaef
feat: Added the SSH key component
Abiji-2020 Nov 23, 2024
0c86ae7
chore: formatted the code
Abiji-2020 Nov 23, 2024
27f85ca
feat: completed the gitops flow
Abiji-2020 Nov 23, 2024
4438f25
Merge pull request #1 from permitio/main
Abiji-2020 Nov 24, 2024
b1c1601
feat: Added the API through the argument and if not given then it wil…
Abiji-2020 Nov 24, 2024
41a8541
Merge branch 'gitops-github-create-wizard' of https://github.com/Abij…
Abiji-2020 Nov 24, 2024
89f69d2
fix: fixed the displaying issues in the SSH Key to copy by adding a n…
Abiji-2020 Nov 24, 2024
4d2fa14
fix: fixed some bugs and added test in the script
Abiji-2020 Nov 24, 2024
52d466b
chore: modified the components as per the review
Abiji-2020 Nov 25, 2024
d02145e
lint: fixed an liniting issue
Abiji-2020 Nov 25, 2024
cf42ea7
chore: instead of the complete logic modifed the code to use loadAuth…
Abiji-2020 Nov 26, 2024
b84b780
chore: Added AuthProvider in the gitops create github command and als…
Abiji-2020 Nov 26, 2024
54cfc74
chore: fixed some of the code changes and removed the color updates a…
Abiji-2020 Nov 27, 2024
e9fd656
chore: renamed the accesToken to apiKey
Abiji-2020 Nov 27, 2024
4db2917
test: fixed some test erros and added the coverage command in package…
Abiji-2020 Nov 28, 2024
bf5efbb
Update package.json
gemanor Nov 29, 2024
0eb1643
chore: removed the activate componennt and added activate_when_valida…
Abiji-2020 Nov 29, 2024
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
dist
dist
coverage
.tsimp
Loading