Skip to content

Instantly share code, notes, and snippets.

@simonbrandhof
Created May 19, 2011 13:54
Show Gist options
  • Select an option

  • Save simonbrandhof/980800 to your computer and use it in GitHub Desktop.

Select an option

Save simonbrandhof/980800 to your computer and use it in GitHub Desktop.
Simon-Brandhofs-iMac:sonar simonbrandhof$ git status
# On branch master
# Your branch is behind 'origin/master' by 16 commits, and can be fast-forwarded.
#
nothing to commit (working directory clean)
Simon-Brandhofs-iMac:sonar simonbrandhof$ git lg
* 6642d7a - (HEAD, master) Upgrade to version 2.9-SNAPSHOT (6 days ago) <simonbrandhof>
* d7fad9e - Fix security issue in /reviews/show URL (7 days ago) <simonbrandhof>
* 4449f9b - Fix error log in webapp (7 days ago) <simonbrandhof>
* f2a0e5c - Fix display of source code in review detail (7 days ago) <simonbrandhof>
* 701dff7 - Add comment in conf/sonar.properties for Oracle installation (7 days ago) <simonbrandhof>
* dbbc132 - Fix NPE: register ReviewUnmarshaller (8 days ago) <Evgeny Mandrikov>
* 5c2ba8d - Add Javadocs for CoreMetrics (8 days ago) <Evgeny Mandrikov>
* a44fa2a - Temporarily downgrade version to 2.8-SNAPSHOT (9 days ago) <simonbrandhof>
* 8911980 - Fix CommandExecutorTest.java test on Windows (9 days ago) <simonbrandhof>
* e6d6dcc - Upgrade Javadoc maven plugin (9 days ago) <simonbrandhof>
* a9cf3b2 - Improve versions of samples (9 days ago) <simonbrandhof>
* ab5551a - Upgrade version to 2.9-SNAPSHOT (10 days ago) <simonbrandhof>
* 92a1f54 - (2.8-RC2) Release 2.8-RC2 (10 days ago) <simonbrandhof>
* fc635a3 - Fix compatibility with Oracle (10 days ago) <simonbrandhof>
* 4a2ccbc - Try to fix CommandExecutorTest on Windows (10 days ago) <simonbrandhof>
* e624173 - Fix IE7 bug (10 days ago) <simonbrandhof>
* becf970 - Do not display violations viewer on modules/directories if there are no violations (13 days ago) <simonbrandhof>
* cbea221 - SONAR-1973 Fix bug on submit button (13 days ago) <Fabrice Bellingard>
* a66c02e - Improve the test CommandExecutorTest#shouldStopWithTimeout for slow boxes (13 days ago) <simonbrandhof>
* fc6c503 - Remove the script deploy-docs.sh (13 days ago) <simonbrandhof>
* c115ec7 - Fix dev profile (13 days ago) <simonbrandhof>
* f2f539e - Fix cobertura plugin to remove warning about lineId (2 weeks ago) <Evgeny Mandrikov>
* daafbf9 - Replace -Ddev by -Pdev to increase build duration (2 weeks ago) <simonbrandhof>
* 804816f - SONAR-2298 Fix bug, when root project not a first one in Maven reactor (2 weeks ago) <Evgeny Mandrikov>
* be8c67c - Fix 2 issues on drilldown pages (2 weeks ago) <simonbrandhof>
* 10802cc - SONAR-2319 Add some HTML ids for integration tests (2 weeks ago) <simonbrandhof>
* b335d77 - SONAR-2344 Remove the warning 'experimental service' (2 weeks ago) <simonbrandhof>
* 8ee5ce3 - Improve the web services 'violations' and 'reviews' (2 weeks ago) <simonbrandhof>
* 1f63c2d - Exclude samples from analysis (2 weeks ago) <simonbrandhof>
* 38b3cc5 - Rename the class MarkdownEngine to Markdown (2 weeks ago) <simonbrandhof>
* c72a3de - Merge remote branch 'upstream/master' (2 weeks ago) <Fabrice Bellingard>
|\
| * bcc4451 - Reduce technical debt (2 weeks ago) <simonbrandhof>
| * ae508ce - Delete unused GWT classes (2 weeks ago) <simonbrandhof>
* | 1f6a695 - SONAR-2381 Fix error in Review WS client (2 weeks ago) <Fabrice Bellingard>
|/
* 22e2601 - Remove some dead code (2 weeks ago) <simonbrandhof>
* eee7fbd - SONAR-2357 Add samples to build + improve samples for rules (2 weeks ago) <simonbrandhof>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment