1
0
mirror of synced 2025-12-22 19:38:29 -05:00
Commit Graph

60 Commits

Author SHA1 Message Date
Davin Chia
53a5d97358 Minor Gradle Property Tweaks. (#2367)
Expose the workers.max property in gradle.properties. This allows a dev to set the number of processors Gradle uses per their needs. See this.

Also take the chance to turn on vfs.watch. This allows Gradle to watch the virtual file system it creates in memory. In theory, this makes it slightly faster for incremental builds. See this.
2021-03-10 07:18:04 +08:00
Davin Chia
80984d0634 Document command to only build core Airbyte systems. (#2351) 2021-03-09 08:39:20 +08:00
Davin Chia
2ac9d36b26 Update Airbyte local preq documentation. Remove outdated Gitbook section. (#2274)
- Add some missing prerequisites for Airbyte local development.
- Remove the Gitbook section on updating documentation. Gitbook's editor does funky autoformatting.

reviewer: Chris
2021-03-03 18:23:20 +08:00
Shrif Nada
8ffefbb79e GitBook: [master] 5 pages modified 2021-01-16 17:11:48 +00:00
Charles
f4fe62f744 add note about open ssl flags for mac (#1676) 2021-01-15 15:40:39 -08:00
John Lafleur
a5f509bf49 GitBook: [master] 15 pages and 4 assets modified 2020-11-25 19:01:56 +00:00
Charles
ae5c630601 add spec cache (#1066)
* UI is crawling because it is constantly fetching specs.

* Fetch spec runs compete for resources / time with sync jobs, making the UI even slower.

* Caching these specs brings this under control.
2020-11-24 10:49:55 -08:00
John Lafleur
7cda3ab275 GitBook: [master] 5 pages and 2 assets modified 2020-11-13 09:22:19 +00:00
Charles
cf21f2a3a2 Various Docs Updates (#964)
* Explain how to implement standard tests in python and singer sources
* Make a note that basic normalization doesn't current work with >100 many fields. There's a fix in progress for this.
* Document how to reset the connectors index in local development.
2020-11-12 16:13:53 -08:00
John Lafleur
9a1452e1c2 Restructured the left column of the documentation (#733) 2020-10-29 11:10:20 -07:00