Skip to content

Commit 0364d27

Browse files
committed
Delete old Misk-Web frontend
Cleanup Hermit & CI
1 parent 9a99c21 commit 0364d27

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3
-34583
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@ env:
1616
TERM: dumb
1717

1818
jobs:
19-
js:
20-
name: Test JS
21-
runs-on: [ubuntu-latest]
22-
23-
steps:
24-
- name: Checkout
25-
uses: actions/checkout@v3
26-
27-
- name: Hermit
28-
run: ./bin/hermit env -r >> $GITHUB_ENV
29-
30-
- name: Test
31-
run: npm install -g @misk/cli && miskweb ci-build -e
32-
3319
jvm:
3420
name: Test JVM
3521
runs-on: ubuntu-latest
@@ -61,7 +47,7 @@ jobs:
6147
publish:
6248
name: Publish
6349
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'cashapp/backfila' }}
64-
needs: [js, jvm]
50+
needs: [jvm]
6551
runs-on: ubuntu-latest
6652
env:
6753
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_CENTRAL_USERNAME }}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
build/
55
*.iml
66
*.swp
7-
service/web/**/lib/
87
**/.kotlin
98

109
**/site/

bin/.node@16.pkg

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/corepack

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/node

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/npm

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/npx

Lines changed: 0 additions & 1 deletion
This file was deleted.

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ subprojects {
6363
"**/node_modules/**",
6464
"**/build/**",
6565
"**/.gradle/**",
66-
"web/**",
67-
"**/web/**"
6866
)
6967
ktlint(libs.versions.ktlint.get()).editorConfigOverride(
7068
mapOf(

service/build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@ plugins {
1010
id("com.squareup.wire")
1111
}
1212

13-
sourceSets {
14-
val main by getting {
15-
resources.srcDir(listOf(
16-
"web/tabs/app/lib"
17-
))
18-
resources.srcDir(listOf(
19-
"web/static/"
20-
))
21-
resources.exclude("**/node_modules")
22-
}
23-
}
24-
2513
dependencies {
2614
implementation(libs.apacheCommonsLang3)
2715
implementation(libs.guava)

service/src/main/kotlin/app/cash/backfila/dashboard/AppRedirectAction.kt

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)