github-actions[bot]
5af2c4f412
Version Packages (next)
2023-03-21 13:38:30 +00:00
github-actions[bot]
24632ad94b
Version Packages
2023-03-14 14:31:40 +00:00
github-actions[bot]
0eceadb950
Version Packages (next)
2023-03-07 17:21:48 +00:00
github-actions[bot]
b19b95fc09
Version Packages (next)
2023-02-28 13:04:36 +00:00
renovate[bot]
52b0022dab
chore(deps): update dependency msw to v1
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-02-22 12:55:56 +00:00
github-actions[bot]
b4627f23b2
Version Packages (next)
2023-02-21 15:40:30 +00:00
github-actions[bot]
25b57cc07f
Version Packages
2023-02-14 13:41:52 +00:00
Jan Van Bruggen
c51efce2a0
Update docs to always use yarn add --cwd for app & backend
...
Some commands currently error, and others are simply formatted inconsistently.
This format seems to work and be the most popular/common,
so I applied it to all similar occurrences.
Signed-off-by: Jan Van Bruggen <JanVB@verily.com >
2023-02-13 09:40:20 -07:00
github-actions[bot]
b2a73c984a
Version Packages (next)
2023-02-07 15:03:45 +00:00
github-actions[bot]
675324ed19
Version Packages (next)
2023-01-31 14:45:37 +00:00
Ben Lambert
e92d8a712f
Merge pull request #15980 from matt-200/master
...
plugin-azure-devops-backend encoded host breaks readme
2023-01-27 10:18:33 +01:00
matt-200
0aeeafe7a7
Add missing import
...
Forgot the import
Signed-off-by: matt-200 <123186429+matt-200@users.noreply.github.com >
2023-01-26 08:22:35 -06:00
Fredrik Adelöw
76b838a854
Merge pull request #15898 from backstage/freben/substr
...
🧹 get rid of usages of substr which is deprecated
2023-01-26 13:29:56 +01:00
matt-200
09547ac964
Ran npx prettier --write .
...
It looks better now.
Signed-off-by: matt-200 <123186429+matt-200@users.noreply.github.com >
2023-01-25 18:59:20 -06:00
matt-200
21a7b9fd83
Add a test for buildEncodedUrl
...
Protect against regression
Signed-off-by: matt-200 <123186429+matt-200@users.noreply.github.com >
2023-01-25 18:34:14 -06:00
matt-200
bce8eb1bff
Remove host encoding
...
Fixes bug #15874
Signed-off-by: matt-200 <123186429+matt-200@users.noreply.github.com >
2023-01-25 17:50:04 -06:00
github-actions[bot]
12a7b316ee
Version Packages (next)
2023-01-24 12:01:10 +00:00
Fredrik Adelöw
85b04f659a
get rid of usages of substr which is deprecated
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-23 14:35:21 +01:00
github-actions[bot]
6d46667727
Version Packages
2023-01-17 11:50:48 +00:00
github-actions[bot]
9521f1274d
Version Packages (next)
2023-01-10 14:18:51 +00:00
github-actions[bot]
c4132274d9
Version Packages (next)
2023-01-03 14:44:31 +00:00
Johan Haals
4ae89dbce6
backend-common: Remove read method from UrlReader
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2023-01-02 16:34:54 +01:00
github-actions[bot]
3245539963
Version Packages
2022-12-20 11:30:21 +00:00
github-actions[bot]
b2f4e97add
Version Packages (next)
2022-12-13 16:56:03 +00:00
github-actions[bot]
6465ab3686
Version Packages (next)
2022-12-06 13:22:31 +00:00
Johan Haals
e62e5d1b80
Merge pull request #14921 from jmezach/patch-1
...
Add missing reader property
2022-11-30 10:29:01 +01:00
Jonathan Mezach
eaccf6d628
Fix PR comments
...
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com >
2022-11-29 13:43:40 +00:00
github-actions[bot]
2cb6963f9b
Version Packages (next)
2022-11-29 11:14:34 +00:00
Jonathan Mezach
aa82f15b65
Add missing reader property
...
As discussed in #14831 this is needed for the README.md feature to work properly
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com >
2022-11-29 09:59:45 +01:00
github-actions[bot]
83d3167594
Version Packages (next)
2022-11-22 15:40:52 +00:00
renovate[bot]
3280711113
Update dependency msw to ^0.49.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-11-22 04:34:08 +00:00
github-actions[bot]
3164131851
Version Packages
2022-11-15 12:31:55 +00:00
renovate[bot]
e13cd3feaf
Update dependency msw to ^0.48.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-11-09 10:15:16 +00:00
github-actions[bot]
b01fea7b8c
Version Packages (next)
2022-11-08 14:04:37 +00:00
github-actions[bot]
f1c3cdfb2d
Version Packages (next)
2022-10-31 16:19:04 +00:00
Alisson Fabiano
a0d6e94f93
fixed read case sentive extesion and updated deprecated read to readUrl
...
Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com >
2022-10-26 15:26:21 +01:00
Alisson Fabiano
7f20c4dad9
fixed test to accept readUrl instaed deprecated read
...
Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com >
2022-10-26 15:25:16 +01:00
Alisson Fabiano
8988c14463
test: adjust test to throw error when extension is case invariant
...
Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com >
2022-10-26 11:10:02 +01:00
github-actions[bot]
d4df1fbb2e
Version Packages (next)
2022-10-25 13:18:27 +00:00
github-actions[bot]
f0196a2f04
Version Packages
2022-10-18 09:55:10 +00:00
github-actions[bot]
9282c018c7
Version Packages (next)
2022-10-11 14:30:05 +00:00
github-actions[bot]
721c1efdb4
Version Packages (next)
2022-10-04 12:08:16 +00:00
github-actions[bot]
4e94720142
Version Packages (next)
2022-09-27 10:57:53 +00:00
Patrik Oldsberg
be5a837259
migrate to use workspace ranges
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-21 10:14:53 +02:00
github-actions[bot]
30882884a4
Version Packages
2022-09-20 11:52:02 +00:00
github-actions[bot]
423e01d903
Version Packages (next)
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-13 18:00:17 -04:00
github-actions[bot]
f275697d2b
Version Packages (next)
2022-09-06 13:11:16 +00:00
renovate[bot]
667d917488
chore(deps): update dependency msw to ^0.47.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-09-06 07:09:16 +00:00
Patrik Oldsberg
8911f684e1
Yarn 3 automatic formatting changes
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-08-31 15:49:38 +02:00
renovate[bot]
87ec2ba4d6
chore(deps): update dependency msw to ^0.46.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-08-31 01:34:13 +00:00