Commit Graph

811 Commits

Author SHA1 Message Date
Ömer Faruk Aydın
20c0451c86 Merge pull request #600 from automatisch/refactor/remove-search-term
refactor: Do not expose search term separately for search tweets
2022-10-14 23:53:52 +02:00
Faruk AYDIN
8a883765d4 refactor: Do not expose search term separately for search tweets 2022-10-14 23:51:00 +02:00
Faruk AYDIN
cad42eed54 refactor: Remove test run methods from triggers 2022-10-14 23:47:50 +02:00
Ömer Faruk Aydın
a7f68f80d1 Merge branch 'main' into issue-553 2022-10-14 22:36:45 +02:00
Ömer Faruk Aydın
c422ca530d Merge pull request #596 from automatisch/refactor/background-jobs
refactor: Extract processor job into separate background jobs
2022-10-14 22:36:06 +02:00
Faruk AYDIN
237ab48d33 refactor: Restructure workers to work with services 2022-10-14 22:33:26 +02:00
Faruk AYDIN
628f872180 refactor: Implement test run helper to work with services 2022-10-14 20:18:58 +02:00
Faruk AYDIN
56a9aeece7 refactor: Extract processor job into separate background jobs 2022-10-13 18:45:30 +02:00
Faruk AYDIN
3c3bb82e97 refactor: Remove early exit strategy for twitter triggers 2022-10-12 23:23:08 +02:00
Faruk AYDIN
d9192f6e6b refactor: Introduce IActionOutput and ITriggerOutput types 2022-10-12 22:50:42 +02:00
Ali BARIN
2e31e821b3 Merge branch 'main' into issue-553 2022-10-12 18:02:53 +02:00
Zeynep Nur Temel
6895378d33 docs: fix description of Slack connection 2022-10-12 17:52:42 +02:00
Thu Huynh
f2f99fda31 docs: fix documentation link in README 2022-10-12 17:50:15 +02:00
Ali BARIN
56b7763488 chore: remove unused twilio app 2022-10-09 16:55:08 +02:00
Ali BARIN
12bbcd7887 chore: remove unused twitch app 2022-10-09 16:54:58 +02:00
Ali BARIN
b42c27b02f chore: remove unused typeform app 2022-10-09 16:54:52 +02:00
Ali BARIN
e34ac3c485 chore: remove unused smtp app 2022-10-09 16:54:46 +02:00
Ali BARIN
54bbc0d79c chore: remove unused gitlab app 2022-10-09 16:54:39 +02:00
Ali BARIN
3a186ebb1a chore: remove unused firebase app 2022-10-09 14:57:56 +02:00
Ali BARIN
119650048e chore: delete unused discord app 2022-10-09 14:57:23 +02:00
Ali BARIN
ec8e57972a Release v0.1.5 2022-10-09 10:21:05 +02:00
Ali BARIN
0d04e1534d chore: update cli version with 0.1.5 in Dockerfiles 2022-10-09 10:21:05 +02:00
Ömer Faruk Aydın
7b3352ba03 Merge pull request #581 from automatisch/docs/broken-links
docs: Fix broken links
2022-10-09 11:00:12 +03:00
Faruk AYDIN
0cfb51dfb1 docs: Add TBD to create flow page 2022-10-09 10:54:58 +03:00
Faruk AYDIN
84558af121 docs: Fix github issues link for the installation page 2022-10-09 10:52:43 +03:00
Ali BARIN
48fd4a0dbe feat: remove execution step data 2022-10-09 09:49:53 +02:00
Ömer Faruk Aydın
21c16d7272 Merge pull request #579 from automatisch/docs/hide-contribution-guide
docs: Hide contribution section from readme until it's finalised
2022-10-09 10:46:44 +03:00
Faruk AYDIN
f604e28ba4 docs: Hide contribution section from readme until it's finalised 2022-10-09 10:43:50 +03:00
dependabot[bot]
332a4a31f4 chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/web
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-09 00:54:23 +02:00
Ömer Faruk Aydın
8869802d4f Merge pull request #577 from automatisch/e2e-tests
Introduce e2e tests
2022-10-09 01:48:17 +03:00
Ali BARIN
b0034de0a5 chore(e2e-tests): remove redundant configuration 2022-10-09 00:18:01 +02:00
Ali BARIN
c76491a8b0 chore: ignore cypress screenshots 2022-10-09 00:00:35 +02:00
Ali BARIN
ff2edeea17 chore(e2e-tests): rename cypress:open with open 2022-10-09 00:00:35 +02:00
Ali BARIN
284738ae7d test: list executions 2022-10-09 00:00:35 +02:00
Ali BARIN
b1459cbf3b test: display execution 2022-10-09 00:00:35 +02:00
Ali BARIN
5838216b72 test: create slack connection 2022-10-09 00:00:35 +02:00
Ali BARIN
ce40f7d474 test: list apps 2022-10-09 00:00:35 +02:00
Ali BARIN
f0d3db6f9a test: create flow 2022-10-09 00:00:35 +02:00
Ali BARIN
e47c54b336 chore: add major data-test attributes 2022-10-09 00:00:35 +02:00
Ali BARIN
38bcf6ada0 chore: add e2e-tests package 2022-10-09 00:00:35 +02:00
Ömer Faruk Aydın
8d92ba6083 Merge pull request #576 from automatisch/fix/use-cloned-step
fix: Do not use mutated step for global variables of actions
2022-10-08 21:24:54 +03:00
Faruk AYDIN
c0aa2e4f6c fix: Do not use mutated step for global variables of actions 2022-10-08 21:04:08 +03:00
dependabot[bot]
3705391ecc chore(deps): bump ejs from 3.1.6 to 3.1.8 in /packages/web
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-08 15:04:12 +02:00
Ali BARIN
a2602cd2c8 Merge branch 'main' into issue-553 2022-10-08 15:03:51 +02:00
dependabot[bot]
f5f8632678 chore(deps): bump ejs from 3.1.6 to 3.1.7 in /packages/cli
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.7)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-08 15:03:05 +02:00
Ömer Faruk Aydın
a36b805b7c Merge pull request #575 from automatisch/release/0.1.4
Release v.1.4
2022-10-08 15:42:56 +03:00
Ali BARIN
43cd8859bc Release v0.1.4 v0.1.4 2022-10-08 14:38:27 +02:00
Ali BARIN
37548e6c39 chore: upgrade cli version with 0.1.4 in Dockerfiles 2022-10-08 14:37:55 +02:00
Ali BARIN
47930eca10 fix(backend): make getInterval optional 2022-10-08 14:36:38 +02:00
Ali BARIN
1b405728c4 Release v0.1.3 2022-10-08 13:03:31 +02:00