Skip to content

Commit

Permalink
Cleanup some webapp reminders (airbytehq#23586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes authored Mar 1, 2023
1 parent f0909f6 commit b3b3cd8
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 171 deletions.
10 changes: 0 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,3 @@ ij_yaml_sequence_on_new_line = false
ij_yaml_space_before_colon = false
ij_yaml_spaces_within_braces = true
ij_yaml_spaces_within_brackets = true

# don't interfere with prettier default formatting for webapp
# see https://prettier.io/docs/en/api.html#prettierresolveconfigfilepath--options
# for options that we're disabling
[/airbyte-webapp/**]
end_of_line = unset
indent_style = unset
indent_size = unset
tab_width = unset
max_line_length = unset
6 changes: 0 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ area/platform:
- charts/*
- charts/**/*

area/frontend:
- airbyte-webapp/*
- airbyte-webapp/**/*
- airbyte-webapp-e2e-tests/*
- airbyte-webapp-e2e-tests/**/*

area/api:
- airbyte-api/*
- airbyte-api/**/*
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ crash.log
resources/examples/airflow/logs/*
!resources/examples/airflow/logs/.gitkeep

# Cloud Demo
!airbyte-webapp/src/packages/cloud/data

# Summary.md keeps getting added and we just don't like it
docs/SUMMARY.md

Expand Down
71 changes: 0 additions & 71 deletions .vscode/frontend.code-workspace

This file was deleted.

46 changes: 0 additions & 46 deletions .vscode/settings.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The [connector specification](../understanding-airbyte/airbyte-protocol.md#spec)

## Demoing your specification

While iterating on your specification, you can preview what it will look like in the UI in realtime by following the instructions [here](https://github.com/airbytehq/airbyte/blob/master/airbyte-webapp/docs/HowTo-ConnectionSpecification.md).
While iterating on your specification, you can preview what it will look like in the UI in realtime by following the instructions [here](https://github.com/airbytehq/airbyte-platform/blob/master/airbyte-webapp/docs/HowTo-ConnectionSpecification.md).


### Secret obfuscation
Expand Down
34 changes: 0 additions & 34 deletions tools/bin/e2e_test.sh

This file was deleted.

0 comments on commit b3b3cd8

Please sign in to comment.