Skip to content

Commit d7fbcb4

Browse files
authored
Merge pull request #479 from eigr/feat/extract-activators
[Refactor] Remove activators from main repository
2 parents d2b5764 + 023dfef commit d7fbcb4

File tree

148 files changed

+194
-8367
lines changed

Some content is hidden

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

148 files changed

+194
-8367
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -55,34 +55,6 @@ jobs:
5555
- name: Shutdown Ubuntu MySQL (SUDO)
5656
run: sudo service mysql stop
5757

58-
# - name: Set up MariaDB
59-
# uses: getong/[email protected]
60-
# with:
61-
# host port: 3307
62-
# container port: 3307
63-
# character set server: 'utf8'
64-
# collation server: 'utf8_general_ci'
65-
# mariadb version: '10.4.10'
66-
# mysql database: 'eigr-functions-db'
67-
#
68-
# - name: Wait for MariaDB to be Ready
69-
# run: |
70-
# for i in {1..10}; do
71-
# if mysqladmin ping -h127.0.0.1 -P3307 --silent; then
72-
# echo "MariaDB is ready!"
73-
# break
74-
# fi
75-
# echo "Waiting for MariaDB..."
76-
# sleep 5
77-
# done
78-
#
79-
# - name: Set up MariaDB User
80-
# run: |
81-
# # Create 'admin' user with password 'admin' and grant privileges
82-
# mysql -h127.0.0.1 -P3307 -uroot -e "CREATE USER IF NOT EXISTS 'admin'@'%' IDENTIFIED BY 'admin';"
83-
# mysql -h127.0.0.1 -P3307 -uroot -e "GRANT ALL PRIVILEGES ON *.* TO 'admin'@'%' WITH GRANT OPTION;"
84-
# mysql -h127.0.0.1 -P3307 -uroot -e "FLUSH PRIVILEGES;"
85-
8658
- name: Install NATS with JetStream
8759
run: |
8860
wget https://github.com/nats-io/nats-server/releases/download/v2.10.0/nats-server-v2.10.0-linux-amd64.tar.gz
@@ -140,21 +112,6 @@ jobs:
140112
elixir --name [email protected] -S mix test --max-cases=1
141113
cd ../../
142114
143-
# - name: Run tests spawn_statestores_mariadb
144-
# run: |
145-
# cd spawn_statestores/statestores_mariadb
146-
# mix deps.get
147-
# MIX_ENV=test \
148-
# PROXY_DATABASE_TYPE=mariadb \
149-
# PROXY_DATABASE_PORT=3307 \
150-
# PROXY_DATABASE_USERNAME=admin \
151-
# PROXY_DATABASE_SECRET=admin \
152-
# PROXY_CLUSTER_STRATEGY=gossip \
153-
# PROXY_HTTP_PORT=9005 \
154-
# SPAWN_STATESTORE_KEY=3Jnb0hZiHIzHTOih7t2cTEPEpY98Tu1wvQkPfq/XwqE= \
155-
# elixir --name [email protected] -S mix test
156-
# cd ../../
157-
158115
- name: Run tests statestores_native
159116
run: |
160117
cd spawn_statestores/statestores_native
@@ -168,11 +125,4 @@ jobs:
168125
mix deps.get
169126
MIX_ENV=test PROXY_DATABASE_TYPE=native PROXY_CLUSTER_STRATEGY=gossip PROXY_HTTP_PORT=9005 SPAWN_STATESTORE_KEY=3Jnb0hZiHIzHTOih7t2cTEPEpY98Tu1wvQkPfq/XwqE= elixir --name [email protected] -S mix test
170127
cd ../../
171-
172-
# - name: Run tests operator
173-
# run: |
174-
# cd spawn_operator/spawn_operator
175-
# mix deps.get
176-
# MIX_ENV=test PROXY_DATABASE_TYPE=native PROXY_CLUSTER_STRATEGY=gossip PROXY_HTTP_PORT=9005 SPAWN_STATESTORE_KEY=3Jnb0hZiHIzHTOih7t2cTEPEpY98Tu1wvQkPfq/XwqE= elixir --name [email protected] -S mix test
177-
# cd ../../
178128

Dockerfile-activator-api

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

Dockerfile-activator-kafka

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

Dockerfile-activator-pubsub

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

Dockerfile-activator-rabbitmq

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

Dockerfile-activator-simple

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

0 commit comments

Comments
 (0)