Ali BARIN
75eda7f2af
feat(cli): run migrations and app in start command ( #284 )
...
* feat: perform pending migrations in start command
* feat: log error when DB connection is refused
* feat: log error when Redis connection is refused
* refactor: fix type errors
* fix: correct server and copy graphql schema
* fix: differentiate migrations by env
* chore: remove dev executable
* chore: fix typo in default postgresUsername
* fix: copy json files into dist folder
* chore(cli): add dev script
* chore: pull non-dev logs to info level
* feat(cli): run app in start command
* fix(backend): remove default count in Connection
* fix(cli): remove .eslintrc usage in lint script
* refactor: remove disableMigrationsListValidation
* refactor: make Step optional in ExecutionStep
* refactor: make Flow optional in Step
2022-04-08 11:27:46 +02:00
Ali BARIN
45f810b5b8
feat: remove explore page
2022-04-02 13:10:46 +03:00
dependabot[bot]
4173e3bd2a
chore(deps): bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-01 23:32:15 +03:00
Ali BARIN
d373d04cdf
feat: introduce notifications page
2022-04-01 23:32:03 +03:00
Ali BARIN
bb6c464770
feat: make email and password updatable
2022-04-01 00:38:54 +03:00
Ali BARIN
140734b32c
feat: add primitive profile settings
2022-04-01 00:38:54 +03:00
Ali BARIN
782dba1f5e
feat: add account dropdown menu with logout link
2022-03-24 15:53:04 +03:00
dependabot[bot]
3715291df7
chore(deps): bump node-forge from 1.2.1 to 1.3.0
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases )
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-23 17:32:42 +03:00
Ali BARIN
f11f523b30
feat: add single execution page
2022-03-23 09:33:55 +01:00
Ali BARIN
c9bf7c9e21
feat: make flows enablable
2022-03-22 20:25:54 +03:00
Ali BARIN
932145e3a1
feat: add dropdown field with dynamic data in flow
2022-03-20 11:46:49 +03:00
Faruk AYDIN
8512528fcf
feat: Implement getData query and send a message action for slack
2022-03-16 01:48:58 +03:00
Ali BARIN
2218ffd790
feat: add executions page
2022-03-13 12:52:31 +03:00
Ali BARIN
fec55d698a
fix: remove input from getStepWithTestExecutions queries
2022-03-12 13:18:19 +03:00
Ali BARIN
af027b7e20
feat: show flows when going back on flow editor
2022-03-12 13:05:27 +03:00
Ali BARIN
906a8d0644
fix: stop flickering due to late initiated token
2022-03-09 21:02:00 +01:00
Ali BARIN
d4bef44b93
fix: remove input out of textConnection query
2022-03-09 09:30:55 +01:00
Ali BARIN
5d1c4b81e7
feat: introduce authentication context
2022-03-09 01:09:14 +03:00
Ali BARIN
030d886cf7
refactor: introduce input in gql mutations
2022-03-09 00:53:20 +03:00
Ali BARIN
f5f7a998ca
feat: introduce login page
2022-03-08 12:17:35 +01:00
Ali BARIN
b288dc8c35
refactor: use step.executionSteps[].dataOut
2022-03-05 01:37:25 +03:00
Faruk AYDIN
e73f33f3db
fix: Adjust info.json files to work with formattedData field
2022-03-05 01:27:00 +03:00
Ali BARIN
6a8ec97c31
refactor: add formattedData in IConnection references
2022-03-05 01:27:00 +03:00
Ali BARIN
3391578655
chore: introduce @automatisch/types
2022-03-03 13:33:33 +03:00
Ali BARIN
d06f21c927
feat: add PowerInput component
2022-02-28 01:26:57 +03:00
Faruk AYDIN
654e868a23
feat: Serve react app through express server
2022-02-24 22:48:04 +03:00
dependabot[bot]
e996e5d0c6
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-15 09:05:37 +01:00
Ali BARIN
020ef45f0a
feat: add TestSubstep along with step status
2022-02-14 19:25:54 +03:00
Ali BARIN
50ef6be69c
refactor: separate substeps in FlowStep
2022-02-07 16:30:33 +03:00
Ali BARIN
5aae9a60f4
feat: introduce FlowSubstepTitle in FlowStep
2022-02-07 16:30:33 +03:00
Ali BARIN
85c3442196
refactor: use styleOverrides callback in theme
2022-02-07 16:30:33 +03:00
Ali BARIN
dfc95cafe0
fix(ChooseAccountSubstep): show app connections
2022-02-05 00:31:36 +03:00
Ali BARIN
50015ae073
feat(FlowStep): introduce expand more/less icons
2022-02-05 00:31:36 +03:00
Ali BARIN
6a3d1ced93
feat: introduce choose account substep in flow editor
2022-02-02 10:40:35 +03:00
Ali BARIN
8364695f8a
feat: show only triggerable apps in trigger steps
2022-02-01 10:09:50 +03:00
Ali BARIN
89fbfd9dfc
feat: make flow name updatable
2022-02-01 10:08:58 +03:00
Ali BARIN
91a1c8b793
feat: make substeps updatable
2022-02-01 00:26:17 +03:00
Ali BARIN
7740529a2a
feat: add primitive substeps in flow editor
2022-01-31 23:16:14 +03:00
Ali BARIN
90aac874bf
feat: add delete step functionality
2022-01-30 18:27:57 +03:00
Ali BARIN
700d0bfd32
feat: create flow with trigger app
2022-01-30 11:15:30 +03:00
Ali BARIN
131d33916a
chore: stop casting IDs as number
2022-01-29 18:50:55 +03:00
Faruk AYDIN
c6e2b94128
chore: Use string IDs instead of integer ones
2022-01-29 18:50:55 +03:00
Ali BARIN
e7c537f217
feat: introduce action event step in flow step
2022-01-29 11:36:29 +03:00
Ali BARIN
da9ab8016b
fix: make connectionId optional step model
2022-01-28 19:17:20 +03:00
Ali BARIN
3925de13a7
fix: do not update step on initial render
2022-01-28 19:17:20 +03:00
dependabot[bot]
60b0b02de2
chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /packages/web
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
---
updated-dependencies:
- dependency-name: dns-packet
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-28 18:32:44 +03:00
dependabot[bot]
4d6f645d6b
chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 in /packages/web
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-28 18:31:13 +03:00
dependabot[bot]
1448dc1ea7
chore(deps): bump browserslist from 4.16.3 to 4.19.1 in /packages/web
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.3 to 4.19.1.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.19.1 )
---
updated-dependencies:
- dependency-name: browserslist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-28 18:31:02 +03:00
dependabot[bot]
e129dc2d3b
chore(deps): bump glob-parent from 5.1.1 to 5.1.2 in /packages/web
...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-28 18:30:33 +03:00
dependabot[bot]
ec2bfb6538
chore(deps): bump node-forge from 0.10.0 to 1.2.1 in /packages/web
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 0.10.0 to 1.2.1.
- [Release notes](https://github.com/digitalbazaar/forge/releases )
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/0.10.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-28 15:49:20 +01:00