1
0
mirror of synced 2026-01-01 00:02:54 -05:00
Commit Graph

10 Commits

Author SHA1 Message Date
Tim Roes
8969824b41 🪟 🔧 Add a start:cloud command to the webapp (#19026)
* Add a start:cloud command to the webapp

* Update airbyte-webapp/scripts/environment.js

Co-authored-by: Joey Marshment-Howell <josephkmh@users.noreply.github.com>

Co-authored-by: Joey Marshment-Howell <josephkmh@users.noreply.github.com>
2022-11-07 14:52:49 +01:00
Tim Roes
2a4a5d3a1a Handle className removal on SVG (#17935) 2022-10-13 11:41:34 +02:00
Tim Roes
7c8f8a86e9 Move links out of config (#17837) 2022-10-11 16:40:46 +02:00
Tim Roes
6c5a150b81 🪟 🔧 Ignore classnames during jest snapshot comparison (#17773)
* Ignore classnames during jest snapshot comparison

* Replace by simple placeholder

* Update snapshots
2022-10-10 12:43:59 +02:00
Tim Roes
74c4195721 Fail validateLinks script also on fetch errors 2022-06-13 10:09:45 +02:00
Tim Roes
4c97893363 Validate links in frontend in CI (#13600)
* Validate doc links during building
* Add scheduled link validation
* Remove accidentally commited file
* Remove unnecessary file
* Review feedback
2022-06-08 15:45:50 +02:00
Tim Roes
8c4c8cf44d Upgrade all non major dependencies (#13553)
* Upgrade all non major dependencies

* Fill in missing license
2022-06-07 16:21:02 +02:00
Krishna Glick
738dc248a2 Generated API Client (#12071)
* Build added to gradle

* Generated the api client

* Removing probably

* Import sorting

* Looks to be working, ready for demoing

* testing and cleanup

* Don't need a script

* Success.

* Remove extra line

* Going with this

* App builds

* More services converted

* source auth service converted

* source definition service done

* Deployment service converted

* Missed a line

* Hopefully Jobs aren't broken, but needs testing

* notification and logs service

* workspace service swapped

* health service done

* workspace service cloud

* rename stripe service typo

* First pass done

* Contexts make things difficult at times

* `options` is optional always as far as I can tell

* minor cleanup

* Fixed TODO

* Unnecessary async

* This is marginally better.

* Cleanup

* Minor optional missing

* Updated from master

* Fix build

* Better ts

* disabling `any` eslint rule for generated file

* Converted to a hook attempting to fix a weird bug from export *

* Tim Code Review

* Type improvements

* Import sorting error

* Remove unused service

* Tim minor code review

* Use generated API over old method

* Do not lint generated api

* Move replace for future-proofing

* More steps towards removing v1 from the api url.

* Not needed

* Cleaned up

* Remove comment

* Matching master

* log download works

* Hard-typing request options

* Fixing import

* GeneratedApi -> AirbyteClient

* Removing weird non-comments

* Linting didn't hit on a few pages

* regenerated generated client

* Better comment

* Builds

* Log types corrected

* Logs more fixed

* Bugfixes

* minor cleanup

* generated  client

* Fixing some e2e errors

* Fixing build bugs

* test to see if this makes CI e2e pass

* Edmundo code review

* More CR

* better types

* Fixed normalization I think

* cleanup

* Cleaning up types

* Remove old type

* Remove more unused types

* More type cleanup

* Regenerated client & fixed build

* Improvements, and one bugfix

* Better normalization selection logic

* Remove errant console.log ty Teal

* Fixing broken normalization

* Fix issue with v1 in cloud envs

* Adjust master merge error

* Automatically prettify generated code

* Remove duplicate slash from URLs

* Update airbyte-webapp/src/components/JobItem/JobItem.tsx

Co-authored-by: Vladimir <volodymyr.s.petrov@globallogic.com>

* Update airbyte-webapp/src/components/JobItem/JobItem.tsx

Co-authored-by: Vladimir <volodymyr.s.petrov@globallogic.com>

* Fix attempt summary

* Fix showing correct log

* Regenerate API client

Co-authored-by: Tim Roes <tim@airbyte.io>
Co-authored-by: Vladimir <volodymyr.s.petrov@globallogic.com>
Co-authored-by: Tim Roes <mail@timroes.de>
2022-05-23 13:40:25 +02:00
Tim Roes
f66fc19ce6 Upgrade webapp dependencies (#10507)
* Upgrade minor dependencies

* WIP react-intl update

* Improve eslint license-check

* Apply rel tag automatically

* Upgrade storybook and more

* Remove unused code

* Remove unused eslint ignore

* Remove prettier upgrade

* Replace FormattedHTMLMessage

* Disable eslint warnings in place

* Remove accidental package-lock.json
2022-02-22 12:56:24 +01:00
Tim Roes
9ecd5a522d Add license check for webapp (#9689)
* Add license check for airbyte-webapp

* Create scripts folder

* Create licenseCheck gradle task
2022-01-24 11:05:21 +01:00