Skip to content

Commit

Permalink
chore: rename dirs to remove logflare name (#26)
Browse files Browse the repository at this point in the history
* chore: rename dirs to remove logflare name

* chore: update readme
  • Loading branch information
Ziinc authored Jun 10, 2024
1 parent 46c51d9 commit fca7edd
Show file tree
Hide file tree
Showing 42 changed files with 17 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ex-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
branches:
- main
paths:
- logflare-ex/**
- ex/**

defaults:
run:
working-directory: ./logflare-ex
working-directory: ./ex

jobs:
publish:
Expand All @@ -27,7 +27,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
logflare-ex/deps
ex/deps
key: mix-${{ hashFiles('**/mix.lock') }}
restore-keys: mix
- run: mix deps.get
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ex-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
pull_request:
branches: [main]
paths:
- logflare-ex/**
- ex/**

defaults:
run:
working-directory: ./logflare-ex
working-directory: ./ex

jobs:
check:
Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
logflare-ex/deps
ex/deps
key: mix-${{ hashFiles('**/mix.lock') }}
restore-keys: mix
- run: mix deps.get
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- main
paths:
- logflare-js/**
- js/**

defaults:
run:
working-directory: ./logflare-js
working-directory: ./js

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

defaults:
run:
working-directory: ./logflare-js
working-directory: ./js


jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
pull_request:
branches: ["main"]
paths:
- logflare-js/**
- js/**

defaults:
run:
working-directory: logflare-js
working-directory: js

jobs:
unit_tests:
Expand All @@ -28,7 +28,7 @@ jobs:
uses: actions/cache/restore@v3
with:
path: |
logflare-js/node_modules
js/node_modules
key: ${{ runner.os }}-${{matrix.node-version }}-npm
- run: npm ci
# use experiemntal node option for 16.x
Expand All @@ -53,7 +53,7 @@ jobs:
uses: actions/cache/restore@v3
with:
path: |
logflare-js/node_modules
js/node_modules
key: ${{ runner.os }}-${{matrix.node-version }}-npm
- name: Install deps
run: npm ci
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# LogflareSdk
# Warehouse SDK

Multi-language SDK for Logflare.
Multi-language SDK for Supabase Warehouse (Logflare).

Supported languages and integrations:

- Javascript/Typescript
- Elixir
- LoggerBackend - a backend for Logger
- TelemetryReporter - a telemetry reporter module for `:telemetry_metrics`

## Elixir

The Elixir SDK has the following features:

- LoggerBackend - a Logger backend for Logger
- TelemetryReporter - a telemetry reporter module for `:telemetry_metrics`

## Development

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fca7edd

Please sign in to comment.