Giter Site home page Giter Site logo

uwrt_mars_rover_hw_bridge's People

Contributors

cindyli-13 avatar laineee avatar niiquaye avatar stanlist avatar wmmc88 avatar yehia-fahmy avatar younesr1 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

uwrt_mars_rover_hw_bridge's Issues

Add CI pipeline to hw bridge repo

We need some ci pipeline integrated into the hw bridge repo so that people can merge without an admin needing to force merge. Currently, both fw and sw repos are pinned to a certain commit on the bridge repo.

Extra care needs to be put into this pipeline. I think that whenever there's a pr to the bridge repo, there should be pipelines run to build it against master of sw and fw. This way, we guard against backwards compatibility breaking changes.

Sometimes, things need to break backwards compatibility, and for good reason. A github admin would be able to force merge, but I think that two things need to happen:

  • There should be a way of logging which commits break backwards compatiblity
  • On MRs with backward-compatibility breaking changes, we should have a way to run CI against a special commit of both SW and FW to prove that the fixes to the breaking changes are implemented and working. These should be commits that are in a PR stage and have passing pipelines in their respective repos.

The idea behind the second point, is that if we ever have a breaking change, we have synced prs to sw, fw, and bridge at the same time.

Refactor can generation scripts to avoid shell=True

ok i looked a little into it. I think its because of your shell config and cause @cindyli-13 wrote the generate_can script to use the shell=True option. just manually delete this diff for this file for now imo.

TBH, the script should be fixed not to use shell=True to fix this issue (also because shell=True should just almost always be avoided because of performance and potential security vulnerability reasons), but that sounds like it should probs be addressed seperately

Originally posted by @wmmc88 in #30 (comment)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.