Commit Graph

193 Commits

Author SHA1 Message Date
Vistaar Juneja
40af7bfa33 add plugins support for v1 YAML (#552) 2023-09-19 21:05:50 +00:00
Abhinav Singh
7b153fbd84 Merge branch 'abhinav/CODE-888' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#521) 2023-09-18 21:31:25 +00:00
Johannes Batzill
27de7971b9 [File Viewed] Adding Full Stack Support for File Viewed Feature (#516) 2023-09-18 15:59:40 +00:00
Abhinav Singh
a09421e01b Merge remote-tracking branch 'origin' into abhinav/CODE-888 2023-09-18 00:38:44 -07:00
Abhinav Singh
c7971bbbb1 feat: [CODE-888]: minor export improvements 2023-09-18 00:27:55 -07:00
Johannes Batzill
077cd2c74d [Export] Fix Export Status #2 (#508) 2023-09-15 20:06:55 +00:00
Johannes Batzill
abba5e1cf4 [Export] Fix ListByGroupID in JobStore (#507) 2023-09-15 19:28:42 +00:00
Johannes Batzill
0a9dde7459 [Refactor] Move from paths to space_paths Table (#500) 2023-09-15 15:19:53 +00:00
Abhinav Singh
4ff032c968 feat: [CODE-852]: code export e2e (#483) 2023-09-15 08:08:13 +00:00
Abhinav Singh
3f58c5bc3e feat: [CODE-861]: Export progress (#490) 2023-09-15 08:04:46 +00:00
Vistaar Juneja
4a2e75ec76 add support for disabling pipeline (#486) 2023-09-14 13:36:15 +00:00
Enver Bisevac
53d277b108 metrics collector added 2023-09-14 13:25:44 +02:00
Johannes Batzill
8cd3e5d015 [Standalone] Add temporary JWT for pipeline executions (#480) 2023-09-14 08:54:03 +00:00
Vistaar Juneja
fedd04a2da add trigger disabled in update (#481) 2023-09-14 08:44:51 +00:00
Vistaar Juneja
5612c9a438 move CI migrations to main folder (#459) 2023-09-13 22:17:29 +00:00
Vistaar Juneja
625d8af797 add cancellation support for CI builds (#456) 2023-09-13 15:22:26 +00:00
Marko Gaćeša
035815539d resolve issues with repo import 2023-09-13 14:23:00 +02:00
Vistaar Juneja
3bc56a1814 add support for checks summary in CI (#436) 2023-09-13 09:55:25 +00:00
Vistaar Juneja
c7ef132cbc add support for triggered builds (#428) 2023-09-12 09:08:38 +00:00
Marko Gaćeša
cde80d53a8 add space import 2023-09-09 12:55:49 +02:00
Marko Gaćeša
239ae8f10f add repo import api 2023-09-08 11:55:38 +02:00
Vistaar Juneja
501605721e address comments, fix stage and step join 2023-09-07 16:29:15 +01:00
Vistaar Juneja
4c8302845d add logic to run executions 2023-09-07 11:07:49 +01:00
Marko Gaćeša
646bd3745d fix canceling of scheduled jobs 2023-09-04 10:44:21 +02:00
Abhinav Singh
4147c691e6 fix: [CODE-760]: intenral mapping 2023-08-31 17:17:41 -07:00
Vistaar Juneja
c97d4783a9 add optional execution information in list pipelines (#384) 2023-08-31 19:26:53 +00:00
Vistaar Juneja
d15aa03dfd move pipelines, executions, triggers & logs under repos (#376) 2023-08-31 08:03:33 +00:00
Marko Gacesa
5a2caa9c3e Merge branch 'mg/jobs/initial' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#342) 2023-08-29 16:29:37 +00:00
Marko Gaćeša
045d80c5bf background jobs 2023-08-29 17:57:09 +02:00
Vistaar Juneja
a1948ff42d Add plugins list API (#349) 2023-08-28 19:02:46 +00:00
Marko Gaćeša
dea23b88a4 add filtering and pagination to the user's list spaces API 2023-08-28 14:02:58 +02:00
Johannes Batzill
d9fedc8ecc fix count|list divergences in stores 2023-08-22 16:36:28 -07:00
Vistaar Juneja
ebfac87860 fix some formatting 2023-08-22 15:28:30 +01:00
Vistaar Juneja
ef69decbde Run make format 2023-08-22 15:08:46 +01:00
Vistaar Juneja
2b633f9fd8 add triggers openapi 2023-08-22 14:05:13 +01:00
Vistaar Juneja
2870aaaabc added controllers and handlers for connectors, triggers, templates 2023-08-22 14:05:13 +01:00
Vistaar Juneja
8f11177818 add types and DB layer 2023-08-22 14:05:13 +01:00
Abhinav Singh
1c1ae3c06a Merge branch 'abhinav/CODE-716' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#322) 2023-08-21 23:06:06 +00:00
Vistaar Juneja
d5f121eff7 address comments 2023-08-17 12:15:46 +01:00
Vistaar Juneja
1f06534259 address comments 2023-08-17 12:15:45 +01:00
Vistaar Juneja
13ae2a0361 fix lint/format 2023-08-17 12:15:45 +01:00
Vistaar Juneja
9e94009182 move executions to separate struct, update migrations 2023-08-17 12:15:09 +01:00
Vistaar Juneja
f784eedeae working executions flow 2023-08-17 12:15:09 +01:00
Vistaar Juneja
443ec9e600 use stage store and step store to fetch logs 2023-08-17 12:15:09 +01:00
Vistaar Juneja
aed6b9a1a6 add preliminary DB migrations for logs/connectors/steps/stages 2023-08-17 12:13:25 +01:00
Abhinav Singh
286137e64f Merge remote-tracking branch 'origin' into abhinav/CODE-716 2023-08-16 12:54:18 -07:00
Abhinav Singh
18212fea3a fix 2023-08-16 12:54:13 -07:00
Abhinav Singh
56bd32d4c6 support for whitelisting 2023-08-15 21:48:40 -07:00
Vistaar Juneja
29c494c23f Merge branch 'ci_gitness' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#273) 2023-08-11 16:55:54 +00:00
Vistaar Juneja
d1d50377fc address comments 2023-08-11 11:36:39 +01:00