Skip to content

Commit 29ddd5e

Browse files
committed
chore(cleanup): remove cc-model-hephaestus
Signed-off-by: Rafael Belchior <[email protected]>
1 parent 56e955d commit 29ddd5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+48
-10384
lines changed

.cspell.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
"hada",
9898
"hashicorp",
9999
"Healthcheck",
100-
"hephaestus",
101100
"HSTS",
102101
"htlc",
103102
"Htlc",

.github/workflows/ci.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,6 @@ jobs:
232232
sudo apt-get update
233233
sudo apt-get install -y build-essential python3 python3-pip python3-setuptools gcc g++ make pkg-config libsqlite3-dev libtool autoconf automake openjdk-11-jdk wget
234234
235-
- name: Install Python dependencies for ccmodel-hephaestus
236-
run: |
237-
# Install pm4py which is required for ccmodel-hephaestus tests
238-
pip3 install pm4py
239-
# Install additional dependencies from requirements.txt if it exists
240-
if [ -f packages/cactus-plugin-ccmodel-hephaestus/requirements.txt ]; then
241-
pip3 install -r packages/cactus-plugin-ccmodel-hephaestus/requirements.txt
242-
fi
243-
244235
- id: yarn-cache
245236
name: Initialize Yarn Cache
246237
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf #v4.2.2
@@ -281,15 +272,6 @@ jobs:
281272
sudo apt-get update
282273
sudo apt-get install -y build-essential python3 python3-pip python3-setuptools gcc g++ make pkg-config libsqlite3-dev libtool autoconf automake
283274
284-
- name: Install Python dependencies for ccmodel-hephaestus
285-
run: |
286-
# Install pm4py which is required for ccmodel-hephaestus tests
287-
pip3 install pm4py
288-
# Install additional dependencies from requirements.txt if it exists
289-
if [ -f packages/cactus-plugin-ccmodel-hephaestus/requirements.txt ]; then
290-
pip3 install -r packages/cactus-plugin-ccmodel-hephaestus/requirements.txt
291-
fi
292-
293275
- id: yarn-cache
294276
name: Restore Yarn Cache
295277
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf #v4.2.2
@@ -368,15 +350,6 @@ jobs:
368350
sudo apt-get update
369351
sudo apt-get install -y build-essential python3 python3-pip python3-setuptools gcc g++ make pkg-config libsqlite3-dev libtool autoconf automake openjdk-11-jdk wget
370352
371-
- name: Install Python dependencies for ccmodel-hephaestus
372-
run: |
373-
# Install pm4py which is required for ccmodel-hephaestus tests
374-
pip3 install pm4py
375-
# Install additional dependencies from requirements.txt if it exists
376-
if [ -f packages/cactus-plugin-ccmodel-hephaestus/requirements.txt ]; then
377-
pip3 install -r packages/cactus-plugin-ccmodel-hephaestus/requirements.txt
378-
fi
379-
380353
- id: yarn-cache
381354
name: Restore Yarn Cache
382355
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf #v4.2.2

.github/workflows/satp-hermes-npmjs-gateway-sdk.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,29 @@ name: SATP Hermes Gateway SDK - NPM Publish
7171
# =============================================================================
7272

7373
on:
74+
push:
75+
branches: [main, satp-dev, satp-stg]
76+
paths:
77+
- 'packages/cactus-plugin-satp-hermes/**'
78+
- '.github/workflows/satp-hermes-npmjs-gateway-sdk.yaml'
79+
80+
workflow_dispatch:
81+
inputs:
82+
skip_tests:
83+
description: 'Skip test execution (for emergency releases only)'
84+
required: false
85+
default: false
86+
type: boolean
87+
is_release:
88+
description: 'Create release version using package.json version'
89+
required: false
90+
default: false
91+
type: boolean
92+
custom_version:
93+
description: 'Custom version tag (leave empty to use package.json version)'
94+
required: false
95+
type: string
96+
7497
workflow_call:
7598
inputs:
7699
skip_tests:

.github/workflows/satp-hermes-release.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,31 @@ on:
2121
description: 'Tag version from docker stage'
2222
required: true
2323
type: string
24+
25+
workflow_dispatch:
26+
inputs:
27+
is_release:
28+
description: 'Create release version using package.json version'
29+
required: false
30+
default: true
31+
type: boolean
32+
release_branch:
33+
description: 'Branch to create release from'
34+
required: false
35+
default: 'main'
36+
type: choice
37+
options:
38+
- main
39+
- satp-stg
40+
- satp-dev
41+
custom_version:
42+
description: 'Custom version tag (leave empty to use package.json version)'
43+
required: false
44+
type: string
45+
tag_version:
46+
description: 'Tag version (e.g., 0.0.3-beta)'
47+
required: true
48+
type: string
2449

2550
jobs:
2651
# =============================================================================

packages/cactus-plugin-ccmodel-hephaestus/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/cactus-plugin-ccmodel-hephaestus/README.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

packages/cactus-plugin-ccmodel-hephaestus/package.json

Lines changed: 0 additions & 100 deletions
This file was deleted.

packages/cactus-plugin-ccmodel-hephaestus/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)