The Monorepo - Storing your source code has never been so much fun
Talk from Velocity about using a monorepo to store source code. Focus on usage in smaller organisations and whether monorepos scale down as well as up. Useful list of tools which help support storing all of your code in one place.
changes - Single place to report issues - Easier to setup dev environment - Integration tests https://github.com/babel/babel/blob/master/doc/design/monorepo.md
line is a file pattern followed by one or more owners. # These owners will be the default owners for everything in the repo. * @garethr # Order is important. The last matching pattern has the most precedence. # So if a pull request only touches javascript files, only these owners # will be requested to review. *.js @octocat @github/js # You can also use email addresses if you prefer. docs/* [email protected]
language: go install: cd consumer script: - make dependencies test - jdk: oraclejdk8 language: clojure services: docker install: cd reporter script: - make ensure-table test - python: 3.6 language: python install: cd data script: - make test - services: docker