Skip to content

Commit

Permalink
keep this repo as the engine (alantech#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
depombo authored Mar 1, 2022
1 parent 9f386b0 commit cc55475
Show file tree
Hide file tree
Showing 150 changed files with 22 additions and 12,300 deletions.
File renamed without changes.
File renamed without changes.
35 changes: 1 addition & 34 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
pull_request:
branches: [main]

defaults:
run:
working-directory: ./engine

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
lint:
Expand All @@ -37,17 +33,6 @@ jobs:
- name: Run linter check
run: yarn lint

cli-style:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

# Rust is automatically set up and included by default according to: https://github.com/actions/starter-workflows/blob/master/ci/rust.yml
# Run cargo fmt linting on the source code
- name: Run style linter
run: cd ../cli && cargo fmt -- --check

common-test:
runs-on: ubuntu-latest
name: common tests
Expand Down Expand Up @@ -120,22 +105,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets[env.MATRIX_AWS_SECRET_ACCESS_KEY] }}
IRONPLANS_TOKEN: ${{ secrets.IRONPLANS_TOKEN }}
AWS_REGION: us-east-1
DB_HOST: localhost

docs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Check out repo
uses: actions/checkout@v2
# Node is required for npm
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '16'
# Install and build Docusaurus website
- name: Build Docusaurus website
run: |
cd ../docs
yarn
yarn build
DB_HOST: localhost
36 changes: 0 additions & 36 deletions .github/workflows/docs.yml

This file was deleted.

92 changes: 0 additions & 92 deletions .github/workflows/release.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
Infrastructure as SQL
</h2>

### Engine
This is where the main IaSQL engine is located

This is where the main IaSQL change engine is located
### Local Development

### Web
Set your .env file based on the values from `src/config.ts`, make sure docker is installed locally and then run

This is where the IaSQL frontend is located
```
docker-compose up --build
```

which will bring up the postgres engine and node.js server.
1 change: 0 additions & 1 deletion cli/.gitattributes

This file was deleted.

5 changes: 0 additions & 5 deletions cli/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions cli/.rustfmt.toml

This file was deleted.

21 changes: 0 additions & 21 deletions cli/.version.sh

This file was deleted.

Loading

0 comments on commit cc55475

Please sign in to comment.