aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/utils/DateUtils.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-211-354/+0
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-8427 Add a timeZone param to api/issues/searchJulien HENRY2020-12-031-16/+44
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-121-1/+1
* SONAR-11492 Second analysis of a long-lived branch is using wrong leak versionDuarte Meneses2019-01-081-6/+26
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* add DateUtils#truncateToSeconds and use it instead of +1_000LSébastien Lesaint2017-09-211-0/+18
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-151-77/+109
* SONAR-9721 Remove DateUtils#formatDate(Long)Teryk Bellahsene2017-08-301-4/+0
* SONAR-9721 Send telemetry data once a weekTeryk Bellahsene2017-08-301-0/+4
* Fix javadoc of DateUtils about ISO8601 vs RFC822 formatsSimon Brandhof2017-05-121-2/+2
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8028 Use DateUtils.parseEndingDateOrDatetime to search background tasks...Teryk Bellahsene2016-09-141-2/+2
* SONAR-8028 DateUtils parse date and datetimeTeryk Bellahsene2016-09-141-0/+57
* Fix quality flawsSimon Brandhof2016-03-311-1/+1
* SONAR-7191 api/ce/activity max submitted date is inclusiveTeryk Bellahsene2016-02-191-0/+8
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-231-0/+4
* SONAR-6736 refactor step names and descriptionsSimon Brandhof2015-09-221-2/+4
* SONAR-6635 Parsing of date should not be lenientJulien HENRY2015-06-291-4/+5
* SONAR-5183 timezones - migrate issues table from timestamp to longTeryk Bellahsene2015-02-091-0/+1
* SONAR-5183 - analysis unsensitive to timezones - snapshots tableTeryk Bellahsene2015-02-041-2/+8
* fix quality flawsTeryk Bellahsene2015-01-131-5/+2
* change analysis_reports timestamp columns to bigint/longTeryk Bellahsene2015-01-131-1/+4
* Improve branch code coverage on snapshot related classesTeryk Bellahsene2014-10-311-0/+4
* SONAR-5698 SONAR-5694 Add business dates finishedAt startedAt and submittedAt...Teryk Bellahsene2014-10-221-5/+13
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-271-0/+3
* Rename version 2.15 to 3.0Simon Brandhof2012-04-111-1/+1
* API: add the methods DateUtils#parseDateQuietly(String) and parseDateTimeQuie...Simon Brandhof2012-03-201-0/+41
* Fix some quality flaws, particularly on newly inspected codeSimon Brandhof2012-02-201-2/+12
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* Improve DateUtils by using generics in ThreadLocal + rename some unit tests o...Simon Brandhof2011-12-121-6/+9
* SONAR-3070 DateUtils should not parse badly formatted stringsEvgeny Mandrikov2011-12-091-11/+19
* Fix coding violationsSimon Brandhof2011-11-031-0/+1
* Fix new violationsSimon Brandhof2011-08-021-6/+6
* Fix violationsEvgeny Mandrikov2011-04-051-4/+7
* Fix coding violationssimonbrandhof2011-03-271-2/+2
* fix coding violationssimonbrandhof2011-03-271-5/+6
* API: DateUtils is now thread-safesimonbrandhof2011-03-141-16/+38
* API: improve DateUtils methods, but are not thread-safesimonbrandhof2011-03-111-13/+17
* Add methods formatDate(), formatDateTime(), parseDate() and parseDateTime() t...simonbrandhof2011-03-081-3/+44
* SONAR-2218 add NewCoverageDecorator + add DateUtils to APIsimonbrandhof2011-02-251-0/+28