1
0
mirror of synced 2026-01-07 09:05:45 -05:00
Commit Graph

16 Commits

Author SHA1 Message Date
Evan Tahler
e208d2c3a2 Display connection state in connection setting page (#13394)
* Display Connection State in Setting page

* memoize callback

* rendering and confirmaton

* setState API

* Input validation

* remove JSON step

* rename apiMethod to `updateState`

* test and adjust route

* skip if sync is running

* prevent state update when sync is running

* code editor component

* errors fixed

* scss style

* make linter happy

* Back to monaco editor

* Remove ability to edit state

* Adjust FE code

* Fix CSS problem

* Update airbyte-webapp/src/locales/en.json

Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>

* just use PRE to render state for now

Co-authored-by: Tim Roes <tim@airbyte.io>
Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
2022-06-17 10:52:33 -07:00
Tim Roes
1bc78aff1c Add CSP header (#11921) 2022-04-18 17:26:08 +02:00
Jared Rhizor
58475ce2a4 Revert "Update platform containers to use non-root users (#7872)" (#8611)
This reverts commit ebcaf2bcad.
2021-12-07 21:55:06 -08:00
Per-Victor Persson
ebcaf2bcad Update platform containers to use non-root users (#7872)
* Update platform containers to use non-root users

* Update kube template for the webapp container to use port 8080

After having updated the webbapp nginx image to expose port 8080 instead of 80

* missing 80 -> 8080 changes

Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
2021-12-07 21:40:32 -08:00
Artem Astapenko
fea3bf6798 Remove papercups (#6955)
* Remove papercups

* Remove support chat
2021-10-13 15:59:28 +03:00
Artem Astapenko
d0d92011e6 Remove openreplay (#6940)
* Remove openreplay

* Add lock file. Fix openreplay import
2021-10-13 15:17:59 +03:00
Artem Astapenko
2aee3233bb Add openreplay (#4685)
* Add openreplay

* Add env variables for openreplay

* Add openreplay env for k8s
2021-07-20 06:14:52 +07:00
Marcos Marx
92b6fc81ab Increase timeout for server in nginx config (#4385)
* increase timeout for server

* change from 1d to 3000s

* change 3000s to 1h

* correct docker-compose file
2021-06-28 16:58:37 -03:00
Jared Rhizor
34a695829e add fullstory (#4171)
* add fullstory

* fixes

* fix
2021-06-16 19:57:23 -07:00
Marcos Marx
85ee72d12f increase file size for import config (#4146) 2021-06-15 21:36:53 -03:00
Jared Rhizor
581b27335f 🎉 allow users to access both the api and webapp from the same port (#3603)
* single port v2

* fix upstream location

* add kube support

* fix .env.dev

* set INTERNAL_API_HOST for kube
2021-05-26 13:57:34 -07:00
Michel Tricot
54f9979dee Add a simple message on the webapp when it is configured to run in demo mode (#1835) 2021-01-25 19:47:00 -08:00
Michel Tricot
57d9e3047e Use papercups for in-app support (#1329) 2020-12-15 15:13:26 -08:00
Artem Astapenko
93f726e724 Add airbyte_version to segment track calls (#1113)
* Add airbyte_version to segment track calls

* Update handling of env variables
2020-12-01 04:36:34 +07:00
Artem Astapenko
4e6e9b3179 Webapp take tracking strategy from env (#487)
* Take TRACKING_STRATEGY

* Make nginx to replace TRACKING_STRATEGY in index.html with env vars

* Remove redundant line

* Add newline
2020-10-06 13:02:59 +03:00
Michel Tricot
e3737a2c06 Introducing Airbyte (#348) 2020-09-18 20:41:09 -07:00