Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/change app name #67

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
{
"name": "melos",
"rootUri": "file:///Users/masahiroaoki/.pub-cache/hosted/pub.dev/melos-6.1.0",
"rootUri": "file:///Users/masahiroaoki/.pub-cache/hosted/pub.dev/melos-6.2.0",
"packageUri": "lib/",
"languageVersion": "3.0"
},
Expand Down Expand Up @@ -260,7 +260,7 @@
"languageVersion": "3.0"
}
],
"generated": "2024-10-18T09:43:32.609147Z",
"generated": "2024-10-20T15:27:03.720099Z",
"generator": "pub",
"generatorVersion": "3.5.3",
"flutterRoot": "file:///Users/masahiroaoki/Developer/flutter",
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dashboard
description: "A new Flutter project."
description: "An app for managing OpenCI workflows"
publish_to: 'none'
version: 1.0.0+1
environment:
Expand Down
5 changes: 4 additions & 1 deletion apps/vm_runner/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
service_account.json
deno.lock
deno.lock
vm_runner
run.sh
compile.sh
3 changes: 2 additions & 1 deletion apps/vm_runner/base_url.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export const baseUrl = "http://localhost:8080";
// export const baseUrl = "http://localhost:8080";
export const baseUrl = "https://get-github-job-wvluvdjkzq-an.a.run.app";
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ packages:
dependency: "direct dev"
description:
name: melos
sha256: a3f06ed871e0348cb99909ad5ddf5f8b53cc61d894c302b5417d2db1ee7ec381
sha256: a62abfa8c7826cec927f8585572bb9adf591be152150494d879ca2c75118809d
url: "https://pub.dev"
source: hosted
version: "6.1.0"
version: "6.2.0"
meta:
dependency: transitive
description:
Expand Down