Skip to content

Commit

Permalink
Remove connectors.md and builds.md (#25597)
Browse files Browse the repository at this point in the history
* Remove builds.md references

* Remove connectors.md

* Update connectors.md to reference the new report

* Add connector report to readme
  • Loading branch information
bnchrch authored Apr 27, 2023
1 parent e2b46dd commit 0ea1a81
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 700 deletions.
1 change: 0 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ kubernetes:
area/connectors:
- airbyte-integrations/connectors/*
- airbyte-integrations/connectors/**/*
- airbyte-integrations/builds.md

area/documentation:
- docs/*
Expand Down
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
- [ ] Connector's `bootstrap.md`. See [description and examples](https://docs.google.com/document/d/1ypdgmwmEHWv-TrO4_YOQ7pAJGVrMp5BOkEVh831N260/edit?usp=sharing)
- [ ] `docs/integrations/<source or destination>/<name>.md` including changelog with an entry for the initial version. See changelog [example](https://docs.airbyte.io/integrations/sources/stripe#changelog)
- [ ] `docs/integrations/README.md`
- [ ] `airbyte-integrations/builds.md`

### Airbyter

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ See the [LICENSE](docs/project-overview/licenses/) file for licensing informatio

## Resources

- [Connectors Registry Report](https://connectors.airbyte.com/files/generated_reports/connector_registry_report.html) for a list of connectors available in Airbyte and Airbyte Cloud
- [Weekly office hours](https://airbyte.io/weekly-office-hours/) for live informal sessions with the Airbyte team
- [Slack](https://slack.airbyte.io) for quick discussion with the Community and Airbyte team
- [Discourse](https://discuss.airbyte.io/) for deeper conversations about features, connectors, and problems
Expand Down
17 changes: 0 additions & 17 deletions airbyte-config-oss/specs-oss/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,5 @@ task generateOssConnectorCatalog(type: JavaExec, dependsOn: generateSeedConnecto

project(":airbyte-config-oss:init-oss").tasks.processResources.dependsOn(generateOssConnectorCatalog)

task generateConnectorMarkdown(type: JavaExec, dependsOn: generateSeedConnectorSpecs) {
classpath = sourceSets.main.runtimeClasspath

mainClass = 'io.airbyte.configoss.specs.ConnectorMarkdownGenerator'

args '--project-root'
args new File(project(":").projectDir, "")

args '--seed-root'
args new File(project(":airbyte-config-oss:init-oss").projectDir, '/src/main/resources/seed')

args '--output-filename'
args 'connectors.md'
}

project(":airbyte-config-oss:init-oss").tasks.processResources.dependsOn(generateConnectorMarkdown)

Task publishArtifactsTask = getPublishArtifactsTask("$rootProject.ext.version", project)

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To do so, from the root of the `airbyte` repo, run `./airbyte-cdk/python/bin/run
* When running or `./acceptance-test-docker.sh` in a connector project
* When running `/test` command on a GitHub pull request.
* When running `/publish` command on a GitHub pull request.
* When running ` integration-test` GitHub action that is creating the JSON files linked to from [connector builds summary](https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/builds.md).
* When running ` integration-test` GitHub action. This is the same action that creates and uploads the test report JSON files that power the badges in the [connector registry summary report](https://connectors.airbyte.com/files/generated_reports/connector_registry_report.html).

## Developing on the acceptance tests
You may want to iterate on the acceptance test project itself: adding new tests, fixing a bug etc.
Expand Down
8 changes: 0 additions & 8 deletions airbyte-integrations/builds-readme.md

This file was deleted.

Loading

0 comments on commit 0ea1a81

Please sign in to comment.