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

Docker development environment #162

Closed
wants to merge 347 commits into from
Closed

Docker development environment #162

wants to merge 347 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    1a3ec49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a78d6 View commit details
    Browse the repository at this point in the history
  3. Import tunnel config

    pan-apple committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    fa17638 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b6fbec View commit details
    Browse the repository at this point in the history
  5. Merge pull request #27 from sagar-apple/lint

    Minor: Fix incorrect code format
    
    Merging based on 3 approvals, thank you!
    woody-apple authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    0b95284 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #25 from pan-apple/inet

    Fix Ubuntu build issue for inet folder
    
    Merging based on 3 approvals, thank you!
    woody-apple authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    d800354 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #26 from pan-apple/packet_buffer

    Import SystemPacketBuffer to CHIP project
    
    Merging based on 3 approvals, thank you!
    woody-apple authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    7dddb69 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #28 from pan-apple/tunnel_config

    Import tunnel config to CHIP
    
    Merging based on 3 approvals, thank you!
    woody-apple authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    49ab8a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b79cad View commit details
    Browse the repository at this point in the history
  10. Import ble code

    pan-apple committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    ac04cb3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e6b033 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1641f9b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8e2eaa9 View commit details
    Browse the repository at this point in the history
  14. Bring in WeaveTLV

    sagar-apple committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    904200e View commit details
    Browse the repository at this point in the history
  15. Rename from Weave to CHIP

    sagar-apple committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    acd25ff View commit details
    Browse the repository at this point in the history
  16. Add CHIP TLV to libcore

    sagar-apple committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    c203c09 View commit details
    Browse the repository at this point in the history
  17. Updates to compile BLE

    pan-apple committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    dfa3130 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #30 from sagar-apple/tlv

    Add TLV Parser
    
    Merging per 3 approvals. Thanks
    woody-apple authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    17eeab5 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #31 from pan-apple/ble

    Import BLE code to CHIP
    
    Merging per 3 approvals. Thanks
    woody-apple authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    10fcfcf View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Merge pull request #29 from pan-apple/inet

    Build TunEndPoint as part of inet
    
    Thanks, merging base on the approvals!
    woody-apple authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    da65a49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cd561c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32 from turon/pr/run_tests

    Allow 'make run_tests' from top-level
    woody-apple authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    0a84f0b View commit details
    Browse the repository at this point in the history
  4. Fix build warnings

    pan-apple committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    e909f70 View commit details
    Browse the repository at this point in the history
  5. Build for Ubuntu using docker container

    - `docker_build.sh` builds all
    - `docker_build.sh clean` build clean
    - `docker_build.sh run_tests` builds and runs tests
    pan-apple committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    4d9208c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fa24d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5852da5 View commit details
    Browse the repository at this point in the history
  8. Update style guide

    sagar-apple committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    5c5d69e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8669353 View commit details
    Browse the repository at this point in the history
  10. Undo whitespace deletion

    sagar-apple committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    b0c2c6f View commit details
    Browse the repository at this point in the history
  11. remove Language C from .clang_format

    Rob Walker committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    37d03bd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    67701de View commit details
    Browse the repository at this point in the history
  13. Merge pull request #42 from sagar-apple/remove_tabs

    Remove unnecessary tabs in Makefiles
    
    Merging based on 3 approvals, thanks!
    woody-apple authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    1ccd848 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Merge pull request #43 from rwalker-apple/remove-Language--C-from-.cl…

    …ang_format
    
    remove "Language: C" section from .clang-format, "C" isn't a supported LanguageKind, according to "Language" section here: https://clang.llvm.org/docs/ClangFormatStyleOptions.html
    
    Merging based on 3 approvals, thanks!
    woody-apple authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    6d172cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e66277 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7556b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d6d824 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    234601a View commit details
    Browse the repository at this point in the history
  6. Import platform manager

    pan-apple committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    dad6004 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9f74e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ce75f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd3bdb6 View commit details
    Browse the repository at this point in the history
  10. Import thread stack manager

    pan-apple committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    d492226 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5fb7434 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c328338 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    089504b View commit details
    Browse the repository at this point in the history
  14. Import time sync manager

    pan-apple committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    2f80e3a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4929698 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cef4909 View commit details
    Browse the repository at this point in the history
  17. fix camel casing

    pan-apple committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    6ddc969 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #40 from pan-apple/build_warnings

    Fix build warnings
    
    Thanks, based on 3 approvals, merging.
    woody-apple authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    4a40391 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a2091ca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2cd453e View commit details
    Browse the repository at this point in the history
  21. Merge pull request #41 from pan-apple/docker

    Build for Ubuntu using docker container
    
    Merging based on 4 approvals, thanks all!
    woody-apple authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    4f1a65c View commit details
    Browse the repository at this point in the history
  22. Update BUILDING.md

    Rob Walker committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    96f34f3 View commit details
    Browse the repository at this point in the history
  23. Remove cpptest rules

    Rob Walker committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    8e31eee View commit details
    Browse the repository at this point in the history
  24. Merge pull request #48 from rwalker-apple/Update-BUILDING.md

    Update BUILDING.md
    
    Fast merge! Thanks all.
    woody-apple authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    3cee627 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #49 from rwalker-apple/Remove-cpptest-rules

    Remove cppcheck rules
    
    3 approvals, merging
    woody-apple authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    923a95f View commit details
    Browse the repository at this point in the history
  26. shellcheck

    Rob Walker committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    1df80fa View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fb4aac5 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #45 from pan-apple/platform-connectivity

    Device layer generic code
    
    Thanks, merging based on 3 approvals.
    woody-apple authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    8bcc20b View commit details
    Browse the repository at this point in the history
  29. add shellcheck action for PRs

    Rob Walker committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    577252f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Merge pull request #51 from rwalker-apple/add-shellcheck-action

    Add shellcheck github action for PRs
    
    Merging based on 3 approvals, thanks!
    woody-apple authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    b8cdcb6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from rwalker-apple/shellcheck

    run shellcheck on run_clang.sh
    
    Merging based on 3 approvals, thanks all!
    woody-apple authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    be56656 View commit details
    Browse the repository at this point in the history
  3. update .clang-format, re-format src/. accordingly

    Rob Walker committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    66144dd View commit details
    Browse the repository at this point in the history
  4. tidy up clang_tidy

    Rob Walker committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    f719f89 View commit details
    Browse the repository at this point in the history
  5. separate out make system changes

    Rob Walker committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    284bb23 View commit details
    Browse the repository at this point in the history
  6. Replace 'run_tests' with more familiar 'check' as the make target for…

    … running unit and functional tests.
    Grant Erickson committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    734a1d4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #54 from rwalker-apple/tidy-up-clang_tidy

    tidy up clang_tidy
    
    Merging based on 3 approvals, thanks!
    woody-apple authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    f5b1f41 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #55 from gerickson/user/gerickson/run_tests-to-che…

    …ck-target
    
    Replace 'run_tests' with the More Familiar 'check' as the make Target
    
    Merging based on 3 approvals, thanks!
    woody-apple authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    2d28606 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #53 from rwalker-apple/update-.clang-format,-refor…

    …mat-src-accordingly
    
    update .clang-format, re-format src/. accordingly
    
    Merging based on 3 approvals, thanks!
    woody-apple authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    835566d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #47 from rwalker-apple/Add-tidy-and-format-to-make

    Add tidy and format to make rules
    
    Merging based on 3 approvals, thank you!
    woody-apple authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    b506af3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42970d6 View commit details
    Browse the repository at this point in the history
  12. Fix included header paths

    pan-apple committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    50ca2c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8f4511 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bd4d8a3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d9fe823 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    92061a0 View commit details
    Browse the repository at this point in the history
  17. Replace WoBle with CHIPoBle

    pan-apple committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    fb7dbd2 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #52 from pan-apple/platform-layer

    Import generic implementation of connection manager
    
    Thanks, merging based on 3 approvals.
    woody-apple authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    0f6f2c0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dccc2da View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Merge pull request #56 from pan-apple/platform-layer

    Change to multi level include directives for platform headers
    woody-apple authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    4770417 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    f6673ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46466dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a85407b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8e4369 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64522ca View commit details
    Browse the repository at this point in the history
  6. Fix shellcheck (should also resurrect Tidy)

     ### Problem
     GitHub workflow names need to have an initial capital letter, apparently,
     or need to differ from the list of jobs inside. Without the initial capital letter,
     the workflow is ignored or actions parsing halts, not sure which.
    
     ### Changes
     * capitalize shellcheck's "name:"
     * remove unnecessary repo token argument (copy pasta)
    Rob Walker committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    eb66943 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #59 from pan-apple/platform-layer

    Import software update manager generic code
    woody-apple authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    6d3440a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    442b09d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68c644f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d8dcb6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    29b8d82 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5393305 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c783ef1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2ace81a View commit details
    Browse the repository at this point in the history
  15. Fix Docker build

    sagar-apple committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    fff2320 View commit details
    Browse the repository at this point in the history
  16. Add missing source file

    sagar-apple committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    78028be View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Merge pull request #46 from sagar-apple/qrcode

    Implement a QRCode payload generator
    
    Merging based on 3 approvals from separate member companies.
    woody-apple authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    93fe84c View commit details
    Browse the repository at this point in the history
  2. [autotools] Initial cut.

    Adds enhanced autotools build system used by openthread and openweave projects:
    
    * Package management: 'make dist' and 'make distcheck'
    * Cross-platform handling: (Linux, Darwin, iOS, Android, embedded arm, etc.)
    * Multiple compiler support: clang, GCC
    * Integrates automated testing framework: 'make check'
    * Code style enforcement: 'make pretty' and 'make pretty-check' integration with clang-format
    turon committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    c2c8f5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    777fda9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5839fc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    482e578 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #61 from pan-apple/platform-layer

    Import generic platform layer code
    woody-apple authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    72b0f25 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #60 from rwalker-apple/Fix-shellcheck

    Fix shellcheck (should also resurrect Tidy)
    woody-apple authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    36eeab6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c42556d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #58 from turon/build/autotools

    [build] Addition of nlbuild-autotools based build system.
    woody-apple authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    45aee3d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f2cefa View commit details
    Browse the repository at this point in the history
  11. Add Base64 files

    sagar-apple committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    958f5e1 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #63 from sagar-apple/name_chip

    Fix missing refereneces to CHIP
    woody-apple authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    f5ae846 View commit details
    Browse the repository at this point in the history
  13. Rename and format Base64

    sagar-apple committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    7087875 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    511b294 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #62 from sagar-apple/generic_config_manager

    Add Configuration Manager Impl
    woody-apple authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e9cace6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    34eb867 View commit details
    Browse the repository at this point in the history
  17. Update subtree of 'https://github.com/nestlabs/nlbuild-autotools.git'…

    … branch 'master' at commit '1.6.17'.
    Grant Erickson committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ac2da77 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bf66ce9 View commit details
    Browse the repository at this point in the history
  19. Added additional content about maintaining the build system. Removed …

    …vestigal reference to the primordial project build system.
    Grant Erickson committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    5fd6e79 View commit details
    Browse the repository at this point in the history
  20. Update the top level manifest to enumerate several new files introduc…

    …ed by the autotools-based build system.
    Grant Erickson committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    b2a4072 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Merge pull request #64 from turon/build/support

    [build] Add missing support sources.
    woody-apple authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    fa70791 View commit details
    Browse the repository at this point in the history
  2. Update subtree of 'https://github.com/nestlabs/nlbuild-autotools.git'…

    … branch 'master' at commit '1.6.18'.
    Grant Erickson committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    3c0522c View commit details
    Browse the repository at this point in the history
  3. Updated from 'third_party/nlbuild-autotools/repo/examples/bootstrap',…

    … version 1.6.18.
    Grant Erickson committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9864d22 View commit details
    Browse the repository at this point in the history
  4. Search and replace 'Weave' with 'CHIP'.

    Grant Erickson committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    f3eb934 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #66 from gerickson/user/gerickson/update-manifest-…

    …table-in-readme
    
    Update Top-level Manifest in README
    woody-apple authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    50d41d5 View commit details
    Browse the repository at this point in the history
  6. Import nlfaultinjection as a third-party package and enable functiona…

    …lity that depends on it.
    Grant Erickson committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    4af6176 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #68 from gerickson/user/gerickson/scrub-weave

    Search and Replace 'Weave' with 'CHIP'
    woody-apple authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    234cb7a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #69 from gerickson/user/gerickson/import-nlfaultin…

    …jection
    
    Import nlfaultinjection as a Third-party Package and Enable Dependent Functionality
    woody-apple authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    cc4ddba View commit details
    Browse the repository at this point in the history
  9. Merge pull request #65 from gerickson/user/gerickson/update-nlbuild-a…

    …utotools-1.6.17
    
    Update nlbuild-autotools to 1.6.18, Addressing Shellcheck Issues
    woody-apple authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    820d70e View commit details
    Browse the repository at this point in the history
  10. Ignore build-system-generated files created by 'bootstrap'.

    Grant Erickson committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    e2abbc4 View commit details
    Browse the repository at this point in the history
  11. Supplant explicit use of git submodules with repos.conf.

    The build system uses 'repos.conf' to drive git submodules implicitly in the background, allowing the package to use submodules
    transparently, whether the package is built from a git-controlled source repository or from a distribution archive outside of
    git control.
    Grant Erickson committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9300682 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e6006a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    92a3d13 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c557ba4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b0186a9 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #67 from gerickson/user/gerickson/update-building

    Update BUILDING.md to Include Content about Maintaining the Build System
    woody-apple authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    82edca2 View commit details
    Browse the repository at this point in the history
  17. fix paths in overview file

    pan-apple committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    05eb5ce View commit details
    Browse the repository at this point in the history
  18. Merge pull request #73 from pan-apple/platform-layer

    Import nRF5 code to CHIP source tree
    woody-apple authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    0301781 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #70 from gerickson/user/gerickson/ignore-build-sys…

    …tem-generated-files
    
    Ignore Build-system-generated Files Created by 'bootstrap'.
    woody-apple authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9ed01b7 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #71 from gerickson/user/gerickson/supplant-submodu…

    …les-with-repos_conf
    
    Supplant Explicit Use of git submodules with repos.conf
    woody-apple authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    ce2f270 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    77b65b2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5e9d641 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #75 from sagar-apple/efr32

    Import EFR32
    woody-apple authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    5b4090b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. [config] Isolate config includes to top of file.

    Remove autogenerated file: src/include/BuildConfig.h
    turon committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    3b61ba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd647d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b57d9f7 View commit details
    Browse the repository at this point in the history
  4. [CI] Auto-run pretty check.

    turon committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    9c95878 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d9ebd0 View commit details
    Browse the repository at this point in the history
  6. [PR review] #74 comment resolution

    turon committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    548538b View commit details
    Browse the repository at this point in the history
  7. Sort lines

    sagar-apple committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    c8cf34d View commit details
    Browse the repository at this point in the history
  8. Add a new line

    sagar-apple committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    36c3d35 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #76 from sagar-apple/update_ignore

    Update gitignore and remove auto-generated header
    woody-apple authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    5a5732c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #74 from turon/pr/clang-format

    [style] Enforce clang-format style.
    woody-apple authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    e311817 View commit details
    Browse the repository at this point in the history
  11. Add issue and PR templates

    Rob Walker committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    bc5defe View commit details
    Browse the repository at this point in the history
  12. Merge pull request #78 from rwalker-apple/Add-issue-and-PR-templates

    Add issue and PR templates
    woody-apple authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    2f5c59d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    3e6d756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    435821b View commit details
    Browse the repository at this point in the history
  3. Import DeviceLayer makefile

    pan-apple committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    8b098e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    625846d View commit details
    Browse the repository at this point in the history
  5. Add PROJECT_FLOW.md

    Rob Walker authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    c4228b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #81 from pan-apple/nrf5-platform

    Makefiles for nRF5 platform
    woody-apple authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    b9b96cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b007892 View commit details
    Browse the repository at this point in the history
  8. Rename to CHIP

    sagar-apple committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    9d31332 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f78323 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58051f9 View commit details
    Browse the repository at this point in the history
  11. Update subtree of 'https://github.com/nestlabs/nlbuild-autotools.git'…

    … branch 'master' at commit '1.6.19'.
    Grant Erickson committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    2a473ec View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Remove set x

    Rob Walker committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    68ed0a1 View commit details
    Browse the repository at this point in the history
  2. Groom SetupPayload and add base45decode

    Rob Walker committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    ad796d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #89 from rwalker-apple/Remove-set--x

    Remove set -x
    woody-apple authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    147832f View commit details
    Browse the repository at this point in the history
  4. Update PROJECT_FLOW.md

    Rob Walker authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    0816ec0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #82 from rwalker-apple/Add-project-flow

    Add PROJECT_FLOW.md
    woody-apple authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    d57fa0e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #85 from pan-apple/nrf5-platform

    Fix casing for "chip" in comments
    woody-apple authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    a694c7c View commit details
    Browse the repository at this point in the history
  7. review updates

    Rob Walker committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    96da6fd View commit details
    Browse the repository at this point in the history
  8. review updates

    Rob Walker committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    c499121 View commit details
    Browse the repository at this point in the history
  9. Update BUILDING.md

    bhaskar-apple authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    8ae3f65 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #90 from bhaskar-apple/patch-1

    Update BUILDING.md
    woody-apple authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    6e77076 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a016ef View commit details
    Browse the repository at this point in the history
  12. review feedback

    Rob Walker committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    fbfcaa1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    072fe6a View commit details
    Browse the repository at this point in the history
  14. Update .gitignore for new make system

    Rob Walker committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    81b21df View commit details
    Browse the repository at this point in the history
  15. update README, too

    Rob Walker committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    02f4d64 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #84 from sagar-apple/pull_mkfiles

    Add Makefiles for EFR32 platform layer
    woody-apple authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    b888154 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3f68b2d View commit details
    Browse the repository at this point in the history
  18. Merge pull request #93 from rwalker-apple/Update-.gitignore-for-new-m…

    …ake-system
    
    Update .gitignore for new make system
    Rob Walker authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    4297b3a View commit details
    Browse the repository at this point in the history
  19. Merge pull request #91 from sagar-apple/hotfix

    Fix incorrect platform includes
    Rob Walker authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    9805094 View commit details
    Browse the repository at this point in the history
  20. review fixes

    Rob Walker committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    62aff35 View commit details
    Browse the repository at this point in the history
  21. use size in bytes, in case bits isn't a multiple of 8

    Rob Walker committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    7c28ebd View commit details
    Browse the repository at this point in the history
  22. Merge pull request #92 from sagar-apple/add_platform_make

    Add support for platform layer to build
    woody-apple authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    1d136ec View commit details
    Browse the repository at this point in the history
  23. Merge pull request #94 from pan-apple/nrf5-platform

    Fix inet build for lwip support
    woody-apple authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    862e5b6 View commit details
    Browse the repository at this point in the history
  24. remove yams remnants

    Rob Walker committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    44e612d View commit details
    Browse the repository at this point in the history
  25. fork shellcheck

    Rob Walker committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    e98a022 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9d4783f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8d56e30 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #97 from pan-apple/nrf5-platform

    Running make does not build platform
    woody-apple authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    bb682ce View commit details
    Browse the repository at this point in the history
  29. Merge pull request #96 from rwalker-apple/remove-yams-remnants

    remove yams remnants
    woody-apple authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    1994654 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #86 from gerickson/user/gerickson/update-nlbuild-a…

    …utotools-1.6.19
    
    Update nlbuild-autotools Subtree to 1.6.19
    woody-apple authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    1e4132f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Qualify headers to ensure that they can be found during 'make dist' a…

    …nd 'make install'.
    Grant Erickson committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    9005dad View commit details
    Browse the repository at this point in the history
  2. Include PLATFORM_SUBDIRS rather than MAYBE_PLATFORM_SUBDIRS in DIST_S…

    …UBDIRS to ensure 'platform' is picked up on 'make dist'.
    Grant Erickson committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    ad8cc15 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #99 from gerickson/user/gerickson/github-issue-98

    Address GitHub Issue 98: 'make distcheck' Failure
    
    Going to force this in so we can build
    woody-apple authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    ca20ec6 View commit details
    Browse the repository at this point in the history
  4. use master

    Rob Walker committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    a5a42ea View commit details
    Browse the repository at this point in the history
  5. Shellcheck-proof clang-format scripts

    Rob Walker committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    dd1af7c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #100 from rwalker-apple/fork-shellcheck

    Use the project-chip fork of shellcheck
    woody-apple authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    d1b09a7 View commit details
    Browse the repository at this point in the history
  7. Initial revision.

    Grant Erickson committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    dc9a99b View commit details
    Browse the repository at this point in the history
  8. Fixes to platform build

    pan-apple committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    e125f0a View commit details
    Browse the repository at this point in the history
  9. Import PersistedStorage

    pan-apple committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    e74fcc0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    988f8f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe36d0a View commit details
    Browse the repository at this point in the history
  12. hat->that

    Rob Walker committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    45df48b View commit details
    Browse the repository at this point in the history
  13. Merge pull request #95 from rwalker-apple/Groom-SetupPayload-and-add-…

    …base45decode
    
    Groom SetupPayload
    Rob Walker authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    b9962d6 View commit details
    Browse the repository at this point in the history
  14. clang format nits

    Rob Walker committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    52de3a0 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #103 from rwalker-apple/clang-format-nits

    clang-format integration nits
    woody-apple authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    0af068a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    438a71c View commit details
    Browse the repository at this point in the history
  17. Merge pull request #102 from pan-apple/nrf5-platform

    Import PersistedStorage
    woody-apple authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    b6bd53e View commit details
    Browse the repository at this point in the history
  18. Import VendorIdentifiers

    pan-apple committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    189bf38 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    46ce4ad View commit details
    Browse the repository at this point in the history
  20. Import Key IDs

    pan-apple committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    f00684a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3b6cb7d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d7b43e8 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #101 from gerickson/user/gerickson/add-nlbuild-aut…

    …otools-readme
    
    Add a Project-local README.md for Updating nlbuild-autotools
    woody-apple authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    e8f38cb View commit details
    Browse the repository at this point in the history
  24. Remove commented out code

    pan-apple committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    7609516 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Merge pull request #104 from pan-apple/nrf5-platform

    Fixes for building nRF5 platform
    woody-apple authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    95325c2 View commit details
    Browse the repository at this point in the history
  2. fix warnings

    Rob Walker committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    d73b1e1 View commit details
    Browse the repository at this point in the history
  3. Create README.md

    Rob Walker authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    6995176 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. review input

    Rob Walker committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    e564089 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #116 from rwalker-apple/Add-build-README

    Create README.md
    woody-apple authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    acc4f93 View commit details
    Browse the repository at this point in the history
  3. Fix failing pretty check

    sagar-apple committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    606558f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #118 from sagar-apple/fix_pretty

    Fix failing pretty check
    woody-apple authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    e543623 View commit details
    Browse the repository at this point in the history
  5. Fix distcheck

    sagar-apple committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    eac0fc5 View commit details
    Browse the repository at this point in the history
  6. Update PROJECT_FLOW.md

    Rob Walker authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    bdc51cd View commit details
    Browse the repository at this point in the history
  7. Update PROJECT_FLOW.md

    Rob Walker authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    0984797 View commit details
    Browse the repository at this point in the history
  8. Omit Whitespace changes

    sagar-apple committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    7df93a5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #121 from rwalker-apple/Add-category-project-doc

    Add category project doc
    woody-apple authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    7fd36bb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #120 from sagar-apple/fix_pretty

    Fix distcheck
    woody-apple authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    dc4f968 View commit details
    Browse the repository at this point in the history
  11. Add chip_build docker image

    Rob Walker committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    bc4d47c View commit details
    Browse the repository at this point in the history
  12. fixups

    Rob Walker committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b22f2fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5565e37 View commit details
    Browse the repository at this point in the history
  14. Fix nRF5 builds as well

    sagar-apple committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    5872b98 View commit details
    Browse the repository at this point in the history
  15. ..

    Rob Walker committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    94d9ef7 View commit details
    Browse the repository at this point in the history
  16. Update subtree of 'https://github.com/nestlabs/nlbuild-autotools.git'…

    … branch 'master' at commit '1.6.20'.
    Grant Erickson committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    9fbb15d View commit details
    Browse the repository at this point in the history
  17. Updated from 'third_party/nlbuild-autotools/repo/examples/bootstrap',…

    … version 1.6.20.
    Grant Erickson committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    d9ff5cb View commit details
    Browse the repository at this point in the history
  18. Remove accidental change

    sagar-apple committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    7716ffe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a4aa552 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #125 from sagar-apple/make_build_efr32

    Support building DeviceLayer library for EFR32
    woody-apple authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    781c44e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4620c5f View commit details
    Browse the repository at this point in the history
  22. Update PROJECT_FLOW.md

    Rob Walker authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    0fa66b6 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #129 from pan-apple/CHIPoBLE

    Rename WoBLE to CHIPoBLE in nRF5 platform code
    woody-apple authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    0d57e26 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #123 from rwalker-apple/Add-chip_build-docker-image

    Add chip-build docker image (Part 1)
    woody-apple authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b5c6dae View commit details
    Browse the repository at this point in the history
  25. Merge pull request #126 from gerickson/user/gerickson/update-nlbuild-…

    …autotools-1.6.20
    
    Update nlbuild-autotools to 1.6.20
    woody-apple authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    d2df771 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #135 from project-chip/document-Morrow

    Update PROJECT_FLOW.md
    woody-apple authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b96d9b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Create Dockerfile

    woody-apple authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0d649e6 View commit details
    Browse the repository at this point in the history
  2. Create README.md

    woody-apple authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    e769716 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    woody-apple authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    1c7164a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b7a8fa View commit details
    Browse the repository at this point in the history