ddivad195
8d2cafe1d2
fix failing lint and test errors
2024-01-30 16:13:51 +00:00
ddivad195
5fc6c86976
remove path input param
2024-01-30 11:04:39 +00:00
Conor Sloan
b6419ce067
Tying up loose ends ( #54 )
...
* various qol updates to publish action
* review comments and run bundle
2024-01-29 15:31:00 -05:00
Edwin Sirko
b9af78dd4e
fix
2024-01-26 21:54:49 -05:00
Edwin Sirko
10fbfab203
fix
2024-01-26 21:54:16 -05:00
Edwin Sirko
d7d99939bd
lint
2024-01-26 21:42:28 -05:00
Edwin Sirko
1219afee65
dist
2024-01-26 21:07:36 -05:00
Edwin Sirko
35c8ddfb58
ok
2024-01-26 21:03:27 -05:00
Edwin Sirko
2052298171
fix
2024-01-26 20:52:00 -05:00
Edwin Sirko
31164a045a
tests almost there
2024-01-26 20:44:17 -05:00
Edwin Sirko
d7ee685291
wip
2024-01-26 18:09:48 -05:00
Edwin Sirko
3e6047108b
wip
2024-01-26 17:45:38 -05:00
Edwin Sirko
6630eef689
tests
2024-01-26 16:35:51 -05:00
Edwin Sirko
89c429cf42
refactored path calculation
2024-01-26 16:35:51 -05:00
boxofyellow
78e9f1d365
fix tests
2024-01-26 13:09:44 -08:00
Edwin Sirko
7120405e17
auto changes
2024-01-26 13:09:08 -05:00
Edwin Sirko
4ed2e10e92
isActionRepo()
2024-01-26 13:07:57 -05:00
boxofyellow
9189d9269d
Remove the problematic test for really-realls
2024-01-26 16:34:43 +00:00
boxofyellow
70f1827fe7
remove new test to see if the CI will pass
2024-01-26 16:34:40 +00:00
boxofyellow
ba9590c184
fix up string interpolation
2024-01-26 16:34:40 +00:00
boxofyellow
748d779644
PR feed back
2024-01-26 16:34:40 +00:00
boxofyellow
c773bf210d
fix lint errors
2024-01-26 16:34:40 +00:00
boxofyellow
c8ad6774d7
after running npm run all
2024-01-26 16:34:40 +00:00
boxofyellow
dbec321cd4
this was already done
2024-01-26 16:34:40 +00:00
boxofyellow
c06282fe29
make main.test.ts test data more varied
2024-01-26 16:34:40 +00:00
boxofyellow
c88b93864f
make ghcr-client.test.ts test data more varied
2024-01-26 16:34:40 +00:00
boxofyellow
8abbcf0a68
make oci-container.test.ts test data more varied
2024-01-26 16:34:40 +00:00
boxofyellow
54571c1488
fix copy past error
2024-01-26 16:34:40 +00:00
boxofyellow
67b4eb38f3
add notes about console.log
2024-01-26 16:34:40 +00:00
boxofyellow
0ba67aaf7a
leave shared object unchanged
2024-01-26 16:34:40 +00:00
boxofyellow
df5639170c
add test for **_some_** of the layer to already be there
2024-01-26 16:34:40 +00:00
boxofyellow
84a94880b6
test bundleFilesintoDirectory can handle sub directories
2024-01-26 16:34:40 +00:00
boxofyellow
e144688ccc
Add negative test for createArchives
2024-01-26 16:34:40 +00:00
Conor Sloan
6c4739c768
Sanitize repo name when including in a layer title
...
These titles were previously including the filename as {org}/{repo}_{version} which means when clients download the layer they think it needs to be unwrapped into a folder called {org}.
This is not what we want, so we should instead rename the file as {org}-{repo}_{version}. e.g. from myorg/myrepo_myversion.zip to myorg-myrepo_myversion.zip
2023-11-23 14:37:29 +00:00
Conor Sloan
c2bb735a45
add support for multiple paths in path input variable
...
This allows users to provide multiple filepaths to include in their action, whether they're files or folders.
2023-11-22 16:02:01 +00:00
Conor Sloan
a45c53b2f2
add test case for semver formats
2023-11-22 14:25:27 +00:00
Conor Sloan
ffca16d01f
fix low hanging fruit linter errors
2023-11-22 12:41:53 +00:00
Conor Sloan
61de8fadb6
fix linter
2023-11-17 21:38:11 +00:00
Conor Sloan
8f0926c56a
initial mvp version
2023-11-17 20:04:42 +00:00