aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-vsts
Commit message (Collapse)AuthorAgeFilesLines
* Remove sonar-vsts folderphilippe-perrin-sonarsource2019-09-2336-13151/+0
|
* SONAR-12443 Fix SSF-95Jeremy Davis2019-09-162-12/+7
|
* Add support for the new styled component themephilippe-perrin-sonarsource2019-09-032-9/+9
|
* Add support for styled componentphilippe-perrin-sonarsource2019-09-032-12/+171
|
* Bump sonar-ui-common versionphilippe-perrin-sonarsource2019-08-092-5/+5
|
* SONAR-12199 Add Copy button to file header and update ClipboardButtonSiegfried Ehret2019-08-052-5/+5
| | | | usage
* SONAR-12245 Fix throwGlobalError and checkStatusJeremy Davis2019-07-292-7/+13
|
* Bump to eslint-config-sonarqube 0.5.1philippe-perrin-sonarsource2019-07-192-5/+5
|
* Sort import in sonar-vstsphilippe-perrin-sonarsource2019-07-197-17/+17
|
* Moved SelectList to sonar-ui-commonphilippe-perrin-sonarsource2019-07-182-5/+5
|
* SC-704 Extract more components (#1921)Grégoire Aubert2019-07-162-9/+83
| | | | | | | | | | * Extract BoxedGroupAccordion * Extract Select and SearchSelect * Extract Validation controls * Update sonar-ui-common
* SC-704 Extract components into sonar-ui-common (#1714)Grégoire Aubert2019-07-1112-2705/+3214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * SC-704 Extract icons components to sonar-ui-common * Better typings for theme * Use sonar-ui-common in extensions * Extract some helpers * Extract l10n helper to sonar-ui-common * Extract requests helper to sonar-ui-common * Extract part of urls helper * Move buttons, Tooltips and ScreenPositionFixers * Move modal related components * Move IdentityProviderLink * Move GenericAvatar * Move SizeRating * Move charts and move deps to peerDeps * Move nav * Move formatMeasure * Move Rating * Move PageActions * Move the rest of ui components * Move more controls components * Include theme inside extension build * Add missing theme context provider in extensions * Update react to same version everywhere * Update sonar-ui-common * Update eslint configuration
* Add support for yarn format-* scripts on windowsphilippe-perrin-sonarsource2019-06-131-2/+2
|
* Remove redundant entries from .gitignore filesEvgeny Mandrikov2019-05-281-20/+1
| | | | | All removed entries already defined in .gitignore file at the root of the repository.
* Fix dependencies (order) between Gradle tasks that execute yarnGrégoire Aubert2019-05-1612-20/+42
| | | | And add declarations of input files for "yarn_validate-ci" tasks, which were forgotten when caching was enabled for them.
* Enable Gradle cache for "yarn_validate-ci" tasks (#1616)Evgeny Mandrikov2019-05-151-0/+18
|
* Fix Gradle caching of "yarn_run" tasksEvgeny Mandrikov2019-05-141-2/+6
| | | | | | | ":server:sonar-vsts:yarn_run" and ":private:sonar-bitbucketcloud:yarn_run" must declared as inputs all files which are used from "server/sonar-web/src/main/js".
* Better minify inline CSSGrégoire Aubert2019-05-134-142/+768
|
* Fix babel input files for yarnDuarte Meneses2019-04-301-1/+1
|
* Update yarn locks filesGrégoire Aubert2019-03-291-3547/+2962
|
* Use same build stats reporter for all modulesGrégoire Aubert2019-03-292-13/+57
|
* Update prettier to last versionGrégoire Aubert2019-03-291-1/+1
| | | | * Prettier format all modules
* Update webpack dependenciesGrégoire Aubert2019-03-294-25/+27
|
* Update jest and enzymeGrégoire Aubert2019-03-291-8/+8
| | | | * Update jest snapshots
* Update React, Typescript and Eslint dependenciesGrégoire Aubert2019-03-291-15/+15
| | | | | | * Fix ts and eslint issues * Drop forSingleOrganization * Update Typscript on extensions
* Enable coverage for web appGrégoire Aubert2019-02-113-6/+10
|
* Fix license headers for 2019Duarte Meneses2019-01-0225-27/+25
|
* create global type definitions (#1017)Stas Vilchik2018-12-055-10/+6
|
* update web dependenciesStas Vilchik2018-10-263-1375/+1076
|
* Disable ts-jest typescript diagnosticsGrégoire Aubert2018-10-251-0/+7
|
* update eslint, its plugins and config (#837)Stas Vilchik2018-10-172-57/+313
|
* Update TS to 3.1.2Grégoire Aubert2018-10-112-47/+1277
|
* upgrade to babel 7 (#745)Stas Vilchik2018-10-035-701/+898
|
* Cirrus - Avoid runing eslint 2 times on CIGrégoire Aubert2018-09-241-2/+3
|
* Revert unexpected changes in sonar-vsts/package.jsonSimon Brandhof2018-09-191-4/+4
|
* SONAR-11268 replace Jenkins by Cirrus CISimon Brandhof2018-09-192-7/+6
|
* SONAR-11159 SONAR-11160 Add new coverage and overall coverage next to branch ↵Grégoire Aubert2018-09-192-9/+7
| | | | status
* Upgrade versions of nodejs and yarnSimon Brandhof2018-08-271-8/+0
| | | | and use a consistent version across modules
* Update Jest config for extensionsGrégoire Aubert2018-08-202-46/+19
|
* update main dependencies & fix autofixable eslint warnings (#601)Stas Vilchik2018-08-103-466/+275
|
* use new sonar.eslint.reportPaths analysis property (#536)Stas Vilchik2018-07-191-1/+1
|
* update yarnStas Vilchik2018-06-291-1/+1
|
* integrate eslint report (#441)Stas Vilchik2018-06-293-0/+5
|
* Update Jest in vsts and bitbucketcloudGrégoire Aubert2018-06-012-194/+413
|
* SONAR-10675 Decrease JavaScript boot-up time (#283)Stas Vilchik2018-05-293-29/+60
|
* SONAR-10673 Stop using font for icons (#252)Stas Vilchik2018-05-231-1/+1
|
* Remove duplicated README.mdSimon Brandhof2018-05-151-1/+0
|
* use eslint-config-sonarqube (#191)Stas Vilchik2018-04-273-261/+65
|
* add eslint-plugin-sonarjs (#153)Stas Vilchik2018-04-173-4/+13
|
* Make yarn_run tasks cacheableEvgeny Mandrikov2018-04-091-8/+7
|