Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci/github #51

Merged
merged 79 commits into from
Jan 29, 2024
Merged

ci/github #51

merged 79 commits into from
Jan 29, 2024

Conversation

0x61nas
Copy link
Owner

@0x61nas 0x61nas commented Jan 29, 2024

  • Add one codecov
  • Merge another codecov
  • Merge another codecov
  • Merge another codecov
  • Merge another codecov
  • Place codecov config under .github
  • Add (only) ASAN workflow
  • Add first coverage workflow
  • Merge another coverage.yml
  • Merge another coverage.yml
  • Add first features workflow
  • Merge another features workflow
  • Merge another features workflow
  • Merge another features workflow
  • Add (only) loom workflow
  • Add (only) LSAN workflow
  • Add first minial workflow
  • Add (only) miri workflow
  • Add first msrv workflow
  • Merge another msrv workflow
  • Merge another msrv workflow
  • Merge another msrv workflow
  • Add (only) no-std workflow
  • Add first os-check workflow
  • Merge another os-check workflow
  • Add first style workflow
  • Merge another style workflow
  • Merge another style workflow
  • Add first test workflow
  • Merge another test workflow
  • Merge another test workflow
  • Merge another test workflow
  • Make everything use checkout@v3
  • Standardize on 'main' as branch name
  • Missed a submodule checkout
  • Add TODOs from twitter thread
  • Practice what you preach
  • mv github .github
  • Merge safety workflows
  • Catch upcoming deprecations
  • More concise name for scheduled jobs
  • Allow examples and binaries to require features
  • Use dependabot, but only for major versions
  • ignore is a list
  • Notify if actions themselves are outdated
  • Bump codecov/codecov-action from 2 to 3
  • Move to maintained rust installer
  • Fix install message for msrv
  • Get rid of most actions-rs bits
  • Minimal token permissions
  • Remove -Zmiri-tag-raw-pointers as it's now default
  • Unbreak cargo hack for non-libraries (Use std::io::BufWriter to achieve more flexibility #4)
  • Add action to run doctest. (Fixed typo error in installation instruction #3)
  • chore: automatically cancel superseded Actions runs (Modular output methods #5)
  • [sanity] More robust injection of opt-level 1 (Configure Renovate #9)
  • Quote MSRV version to avoid float parsing (fix(deps): update rust crate image to 0.24.6 #11)
  • Install Openssl for Windows (fix(deps): update rust crate clap to 4.2.1 #12)
  • Don't install OpenSSL on Windows by default
  • Bump actions/checkout from 3 to 4 (Dependency Dashboard #13)
  • docs: Add documentation based on the youtube video (ci(Mergify): configuration update #10)
  • Nit: Selecting direct minimal versions flag is -Zdirect-minimal-versions (fix(deps): update rust crate log to 0.4.18 #16)
  • chore: fix typos (fix(deps): update rust crate pretty_env_logger to 0.5.0 #17)
  • Remove stray trailing whitespace
  • replace actions-rs/clippy-check with giraffate/clippy-action (fix(deps): update rust crate clap to 4.3.9 #19)
  • ci(check): update the branch name and chang the msrv to 1.65
  • ci(nostd): rm nostd.yml
  • ci(safety): update the branch name
  • ci(schedule): change the branch name
  • ci(test): change the branch name
  • clean: rm DOCS.md
  • chore(github): codeowners create
  • chore(github): create a pull reqest template
  • chore(github): put useless funding stuff
  • chore(mergify): create mergify config
  • chore(github): create issues templates

SimenB and others added 23 commits April 8, 2023 12:57
Put 1.70 in there (for instance if you want to pin against OnceLock stabilizing) and it will actually test 1.7 as it appears github auto converts this to a float?

Putting in quotes seems to do the right thing here
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@0x61nas 0x61nas merged commit e9daa03 into aurora Jan 29, 2024
23 checks passed
@0x61nas 0x61nas deleted the ci/github branch January 29, 2024 18:46
@0x61nas 0x61nas added this to the v1 milestone Jan 29, 2024
@0x61nas 0x61nas linked an issue Jan 29, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create the CI/CD workflow
10 participants