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

chore!: checks tool #1385

Closed
wants to merge 77 commits into from
Closed

chore!: checks tool #1385

wants to merge 77 commits into from

Commits on May 11, 2024

  1. move e2e tests into separate crate

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4edfedf View commit details
    Browse the repository at this point in the history
  2. update ci

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    0024c6f View commit details
    Browse the repository at this point in the history
  3. fix doc links

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    ab94801 View commit details
    Browse the repository at this point in the history
  4. clippy fix

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    c0526e2 View commit details
    Browse the repository at this point in the history
  5. move test-type-paths to e2e

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    07c0355 View commit details
    Browse the repository at this point in the history
  6. cargo hack passing, std needs sorting out

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    221ed86 View commit details
    Browse the repository at this point in the history
  7. use crate level std feature

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    da324d1 View commit details
    Browse the repository at this point in the history
  8. lessen features

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    dc2262f View commit details
    Browse the repository at this point in the history
  9. fuels accounts unused crate deps

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d2225d2 View commit details
    Browse the repository at this point in the history
  10. fuels core deps

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    9eab659 View commit details
    Browse the repository at this point in the history
  11. fuels programs unused deps

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    55ee802 View commit details
    Browse the repository at this point in the history
  12. cleanup std flags

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4b3b421 View commit details
    Browse the repository at this point in the history
  13. move back fuel-tx

    Ahmed Sagdati committed May 11, 2024
    Configuration menu
    Copy the full SHA
    81e99d5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. checks tool wip

    Ahmed Sagdati committed May 12, 2024
    Configuration menu
    Copy the full SHA
    88bbec3 View commit details
    Browse the repository at this point in the history
  2. prepare for doc check integration

    Ahmed Sagdati committed May 12, 2024
    Configuration menu
    Copy the full SHA
    85a1623 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. wip

    Ahmed Sagdati committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bd870b5 View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    Ahmed Sagdati committed May 13, 2024
    Configuration menu
    Copy the full SHA
    942e1c8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. wip

    Ahmed Sagdati committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3cb0237 View commit details
    Browse the repository at this point in the history
  2. remove target

    Ahmed Sagdati committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d4e882e View commit details
    Browse the repository at this point in the history
  3. move forc

    Ahmed Sagdati committed May 14, 2024
    Configuration menu
    Copy the full SHA
    792dd18 View commit details
    Browse the repository at this point in the history
  4. Update packages/fuels-code-gen/src/program_bindings/abigen/bindings/s…

    …cript.rs
    
    Co-authored-by: hal3e <git@hal3e.io>
    segfault-magnet and hal3e committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c678645 View commit details
    Browse the repository at this point in the history
  5. propagate feature flags

    Ahmed Sagdati committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d3fbb43 View commit details
    Browse the repository at this point in the history
  6. fix coin cache usage of fuel core types

    Ahmed Sagdati committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d9511d0 View commit details
    Browse the repository at this point in the history
  7. fix forc path

    Ahmed Sagdati committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1b04bfb View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/refactor/move_e2e_tests' into bu…

    …g/fix_deps
    Ahmed Sagdati committed May 14, 2024
    Configuration menu
    Copy the full SHA
    39718c1 View commit details
    Browse the repository at this point in the history
  9. wip again

    Ahmed Sagdati committed May 14, 2024
    Configuration menu
    Copy the full SHA
    64b02d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    142f9e5 View commit details
    Browse the repository at this point in the history
  11. add typos

    Ahmed Sagdati committed May 14, 2024
    Configuration menu
    Copy the full SHA
    76656ba View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. move config to rust based

    Ahmed Sagdati committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ca8c7e9 View commit details
    Browse the repository at this point in the history
  2. graceful shutdown

    Ahmed Sagdati committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6bd0805 View commit details
    Browse the repository at this point in the history
  3. normal checks passing

    Ahmed Sagdati committed May 16, 2024
    Configuration menu
    Copy the full SHA
    1277993 View commit details
    Browse the repository at this point in the history
  4. move parsing of cargo to a build script

    Ahmed Sagdati committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bd30cf9 View commit details
    Browse the repository at this point in the history
  5. wip

    Ahmed Sagdati committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7d01bbb View commit details
    Browse the repository at this point in the history
  6. fix cargodoc flag

    Ahmed Sagdati committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e19a773 View commit details
    Browse the repository at this point in the history
  7. cargo hack passed

    Ahmed Sagdati committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5ec656b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eaf766c View commit details
    Browse the repository at this point in the history
  9. deny unused crate deps

    Ahmed Sagdati committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2a44943 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. split off udeps check

    Ahmed Sagdati committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2b00675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c43184 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. simplify

    Ahmed Sagdati committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e6d060f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. fix ci jobs gen

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    615dd5b View commit details
    Browse the repository at this point in the history
  2. fix type paths flag

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    463f0b5 View commit details
    Browse the repository at this point in the history
  3. fix ci

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e7cfeb5 View commit details
    Browse the repository at this point in the history
  4. fix checks generation stage

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    8cd77ea View commit details
    Browse the repository at this point in the history
  5. use debug checks

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9eedae9 View commit details
    Browse the repository at this point in the history
  6. change how output is generated

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    63f81f1 View commit details
    Browse the repository at this point in the history
  7. fix output gen again

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    01f4904 View commit details
    Browse the repository at this point in the history
  8. fix path

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    8b440e8 View commit details
    Browse the repository at this point in the history
  9. wrong path

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    8b79b0c View commit details
    Browse the repository at this point in the history
  10. make checks executable

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5a1cccf View commit details
    Browse the repository at this point in the history
  11. add mandatory root parameter

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f11e7c1 View commit details
    Browse the repository at this point in the history
  12. typos download

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    918c892 View commit details
    Browse the repository at this point in the history
  13. fix typos extracting

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7c19d44 View commit details
    Browse the repository at this point in the history
  14. add name to matrix tasks

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f15bc42 View commit details
    Browse the repository at this point in the history
  15. fix names

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    05cf1b3 View commit details
    Browse the repository at this point in the history
  16. add examples dep

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ad82288 View commit details
    Browse the repository at this point in the history
  17. debug

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    54ebde3 View commit details
    Browse the repository at this point in the history
  18. fix cache

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    8d34270 View commit details
    Browse the repository at this point in the history
  19. fix type paths dep

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7c5f030 View commit details
    Browse the repository at this point in the history
  20. missing tests

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ded67cb View commit details
    Browse the repository at this point in the history
  21. fix type paths

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    17a1059 View commit details
    Browse the repository at this point in the history
  22. fix task ids

    Ahmed Sagdati committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7dfbae4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. reorg

    Ahmed Sagdati committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a050f63 View commit details
    Browse the repository at this point in the history
  2. reorg

    Ahmed Sagdati committed May 20, 2024
    Configuration menu
    Copy the full SHA
    156286f View commit details
    Browse the repository at this point in the history
  3. clippy

    Ahmed Sagdati committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e77e15f View commit details
    Browse the repository at this point in the history
  4. fix unification

    Ahmed Sagdati committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f783d88 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. self review

    Ahmed Sagdati committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b2087d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56dd3f0 View commit details
    Browse the repository at this point in the history
  3. nits

    Ahmed Sagdati committed May 21, 2024
    Configuration menu
    Copy the full SHA
    30a0439 View commit details
    Browse the repository at this point in the history
  4. nits

    Ahmed Sagdati committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3e3ca45 View commit details
    Browse the repository at this point in the history
  5. fix ci

    Ahmed Sagdati committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c2d25c5 View commit details
    Browse the repository at this point in the history
  6. remove debug

    Ahmed Sagdati committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0dcc6a2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    56ea526 View commit details
    Browse the repository at this point in the history
  2. use workspace package spec

    Ahmed Sagdati committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9cba587 View commit details
    Browse the repository at this point in the history
  3. sort cargo

    Ahmed Sagdati committed May 22, 2024
    Configuration menu
    Copy the full SHA
    860f228 View commit details
    Browse the repository at this point in the history
  4. integrate fuel core version check

    Ahmed Sagdati committed May 22, 2024
    Configuration menu
    Copy the full SHA
    acee784 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f814602 View commit details
    Browse the repository at this point in the history