1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Commit Graph

20 Commits

Author SHA1 Message Date
Christo Grabowski
ebeac7d99e Bugfix: patch source-declarative-manifest for manifest-only connectors (#44196)
Co-authored-by: Natik Gadzhi <natik@respawn.io>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2024-08-16 18:47:23 -07:00
Christo Grabowski
b6cded0868 Source google-pagespeed-insights: Migrate to manifest-only (#44143) 2024-08-16 03:15:09 +03:00
Augustin
114ee0e9a8 🐙 source-google-pagespeed-insights: run up-to-date pipeline [2024-08-10] (#43617) 2024-08-11 02:21:05 +02:00
Augustin
9ab9d76b77 🐙 source-google-pagespeed-insights: run up-to-date pipeline [2024-08-03] (#43130) 2024-08-04 02:26:35 +02:00
Augustin
3eab1b5736 🐙 source-google-pagespeed-insights: run up-to-date pipeline [2024-07-27] (#42770) 2024-07-28 02:20:21 +02:00
Augustin
c071ffa8ad 🐙 source-google-pagespeed-insights: run up-to-date pipeline [2024-07-20] (#42319) 2024-07-21 02:20:36 +02:00
Augustin
8b7790a0f6 🐙 source-google-pagespeed-insights: run up-to-date pipeline [2024-07-13] (#41706) 2024-07-14 02:28:55 +02:00
Augustin
fd68d38750 🐙 source-google-pagespeed-insights: run up-to-date pipeline [2024-07-10] (#41591) 2024-07-11 02:16:04 +02:00
Augustin
e00ecb9028 🐙 source-google-pagespeed-insights: run up-to-date pipeline [2024-07-09] (#41155) 2024-07-10 02:22:53 +02:00
Augustin
424d6872be 🐙 source-google-pagespeed-insights: run up-to-date pipeline [2024-07-06] (#41011) 2024-07-07 02:16:52 +02:00
Augustin
4c4fcff8c4 🐙 source-google-pagespeed-insights: run up-to-date pipeline [2024-06-29] (#40439) 2024-06-30 02:16:17 +02:00
Augustin
40cb2db40d 🐙 source-google-pagespeed-insights: run up-to-date pipeline [2024-06-22] (#40104) 2024-06-23 02:20:03 +02:00
Augustin
3fb8c59df0 source-google-pagespeed-insights: [autopull] Upgrade base image to v1.2.2 (#39272) 2024-06-06 14:02:22 +02:00
Audrey Maldonado
b9690ba76e Wrapping changelog in details for a collapsible view (#38801) 2024-06-04 13:40:53 -04:00
btkcodedev
0d7bf96afd Source Google page speed insights: Make Connector Compatible with Builder (#38147)
Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
2024-05-21 17:04:33 -07:00
Natik Gadzhi
cb80e6922a [tools] prettier rules for .md + formatting cleanup 2024-05-07 08:19:33 -07:00
Brian Leonard
88f42dba69 source-google-pagespeed-insights: ensure inline schemas, updated cdk, poetry (where possible) (#37171) 2024-05-01 11:41:08 -07:00
Reid Beels
ea7bd028ac 🐛 Fix URL pattern regex in Google PageSpeed Insights connector (#22287)
* Fix URL pattern regex in Google PageSpeed Insights connector

Without this `[` escaped, setting up a new source results in `java.util.regex.PatternSyntaxException: Unclosed character class`

* Bump source-google-pagespeed-insights version to 0.1.1

* fix: correct validation errors in acceptance-test-config.yml

* docs: bump metadata.yml file and update connector changelog

---------

Co-authored-by: Sajarin <sajarindider@gmail.com>
2023-05-26 01:26:28 -04:00
Sophia Wiley
5512befeb1 Docs: updated links from .io to .com (#23652)
* updated links

* edited contributors link

* deleted line about CDK in docs
2023-03-06 17:27:55 +01:00
Andreas Nigg
b6c6b7affb 🎉 New source: Google PageSpeed Insights [low-code CDK] (#19813)
* New source: Google PageSpeed Insights

* update PR number

* Connector re-definition to use stream slices

So far, the connector used one single URL and
categories and strategies hardcoded in the
connector definition.
This commit changes the connector by removing
the second stream (origin) and uses ListStreamSlicers
for url, strategy and category to allow for better
configuration.

* fixed timeout for check int. tests

* use new pagespeed insights logo

* sample_config

* add strategy and category to stream

* use only one request for all defined categories

* fix lighthosue results schema

* remove required from schema

* remove audit and category details in schema

* add strategy field to schema

* auto-bump connector version

Co-authored-by: Sajarin <sajarindider@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-12-14 18:13:15 -05:00