Skip to content

Commit

Permalink
Merge pull request #351 from systemaccounting/350-go-migrate-bash
Browse files Browse the repository at this point in the history
350 bash go-migrate
  • Loading branch information
mxfactorial committed Mar 30, 2024
2 parents 43af15b + 1cee32f commit 7269aae
Show file tree
Hide file tree
Showing 206 changed files with 970 additions and 13,870 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {
"go.toolsManagement.checkForUpdates": "local",
"go.useLanguageServer": true,
"go.gopath": "/go",
"lldb.executable": "/usr/bin/lldb",
"workbench.colorTheme": "Default Dark+"
},
Expand All @@ -31,7 +28,6 @@
"mutantdino.resourcemonitor",
"[email protected]",
"hashicorp.terraform",
"golang.go",
"svelte.svelte-vscode",
"shd101wyy.markdown-preview-enhanced",
"GraphQL.vscode-graphql",
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/REUSE_go-lambda.yaml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/dev-go-migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ jobs:
AWS_DEFAULT_REGION: us-east-1
CI: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19.x'
- uses: actions/checkout@v4
- name: deploy
run: ENV_ID=${{ secrets.DEV_ENV_ID }} make deploy ENV=dev
working-directory: migrations/go-migrate
20 changes: 0 additions & 20 deletions .github/workflows/dev-gopkg-apigwma.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/dev-gopkg-cognitoidp.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/dev-gopkg-lambda.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/dev-gopkg-sns.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/dev-gopkg-sqls.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/dev-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
AWS_DEFAULT_REGION: us-east-1
CI: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install latest psql client
run: |
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/dev-notifications-clear.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/dev-notifications-get.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/dev-notifications-send.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/dev-wss-connect.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/go-migrate-lambda-layer.yaml

This file was deleted.

9 changes: 5 additions & 4 deletions .github/workflows/prod-auto-confirm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'services/auto-confirm/**'
branches:
- 'master'

# todo: promote artifacts with s3 cp instead of rebuilding
jobs:
build:
name: auto-confirm
Expand All @@ -17,10 +17,11 @@ jobs:
AWS_DEFAULT_REGION: us-east-1
CI: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
go-version: '1.19.x'
toolchain: stable
components: clippy, rustfmt
- name: compile
run: make compile
working-directory: services/auto-confirm
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/prod-balance-by-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
AWS_DEFAULT_REGION: us-east-1
CI: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
go-version: '1.19.x'
toolchain: stable
components: clippy, rustfmt
- name: compile
run: make compile
working-directory: services/balance-by-account
Expand Down
Loading

0 comments on commit 7269aae

Please sign in to comment.