aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/WEB-INF/config
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3765 backslash character '\' is duplicated on H2David Gageot2012-10-061-0/+14
|
* SONAR-3675 Remove the "events" routeFabrice Bellingard2012-10-011-3/+0
|
* SONAR-3542 revert the activerecord property "pool"Simon Brandhof2012-09-111-0/+1
|
* SONAR-3542 remove the JDBC parameters that are not supposed to be used by ↵Simon Brandhof2012-09-101-3/+0
| | | | ActiveRecord
* SONAR-3542 refactoring to remove custom activerecord adaptersSimon Brandhof2012-09-091-1/+1
|
* SONAR-3542 force activerecord to use the connection pool on oraclesimonbrandhof2012-09-092-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 stackSimon Brandhof2012-09-062-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 appsSimon Brandhof2012-08-171-0/+5
|
* Improve logging for DEV mode (based on modifications for SONAR-3590)Fabrice Bellingard2012-07-161-1/+4
|
* SONAR-3579 New way to fix conflict with local ruby installationsSimon Brandhof2012-07-131-1/+1
|
* SONAR-3579 Conflict with Ruby local installationSimon Brandhof2012-07-121-0/+4
|
* Forgot these files during H2 migrationDavid Gageot2012-07-041-2/+2
|
* FIX remove redirection from home to dashboardDavid Gageot2012-05-111-2/+2
|
* Remove unused action_mailer from sourcesSimon Brandhof2012-05-112-7/+1
|
* SONAR-3460 and SONAR-3464 Migration for filters and global dashboardsDavid Gageot2012-05-111-5/+5
|
* Replace urls starting with /session by /sessionsSimon Brandhof2012-05-091-1/+0
|
* Revert "SONAR-1927 Filters should be in the Administration Section" because ↵David Gageot2012-05-081-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 SectionDavid Gageot2012-05-071-2/+2
|
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-221-3/+24
|
* SONAR-3247 Favourite Web Serivce base URL is incorrectFabrice Bellingard2012-02-081-1/+1
|
* Remove executable flag from source filesEvgeny Mandrikov2012-02-023-0/+0
|
* SONAR-3230 Stolen user sessionSimon Brandhof2012-02-012-18/+2
|
* SONAR-2975 refactor the activerecord configurationsimonbrandhof2011-11-142-19/+9
|
* SONAR-2810 End support of JNDI JDBC datasource by WAR modeSimon Brandhof2011-09-141-9/+0
|
* Fix support of JNDI datasourceSimon Brandhof2011-09-131-2/+6
|
* SONAR-2549 rubyonrails and hibernate must use the same JDBC connection pool ↵simonbrandhof2011-09-111-7/+11
| | | | on Oracle
* SONAR-2750 Incorrect l18n with #human_short_date on locale ensimonbrandhof2011-09-071-0/+180
|
* Remove Oracle specific settingssimonbrandhof2011-09-061-11/+0
|
* SONAR-2549 do not guess Oracle column type by nameSimon Brandhof2011-09-061-0/+11
|
* SONAR-2587 SONAR-2549 Fix schema conflicts on Oracle and PostgreSQLSimon Brandhof2011-09-061-14/+24
|
* SONAR-2587 and SONAR-2549 conflicts between database schemassimonbrandhof2011-09-062-138/+25
|
* Revert "SONAR-2587 and SONAR-2549 conflicts between database schemas"Fabrice Bellingard2011-08-222-25/+138
| | | | | | Reason: support of PostgreSQL is broken. This reverts commit 3a77746009765300042ef795ae77dc4cb3c0bcb0.
* SONAR-2587 and SONAR-2549 conflicts between database schemassimonbrandhof2011-08-192-138/+25
|
* Merge branch 'delete_resource_via_api'George Shakhnazaryan2011-07-301-0/+1
|\
| * Add API method to delete project.George Shakhnazaryan2011-07-301-0/+1
| |
* | SONAR-2610 web service for manual measures + copy manual measures during ↵simonbrandhof2011-07-141-0/+1
|/ | | | analysis
* SONAR-2404 Refactor reviews API - web-service and sonar-ws-clientEvgeny Mandrikov2011-06-271-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 Brandhof2011-06-201-1/+1
| | | | than 1'000 violations on a resource
* Improve date format with english and german localesSimon Brandhof2011-06-084-1/+37
|
* Improve Spanish format of dates/timessimonbrandhof2011-06-073-16/+10
|
* Use always the same pattern to display dates and times.simonbrandhof2011-06-074-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 URLsFabrice Bellingard2011-05-311-0/+1
| | | | And also updated the documentation.
* Fix rendering of age (variable {count} not interpreted)simonbrandhof2011-04-263-25/+25
|
* Fix support of SQLServersimonbrandhof2011-04-191-1/+1
|
* Fix loading of db dialect in ruby on railssimonbrandhof2011-04-181-3/+3
|
* SONAR-2100 ruby on rails webapp : do not load JDBC datasource from JNDI in ↵simonbrandhof2011-04-142-33/+33
| | | | ruby on rails
* SONAR-2309 Error when browser locale is Hebrewsimonbrandhof2011-04-1274-2961/+8654
|
* Fix crlfEvgeny Mandrikov2011-03-311-139/+139
|
* SONAR-2218 replace GWT by RoR componentssimonbrandhof2011-03-041-2/+0
|
* SONAR-2218 experimental page to display sourcessimonbrandhof2011-02-271-0/+1
|