Commit graph

28 commits

Author SHA1 Message Date
Andrew Lamb
be30697efb
Add license header check to CI (#1888)
Some checks are pending
license / Release Audit Tool (RAT) (push) Waiting to run
Rust / codestyle (push) Waiting to run
Rust / lint (push) Waiting to run
Rust / benchmark-lint (push) Waiting to run
Rust / compile (push) Waiting to run
Rust / docs (push) Waiting to run
Rust / compile-no-std (push) Waiting to run
Rust / test (beta) (push) Waiting to run
Rust / test (nightly) (push) Waiting to run
Rust / test (stable) (push) Waiting to run
2025-06-17 10:46:58 -04:00
Jacob Wujciak-Jens
9fc9009b94
chore: Replace archived actions-rs/install action (#1876)
Some checks are pending
Rust / codestyle (push) Waiting to run
Rust / lint (push) Waiting to run
Rust / benchmark-lint (push) Waiting to run
Rust / compile (push) Waiting to run
Rust / docs (push) Waiting to run
Rust / compile-no-std (push) Waiting to run
Rust / test (beta) (push) Waiting to run
Rust / test (nightly) (push) Waiting to run
Rust / test (stable) (push) Waiting to run
2025-06-10 19:54:21 -04:00
Andrew Lamb
3bad04e9e8
Test benchmarks and Improve benchmark README.md (#1627) 2025-01-01 21:47:59 +01:00
Andrew Lamb
3108828621
Run cargo fmt on derive crate (#1595) 2024-12-13 07:22:30 -05:00
Andrew Lamb
334a5bf354
Update CHANGELOG.md for 0.52.0 release, add scripts/ instructions for ASF releases (#1479) 2024-11-07 11:26:57 -05:00
Andrew Lamb
9394ad4c0c
Add Apache License to additional files (#1502) 2024-11-06 16:48:49 -05:00
Andrew Lamb
affe8b5498
Fix codestyle CI check (#1438) 2024-09-22 07:32:37 -04:00
hulk
ca5262c13f
Use the local GitHub Action to replace setup-rust-action (#1371) 2024-08-13 06:59:19 -04:00
hulk
68a04cd402
Update version of GitHub Actions (#1363) 2024-08-08 16:57:21 -04:00
Andrew Lamb
bbee052890
Add stale PR github workflow (#1331) 2024-07-08 14:38:59 -04:00
Andrew Lamb
9c2e8bcdbc
Break test and coverage test into separate jobs (#949) 2023-08-22 08:32:14 -04:00
Andrew Lamb
b93d82dfca
Fix cargo docs / warnings and add CI check (#777)
* Fix all rustdoc links

* Add docs CI check

* workflow

* test error

* fix yml

* fix yml

* Revert "test error"

This reverts commit 96a40a88a3.

* fix

* more
2022-12-29 07:53:51 -05:00
Qinxuan Chen
5bc109a7ad
Support no_std (#332)
* Support `no_std`

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Fix typo

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
2021-08-21 10:15:43 +02:00
Nickolay Ponomarev
0ac343a116 Don't publish on the push of any tag
The tags are named vX.Y, and we'll be 0.x for a while, so limiting the
publish-crate action to run v0 tags seems good enough to avoid
accidental publishes.
2020-09-27 23:36:41 +03:00
Max Countryman
118a345790
Merge pull request #238 from maxcountryman/feature/gh-action-releases
automate crate publishing
2020-08-12 07:04:38 -07:00
Daniël Heres
3871bbc5ee
Enable dependabot for this repository (#256)
* Enable dependabot for this repository

* Remove duplication, add sqlparser_bench
2020-08-05 09:03:29 +02:00
Daniël Heres
5f3a40e772
Dependency updates (#255) 2020-08-05 09:12:13 +03:00
Heres, Daniel
a246d5da9a Undo accidental commit 2020-08-04 22:45:26 +02:00
Daniël Heres
caeb046803
Enable dependabot for this repository 2020-08-04 22:44:13 +02:00
Max Countryman
76a911b34e
ensure we use nightly with fmt 2020-07-31 08:56:59 -07:00
Max Countryman
bc9bfaeb84 automate crate publishing
This introduces a new section of the GitHub Actions workflow which will
publish the crate upon a new tag being pushed. Note that this requires a
new project secret, `CRATES_TOKEN`.
2020-07-25 08:05:34 -07:00
Max Countryman
af54eb02b2
Rework github actions, add code coverage (#186)
This reworks our GitHub Actions workflow to include code coverage via
tarpaulin.

Fixes #164.
2020-06-07 20:15:31 +03:00
Nickolay Ponomarev
8406a938d5 Port the changes made to travis configuration in #159 to GitHub workflows
This should fix the build failures due to unavailable components, e.g.

error: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is unavailable for download for channel nightly
Sometimes not all components are available in any given nightly.
2020-05-26 21:35:12 +03:00
Andy Grove
a2613f9dd1 format 2019-10-17 20:41:49 -06:00
Andy Grove
0687d3aca8 stable rust 2019-10-17 20:38:22 -06:00
Andy Grove
41eda23ede test 2019-10-17 04:26:00 -06:00
Andy Grove
60448382c2 experimenting with github actions 2019-10-17 04:21:49 -06:00
Andy Grove
9b49db35ff
Add github action 2019-10-17 04:12:11 -06:00