Commit Graph

54 Commits

Author SHA1 Message Date
galargh
4798777377 ci: disable workflows in forks 2022-05-09 07:01:08 -04:00
Adin Schmahmann
8ec5718c56 chore: build with go 1.18.1 2022-05-04 14:53:54 -04:00
Adin Schmahmann
6f4fc1ae8e ci: add more golang strictness checks 2022-05-03 14:09:38 -04:00
Marcin Rataj
7162a63e96
chore: improve new issue links (#8874) 2022-04-22 08:38:47 -07:00
Piotr Galar
9470fa3271
Use testground-github-action from testground 2022-04-14 13:39:36 +02:00
Marcin Rataj
dd06dd0018
chore: add CODEOWNERS (#8852) 2022-04-06 09:14:15 -07:00
Piotr Galar
33423625c7
fix(ci): testground workflow hanging indefinitely (#8741)
* ci: set timeout on testground job
* ci: use testground action which exits early on scheduling failures

Note: this will be continued in https://github.com/ipfs/go-ipfs/issues/8731
2022-02-18 18:25:46 +01:00
odanado
0216bae307
docker: build for arm cpu (#8633)
ref: #4931
2022-02-15 16:54:47 -05:00
Piotr Galar
4d94e19019
chore: use common ipfs/*-actions in sync-release-assets (#8609) 2021-12-15 15:56:50 +01:00
Petar Maymounkov
8cfc88961d
chore: verify checksums during dist.ipfs.io sync (#8587)
* only copy files from dist.ipfs.io which have associated checksum files (also copy the checksum files)
* verify checksums before copying
* also, ignore path from sha512sum output, which sometimes has absolute path on dist.ipfs.io website

Co-authored-by: Marcin Rataj <lidel@lidel.org>
2021-12-07 16:45:42 -08:00
Marcin Rataj
7026952c71 fix(ci): dist.ipfs.io sync preserving binaries
tar.gz got mangled because of reasons known to github,
this does the correct upload every time by forcing github to interpret
payload as an opaque stream of bytes without anything fancy
2021-12-06 15:00:44 -05:00
Petar Maymounkov
2bb2f64c40
feat(ci): attach release assets from dist.ipfs.io (#8494)
Periodically compare release assets in dist.ipfs.io and github. Any assets found in dist.ipfs.io and not in github are copied over.
2021-10-15 08:38:42 -07:00
Cory Schwartz
84291d172a
add testground plans to bitswap on CI
- Add a basic testground plan for bitswap
   - Showcases how to emit regressions stats from a testplan
- Add CI plumbing to run testplans on push
As a result of this PR, also:
- Created the ipfs/go-ipfs-regressions repo, which defines stats structures for the output of testplans and the input to regression analysis and tests
2021-09-29 13:22:33 -07:00
Marcin Rataj
c0f282f00f
ci: move Docker image build to Actions (#8467)
* ci: move docker image publishing to github

Closes #8330

* chore: remove dockerhub push from circleci
2021-09-28 22:30:36 +02:00
Steven Allen
cc70dcd0dc chore(github): add a config section to the bug report template 2021-07-20 10:03:15 -07:00
Steven Allen
f0c9065504 chore(github): add issue search checklist item to all templates 2021-07-20 09:46:26 -07:00
Steven Allen
dae28b0272
chore(github): fix feature example in issue form
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
2021-07-20 09:38:55 -07:00
Steven Allen
a757234149 chore(github): use issue forms
This change converts go-ipfs to the new issue forms.

Initial implementation by @RubenKelvera in
https://github.com/ipfs/go-ipfs/pull/7967. The version here:

1. Converts all forms.
2. Asks fewer questions (for bug reports). We can expand the form later,
   but I always hated bugzilla bug report forms.
2021-07-19 19:08:24 -07:00
Steven Allen
ff5e4fbb74 chore: label dependabot PRs 2021-03-24 15:03:55 -07:00
dependabot-preview[bot]
3502a78e33
Create Dependabot config file 2021-03-24 21:54:36 +00:00
Steven Allen
d1c4c90280
ci: remove python from codeql 2021-02-16 13:28:41 -08:00
Naveen
28fec95166
Create codeql-analysis.yml 2021-02-08 16:44:11 -05:00
Adin Schmahmann
08e058427f
Update GitHub documentation issue template
Uses the correct URL for the documentation repo
2020-12-07 17:06:29 -05:00
@RubenKelevra
32724b6e33
github issues: add info about the security email address 2020-07-02 15:57:48 +02:00
Jessica Schilling
e456462414
Change docs-beta link to its final path 2020-05-28 11:10:39 -06:00
Hector Sanjuan
9c7cdac16c PR autocomment: Only comment for first-time contributors 2020-05-04 10:55:49 +02:00
Steven Allen
54a0da53bf
Merge pull request #7248 from ipfs/feat/pr-autocomment
Auto-comment on submitted PRs
2020-04-29 15:26:45 -07:00
Hector Sanjuan
a34f927eaf Shorten 2020-04-29 22:58:30 +02:00
Hector Sanjuan
44b8bdb930 Mention that self-review is not a subtitute for code comments 2020-04-29 22:49:00 +02:00
Hector Sanjuan
593d33e217
Update .github/auto-comment.yml
Co-Authored-By: Steven Allen <steven@stebalien.com>
2020-04-29 22:41:48 +02:00
Hector Sanjuan
04dc111952
Update .github/auto-comment.yml
Co-Authored-By: Steven Allen <steven@stebalien.com>
2020-04-29 22:41:39 +02:00
Hector Sanjuan
5415d55c69
Update .github/config.yml
Improve language
2020-04-29 17:05:37 +02:00
Hector Sanjuan
99f9d343c3
Update .github/config.yml
Improve language

Co-Authored-By: Will <will.scott@protocol.ai>
2020-04-29 17:05:11 +02:00
Hector Sanjuan
07d474447c
Update .github/config.yml
Improve language

Co-Authored-By: Will <will.scott@protocol.ai>
2020-04-29 17:04:44 +02:00
Hector Sanjuan
e6049c889c
Update .github/config.yml
Improve language

Co-Authored-By: Will <will.scott@protocol.ai>
2020-04-29 17:04:22 +02:00
Hector Sanjuan
7a2a225118 Auto-comment on submitted PRs
* Give a few tips on linking relevant discussions, self reviews, additional
  reviews and code contribution guidelines
* Be explicit about the next steps and what to expect.
2020-04-29 13:19:30 +02:00
Hector Sanjuan
214fa05e98 Welcome message for users opening their first issue. 2020-04-29 12:57:48 +02:00
Hector Sanjuan
35a5dd4f84 Add additional documentation links to new issues screen 2020-04-27 20:02:36 +02:00
Hector Sanjuan
06ee161c0c Update issue templates
* Remove question template: links to help have been added
* Add need/triage labels
* Do not ask users to open issues in ipfs/ipfs (issues heavily discouraged there).
2020-04-27 12:10:46 +02:00
Hector Sanjuan
0c57175f07 Add standard issue template 2020-04-27 11:15:45 +02:00
@RubenKelevra
8a85c0a344 merge conflicts with upstream 2020-04-18 13:11:56 +02:00
Steven Allen
d1b5bbe8e1 chore: update template labels for label rename 2020-04-17 15:47:55 -07:00
@RubenKelevra
2b3cbceaad
question.md: fix typo 2020-04-06 03:02:35 +02:00
@RubenKelevra
afcba4f67c doc.md: fix typo 2020-04-06 01:52:20 +02:00
Steven Allen
ea3343cb29 chore: remove github auto assign
This was supposed to auto-assign reviewers to new PRs. However, it's really not all that helpful in practice.
2020-01-13 15:09:06 +01:00
Steven Allen
bc20d08b0f github: migrate actions 2019-09-26 14:16:49 -07:00
Steven Allen
4f38632717 github: add more options to question template 2019-08-16 13:02:44 -07:00
Steven Allen
f0e32fed2b github: update question template to avoid click throughs 2019-08-16 12:52:03 -07:00
Steven Allen
a95e11921b github/action: actually run the action and fork it for security 2019-08-15 12:16:42 -07:00
Steven Allen
900a75eb09 github/actions: add auto-assign list 2019-08-15 12:09:10 -07:00