Commit Graph

37 Commits

Author SHA1 Message Date
Ritik Kapoor
65f0505417 fix: redirect on create repository (#794) 2023-11-13 21:20:51 +00:00
Johannes Batzill
c537e188ac [MISC] Remove project name option from import repositories (#792) 2023-11-11 01:59:01 +00:00
Johannes Batzill
bd48d92ff5 feat: [CODE-1072] Support for importing multiple repositories (#788) 2023-11-11 01:21:38 +00:00
Dan Wilson
2112fcbe7a remove username req when not needed for import repo and space (#765) 2023-11-03 16:32:15 +00:00
Dan Wilson
072a133ac6 add gitea support (#728) 2023-10-26 19:41:44 +00:00
Dan Wilson
3701d4a24f add bitbucket support for import space and repo (#721) 2023-10-26 11:12:10 +00:00
Calvin Lee
d4e221f539 fix: [code-924]: Support Import with .git at the end of URL (#644) 2023-10-03 20:27:37 +00:00
Johannes Batzill
a83cd21c17 [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
Calvin Lee
32a5999555 fix: [code-886]: fix bugs from bug bash (#557) 2023-09-19 22:30:52 +00:00
Calvin Lee
b446021d1a fix: [code-886]: fix issues from bug bash (#550) 2023-09-19 19:34:57 +00:00
Tan Nhu
bc72265f2d Rename Permissions to Members / SplitButton popover width / Privacy ToS links / PR title long (#548) 2023-09-19 19:14:47 +00:00
Tan Nhu
deccb62555 Align UI with design and feedback per bugbash (#541) 2023-09-19 17:36:41 +00:00
Vardan Bansal
b965c8f578 fix titles 2023-09-18 16:30:33 -07:00
Vardan Bansal
557ec9fa6f Aligning UX for split button 2023-09-18 15:04:26 -07:00
Calvin Lee
67224dc74f fix: [code-886]: ui fixes from bugbash (#518) 2023-09-18 04:25:29 +00:00
Calvin Lee
74fbe8581c fix: [code-695]: fix comments on import forms (#474) 2023-09-14 02:48:59 +00:00
Calvin Lee
fdfa3ff39f feat: [code-695]: fix username and password on forms (#465) 2023-09-13 22:38:09 +00:00
Calvin Lee
2de6217401 feat: [code-695]: import git repo (#274) 2023-09-13 20:46:43 +00:00
Tan Nhu
ef84e6085f Use typed-scss-modules to generate SCSS module .d.ts files (#425) 2023-09-10 23:39:23 +00:00
Tan Nhu
96ac05789a Migrate UICore to version 4 to support Gitness fully open source (#338) 2023-08-22 06:25:45 +00:00
“tan-nhu”
afca55f9d8 [CODE-687]: Export NewRepoModalButton for CI integration 2023-07-28 12:07:30 -07:00
“tan-nhu”
8e06f49017 [CODE-655]: Refactor Nav system to adapt with new design 2023-07-24 14:56:27 -07:00
Hitesh Aringa
bc5945f8ba [CODE-631]: parent ref changes (#214) 2023-07-24 21:10:45 +00:00
Tan Nhu
5bb6084b68 Initial commit to support Gitness standalone shell (#174) 2023-07-14 17:14:36 +00:00
calvin
e33de49983 fix: [code-289]: Pass CODE_REPOSITORY instead of CODE_REPO 2023-05-03 20:07:12 -06:00
calvin
9887d42685 feat: [code-181]: rbac 2023-04-03 10:14:56 -07:00
Marko Gaćeša
a79e187a88 DB & API refactor: Use snake case (#144)
Update DB and API to follow Harness Standard
2022-12-29 13:53:08 -08:00
Tan Nhu
505d72049b Finalize API integration for commits (#95) 2022-11-29 02:21:23 -08:00
Tan Nhu
17c93350ae feat: [SCM-36]: Refactor SCM to CODE (#92) 2022-11-23 16:39:41 -08:00
Tan Nhu
7116c2fbe4 Implement Create Branch (#78)
* Update new icons

* Implement Create Branch
2022-11-17 00:16:57 -08:00
Tan Nhu
f204a5a2f8 Fix double ? in API URL (#75) 2022-11-15 13:21:31 -08:00
Tan Nhu
31a58e3172 Add routingId to support Harness gateway + Prototype for Commit modal (#68)
* Implement file path edit input

* Implement file path edit input - cont

* Prototype for Commit modal

* Add routingId to support Harness gateway
2022-11-10 15:17:55 -08:00
Johannes Batzill
8fe80ab811 Remove Identifier from UI - Replace with original Name (#59)
* remove identifier from UI and replace it with original 'Name'
* extend uid to length 100
* allow repo name of length 1
2022-11-07 14:37:50 -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
Tan Nhu
3f7fc109d0 Branch search and styles (#50)
* Add LatestCommit component

* Add branches search

* Proper link for root
2022-11-01 00:53:46 -07:00
Tan Nhu
c21b860e46 Refactor: Use types from SCM Service (#48) 2022-10-27 00:57:20 -07:00
Tan Nhu
c8b978a6ed API integrations + simplify design (#46) 2022-10-25 03:25:46 -07:00