Commit Graph

15041 Commits

Author SHA1 Message Date
Michael Muré
a3483e352e coreapi/unixfs: don't create an additional IpfsNode for --only-hash 2024-03-19 12:37:23 +01:00
Marco Munizaga
9a5f5e7352
chore: cleanup old workaround (#10369) 2024-03-19 12:26:20 +01:00
Marcin Rataj
8559985d0a chore: finish reframe removal
Closes #9479
2024-03-19 12:25:35 +01:00
shuangcui
0bdfe94272
docs: remove repetitive words (#10370)
Signed-off-by: shuangcui <fliter@qq.com>
2024-03-19 12:10:34 +01:00
Marcin Rataj
5af3cc1c02
docs: updated links and refs to external resources (#10368) 2024-03-16 00:59:22 +01:00
Henrique Dias
e22f47ae4b
core/corehttp!: remove /api/v0 from gateway port 2024-03-05 08:21:13 +00:00
Henrique Dias
d77a9e69f7 client/rpc!: remove deprecated DHT commands 2024-03-05 09:01:00 +01:00
Henrique Dias
d60b7cd1b1
ci: upgrade to go 1.22 (#10355) 2024-03-05 08:37:34 +01:00
Russell Dempsey
fcbdf390bc chore: create FUNDING.yml 2024-03-04 13:36:09 +01:00
Henrique Dias
d7fb526bf2 revert kad dht 2024-03-04 13:34:37 +01:00
Henrique Dias
2b7a39074b chore: update dependencies 2024-03-04 13:34:37 +01:00
Henrique Dias
ef406669ef chore: create next changelog 2024-03-04 13:01:34 +01:00
Henrique Dias
818a98d998
Merge pull request #10362 from ipfs/merge-release-v0.27.0
Merge Release: v0.27.0 [skip changelog]
2024-03-04 13:00:40 +01:00
Henrique Dias
053a501f0b
Merge branch 'master' into merge-release-v0.27.0 2024-03-04 12:56:28 +01:00
Henrique Dias
59bcea8783
Merge pull request #10344 from ipfs/release-v0.27.0
Release: v0.27.0 [skip changelog]
2024-03-04 11:19:50 +01:00
Henrique Dias
10e6a20f73 chore: update changelog for v0.27 2024-03-04 10:10:56 +00:00
Henrique Dias
d44d7afa62 chore: update version 2024-03-04 10:02:22 +00:00
Henrique Dias
4bc1939892
chore: update version 2024-03-01 10:15:05 +01:00
Marcin Rataj
810955f86d
test: cleanup content blocking tests (#10360)
(cherry picked from commit a01cc58c8d)
2024-03-01 10:14:56 +01:00
Henrique Dias
a9fc6dd328
ci: upgrade CodeQL to v3
(cherry picked from commit 121cfaec60)
2024-03-01 10:14:55 +01:00
Henrique Dias
30ba0d7c6a
ci: bump conformance tests Go to 1.21
(cherry picked from commit dc7a0aba54)
2024-03-01 10:14:54 +01:00
Henrique Dias
30fe155b62
chore: bump to go-libp2p 0.33
(cherry picked from commit cd6d5c0828)
2024-03-01 10:14:53 +01:00
Henrique Dias
e803e86f96
docs: improve release issue template
(cherry picked from commit 9ea10752f2)
2024-03-01 10:14:46 +01:00
Marcin Rataj
a01cc58c8d
test: cleanup content blocking tests (#10360) 2024-03-01 09:58:10 +01:00
Henrique Dias
121cfaec60 ci: upgrade CodeQL to v3 2024-02-27 10:06:32 +01:00
Henrique Dias
dc7a0aba54 ci: bump conformance tests Go to 1.21 2024-02-27 10:06:32 +01:00
Henrique Dias
cd6d5c0828 chore: bump to go-libp2p 0.33 2024-02-27 10:06:32 +01:00
Henrique Dias
9ea10752f2 docs: improve release issue template 2024-02-20 11:50:55 +01:00
Henrique Dias
35609d608b chore: update version 2024-02-20 11:44:31 +01:00
Henrique Dias
e6c7032ab7 chore: update version 2024-02-20 09:07:07 +00:00
Henrique Dias
1d659ea08c
chore: boxo v0.18.0 (#10343) 2024-02-20 10:02:59 +01:00
Henrique Dias
595e1ba268
repo/fsrepo/migrations: verified HTTP migrations (#10324) 2024-02-19 14:20:58 +01:00
Marcin Rataj
1514785074
chore: fix link 2024-02-09 17:34:57 +01:00
Marcin Rataj
68f955664a
docs: clarify Gateway.ExposeRoutingAPI (#10337)
* docs: clarify Gateway.ExposeRoutingAPI

Closes #10195

* Apply suggestions from code review

Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com>

---------

Co-authored-by: Henrique Dias <mail@hacdias.com>
Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com>
2024-02-09 16:07:11 +01:00
Michael Muré
eb7f663514 commands/add: return an error when using --only-hash and --to-files
In that situation, the data is not written to permanent storage, so a reference in MFS would be to p2p blocks at best.

The /add command in that situation is also likely to hang as it reads immediately the root node without being able to get it (it falls back to bitswap).
2024-02-08 17:49:43 +01:00
Marcin Rataj
f4ff4f76dd docs(config): mention routing v1 spec 2024-02-07 10:57:31 +01:00
Henrique Dias
1ef8f83a41
core/commands: remove 'ipfs dht' commands, except 'query' (#10328) 2024-02-07 09:56:30 +00:00
Henrique Dias
80973d87cc core: deprecate CoreAPI.Dht, introduce CoreAPI.Routing 2024-02-07 10:47:30 +01:00
Henrique Dias
dccbfcf6b5
refactor: superfluous namespace test redirects (#10322) 2024-02-06 09:23:16 +00:00
dependabot[bot]
162828986a chore(deps): bump codecov/codecov-action from 3.1.4 to 4.0.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 4.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](eaaf4bedf3...e0b68c6749)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 09:47:23 +01:00
galargh
efdef7fdcf chore: migrate from pl-strflt to ipdxco 2024-02-02 08:12:07 +01:00
GitHub
1a3b8d7077 chore: Update .github/dependabot.yml [skip ci] 2024-01-31 17:35:17 +00:00
GitHub
fc52fbbb9d chore: Update .github/workflows/stale.yml [skip ci] 2024-01-31 17:33:46 +00:00
Jorropo
4d3cc96c1e chore: update go-multiaddr 0.12.2 2024-01-26 15:52:38 +01:00
Henrique Dias
0ea879b4a1
feat: add Ipns.MaxCacheTTL 2024-01-26 11:20:34 +01:00
Marcin Rataj
262151f2ed
fix(gw): negative entity-bytes beyond file size (#10320)
fix: https://github.com/ipfs/boxo/pull/523
tests: https://github.com/ipfs/gateway-conformance/releases/tag/v0.5.0
2024-01-25 18:53:10 +01:00
Henrique Dias
f9edd2b88a ci: use @helia/interop directly 2024-01-24 17:13:22 +01:00
Henrique Dias
e166af9756
core/corehttp: wrap gateway with headers, deprecate gateway /api/v0 2024-01-24 09:33:23 +00:00
Henrique Dias
be9d87adb5 chore: update dependencies 2024-01-23 20:57:09 +01:00
Henrique Dias
3a8495d843 docs: add changelog link to release issue template 2024-01-23 09:35:25 +01:00