This commit fixes handling of branches when using both V3 and V2. The
changes include:
* proper definition of relationships that reflect V3 structure, so for
example build belongs to a branch
* setting up inverse records for some of the relationships. without
doing that Ember Data can handle relationships in a surprising way,
for example if the same record is referenced in 2 places in a
belongsTo relationship, Ember Data will remove one of the references
without proper inverse definitions
* we need to add id when extracting branch as a relationship. Ember
Data expects all of the relationships to have an id
* lastly, we need to mimic the structure of the V3 API in V2 payloads,
so for a build payload I'm now creating a branch record
align animating icons
bring back color in sidebar tiles
change settings hover color
new help icon for allowed failures and settings help
fix svgs for firefox
also for remove log
also for help icon
fix coloring issues, use flexbox footer
build header styles 2nd iteration
make job header use component too
cleanup templates and markup for repo page
styles for the repo header
rewrite styles for repo header, cleanup tabs