-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: gitlab get scopes added * fix: finished newgitlabClient * fix: ListFiles complete * fix: get File and getFiles * fix: SetStatus + PinkHook still need to do tests on them, not sure if working * fix: set and del webhook done * fix: small change setWebhook * fix: done handlePaylod will now start tests * fix: pr review changes and fixed scopes * fix: first test done * fix: some pr changes resolving * docs: added provider and url to chart * fix: done utils tests * fix: started gitlab tests * fix: added some more tests and fixing bugs * fix: finished tests now runnning qa * fix: added some docs * fix: added some validations and docs * fix: argo ingress * fix: gitlab init ruby script * ci: add gitlab local support * ci: add gitlab local support * ci: fix e2e service account permissions * fix: gitlab setup script * ci: change rules to working branch * ci: start work on actions * fix: cleaning up * fix: context and git provider factory * fix: add context * fix: changes to make it work * ci: add local gitlab at localhost:8080 (#24) * fix: changes to make it work * fix: pipe works, small fixes left * fix: pipe works, small fixes left * test: fixed unit tests * test: running e2e * test: running e2e * test: gitlab e2e check * fix: gitlab unsetting webhook * fix: pr changes * fix: gitlab ruby init script finished * fix: gitlab init change * docs: updated docs for gitlab * fix: gitlab script cleanup * fix: some space * ci: changed running branch for testing * ci: changed order of jobs in e2e * ci: e2e to run on branch * test: gitlab e2e test * test: gitlab e2e test * test: gitlab e2e test * test: gitlab e2e test * test: gitlab e2e test * test: fix gitlab test * fix: gitlab rails script * ci: e2e test revert to main * ci: e2e check on main * ci: parallel e2e jobs * fix: gitlab e2e * fix: e2e tests * docs: align with main * fix: changed e2e * fix: gitlab license as env * fix: gitlab script add sleep * fix: lock gitlab helm version * fix: gitlab script * fix: gitlab ruby script * fix: gitlab ruby script --------- Co-authored-by: goshado <goshatoo@gmail.com> Co-authored-by: GoshaDo <86723475+GoshaDo@users.noreply.github.com>
- Loading branch information
1 parent
fa7656a
commit 8974887
Showing
27 changed files
with
1,391 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,6 +104,9 @@ venv.bak/ | |
# mkdocs documentation | ||
/site | ||
|
||
#mirrord config | ||
.mirrord/ | ||
|
||
# mypy | ||
.mypy_cache/ | ||
*.iml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.