Commit Graph

32 Commits (5027c9a88cf8c6249364d9fd3b2323653e217fe2)

Author SHA1 Message Date
Marco Neumann a00aebfea2
chore: exclude arrow and datafusion from dependabot (#6564)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-01-11 11:18:34 +00:00
Jayme Bird b3257365ad chore: remove github acs action trigger 2022-07-18 12:42:19 +01:00
Marko Mikulicic 8854ee317e
chore: Add ACS trigger action (#5050) 2022-07-06 09:43:04 +00:00
Jacob Marble dbddffee6f
chore: add semantic PR and commit message checks (#4344)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-19 17:29:03 +00:00
Luke Bond 3c2775f8f2
fix: teach semantic commits script about GH revert PRs (#4092) 2022-03-21 17:37:28 +00:00
Andrew Lamb 12771a7061
fix: allow manual merge messages in semantic commit checker (#4011) 2022-03-10 12:14:45 +00:00
Andrew Lamb dcdd9b079d
chore: Run dependabot more frequently (#3998)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-03-10 11:40:09 +00:00
Jacob Marble 701633f1e6
chore: improve semantic check (#3694)
- bash context
- curl retry and fail with grace
- jq syntax improvement

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-09 22:44:06 +00:00
Jacob Marble 6bc8c3d471
chore: semantic checks allow Merge commits (#3678)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-08 16:32:58 +00:00
Jacob Marble a9fe3362bd
chore: add semantic commit check as GH action (#3638)
* chore: add semantic commit check as GH action

* chore: remove spaces

* chore: indentation

* chore: yamllint config compatible with GH actions 'on' key

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-08 15:44:09 +00:00
Marco Neumann 86772a6d20 ci: run yamllint 2021-11-29 15:11:15 +01:00
Jacob Marble a4dd8b8e15
chore(github): new issue template for developer experience
Just like it says
2021-11-08 15:58:30 -08:00
Raphael Taylor-Davies 4cc87fb184
chore: misc updates (#2886)
* chore: misc updates

* fix: don't downgrade nix

* chore: remove orphaned comment

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-19 11:47:27 +00:00
Raphael Taylor-Davies a647865e1a
revert: "build: pin smallvec" (#2740)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-10-05 19:23:00 +00:00
Dom 5abc55406d build: pin smallvec
Pin the smallvec version until the rest of the ecosystem catches up.

Fixes https://github.com/influxdata/influxdb_iox/issues/2735.
2021-10-05 16:27:00 +02:00
Raphael Taylor-Davies 8385d8c7a9
fix: suppress dependabot thrift upgrade (#2639)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-09-27 19:44:53 +00:00
Marco Neumann 6c93d99483 chore: fix dependabot config
My mistake in #2597.
2021-09-21 15:45:18 +02:00
Marco Neumann ef5ab67c77 chore: upgrade azure dependencies 2021-09-21 13:35:11 +02:00
Jacob Marble e92206f924
feat: add dependabot GitHub action (#2301)
This change adds dependabot to the repository. Dependabot checks the
project "supply chain" (dependencies) for published vulnerabilities, and
automatically creates PRs to resolve those dependency version updates.

The result should look something like this PR:
https://github.com/influxdata/influxdb-pb-data-protocol/pull/3

This is my first dependabot configuration for Cargo/Rust. I used tokio
tracing for a quick sanity check:
4b75e54053/.github/dependabot.yml
2021-08-16 15:02:37 +00:00
Carol (Nichols || Goulding) 5f789ca4b9 chore: Remove GitHub Actions config; all CircleCI now 2021-04-05 10:56:52 -04:00
Marko Mikulicic 2242206b28 fix(ci): Pass debuginfo=1 to have line numbers in tracebacks 2021-03-22 13:58:57 +00:00
Marko Mikulicic 7f9bb1dbc2 chore: Add debuginfo=0 to CI builds 2021-03-19 17:12:26 +00:00
Raphael Taylor-Davies 4009a89239 feat: add buf linting in CI 2021-02-23 19:46:45 +00:00
Carol (Nichols || Goulding) 5456f1ba25 fix: Remove CI job compiling examples already covered by cargo test 2021-02-22 10:18:28 -05:00
Andrew Lamb 5aed13899c fix: capitalization, neat and tidy 2021-02-08 16:45:11 -05:00
Andrew Lamb 329d288dc3 chore: Add examples to CI tests 2021-02-08 16:39:32 -05:00
Marko Mikulicic 941eb60b43
style: Add editor config
hopefully with some uncontroversial rules.
2021-02-02 13:28:02 +01:00
Andrew Lamb de6c385d85
fix: Run CI checks only once on PRs, not twice (#546)
* fix: Run CI tests only once on PRs, not twice

* fix: run on pull_request rather than push
2021-01-11 12:01:07 -05:00
Dom 9c785a3b0f ci: add GitHub actions
Adds a GitHub CI action:

    * Uses the rust-toolchain file to install the requested version.
    * Performs a build with default cargo target
    * Runs workspace tests
    * Checks cargo fmt is happy
    * Runs clippy for lints, denying warnings

All commands taken from the existing CircleCI pipeline.

Currently no caching / reuse of build container.
2020-11-27 11:34:56 +00:00
Edd Robinson 3b508d6041 chore: address PR feedback 2020-11-24 13:21:04 +00:00
Edd Robinson 736f1c4b03 chore: add github templates 2020-11-24 13:20:54 +00:00
Edd Robinson 2df6328384 chore: ensure commit messages are semantic 2020-06-02 12:34:30 +01:00