From df083b6bf935d66a54a23f5ea17c18b0be30425d Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Tue, 29 Apr 2025 12:02:56 -0300 Subject: [PATCH 01/37] chore: test changes to heading levels --- _partials/_cloud-create-service.md | 2 +- _partials/_cloud-installation.md | 12 ++++++------ _partials/_cloud_self_configuration.md | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/_partials/_cloud-create-service.md b/_partials/_cloud-create-service.md index 80a5b8f6f9..ad3a8b9c45 100644 --- a/_partials/_cloud-create-service.md +++ b/_partials/_cloud-create-service.md @@ -1,6 +1,6 @@ -### Create a Timescale service +## Create a Timescale service
  1. diff --git a/_partials/_cloud-installation.md b/_partials/_cloud-installation.md index a8d8130c40..7780e80750 100644 --- a/_partials/_cloud-installation.md +++ b/_partials/_cloud-installation.md @@ -1,4 +1,4 @@ -## Create a $CLOUD_LONG account +### Create a $CLOUD_LONG account You create a $CLOUD_LONG account to manage your $SERVICE_SHORTs and data in a centralized and efficient manner in $CONSOLE. From there, you can create and delete $SERVICE_SHORTs, run queries, manage access and billing, integrate other services, contact support, and more. @@ -11,8 +11,8 @@ You create a standalone account to manage $CLOUD_LONG as a separate unit in your To set up $CLOUD_LONG: - -1. **Sign up for a 30-day free trial** + +1. **Sign up for a 30-day free trial** Open [Sign up for Timescale][timescale-signup] and add your details, then click `Start your free trial`. You receive a confirmation email in your inbox. @@ -34,9 +34,9 @@ You create an account through AWS Marketplace to have $CLOUD_LONG as a part of y To set up $CLOUD_LONG via AWS: -1. **Open [AWS Marketplace][aws-marketplace] and search for `Timescale Cloud`** +1. **Open [AWS Marketplace][aws-marketplace] and search for `Timescale Cloud`** - You see two pricing options, [pay-as-you-go][aws-paygo] and [annual commit][aws-annual-commit]. + You see two pricing options, [pay-as-you-go][aws-paygo] and [annual commit][aws-annual-commit]. 1. **Select the pricing option that suits you and click `View purchase options`** @@ -48,7 +48,7 @@ To set up $CLOUD_LONG via AWS: 1. **Sign up for a 30-day free trial** - Add your details, then click `Start your free trial`. If you want to link an existing $CLOUD_LONG account to AWS, log in with your existing credentials. + Add your details, then click `Start your free trial`. If you want to link an existing $CLOUD_LONG account to AWS, log in with your existing credentials. 1. **In `Confirm AWS Marketplace connection`, click `Connect`** diff --git a/_partials/_cloud_self_configuration.md b/_partials/_cloud_self_configuration.md index b478a63f1e..9128c47b46 100644 --- a/_partials/_cloud_self_configuration.md +++ b/_partials/_cloud_self_configuration.md @@ -1,14 +1,14 @@ import EarlyAccess from "versionContent/_partials/_early_access_2_18_0.mdx"; -## Policies +### Policies -### `timescaledb.max_background_workers (int)` +## `timescaledb.max_background_workers (int)` Max background worker processes allocated to TimescaleDB. Set to at least 1 + the number of databases loaded with the TimescaleDB extension in a PostgreSQL instance. Default value is 16. -## Hypercore features +### Hypercore features ### `timescaledb.default_hypercore_use_access_method (bool)` @@ -63,7 +63,7 @@ Enable transparent decompression ### `timescaledb.restoring (bool)` -Stop any background workers which could have been performing tasks. This is especially useful if you +Stop any background workers which could have been performing tasks. This is especially useful if you migrate data to your [$SERVICE_LONG][pg-dump-and-restore] or [self-hosted database][migrate-entire]. ### `timescaledb.max_cached_chunks_per_hypertable (int)` From f9ed70609113fbcab1855e623d281a7da345e045 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Wed, 14 May 2025 10:18:49 -0300 Subject: [PATCH 02/37] chore: point changes to test branch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f06d5f452..e9857581b6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: production-v3 + ref: chore/pull-when-already-in-branch - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd From 32d67f04238d34550b743c2a446e57bb7b52b6da Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Wed, 14 May 2025 10:39:20 -0300 Subject: [PATCH 03/37] chore: trigger commmit From 9d03336e12c864f4ffe99c5e2f48e5176dd97b29 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Wed, 14 May 2025 10:50:55 -0300 Subject: [PATCH 04/37] chore: add content to partial --- _partials/_cloud-installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_partials/_cloud-installation.md b/_partials/_cloud-installation.md index 7780e80750..c71937352a 100644 --- a/_partials/_cloud-installation.md +++ b/_partials/_cloud-installation.md @@ -8,6 +8,8 @@ You create a $CLOUD_LONG account to manage your $SERVICE_SHORTs and data in a ce You create a standalone account to manage $CLOUD_LONG as a separate unit in your infrastructure, which includes separate billing and invoicing. +And some content is being added inside... + To set up $CLOUD_LONG: From 054bd476456ebc6c5eed10f4c2d2baec7e46534c Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Wed, 14 May 2025 11:44:36 -0300 Subject: [PATCH 05/37] chore: trigger workflow From a976b4b81349fd857b58ee0bf6f996cb34577b53 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Wed, 14 May 2025 11:56:00 -0300 Subject: [PATCH 06/37] chore: trigger workflow From a926c13f3ca1b2b82255c689b5c0e7565c74fe66 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Wed, 14 May 2025 12:15:05 -0300 Subject: [PATCH 07/37] chore: rename markdown --- ...cloud-installation.md => _cloud-installation-2.md} | 0 getting-started/services.md | 11 +++++------ 2 files changed, 5 insertions(+), 6 deletions(-) rename _partials/{_cloud-installation.md => _cloud-installation-2.md} (100%) diff --git a/_partials/_cloud-installation.md b/_partials/_cloud-installation-2.md similarity index 100% rename from _partials/_cloud-installation.md rename to _partials/_cloud-installation-2.md diff --git a/getting-started/services.md b/getting-started/services.md index c11362ae31..f71281d68c 100644 --- a/getting-started/services.md +++ b/getting-started/services.md @@ -5,7 +5,7 @@ products: [cloud, mst, self_hosted] content_group: Getting started --- -import Install from "versionContent/_partials/_cloud-installation.mdx"; +import Install from "versionContent/_partials/_cloud-installation-2.mdx"; import Connect from "versionContent/_partials/_cloud-connect-service.mdx"; import ServiceOverview from "versionContent/_partials/_service-overview.mdx"; import CloudIntro from "versionContent/_partials/_cloud-intro.mdx"; @@ -27,7 +27,7 @@ To start using $CLOUD_LONG for your data: ## Create a $SERVICE_LONG -Now that you have an active $CLOUD_LONG account, you create and manage your $SERVICE_SHORTs in $CONSOLE. When you create a $SERVICE_SHORT, you effectively create a blank $PG database with additional $CLOUD_LONG features available under your $PRICING_PLAN. You then add or migrate your data into this database. +Now that you have an active $CLOUD_LONG account, you create and manage your $SERVICE_SHORTs in $CONSOLE. When you create a $SERVICE_SHORT, you effectively create a blank $PG database with additional $CLOUD_LONG features available under your $PRICING_PLAN. You then add or migrate your data into this database. @@ -37,17 +37,17 @@ Now that you have an active $CLOUD_LONG account, you create and manage your $SER 1. Follow the next steps in `Create a service` to configure the region, compute size, environment, availability, connectivity, and $SERVICE_SHORT name. Then click `Create service`. - Your $SERVICE_SHORT is constructed and ready to use in a few seconds. + Your $SERVICE_SHORT is constructed and ready to use in a few seconds. 1. Click `Download the config` and store the configuration information you need to connect to this $SERVICE_SHORT in a secure location. This file contains the passwords and configuration information you need to connect to your $SERVICE_SHORT using the $CONSOLE $DATA_MODE, from the command line, or using third-party database administration tools. -If you choose to go directly to the $SERVICE_SHORT overview, [Connect to your $SERVICE_SHORT][connect-to-your-service] +If you choose to go directly to the $SERVICE_SHORT overview, [Connect to your $SERVICE_SHORT][connect-to-your-service] shows you how to connect. - + ## Connect to your $SERVICE_SHORT @@ -70,4 +70,3 @@ To run queries and perform other operations, connect to your $SERVICE_SHORT: [what-is-dynamic-postgres]: https://www.timescale.com/dynamic-postgresql [hypertables]: /use-timescale/:currentVersion:/hypertables/about-hypertables/#hypertable-partitioning [timescaledb]: https://docs.timescale.com/#TimescaleDB - From a58cc8526f56fb0d30645ecec04ed4656201e117 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Wed, 14 May 2025 12:32:08 -0300 Subject: [PATCH 08/37] chore: more content --- getting-started/services.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/getting-started/services.md b/getting-started/services.md index f71281d68c..b44f50dc3b 100644 --- a/getting-started/services.md +++ b/getting-started/services.md @@ -23,6 +23,9 @@ To start using $CLOUD_LONG for your data: 1. [Create a $SERVICE_LONG][create-a-service]: that is, a $PG database instance, powered by [$TIMESCALE_DB][timescaledb], built for production, and extended with cloud features like transparent data tiering to object storage. 1. [Connect to your $SERVICE_LONG][connect-to-your-service]: to run queries, add and migrate your data from other sources. +.... Additional text .... +Content test + ## Create a $SERVICE_LONG From 97fa9325fd41196f77e44b716d1a3dabb8db123e Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Wed, 14 May 2025 12:58:57 -0300 Subject: [PATCH 09/37] chore: render install component twice --- getting-started/services.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/getting-started/services.md b/getting-started/services.md index b44f50dc3b..06c9507e0a 100644 --- a/getting-started/services.md +++ b/getting-started/services.md @@ -28,6 +28,8 @@ Content test + + ## Create a $SERVICE_LONG Now that you have an active $CLOUD_LONG account, you create and manage your $SERVICE_SHORTs in $CONSOLE. When you create a $SERVICE_SHORT, you effectively create a blank $PG database with additional $CLOUD_LONG features available under your $PRICING_PLAN. You then add or migrate your data into this database. From 3b83a5de8d6c618186bf25d096663727bc4db99f Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Wed, 14 May 2025 13:53:24 -0300 Subject: [PATCH 10/37] chore: add extra content to another partial --- _partials/_caggs-intro.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/_partials/_caggs-intro.md b/_partials/_caggs-intro.md index 97640ed21e..88f4a81d31 100644 --- a/_partials/_caggs-intro.md +++ b/_partials/_caggs-intro.md @@ -1,11 +1,13 @@ import RealTimeAgg from 'versionContent/_partials/_real-time-aggregates.mdx'; -In modern applications, data usually grows very quickly. This means that aggregating +Added content here ........... + +In modern applications, data usually grows very quickly. This means that aggregating it into useful summaries can become very slow. $CLOUD_LONG continuous aggregates make -aggregating data lightning fast, accurate, and easy. +aggregating data lightning fast, accurate, and easy. If you are collecting data very frequently, you might want to aggregate your -data into minutes or hours instead. For example, if an IoT device takes +data into minutes or hours instead. For example, if an IoT device takes temperature readings every second, you might want to find the average temperature for each hour. Every time you run this query, the database needs to scan the entire table and recalculate the average. @@ -26,7 +28,7 @@ Because continuous aggregates are based on hypertables, you can query them in exactly the same way as your other tables, and enable [compression][compression] or [tiered storage][data-tiering] on them. You can even create -[continuous aggregates on top of your continuous aggregates][hierarchical-caggs]—for an even more fine-tuned aggregation. +[continuous aggregates on top of your continuous aggregates][hierarchical-caggs]—for an even more fine-tuned aggregation. [Real-time aggregation][real-time-aggregation] enables you to combine pre-aggregated data from the materialized view with the most recent raw data. This gives you up-to-date results on every query. From fccbc1ea7c9c63c71a4aae335538135ba391f517 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Wed, 14 May 2025 14:11:54 -0300 Subject: [PATCH 11/37] chore: update markdown --- _partials/_caggs-function-support.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_partials/_caggs-function-support.md b/_partials/_caggs-function-support.md index b7b460970e..27c9429318 100644 --- a/_partials/_caggs-function-support.md +++ b/_partials/_caggs-function-support.md @@ -1,4 +1,7 @@ +Add textual content here a u a a b c d e f + + The following table summarizes the aggregate functions supported in continuous aggregates: |Function, clause, or feature|TimescaleDB 2.6 and earlier|TimescaleDB 2.7, 2.8, and 2.9|TimescaleDB 2.10 and later| From 15c623978ede5cb9ac23058e0eb20f9e214c2b99 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Wed, 14 May 2025 14:46:16 -0300 Subject: [PATCH 12/37] chore: rename markdown --- _partials/{_caggs-intro.md => _cagg-intro.md} | 0 api/continuous-aggregates/index.md | 2 +- getting-started/services.md | 2 -- tutorials/energy-data/dataset-energy.md | 3 +-- .../about-continuous-aggregates.md | 10 +++++----- 5 files changed, 7 insertions(+), 10 deletions(-) rename _partials/{_caggs-intro.md => _cagg-intro.md} (100%) diff --git a/_partials/_caggs-intro.md b/_partials/_cagg-intro.md similarity index 100% rename from _partials/_caggs-intro.md rename to _partials/_cagg-intro.md diff --git a/api/continuous-aggregates/index.md b/api/continuous-aggregates/index.md index f26f9379da..b7f3a875d5 100644 --- a/api/continuous-aggregates/index.md +++ b/api/continuous-aggregates/index.md @@ -4,7 +4,7 @@ excerpt: Timescale Cloud API reference for calculating continuous aggregates on keywords: [hypertables, chunks] --- -import CaggsIntro from "versionContent/_partials/_caggs-intro.mdx"; +import CaggsIntro from "versionContent/_partials/_cagg-intro.mdx"; # Continuous aggregates diff --git a/getting-started/services.md b/getting-started/services.md index 06c9507e0a..b44f50dc3b 100644 --- a/getting-started/services.md +++ b/getting-started/services.md @@ -28,8 +28,6 @@ Content test - - ## Create a $SERVICE_LONG Now that you have an active $CLOUD_LONG account, you create and manage your $SERVICE_SHORTs in $CONSOLE. When you create a $SERVICE_SHORT, you effectively create a blank $PG database with additional $CLOUD_LONG features available under your $PRICING_PLAN. You then add or migrate your data into this database. diff --git a/tutorials/energy-data/dataset-energy.md b/tutorials/energy-data/dataset-energy.md index 88f1b3e095..3be9eb45df 100644 --- a/tutorials/energy-data/dataset-energy.md +++ b/tutorials/energy-data/dataset-energy.md @@ -12,7 +12,7 @@ import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.md import CreateHypertableEnergy from "versionContent/_partials/_create-hypertable-energy.mdx"; import AddDataEnergy from "versionContent/_partials/_add-data-energy.mdx"; import GrafanaConnect from "versionContent/_partials/_grafana-connect.mdx"; -import CreateCaggs from "versionContent/_partials/_caggs-intro.mdx"; +import CreateCaggs from "versionContent/_partials/_cagg-intro.mdx"; import CreateCaggsOnIOTData from "versionContent/_partials/_use-case-iot-create-cagg.mdx"; # Ingest data into a $SERVICE_LONG @@ -39,4 +39,3 @@ hypertable named `metrics`. - diff --git a/use-timescale/continuous-aggregates/about-continuous-aggregates.md b/use-timescale/continuous-aggregates/about-continuous-aggregates.md index efbf148160..123bdcee08 100644 --- a/use-timescale/continuous-aggregates/about-continuous-aggregates.md +++ b/use-timescale/continuous-aggregates/about-continuous-aggregates.md @@ -6,7 +6,7 @@ keywords: [continuous aggregates] --- import CaggsFunctionSupport from "versionContent/_partials/_caggs-function-support.mdx"; -import CaggsIntro from "versionContent/_partials/_caggs-intro.mdx"; +import CaggsIntro from "versionContent/_partials/_cagg-intro.mdx"; import CaggsTypes from "versionContent/_partials/_caggs-types.mdx"; # About continuous aggregates @@ -31,9 +31,9 @@ For more information, see the documentation about ## Continuous aggregates with a `JOIN` clause -Continuous aggregates support the following JOIN features: +Continuous aggregates support the following JOIN features: -| Feature | TimescaleDB < 2.10.x | TimescaleDB <= 2.15.x | TimescaleDB >= 2.16.x| +| Feature | TimescaleDB < 2.10.x | TimescaleDB <= 2.15.x | TimescaleDB >= 2.16.x| |-|-|-|-| |INNER JOIN|❌|✅|✅| |LEFT JOIN|❌|❌|✅| @@ -90,7 +90,7 @@ See the following `JOIN` examples on continuous aggregates: JOIN devices ON devices.id = conditions.device_id GROUP BY bucket, devices.name WITH NO DATA; - ``` + ``` - `INNER JOIN` on a single equality condition, using the `ON` clause, with a further condition added in the `WHERE` clause: @@ -170,7 +170,7 @@ See the following `JOIN` examples on continuous aggregates: ```sql CREATE MATERIALIZED VIEW conditions_by_day WITH (timescaledb.continuous) AS SELECT time_bucket('1 day', time) AS bucket, devices.name, MIN(temperature), MAX(temperature) - FROM conditions, + FROM conditions, LATERAL (SELECT * FROM devices WHERE devices.id = conditions.device_id) AS devices GROUP BY bucket, devices.name WITH NO DATA; From 02b0920d23a73bfeaf93f116bc9b29255b8533c3 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Fri, 16 May 2025 11:51:16 -0300 Subject: [PATCH 13/37] chore: point to pre gatsby bump branch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e9857581b6..53523b0180 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: chore/pull-when-already-in-branch + ref: chore/pre-gatsby-bump - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd From d6464c5b1bf51ab1373b624b0d118691ae1dfddf Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Fri, 16 May 2025 15:44:11 -0300 Subject: [PATCH 14/37] chore: trigger workflow From b2ceb9d086ee0cd9ba6986a64b80dc94fe3a7878 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Fri, 16 May 2025 15:47:26 -0300 Subject: [PATCH 15/37] chore: trigger workflow From 6b49793f73772356f4639f2bfe4c55e9c3d94e51 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Fri, 16 May 2025 15:52:47 -0300 Subject: [PATCH 16/37] chore: trigger workflow From a7e139e409ca732e358ed903b10d80a072b17077 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Fri, 16 May 2025 15:58:50 -0300 Subject: [PATCH 17/37] chore: trigger workflow From 04c5509fc34007872173910cae3b47ebc7e36aa1 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 10:53:14 -0300 Subject: [PATCH 18/37] chore: trigger workflow with new ref --- .github/workflows/deploy.yml | 2 +- _partials/_cloud-installation-2.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 53523b0180..5e3a28ef52 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: chore/pre-gatsby-bump + ref: 13c5fe43e658a1978686c0b9b455c01cab9d914f - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd diff --git a/_partials/_cloud-installation-2.md b/_partials/_cloud-installation-2.md index c71937352a..bb7b46caa1 100644 --- a/_partials/_cloud-installation-2.md +++ b/_partials/_cloud-installation-2.md @@ -1,7 +1,9 @@ -### Create a $CLOUD_LONG account +#### Create a $CLOUD_LONG account You create a $CLOUD_LONG account to manage your $SERVICE_SHORTs and data in a centralized and efficient manner in $CONSOLE. From there, you can create and delete $SERVICE_SHORTs, run queries, manage access and billing, integrate other services, contact support, and more. +Changed content here <<<<<<<>>>>>>> + From 33ccb62dfc55a394348cffd266421466c12700ec Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 10:55:51 -0300 Subject: [PATCH 19/37] fix: ref to branch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e3a28ef52..7e3c79799a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: 13c5fe43e658a1978686c0b9b455c01cab9d914f + ref: bisect-attempt-1 - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd From 679f4c6d78fa72d2a213e671733bea457e26a7e3 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 10:58:03 -0300 Subject: [PATCH 20/37] chore: trigger workflow From f6c980f4bbf676947efd2b4e5d8ed3337fa8dfce Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 11:01:52 -0300 Subject: [PATCH 21/37] fix: md syntax --- _partials/_cloud-installation-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_partials/_cloud-installation-2.md b/_partials/_cloud-installation-2.md index bb7b46caa1..843dd1df24 100644 --- a/_partials/_cloud-installation-2.md +++ b/_partials/_cloud-installation-2.md @@ -2,7 +2,7 @@ You create a $CLOUD_LONG account to manage your $SERVICE_SHORTs and data in a centralized and efficient manner in $CONSOLE. From there, you can create and delete $SERVICE_SHORTs, run queries, manage access and billing, integrate other services, contact support, and more. -Changed content here <<<<<<<>>>>>>> +Changed content here ----------------- From dd188ac8e4eeae230790456013655a94a415e8ed Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 11:11:42 -0300 Subject: [PATCH 22/37] chore: trigger workflow From 0cad4f4db08027b71236b9d462809cb0a67bb238 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 11:15:10 -0300 Subject: [PATCH 23/37] chore: trigger workflow From 72120dc1dd21ed0e94837a97f35a071eddfe80c3 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 11:20:08 -0300 Subject: [PATCH 24/37] chore: trigger workflow From 37048efbe766feacd39fe0ba58cb40841892cd9c Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 11:30:00 -0300 Subject: [PATCH 25/37] chore: test new ref --- .github/workflows/deploy.yml | 2 +- _partials/_cloud-installation-2.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e3c79799a..5895c4fd0f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: bisect-attempt-1 + ref: bisect-attempt-2 - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd diff --git a/_partials/_cloud-installation-2.md b/_partials/_cloud-installation-2.md index 843dd1df24..c9d5ce6870 100644 --- a/_partials/_cloud-installation-2.md +++ b/_partials/_cloud-installation-2.md @@ -1,9 +1,13 @@ -#### Create a $CLOUD_LONG account +# Create a $CLOUD_LONG account You create a $CLOUD_LONG account to manage your $SERVICE_SHORTs and data in a centralized and efficient manner in $CONSOLE. From there, you can create and delete $SERVICE_SHORTs, run queries, manage access and billing, integrate other services, contact support, and more. Changed content here ----------------- +We have more added content here as well. + +.... + From e1730460a7506c3d5a68a81158699d08cca493c4 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 11:38:29 -0300 Subject: [PATCH 26/37] chore: test new ref --- .github/workflows/deploy.yml | 2 +- _partials/_cloud-installation-2.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5895c4fd0f..dbd28a9ef2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: bisect-attempt-2 + ref: bisect-attempt-3 - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd diff --git a/_partials/_cloud-installation-2.md b/_partials/_cloud-installation-2.md index c9d5ce6870..d606a72cb8 100644 --- a/_partials/_cloud-installation-2.md +++ b/_partials/_cloud-installation-2.md @@ -1,11 +1,12 @@ -# Create a $CLOUD_LONG account +### Create a $CLOUD_LONG account You create a $CLOUD_LONG account to manage your $SERVICE_SHORTs and data in a centralized and efficient manner in $CONSOLE. From there, you can create and delete $SERVICE_SHORTs, run queries, manage access and billing, integrate other services, contact support, and more. -Changed content here ----------------- We have more added content here as well. +Removed prev content. :D :D + .... From 5b9545b07cbbbfd5455e004677a3e5ce90ad7dd1 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 11:50:07 -0300 Subject: [PATCH 27/37] chore: test new ref --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dbd28a9ef2..63f81f99b2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: bisect-attempt-3 + ref: bisect-attempt-4 - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd From df47177c44710365b9a3098496ffd7ecf949b032 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 11:53:19 -0300 Subject: [PATCH 28/37] chore: trigger workflow From 2129f832fac3a5fea4af59c867f9a735dd018d3b Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 12:02:31 -0300 Subject: [PATCH 29/37] chore: test new ref --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63f81f99b2..828286c351 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: bisect-attempt-4 + ref: bisect-attempt-5 - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd From 1cfaa890cca2c24da34bb638f816be9f7294ac31 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 12:12:15 -0300 Subject: [PATCH 30/37] chore: test new ref --- .github/workflows/deploy.yml | 2 +- _partials/_cloud-installation-2.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 828286c351..6dba686777 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: bisect-attempt-5 + ref: bisect-attempt-6 - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd diff --git a/_partials/_cloud-installation-2.md b/_partials/_cloud-installation-2.md index d606a72cb8..fe4adc6f7b 100644 --- a/_partials/_cloud-installation-2.md +++ b/_partials/_cloud-installation-2.md @@ -5,6 +5,8 @@ You create a $CLOUD_LONG account to manage your $SERVICE_SHORTs and data in a ce We have more added content here as well. +-- Revision to add this 19/05/2025 + Removed prev content. :D :D .... From 9851b2bcf889cada1fa738096a9afb54f6a99d6f Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 12:20:03 -0300 Subject: [PATCH 31/37] chore: test new ref --- .github/workflows/deploy.yml | 2 +- _partials/_cloud-installation-2.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6dba686777..9dec0366fb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: bisect-attempt-6 + ref: bisect-attempt-7 - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd diff --git a/_partials/_cloud-installation-2.md b/_partials/_cloud-installation-2.md index fe4adc6f7b..1648ff8cc4 100644 --- a/_partials/_cloud-installation-2.md +++ b/_partials/_cloud-installation-2.md @@ -5,6 +5,8 @@ You create a $CLOUD_LONG account to manage your $SERVICE_SHORTs and data in a ce We have more added content here as well. +More addition at 12:19, after the last one, but appears before. + -- Revision to add this 19/05/2025 Removed prev content. :D :D From 88a41ee8d83cd30d74fb2d83ff34e49caddf12e7 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 12:28:27 -0300 Subject: [PATCH 32/37] chore: test new ref --- .github/workflows/deploy.yml | 2 +- _partials/_cloud-installation-2.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9dec0366fb..d8cae6d66e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: bisect-attempt-7 + ref: bisect-attempt-8 - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd diff --git a/_partials/_cloud-installation-2.md b/_partials/_cloud-installation-2.md index 1648ff8cc4..b2f802ec04 100644 --- a/_partials/_cloud-installation-2.md +++ b/_partials/_cloud-installation-2.md @@ -11,6 +11,10 @@ More addition at 12:19, after the last one, but appears before. Removed prev content. :D :D +-- New content at 12:27 + +What next... + .... From 2f36f42a26e49eca666cbbf72dab65d206a9cbd0 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 12:56:42 -0300 Subject: [PATCH 33/37] chore: test new ref --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d8cae6d66e..fd26505084 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: bisect-attempt-8 + ref: bisect-attempt-9 - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd From 31d4d98762f5f0b547632d1584d18d251759b557 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 13:17:57 -0300 Subject: [PATCH 34/37] chore: test new ref --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fd26505084..429d1e85f0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: bisect-attempt-9 + ref: fix/partials - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd From bd610c0268cbef7da8770c9248d85e63ab4d3047 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 13:25:43 -0300 Subject: [PATCH 35/37] chore: trigger workflow From 15a9646fff03164838cdd9b6416dda834622af6f Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 13:33:03 -0300 Subject: [PATCH 36/37] chore: trigger workflow From 6e28ef0841bfb46d0f398c1327dd24d99bef0503 Mon Sep 17 00:00:00 2001 From: Lucas Coelho Date: Mon, 19 May 2025 13:42:52 -0300 Subject: [PATCH 37/37] chore: test new ref --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 429d1e85f0..5bbf49b9b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: repo: timescale/web-documentation inputs: '{"branch": "${{ steps.timescale.outputs.DEV_FOLDER }}", "pr_number": "${{ env.PR_NUMBER }}"}' token: ${{ secrets.ORG_AUTOMATION_TOKEN }} - ref: fix/partials + ref: bisect-attempt-10 - name: Write comment uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd