 Rob HerleyandGitHub
|
1e0f6285e5
|
Merge pull request #1095 from actions/robherley/artifact-1.1.0-release
@actions/artifact 1.1.0 release
|
2022-05-19 14:52:47 -04:00 |
|
 Rob HerleyandGitHub
|
dd4e856a4e
|
@actions/artifact 1.1.0 release
|
2022-05-19 18:17:15 +00:00 |
|
 Rob HerleyandGitHub
|
a70804595b
|
Merge pull request #1063 from actions/robherley/artifact-digest
Add checksum validation on artifact upload
|
2022-05-19 14:12:50 -04:00 |
|
 Rob HerleyandGitHub
|
eb7ed88d77
|
Merge branch 'main' into robherley/artifact-digest
|
2022-05-19 11:45:42 -04:00 |
|
 Rob HerleyandGitHub
|
925ae6978b
|
Merge pull request #1074 from actions/robherley/core-1.8.0-release
@actions/core 1.8.0 release
|
2022-05-05 16:24:45 -04:00 |
|
 Rob HerleyandGitHub
|
e73063a93c
|
@actions/core 1.8.0 release
|
2022-05-05 20:17:30 +00:00 |
|
 Rob HerleyandGitHub
|
c4ae214c26
|
Merge pull request #1073 from actions/robherley/deprecate-markdownsummary
Add & deprecate old markdownSummary export
|
2022-05-05 16:07:16 -04:00 |
|
 Rob HerleyandGitHub
|
07242b37a4
|
add & deprecate old markdownSummary export
|
2022-05-05 19:44:13 +00:00 |
|
 Rob HerleyandGitHub
|
01aceeaad6
|
Merge pull request #1072 from actions/robherley/not-markdown-summaries
Rename core's `markdownSummary` extension to `summary`
|
2022-05-05 14:17:33 -04:00 |
|
 Rob HerleyandGitHub
|
3d29fb91d1
|
sed 's/markdownSummary/summary/g'
|
2022-05-05 17:29:20 +00:00 |
|
Rob Herley
|
35e5aac523
|
actually use md5 not sha256
|
2022-05-05 10:32:09 -04:00 |
|
Rob Herley
|
a3c696e88e
|
add md5 and use b64 for digest encodings
|
2022-05-05 09:26:38 -04:00 |
|
 Rob HerleyandGitHub
|
b68735e060
|
misc pr feedback
|
2022-04-27 22:24:16 +00:00 |
|
 Rob HerleyandGitHub
|
d5c547c19f
|
update crc header key
|
2022-04-27 22:22:35 +00:00 |
|
 Rob HerleyandGitHub
|
9e285cc3fa
|
crc: update test header data
|
2022-04-26 23:21:31 +00:00 |
|
 Rob HerleyandGitHub
|
3f95e2ea4f
|
crc: update headers & digest stream
|
2022-04-26 22:59:56 +00:00 |
|
 Rob HerleyandGitHub
|
fccc5ee6e6
|
crc: move tbl out of class, more tests
|
2022-04-26 17:31:17 +00:00 |
|
 Rob HerleyandGitHub
|
3d61fe8000
|
add crc64 & tests
|
2022-04-26 17:13:40 +00:00 |
|
 Rob HerleyandGitHub
|
9387bd7ded
|
Merge branch 'main' into robherley/artifact-digest
|
2022-04-26 15:54:22 +00:00 |
|
 Rob HerleyandGitHub
|
3e2837ddce
|
Merge pull request #1059 from actions/robherley/core-1.7.0-release
@actions/core 1.7.0 release
|
2022-04-25 09:14:37 -04:00 |
|
 Rob HerleyandGitHub
|
3048a9d72c
|
@actions/core 1.7.0 release
|
2022-04-20 20:42:50 +00:00 |
|
 Rob HerleyandGitHub
|
91f9153ca8
|
Merge pull request #1014 from actions/robherley/md-summaries
feat: @actions/core extensions for markdown summary
|
2022-04-20 16:28:27 -04:00 |
|
 Rob HerleyandGitHub
|
eef3e92175
|
summary: remove limit validation in client
|
2022-04-20 20:10:56 +00:00 |
|
 Rob HerleyandGitHub
|
ed87cc6ce3
|
summary: increase limit to 1MiB
|
2022-04-20 19:55:54 +00:00 |
|
Rob Herley
|
e3549a9c58
|
artifact: tests for stream digest util
|
2022-04-05 09:31:49 -04:00 |
|
Rob Herley
|
c5d1911357
|
add digest header for uploads
|
2022-04-04 17:54:15 -04:00 |
|
Rob Herley
|
edee7cde32
|
feedback: add summary write options
|
2022-03-08 16:37:20 -05:00 |
|
Rob Herley
|
6295f5d25b
|
summary: consistent kB usage and doc links
|
2022-03-03 11:46:32 -05:00 |
|
Rob Herley
|
339dd63bec
|
summary: method to clear file and buffer
|
2022-03-02 23:56:30 -05:00 |
|
Rob Herley
|
d27bf857e6
|
add -> addRaw
|
2022-03-02 23:49:17 -05:00 |
|
Rob Herley
|
ec5c955c0a
|
summary: additional check for max size limit
|
2022-03-02 23:43:51 -05:00 |
|
Rob Herley
|
302a5b31d8
|
summary: add link/anchor element
|
2022-03-02 12:10:01 -05:00 |
|
Rob Herley
|
ab2b23c50d
|
summary: add tests
|
2022-03-02 00:58:18 -05:00 |
|
Rob Herley
|
70a01b86d3
|
summary: self closing tags, additional img attrs & minor fixes
|
2022-03-02 00:57:46 -05:00 |
|
Rob Herley
|
ff80a82f7c
|
Merge branch 'main' into robherley/md-summaries
|
2022-03-01 21:38:28 -05:00 |
|
Rob Herley
|
0fc0befe24
|
export markdownSummary singleton from core
|
2022-03-01 21:32:26 -05:00 |
|
Rob Herley
|
7d95d2cec9
|
summary.ts -> markdown-summary.ts
|
2022-03-01 21:16:35 -05:00 |
|
Rob Herley
|
c42d30607b
|
add more summary elements, clean up jsdoc
|
2022-03-01 21:14:58 -05:00 |
|
Rob Herley
|
ac58d176ba
|
'\n' -> os.EOL
|
2022-03-01 20:55:43 -05:00 |
|
Rob Herley
|
518ef1b79e
|
html element wrapper method for md summary
|
2022-03-01 20:36:04 -05:00 |
|
Rob Herley
|
d496b07cc0
|
addText -> add, newline by default
|
2022-02-23 18:15:26 -05:00 |
|
Rob Herley
|
7a2eceac36
|
initial markdown summary utils
|
2022-02-23 18:09:05 -05:00 |
|