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

Adding formatting to end of renameTemplate flow. #73

Merged
merged 60 commits into from
Dec 12, 2024
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
308f8b4
Including formatKotlin in renameTemplate task.
AdamMc331 Oct 15, 2024
63350b8
Adding lint checks to change testing.
AdamMc331 Oct 15, 2024
44d5227
Trying it this way.
AdamMc331 Oct 15, 2024
e26b281
Docs.
AdamMc331 Oct 15, 2024
a512024
Using gradlebuild type again.
AdamMc331 Oct 15, 2024
4bdbf0e
Adding dependency.
AdamMc331 Oct 15, 2024
1559d3d
Defining for shared.
AdamMc331 Oct 15, 2024
29aa85e
Defining project.
AdamMc331 Oct 15, 2024
f208fb2
Idk
AdamMc331 Oct 15, 2024
2d32f21
Using finalizedBy this time.
AdamMc331 Oct 18, 2024
c89d662
Removing parens
AdamMc331 Oct 18, 2024
339b60b
Looking up by project.
AdamMc331 Oct 18, 2024
4db6104
Trying with tasks.
AdamMc331 Oct 18, 2024
844bba8
Gradle build.
AdamMc331 Oct 18, 2024
4772f58
Uncommenting gradle build.
AdamMc331 Oct 18, 2024
f9283aa
Idk man
AdamMc331 Oct 18, 2024
28552b3
Idk man
AdamMc331 Oct 19, 2024
1cfe15d
Merge branch 'development' into CMPT-63/formatting
AdamMc331 Oct 19, 2024
f80f209
lol what a typo.
AdamMc331 Oct 20, 2024
4b1bab4
Trying again with finalized by. Idk anymore.
AdamMc331 Oct 20, 2024
f28f27b
Not sure if I tried this yet...
AdamMc331 Oct 22, 2024
96bce63
Turning off fail-fast on matrix.
AdamMc331 Oct 22, 2024
92f5d97
Update .github/workflows/template_change_test.yml
AdamMc331 Oct 22, 2024
f33fa8a
Update buildscripts/setup.gradle
AdamMc331 Oct 23, 2024
b9a8a30
Using finalizedBy?
AdamMc331 Nov 17, 2024
472e9f0
Using correct property.
AdamMc331 Nov 17, 2024
93205a0
Using dependsOn again.
AdamMc331 Nov 17, 2024
333a8e2
Using finalizedBy properly.
AdamMc331 Nov 17, 2024
6f7f877
Using startsWith.
AdamMc331 Nov 17, 2024
d9fad4a
Adding concurrency checks.
AdamMc331 Nov 17, 2024
5a20e23
Using dependsOn for sqldelight setup.
AdamMc331 Nov 17, 2024
d12c3de
Using aaa to ensure formatting support.
AdamMc331 Nov 17, 2024
885f780
Merge branch 'development' into CMPT-63/formatting
AdamMc331 Dec 11, 2024
51eac5b
Adding formatting pass.
AdamMc331 Dec 11, 2024
5c56a13
Merge conflict fixes.
AdamMc331 Dec 11, 2024
c6c8859
Adding dependsOn for apollo task.
AdamMc331 Dec 11, 2024
d067558
Fixing named check.
AdamMc331 Dec 11, 2024
805f71a
Using configureEach.
AdamMc331 Dec 11, 2024
841114f
Removing apollo check.
AdamMc331 Dec 11, 2024
5197028
Excluding apollo task if running renameTemplate.
AdamMc331 Dec 11, 2024
af2ad20
Using mustRunAfter.
AdamMc331 Dec 11, 2024
5bd1b98
Excluding anotha one.
AdamMc331 Dec 11, 2024
0985bb8
Moar tasks to ignore.
AdamMc331 Dec 11, 2024
c8ddf10
Moar tasks to ignore.
AdamMc331 Dec 11, 2024
60f9cd7
Moar tasks to ignore.
AdamMc331 Dec 11, 2024
c9c5cb2
Proper list syntax?
AdamMc331 Dec 11, 2024
404fabf
Another one.
AdamMc331 Dec 11, 2024
5f7b0dd
Using aaa to ensure formatting is necessary.
AdamMc331 Dec 11, 2024
e6e4684
Merge branch 'development' into CMPT-63/formatting
AdamMc331 Dec 11, 2024
6f4074f
Another one.
AdamMc331 Dec 11, 2024
d5c96ca
Using startsWith to be more versatile.
AdamMc331 Dec 11, 2024
ee53af3
Using equals check as well.
AdamMc331 Dec 11, 2024
555cfc3
Using list.
AdamMc331 Dec 11, 2024
01c9d8a
Another one.
AdamMc331 Dec 11, 2024
1351581
Using afterEvaluate, maybe?
AdamMc331 Dec 11, 2024
b0f8974
Testing.
AdamMc331 Dec 12, 2024
eba99f5
Another one.
AdamMc331 Dec 12, 2024
5069538
Sorting.
AdamMc331 Dec 12, 2024
819d57c
Removing logs, formatting desktop.
AdamMc331 Dec 12, 2024
ff9644c
Desktop formatting after rename.
AdamMc331 Dec 12, 2024
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
Prev Previous commit
Next Next commit
Update .github/workflows/template_change_test.yml
  • Loading branch information
AdamMc331 authored Oct 22, 2024
commit 92f5d97ebb9a2c164531b677b7a7b806614b3db1
2 changes: 1 addition & 1 deletion .github/workflows/template_change_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
rename-template:
strategy:
matrix:
fail-fast: false
keepCustomizableDependencies: [true, false]
fail-fast: false

runs-on: macos-14
steps:
Expand Down
Loading