Firebug/WeeklyUpdates/2012-03-06: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
(Created page with "Jan Odvarko, Christoph Dorn, Sebastian Zartner, Steven Roussey, Dave Camp == Firebug 1.10 == * 1.10.0a5 this week? * List of 1.10 [http://code.google.com/p/fbug/issues/list?ca...") |
Sebastianz (talk | contribs) m (Fixed link to Honza's Firebug github repo) |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
== SVN -> GIT Transition == | == SVN -> GIT Transition == | ||
* Test firebug repo: | * Test firebug repo: https://github.com/janodvarko/firebug-test5 | ||
** History kept | ** History kept | ||
** Linux endings used | ** Linux endings used | ||
Line 39: | Line 39: | ||
** (2) Perhaps too complex, but with hot-fix branch: http://nvie.com/posts/a-successful-git-branching-model/ | ** (2) Perhaps too complex, but with hot-fix branch: http://nvie.com/posts/a-successful-git-branching-model/ | ||
* Rules | |||
** Clean up feature branches | ** Clean up feature branches | ||
** Recreate release branches from tags | ** Recreate release branches from tags | ||
* Honza make a wiki page describing the flow | * Honza make a wiki page describing the flow | ||
== Testing == | == Testing == |
Latest revision as of 19:41, 6 March 2012
Jan Odvarko, Christoph Dorn, Sebastian Zartner, Steven Roussey, Dave Camp
Firebug 1.10
- 1.10.0a5 this week?
- List of 1.10 blockers
SVN -> GIT Transition
- Test firebug repo: https://github.com/janodvarko/firebug-test5
- History kept
- Linux endings used
- Additional 'extension' directory created
- Every Commit message contains a link to original SVN commit
- Test firebug-examples repo: https://github.com/janodvarko/extension-examples
- Wiki: http://getfirebug.com/wiki/index.php/Source
Settings
- Windows:
git config --global core.autocrlf true git config --global core.safecrlf false
- Linux:
git config --global core.autocrlf input git config --global core.safecrlf false
GIT Flow
- Basic GIT tutorial http://gitimmersion.com/
- Two git-flow processes
- (1) Simple, but no hot-fix branch: http://scottchacon.com/2011/08/31/github-flow.html
- (2) Perhaps too complex, but with hot-fix branch: http://nvie.com/posts/a-successful-git-branching-model/
- Rules
- Clean up feature branches
- Recreate release branches from tags
- Honza make a wiki page describing the flow
Testing
- Some tests failing.
- The test-bot needs from GIT: github.com/firebug/firebug/tests
Next Goals
- Better Parser API, Sebastian and Simon
- Firecookie, Honza (but what about Swarms?)
Swarms
- What about having a panel with extensions?
- How far is the Swarms idea to be finished?
- Sebastian: post a Swarm status.
Module Loader
- Christoph doing progress
- Modules join on the fly
- Support for packages
- Could enable independent package/module development in the future