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

Redesign (#1) #2

Open
wants to merge 87 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
a5b7f90
Let The Great Redesign begin!
ilslv Jul 23, 2021
c04860e
Return old cucumber_rust_codegen crate
ilslv Jul 23, 2021
9848993
Relax Cucumber trait bounds
ilslv Jul 23, 2021
ea7bb7a
Document writer::Normalized impl
ilslv Jul 23, 2021
8cfbcc2
Fix Rule hash collision and bump rust MSRV
ilslv Jul 23, 2021
77239b2
Remove MSRV test
ilslv Jul 23, 2021
68b83b0
Fix codegen
ilslv Jul 29, 2021
1751a27
Fix CI
ilslv Jul 29, 2021
3141549
Optimize Scenario inserting for better output
ilslv Jul 30, 2021
5b24964
Make runner::Basic max_concurrent_scenarios optional [skip ci]
ilslv Jul 30, 2021
7837d10
Add scenario filtration [skip ci]
ilslv Jul 30, 2021
f19a316
Return Writer from run() [skip ci]
ilslv Jul 30, 2021
dda5b14
Fix lints [skip ci]
ilslv Jul 30, 2021
bb81427
Arc-ify everything [skip ci]
ilslv Jul 30, 2021
42cfcd7
Add Documentation to CI
ilslv Jul 30, 2021
6a2fe4d
Deal with filter in Cucumber instead of Parser
ilslv Aug 3, 2021
6971b41
Add EditorConfig rules
tyranron Aug 12, 2021
8a81538
Corrections to toolchain
tyranron Aug 12, 2021
c586346
Bump up versions
tyranron Aug 12, 2021
d4d0d75
Enable `macros` feature by default
tyranron Aug 12, 2021
b817ddb
Some corrections
tyranron Aug 12, 2021
1d535be
Add EditorConfig rules for .feature files
tyranron Aug 12, 2021
055f82a
Replace #[given(step)], #[when(step)] and #[then(step)] with single #…
ilslv Aug 12, 2021
f53bd14
WIP
ilslv Aug 13, 2021
faf67df
Clarify some stuff in docs
ilslv Aug 13, 2021
9d26f5d
Resolve ScenarioType based on Feature and Rule additionally to Scenar…
ilslv Aug 13, 2021
edb178f
Add CHANGELOG entry
ilslv Aug 13, 2021
59ea8f1
Make Parse fallible
ilslv Aug 13, 2021
2e26b70
Make Parse fallible
ilslv Aug 13, 2021
47d255e
Corrections
ilslv Aug 13, 2021
af1d059
Corrections
tyranron Aug 17, 2021
4bc8d65
Refactor a bit
ilslv Aug 18, 2021
74e786e
Docs
ilslv Aug 18, 2021
67b3f65
Introduce OutputtedWriter to generalize over output (stdout, file, etc.)
ilslv Aug 18, 2021
c8457c9
Even more docs
ilslv Aug 18, 2021
a7c5041
Add README test
ilslv Aug 18, 2021
a434a75
Update book
ilslv Aug 19, 2021
0e8cc2e
Proper book testing and publishing on ci
ilslv Aug 19, 2021
5a3302a
.gitignore
ilslv Aug 19, 2021
eeeea66
.gitignore
ilslv Aug 19, 2021
0b5a308
Small README correction
ilslv Aug 19, 2021
68541b1
Add book to Makefile
ilslv Aug 19, 2021
a908ac2
Some corrections
ilslv Aug 19, 2021
e6ee550
CI corrections
ilslv Aug 19, 2021
48252a9
Refactor writer::Normalized
ilslv Aug 19, 2021
cfafa6f
Book corrections
ilslv Aug 19, 2021
c40ac7d
Remove book artifact from CI
ilslv Aug 19, 2021
d70fc29
Final CI touches
ilslv Aug 19, 2021
845100e
Expand Scenario Outline inside Rules too
ilslv Aug 19, 2021
bdebc39
Upload docs artifacts only on [upload docs]
ilslv Aug 19, 2021
dea5e01
Upload docs artifacts only on [upload docs]
ilslv Aug 19, 2021
d61f706
Add releasing to CI
ilslv Aug 20, 2021
ccee630
Add book link in README
ilslv Aug 20, 2021
766e872
Pretty-print with writer::Basic only if terminal was detected
ilslv Aug 20, 2021
df97432
Fix runner ignoring Rule background
ilslv Aug 20, 2021
27fb1bf
Add tests
ilslv Aug 20, 2021
fc8c6d3
Fix tests
ilslv Aug 20, 2021
67d4153
Fix writer::Basic
ilslv Aug 20, 2021
ddb9971
Fix tests on Windows
ilslv Aug 20, 2021
9d203a5
Fix tests on Windows
ilslv Aug 20, 2021
7533bb5
Add language support for parser::Basic
ilslv Aug 20, 2021
6f5b33f
Refactor Runner trait
tyranron Aug 23, 2021
0a2f867
Some corrections [skip ci]
tyranron Sep 6, 2021
5170124
Add @allow_skipped tag
ilslv Sep 7, 2021
b4d063c
Corrections
ilslv Sep 7, 2021
aaa642a
Change event::Cucumber::ParsingError to parser::Result<event::Cucumber>
ilslv Sep 7, 2021
85d9074
Use `# language: ` comment to get language
ilslv Sep 7, 2021
1556561
Fix regex for windows
ilslv Sep 7, 2021
a3ec36d
Fix regex for windows
ilslv Sep 7, 2021
8db0073
Fix regex for windows
ilslv Sep 7, 2021
4b2e107
Clarify ArbitraryWriter impl for writer::Summarized in docs
ilslv Sep 7, 2021
5070342
Corrections
ilslv Sep 8, 2021
c1a4e23
Fix dependencies
ilslv Sep 8, 2021
184a537
Corrections
tyranron Sep 15, 2021
b86cf10
Corrections
ilslv Sep 15, 2021
0622dce
Corrections
ilslv Sep 15, 2021
1de8483
Merge remote-tracking branch 'origin/initial-redesign' into initial-r…
ilslv Sep 15, 2021
dc0794d
Corrections
ilslv Sep 15, 2021
96e4de9
Corrections [skip ci]
tyranron Sep 15, 2021
a9416e4
Correct deps versions [skip ci]
tyranron Sep 15, 2021
b194f64
Add FailOnSkipped Writer and prettify Summarized output
ilslv Sep 16, 2021
032f68a
Re-record asciinema demonstrations
ilslv Sep 16, 2021
a0e32d5
Correct GIFs [skip ci]
tyranron Sep 17, 2021
d30170c
Corrections
tyranron Sep 17, 2021
a6ccc84
Remove get_language, as parser already handles it
ilslv Sep 20, 2021
17e8d16
Switch back to gherkin::Feature::parse_path()
ilslv Sep 20, 2021
7daae6f
Fix docs
ilslv Sep 20, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove MSRV test
ilslv committed Jul 23, 2021
commit 77239b2df0a6ad5b7947a4d1f236fdc16be8d8aa
30 changes: 0 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -77,33 +77,3 @@ jobs:
override: true

- run: make test crate=${{ matrix.crate }}

msrv:
name: MSRV
if: ${{ github.ref == 'refs/heads/master'
|| startsWith(github.ref, 'refs/tags/v')
|| !contains(github.event.head_commit.message, '[skip ci]') }}
strategy:
fail-fast: false
matrix:
msrv: ['1.53.0']
os:
- ubuntu
- macOS
- windows
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.msrv }}
override: true

- run: cargo +nightly update -Z minimal-versions

- run: make test