Skip to content

Commit

Permalink
🥮👄 ↝ Merge pull request #81 from Signal-K/FCDB-18
Browse files Browse the repository at this point in the history
🚞🥮 ↝ Major frontend architecture overhaul
  • Loading branch information
Gizmotronn authored Nov 29, 2023
2 parents 8b302b5 + 0c42dc2 commit fe5b80d
Show file tree
Hide file tree
Showing 403 changed files with 6,773 additions and 213,061 deletions.
Binary file modified .DS_Store
Binary file not shown.
5 changes: 0 additions & 5 deletions .env.example

This file was deleted.

66 changes: 66 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: "CodeQL"

on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: '0 21 * * 0'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
# Override automatic language detection by changing the below list
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
language: ['javascript']
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
15 changes: 15 additions & 0 deletions .github/workflows/deta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Push to Space
on: push

jobs:
push-to-space:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deta Space Deployment Github Action
uses: neobrains/space-deployment-github-action@v0.5
with:
access_token: ${{ secrets.ACCESS_TOKEN }}
project_id: ${{ secrets.PROJECT_ID }}
space_push: true
list_on_discovery: true
42 changes: 0 additions & 42 deletions .github/workflows/supabaseStorage.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

10 changes: 0 additions & 10 deletions README.md

This file was deleted.

7 changes: 7 additions & 0 deletions Spacefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Spacefile Docs: https://go.deta.dev/docs/spacefile/v0
v: 0
micros:
- name: client
src: ./
engine: next
primary: true
1 change: 0 additions & 1 deletion api
Submodule api deleted from 8f4235
1 change: 0 additions & 1 deletion artifacts/build-info/588467247110c8b5b922ad03f233358d.json

This file was deleted.

This file was deleted.

183 changes: 0 additions & 183 deletions artifacts/contracts/interface/IPermissions.sol/IPermissions.json

This file was deleted.

4 changes: 0 additions & 4 deletions artifacts/contracts/lib/TWStrings.sol/TWStrings.dbg.json

This file was deleted.

10 changes: 0 additions & 10 deletions artifacts/contracts/lib/TWStrings.sol/TWStrings.json

This file was deleted.

This file was deleted.

Loading

0 comments on commit fe5b80d

Please sign in to comment.