Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3765 backslash character '\' is duplicated on H2 | David Gageot | 2012-10-06 | 1 | -0/+14 |
| | |||||
* | SONAR-3675 Remove the "events" route | Fabrice Bellingard | 2012-10-01 | 1 | -3/+0 |
| | |||||
* | SONAR-3542 revert the activerecord property "pool" | Simon Brandhof | 2012-09-11 | 1 | -0/+1 |
| | |||||
* | SONAR-3542 remove the JDBC parameters that are not supposed to be used by ↵ | Simon Brandhof | 2012-09-10 | 1 | -3/+0 |
| | | | | ActiveRecord | ||||
* | SONAR-3542 refactoring to remove custom activerecord adapters | Simon Brandhof | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | SONAR-3542 force activerecord to use the connection pool on oracle | simonbrandhof | 2012-09-09 | 2 | -2/+8 |
| | | | | | | | # remove oracle_enhanced adapter. # fix some date/time issues with activerecord-jdbc-adapter # fix db migrations that forget to set name of indexes # add enforcer to not forget to set index name in the method add_index() | ||||
* | Upgrade JRuby on Rails stack | Simon Brandhof | 2012-09-06 | 2 | -4/+9 |
| | | | | | | * SONAR-3780 drop support of servlet 2.4 servers * SONAR-3435 upgrade jruby from 1.6.1 to 1.6.7.2 * SONAR-3737 upgrade rails from 2.3.5 to 2.3.14 | ||||
* | How to enable dev mode on RoR apps | Simon Brandhof | 2012-08-17 | 1 | -0/+5 |
| | |||||
* | Improve logging for DEV mode (based on modifications for SONAR-3590) | Fabrice Bellingard | 2012-07-16 | 1 | -1/+4 |
| | |||||
* | SONAR-3579 New way to fix conflict with local ruby installations | Simon Brandhof | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | SONAR-3579 Conflict with Ruby local installation | Simon Brandhof | 2012-07-12 | 1 | -0/+4 |
| | |||||
* | Forgot these files during H2 migration | David Gageot | 2012-07-04 | 1 | -2/+2 |
| | |||||
* | FIX remove redirection from home to dashboard | David Gageot | 2012-05-11 | 1 | -2/+2 |
| | |||||
* | Remove unused action_mailer from sources | Simon Brandhof | 2012-05-11 | 2 | -7/+1 |
| | |||||
* | SONAR-3460 and SONAR-3464 Migration for filters and global dashboards | David Gageot | 2012-05-11 | 1 | -5/+5 |
| | |||||
* | Replace urls starting with /session by /sessions | Simon Brandhof | 2012-05-09 | 1 | -1/+0 |
| | |||||
* | Revert "SONAR-1927 Filters should be in the Administration Section" because ↵ | David Gageot | 2012-05-08 | 1 | -2/+2 |
| | | | | | | | | it breaks IT tests. This should be implemented only after the filter migration is done This reverts commit 6235e6d68c1583e16229b38f7c789b57181721a9. | ||||
* | SONAR-1927 Filters should be in the Administration Section | David Gageot | 2012-05-07 | 1 | -2/+2 |
| | |||||
* | SONAR-3224 API: support Ruby on Rails applications | Simon Brandhof | 2012-03-22 | 1 | -3/+24 |
| | |||||
* | SONAR-3247 Favourite Web Serivce base URL is incorrect | Fabrice Bellingard | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | Remove executable flag from source files | Evgeny Mandrikov | 2012-02-02 | 3 | -0/+0 |
| | |||||
* | SONAR-3230 Stolen user session | Simon Brandhof | 2012-02-01 | 2 | -18/+2 |
| | |||||
* | SONAR-2975 refactor the activerecord configuration | simonbrandhof | 2011-11-14 | 2 | -19/+9 |
| | |||||
* | SONAR-2810 End support of JNDI JDBC datasource by WAR mode | Simon Brandhof | 2011-09-14 | 1 | -9/+0 |
| | |||||
* | Fix support of JNDI datasource | Simon Brandhof | 2011-09-13 | 1 | -2/+6 |
| | |||||
* | SONAR-2549 rubyonrails and hibernate must use the same JDBC connection pool ↵ | simonbrandhof | 2011-09-11 | 1 | -7/+11 |
| | | | | on Oracle | ||||
* | SONAR-2750 Incorrect l18n with #human_short_date on locale en | simonbrandhof | 2011-09-07 | 1 | -0/+180 |
| | |||||
* | Remove Oracle specific settings | simonbrandhof | 2011-09-06 | 1 | -11/+0 |
| | |||||
* | SONAR-2549 do not guess Oracle column type by name | Simon Brandhof | 2011-09-06 | 1 | -0/+11 |
| | |||||
* | SONAR-2587 SONAR-2549 Fix schema conflicts on Oracle and PostgreSQL | Simon Brandhof | 2011-09-06 | 1 | -14/+24 |
| | |||||
* | SONAR-2587 and SONAR-2549 conflicts between database schemas | simonbrandhof | 2011-09-06 | 2 | -138/+25 |
| | |||||
* | Revert "SONAR-2587 and SONAR-2549 conflicts between database schemas" | Fabrice Bellingard | 2011-08-22 | 2 | -25/+138 |
| | | | | | | Reason: support of PostgreSQL is broken. This reverts commit 3a77746009765300042ef795ae77dc4cb3c0bcb0. | ||||
* | SONAR-2587 and SONAR-2549 conflicts between database schemas | simonbrandhof | 2011-08-19 | 2 | -138/+25 |
| | |||||
* | Merge branch 'delete_resource_via_api' | George Shakhnazaryan | 2011-07-30 | 1 | -0/+1 |
|\ | |||||
| * | Add API method to delete project. | George Shakhnazaryan | 2011-07-30 | 1 | -0/+1 |
| | | |||||
* | | SONAR-2610 web service for manual measures + copy manual measures during ↵ | simonbrandhof | 2011-07-14 | 1 | -0/+1 |
|/ | | | | analysis | ||||
* | SONAR-2404 Refactor reviews API - web-service and sonar-ws-client | Evgeny Mandrikov | 2011-06-27 | 1 | -1/+6 |
| | | | | | | | | * Remove ability to edit and delete comments. * Fix bug - comment should be transferred in body. * Fix XML/JSON output - new attribute 'resolution'. | ||||
* | SONAR-2535 The resource viewer displays an error message when there are more ↵ | Simon Brandhof | 2011-06-20 | 1 | -1/+1 |
| | | | | than 1'000 violations on a resource | ||||
* | Improve date format with english and german locales | Simon Brandhof | 2011-06-08 | 4 | -1/+37 |
| | |||||
* | Improve Spanish format of dates/times | simonbrandhof | 2011-06-07 | 3 | -16/+10 |
| | |||||
* | Use always the same pattern to display dates and times. | simonbrandhof | 2011-06-07 | 4 | -3/+53 |
| | | | | | Date must include day of month, abbreviated month name, year. No need for day name or long month name. Time includes hour and minutes only. No need for seconds nor timezone. | ||||
* | SONAR-2405 Configured routes.rb to have more RESTful URLs | Fabrice Bellingard | 2011-05-31 | 1 | -0/+1 |
| | | | | And also updated the documentation. | ||||
* | Fix rendering of age (variable {count} not interpreted) | simonbrandhof | 2011-04-26 | 3 | -25/+25 |
| | |||||
* | Fix support of SQLServer | simonbrandhof | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | Fix loading of db dialect in ruby on rails | simonbrandhof | 2011-04-18 | 1 | -3/+3 |
| | |||||
* | SONAR-2100 ruby on rails webapp : do not load JDBC datasource from JNDI in ↵ | simonbrandhof | 2011-04-14 | 2 | -33/+33 |
| | | | | ruby on rails | ||||
* | SONAR-2309 Error when browser locale is Hebrew | simonbrandhof | 2011-04-12 | 74 | -2961/+8654 |
| | |||||
* | Fix crlf | Evgeny Mandrikov | 2011-03-31 | 1 | -139/+139 |
| | |||||
* | SONAR-2218 replace GWT by RoR components | simonbrandhof | 2011-03-04 | 1 | -2/+0 |
| | |||||
* | SONAR-2218 experimental page to display sources | simonbrandhof | 2011-02-27 | 1 | -0/+1 |
| |