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

Get features from all targets #2570

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    2113d29 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    2ddc2b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Update tests

    cptartur committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9c70b19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b201d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9ddf28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08a5935 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    f62fd3d View commit details
    Browse the repository at this point in the history
  2. Extend tests

    cptartur committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    06c5ee6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fix test

    cptartur committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a7af046 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Inline build_target_path

    cptartur committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    bb7ad81 View commit details
    Browse the repository at this point in the history
  2. Remove TODO

    cptartur committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cb8fd4d View commit details
    Browse the repository at this point in the history
  3. Remove duplicated validation

    cptartur committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1af16b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5652e24 View commit details
    Browse the repository at this point in the history
  5. Add doc comment

    cptartur committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    bc8049d View commit details
    Browse the repository at this point in the history
  6. Update comment

    cptartur committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c28c543 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b54c0a View commit details
    Browse the repository at this point in the history
  8. Remove unwrap

    cptartur committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1da9367 View commit details
    Browse the repository at this point in the history
  9. Remove metadata.json

    cptartur committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    14d302c View commit details
    Browse the repository at this point in the history
  10. Restructure code

    cptartur committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    88a1645 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2479091 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d1b195 View commit details
    Browse the repository at this point in the history
  13. Update crates/scarb-api/src/lib.rs

    Co-authored-by: Piotr Magiera <[email protected]>
    cptartur and piotmag769 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3a9bf30 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    52765b9 View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'origin/2568-get-features-from-all-targe…

    …ts' into 2568-get-features-from-all-targets
    cptartur committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    308507b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e69d664 View commit details
    Browse the repository at this point in the history
  17. scarb fmt

    cptartur committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4582720 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Remove inline struct

    cptartur committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a6c4f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    816154d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    d6b8105 View commit details
    Browse the repository at this point in the history
  2. Fix error message

    cptartur committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9ecf661 View commit details
    Browse the repository at this point in the history
  3. Fix usage in cast

    cptartur committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6e3094d View commit details
    Browse the repository at this point in the history
  4. Get features from all targets - refactor (#2600)

    <!-- Reference any GitHub issues resolved by this PR -->
    
    Closes #
    
    ## Introduced changes
    
    <!-- A brief description of the changes -->
    
    Part of stack
    
    Base: #2570
    
    ## Checklist
    
    <!-- Make sure all of these are complete -->
    
    - [x] Linked relevant issue
    - [x] Updated relevant documentation
    - [x] Added relevant tests
    - [x] Performed self-review of the code
    - [x] Added changes to `CHANGELOG.md`
    cptartur authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    426d245 View commit details
    Browse the repository at this point in the history