Skip to content

Commit

Permalink
feat: analytics filters, members invite, revoke and change role, invi…
Browse files Browse the repository at this point in the history
…tations, email invitations, access token cache (#79)
  • Loading branch information
ramiroaisen authored Jun 13, 2023
2 parents 5071d07 + f1cb7a4 commit a1ec7b9
Show file tree
Hide file tree
Showing 368 changed files with 8,481 additions and 3,228 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: build-cargo-cache
uses: MasterworksIO/[email protected]
with:
path: ./target
path: ./target/
key: build-cargo-target

- name: Cargo Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: integration-tests-cargo-cache
uses: MasterworksIO/[email protected]
with:
path: ./target
path: ./target/
key: integration-tests-cargo-target

- name: Cargo Integration Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cargo-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# needs: skip_check
# if: needs.skip_check.outputs.should_skip != 'true'

runs-on: ubuntu-latest
runs-on: self-hosted-unit-tests

steps:

Expand All @@ -54,7 +54,7 @@ jobs:
id: unit-tests-cargo-cache
uses: MasterworksIO/[email protected]
with:
path: ./target
path: ./target/
key: unit-tests-cargo-target

- name: Cargo Unit Tests
Expand Down
19 changes: 10 additions & 9 deletions .github/workflows/front-admin-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@ on:

jobs:

skip_check:
runs-on: ubuntu-latest
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
# skip_check:
# runs-on: ubuntu-latest
# outputs:
# should_skip: ${{ steps.skip_check.outputs.should_skip }}
# steps:
# - id: skip_check
# uses: fkirc/skip-duplicate-actions@v5


front-admin-build:

needs: skip_check
if: needs.skip_check.outputs.should_skip != 'true'
# needs: skip_check
# if: needs.skip_check.outputs.should_skip != 'true'

defaults:
run:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/front-admin-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ on:

jobs:

skip_check:
runs-on: ubuntu-latest
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
# skip_check:
# runs-on: ubuntu-latest
# outputs:
# should_skip: ${{ steps.skip_check.outputs.should_skip }}
# steps:
# - id: skip_check
# uses: fkirc/skip-duplicate-actions@v5

front-admin-typecheck:

needs: skip_check
if: needs.skip_check.outputs.should_skip != 'true'
# needs: skip_check
# if: needs.skip_check.outputs.should_skip != 'true'

runs-on: ubuntu-latest

Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/front-server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ on:

jobs:

skip_check:
runs-on: ubuntu-latest
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
# skip_check:
# runs-on: ubuntu-latest
# outputs:
# should_skip: ${{ steps.skip_check.outputs.should_skip }}
# steps:
# - id: skip_check
# uses: fkirc/skip-duplicate-actions@v5

front-server-build:

needs: skip_check
if: needs.skip_check.outputs.should_skip != 'true'
# needs: skip_check
# if: needs.skip_check.outputs.should_skip != 'true'

defaults:
run:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/front-server-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ on:

jobs:

skip_check:
runs-on: ubuntu-latest
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
# skip_check:
# runs-on: ubuntu-latest
# outputs:
# should_skip: ${{ steps.skip_check.outputs.should_skip }}
# steps:
# - id: skip_check
# uses: fkirc/skip-duplicate-actions@v5


front-server-unit-tests:
needs: skip_check
if: needs.skip_check.outputs.should_skip != 'true'
# needs: skip_check
# if: needs.skip_check.outputs.should_skip != 'true'

runs-on: ubuntu-latest

Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/front-studio-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ on:

jobs:

skip_check:
runs-on: ubuntu-latest
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
# skip_check:
# runs-on: ubuntu-latest
# outputs:
# should_skip: ${{ steps.skip_check.outputs.should_skip }}
# steps:
# - id: skip_check
# uses: fkirc/skip-duplicate-actions@v5


front-studio-build:

needs: skip_check
if: needs.skip_check.outputs.should_skip != 'true'
# needs: skip_check
# if: needs.skip_check.outputs.should_skip != 'true'

defaults:
run:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/front-studio-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ on:

jobs:

skip_check:
runs-on: ubuntu-latest
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
# skip_check:
# runs-on: ubuntu-latest
# outputs:
# should_skip: ${{ steps.skip_check.outputs.should_skip }}
# steps:
# - id: skip_check
# uses: fkirc/skip-duplicate-actions@v5


front-studio-typecheck:

needs: skip_check
if: needs.skip_check.outputs.should_skip != 'true'
# needs: skip_check
# if: needs.skip_check.outputs.should_skip != 'true'

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: release-cargo-cache
uses: MasterworksIO/[email protected]
with:
path: ./target
path: ./target/
key: release-cargo-target

- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
.env
openstream.toml
openstream-2.toml
openstream-front.toml
openstream-front-2.toml
node_modules/
/release.tar.gz
/release-tmp
Loading

0 comments on commit a1ec7b9

Please sign in to comment.