Commit Graph

29 Commits (CODE-2402)

Author SHA1 Message Date
Tudor Macari 40ee05ca11 feat: [AH-309]: Artifact Registry integration (#2318) 2024-08-22 00:28:17 +00:00
Dewan Ishtiaque Ahmed d6de34b936
Add Gitness contributing guide (#3497)
This PR adds the contributing guide for Gitness, which will help new
contributors understand the contribution process.

Additionally, it proposes adding the `good-first-issue` label to issues,
enabling new contributors to find relevant work more easily.

Finally, the PR includes the LICENSE section at the end of the README.md
file.
2024-04-10 13:09:57 -07:00
Johannes Batzill 73bc82a091 Update README.md with latest swagger (#1079) 2024-02-28 23:42:54 +00:00
Enver Bisevac 37b0165864
Update ci-lint.yml (#3434) 2023-12-13 08:21:50 -08:00
Akshay Joshi 4b57fe65a5 Revert "Added Podman command"
This reverts commit a229d94b56469064b7e33c6a6622e4d856bfb5c5.
2023-10-18 22:37:24 +00:00
Akshay Joshi 3d448c152d Added Podman command (#682) 2023-10-16 22:27:30 +00:00
Jim Sheldon 238b2cba6a updating readme based on feedback from product management (#634) 2023-09-29 16:31:21 +00:00
Johannes Batzill 235109c888 [MISC] Improve README with more details on Drone (#615) 2023-09-27 16:11:41 +00:00
Ikko Eltociear Ashimine ed600cb9e1 [MISC] Fix typo in README.md (#3379) 2023-09-25 19:22:36 -07:00
Johannes Batzill a83cd21c17 [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
Johannes Batzill ff344b8d97 improve README 2023-09-14 11:58:25 -07:00
Hitesh Aringa 7e8385c27d Add HELM Chart (#370) 2023-08-31 18:48:57 +00:00
Johannes Batzill ee81e18c4a Update README.md (#309) 2023-08-13 23:51:22 +00:00
atefeh 5a23824882 Code-161 Add Git Repo Deletion API (GitRPC) and handle creation failure 2023-03-31 15:19:45 -07:00
Johannes Batzill cffd1909a1 Update README.md (#248) 2023-01-24 22:01:50 -08:00
Johannes Batzill 0c0fa8f7cc Update README.md (#247) 2023-01-24 21:59:00 -08:00
Marko Gaćeša 81dd8a5908 Remove GitHub CodeQL (#207) 2023-01-16 13:28:31 +01:00
Johannes Batzill 63c3740e58 [UI] Consume Latest OpenAPI Specs (#134)
* regenerate CODE service code to match latest API specs

* update readme
2022-12-22 21:58:38 -08:00
Johannes Batzill 3ba0f75c8d Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57)
This change adds the following:
- Space UID + Custom harness validation (accountId for top level space, harness identifier for child spaces)
- Repo UID + Custom harness validation (harness identifier)
- Store Unique casing of space / repo path and add Path.ValueUnique (with Unique index) to allow for application layer controlling the case sensitivity (case insensitive standalone vs partially case sensitive harness)
- Token UID (unique index over ownertype + ownerID + tokenUID)
- Add DisplayName for principals (replaces Name to avoid confustion)
- Store Unique casing of principal UID and add Principal.ValueUnique (with unique index) to allow for application layer, per principal type control of case sensitivity (required in embedded mode)
- Generate serviceAccount UID (+Email) Randomly (sa-{space|repo}-{ID}-{random}) - Allows to have a unique UID across all principals while reducing likelyhood of overlaps with users + avoid overlap across spaces / repos.
- Sync casing of space names (accountId orgId projectId) when creating spaces on the fly (to ensure case sensitivity of - harness code) or use the existing space to update casing.
- Update serviceaccount client to match updated NG Manager API
- in embedded mode create spaces for harness resources owning the service account
2022-11-06 23:14:47 -08:00
Enver Bisevac c607fd7b57 readme updated 2022-11-03 13:45:08 +01:00
Johannes Batzill 2d4db78991 Add Tag Listing API (#49)
This change is adding the List Tags API. To do so, a few changes were necessary:
- Refactor List Branches on giteaAdapter / repo_service
- Expose WalkReferences via giteaAdapter
2022-10-28 13:10:26 -07:00
Johannes Batzill 2d897c4486 [MAINT] Add PAT CLI command and update readme (#45)
Add PAT CLI command and update readme
2022-10-24 22:50:33 -07:00
Tan Nhu e4cf2e7279 Update README.md 2022-10-03 12:17:43 -07:00
Enver Bisevac 11f3aa532c readme updated 2022-09-13 01:56:42 +02:00
Enver Bisevac f87602e20e action status badge 2022-09-13 00:39:22 +02:00
Enver Bisevac f58ceac474 [MAINT] initial work on local dev env (#13)
* initial work on local dev env

* minor changes on makefile

* pre-commit x permission added

* readme updated and minor improvments in docker conf
2022-09-12 19:09:04 +02:00
Johannes Batzill 4aa8819765 Rename project to 'gitness' 2022-08-29 10:12:07 -07:00
Johannes Batzill 813d343f6a Rename module to github.com/harness/scm. Fix web/dist.go 2022-08-18 15:15:50 -07:00
Tan Nhu 5891818ce1 Initial commit 2022-08-09 12:37:37 -07:00