Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
chore: version 0.7.3 (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarshall authored Apr 11, 2023
1 parent 7d97c77 commit 1df286c
Show file tree
Hide file tree
Showing 206 changed files with 143 additions and 8,216 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ https://user-images.githubusercontent.com/1925713/223279162-c53ceb43-b51e-4d78-9
### Run Supaglue locally

```shell
git clone -b v0.7.2 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.7.3 https://github.com/supaglue-labs/supaglue.git && cd supaglue
./scripts/create_quickstart_env.sh
docker compose up
```
Expand All @@ -47,7 +47,7 @@ docker compose up

## Connectors

See the [list of connectors](https://docs.supaglue.com/category/connectors) we currently support.
See the [list of connectors](https://docs.supaglue.com/connectors) we currently support.

Continue on to the docs to go through our [quickstart](https://docs.supaglue.com/quickstart?ref=github-readme).

Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.7.2",
"version": "0.7.3",
"packageManager": "[email protected]",
"type": "commonjs",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/mgmt-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mgmt-ui",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/sync-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sync-worker",
"version": "0.7.2",
"version": "0.7.3",
"packageManager": "[email protected]",
"dependencies": {
"@sentry/integrations": "^7.43.0",
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-supaglue}

api:
image: supaglue/api:0.7.2
image: supaglue/api:0.7.3
ports:
- '8080:8080'
depends_on:
Expand All @@ -52,7 +52,7 @@ services:
restart: on-failure

sync-worker:
image: supaglue/sync-worker:0.7.2
image: supaglue/sync-worker:0.7.3
depends_on:
postgres:
condition: service_started
Expand All @@ -65,7 +65,7 @@ services:
restart: on-failure

mgmt-ui:
image: supaglue/mgmt-ui:0.7.2
image: supaglue/mgmt-ui:0.7.3
ports:
- '3000:3000'
depends_on:
Expand All @@ -90,7 +90,7 @@ services:
- temporalitedata:/data

init:
image: supaglue/api:0.7.2
image: supaglue/api:0.7.3
environment:
<<: *common-env
SUPAGLUE_QUICKSTART_API_KEY: ${SUPAGLUE_QUICKSTART_API_KEY:-some-api-key}
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ After creating your account, you will be directed to the management portal.
Clone the Github repo and run the Supaglue stack locally using docker compose:

```shell
git clone -b v0.7.2 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.7.3 https://github.com/supaglue-labs/supaglue.git && cd supaglue
docker compose up
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Supaglue is an open source unified API for CRMs. It handles authentication, cach
- **High performance**: query against synced data in your own cloud with no rate limits.
- **Open source**: self-host and run Supaglue for free.
- **Privacy-first**: prevent sensitive customer data from leaving your infrastructure.
- **Connectors**: use [Supaglue-maintained connectors](/category/connectors), or extend Supaglue by bringing your own connectors.
- **Connectors**: use [Supaglue-maintained connectors](connectors), or extend Supaglue by bringing your own connectors.
- **Developer-centric**: self-host multiple instances for local, staging, and production environments.
- **Monitoring and logs**: monitor the status of syncs and stream logs to your cloud.

Expand Down
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@ const config = {
},
{
label: 'Quickstart',
to: '/quickstart',
to: 'quickstart',
},
{
label: 'Connectors',
to: '/category/connectors',
to: 'connectors',
},
{
label: 'API Reference',
to: '/api',
to: 'api',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
8 changes: 0 additions & 8 deletions docs/versioned_docs/version-0.7.1/connectors/_category_.json

This file was deleted.

24 changes: 0 additions & 24 deletions docs/versioned_docs/version-0.7.1/connectors/capsule.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/versioned_docs/version-0.7.1/connectors/freshsales.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/versioned_docs/version-0.7.1/connectors/keap.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/versioned_docs/version-0.7.1/connectors/teamwork_crm.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/versioned_docs/version-0.7.1/connectors/zendesk_sell.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.7.2/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Supaglue is an open source unified API for CRMs. It handles authentication, cach
- **High performance**: query against synced data in your own cloud with no rate limits.
- **Open source**: self-host and run Supaglue for free.
- **Privacy-first**: prevent sensitive customer data from leaving your infrastructure.
- **Connectors**: use [Supaglue-maintained connectors](/category/connectors), or extend Supaglue by bringing your own connectors.
- **Connectors**: use [Supaglue-maintained connectors](category/connectors), or extend Supaglue by bringing your own connectors.
- **Developer-centric**: self-host multiple instances for local, staging, and production environments.
- **Monitoring and logs**: monitor the status of syncs and stream logs to your cloud.

Expand Down
8 changes: 8 additions & 0 deletions docs/versioned_docs/version-0.7.3/connectors/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Connectors",
"position": 5,
"link": {
"type": "doc",
"id": "connectors",
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# ActiveCampaign
---
sidebar_custom_props:
icon: /img/connector_icons/activecampaign.png
description: ''
---

# Active Campaign

## Overview

Supaglue interfaces with the ActiveCampaign V3 API.

Status: Alpha

| Feature | Available |
| -------------------------- | --------- |
Expand All @@ -16,9 +21,3 @@ Status: Alpha
| Handles rate limits | No |

Supported object types: -

## Common Model sync frequencies

_The default sync frequency is 15 minutes (900000 ms)._

Sync frequencies can be configured by setting the `SUPAGLUE_SYNC_PERIOD_MS` environment variable defined in `.env`.
7 changes: 7 additions & 0 deletions docs/versioned_docs/version-0.7.3/connectors/connectors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Connectors

import DocCardList from '@theme/DocCardList';

Here are the CRM connectors built and active maintained by Supaglue Labs. Email us ([email protected]) to request a connector.

<DocCardList />
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
sidebar_custom_props:
icon: /img/connector_icons/copper.png
description: ''
---

# Copper

## Overview

Supaglue interfaces with the Copper V1 API.

Status: Alpha

| Feature | Available |
| -------------------------- | --------- |
| Auth | No |
Expand All @@ -15,10 +19,4 @@ Status: Alpha
| Updates | No |
| Handles rate limits | No |

Supported object types: -

## Common Model sync frequencies

_The default sync frequency is 15 minutes (900000 ms)._

Sync frequencies can be configured by setting the `SUPAGLUE_SYNC_PERIOD_MS` environment variable defined in `.env`.
Supported object types: -
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
---
sidebar_custom_props:
icon: /img/connector_icons/ms_dynamics_365_sales.png
description: ''
---

# HubSpot

## Overview

Supaglue interfaces with the HubSpot V3 API using Hubspot's official nodejs client and its getAll() functionality.

Status: Alpha
Supaglue interfaces with the HubSpot V3 API.

| Feature | Available |
| -------------------------- | --------- |
| Auth | Yes |
| Reads: Full refresh | Yes |
| Reads: Incremental refresh | No |
| Reads: Incremental refresh | Yes |
| Creates | Yes |
| Updates | Yes |
| Handles rate limits | Yes |
Expand All @@ -20,9 +24,4 @@ Supported object types:
- Company
- Contact
- Deal

## Common Model sync frequencies

_The default sync frequency is 15 minutes (900000 ms)._

Sync frequencies can be configured by setting the `SUPAGLUE_SYNC_PERIOD_MS` environment variable defined in `.env`.
- User
Loading

1 comment on commit 1df286c

@vercel
Copy link

@vercel vercel bot commented on 1df286c Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.