Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-12320 Don't use a badge for the analysis warning | Wouter Admiraal | 2019-08-02 | 3 | -10/+16 |
| | |||||
* | SONAR-12276 Remove badge styling from elements | Wouter Admiraal | 2019-08-02 | 4 | -57/+164 |
| | |||||
* | SONAR-11714 Don't use badges for analysis version events | Wouter Admiraal | 2019-08-02 | 6 | -11/+24 |
| | |||||
* | SONAR-11714 Update all badge definitions | Wouter Admiraal | 2019-08-02 | 41 | -170/+162 |
| | |||||
* | SONAR-11648 Don't render coverage if no value is provided | Wouter Admiraal | 2019-08-02 | 5 | -108/+21 |
| | |||||
* | SONAR-12292 Do not debounce the fetchBranchStatus root action | Wouter Admiraal | 2019-08-02 | 6 | -20/+35 |
| | |||||
* | SONAR-12292 Remove redundant WS call when QG conditions are updated | Wouter Admiraal | 2019-08-02 | 4 | -92/+3 |
| | |||||
* | SONAR-12290 Only activate modal scrolling when necessary | Wouter Admiraal | 2019-08-02 | 2 | -2/+3 |
| | |||||
* | SONAR-12245 Fix broken test for extend profile form test | Grégoire Aubert | 2019-07-29 | 1 | -2/+2 |
| | |||||
* | SONAR-12245 Fix throwGlobalError and checkStatus | Jeremy Davis | 2019-07-29 | 14 | -67/+778 |
| | |||||
* | SONAR-12009 Display issues in settings page | philippe-perrin-sonarsource | 2019-07-24 | 1 | -2/+4 |
| | |||||
* | SONAR-11007 Update buttons on rules list | Siegfried Ehret | 2019-07-24 | 9 | -19/+543 |
| | | | | | - Make Bulk Change available only to user who can use it. - Make «Deactivate» button available only to user who can use it. | ||||
* | SONAR-7878 Update pluralization | Siegfried Ehret | 2019-07-22 | 2 | -10/+21 |
| | |||||
* | Fix blockers for Travis on SonarCloud | Siegfried Ehret | 2019-07-22 | 3 | -3/+3 |
| | |||||
* | Bump to eslint-config-sonarqube 0.5.1 | philippe-perrin-sonarsource | 2019-07-19 | 26 | -26/+26 |
| | |||||
* | Sort import in sonar-web | philippe-perrin-sonarsource | 2019-07-19 | 1446 | -3514/+3513 |
| | |||||
* | SONAR-12022 Animate snippets | Jeremy Davis | 2019-07-18 | 8 | -1119/+1337 |
| | |||||
* | Moved SelectList to sonar-ui-common | philippe-perrin-sonarsource | 2019-07-18 | 19 | -1370/+30 |
| | |||||
* | SONAR-12244 Handle pagination in portfolio projects list properly | philippe-perrin-sonarsource | 2019-07-18 | 15 | -614/+548 |
| | |||||
* | SONAR-11618 Update projects select list to also display the project key | philippe-perrin-sonarsource | 2019-07-18 | 7 | -7/+94 |
| | |||||
* | SONAR-12284 Remove call to /api/components/show to verify access | Wouter Admiraal | 2019-07-18 | 5 | -122/+139 |
| | |||||
* | SC-704 Extract more components (#1921) | Grégoire Aubert | 2019-07-16 | 65 | -1521/+59 |
| | | | | | | | | | | * Extract BoxedGroupAccordion * Extract Select and SearchSelect * Extract Validation controls * Update sonar-ui-common | ||||
* | MMF-769 User can close their account (#1861) | Benoit | 2019-07-12 | 70 | -364/+2225 |
| | |||||
* | SONAR-11007 Add disabled "Deactivate" button to rules list (#1913) | Siegfried Ehret | 2019-07-12 | 3 | -4/+42 |
| | |||||
* | Wording fix in members search... | Grégoire Aubert | 2019-07-12 | 2 | -3/+3 |
| | |||||
* | SC-704 Extract components into sonar-ui-common (#1714) | Grégoire Aubert | 2019-07-11 | 1411 | -23709/+3297 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | SC-833 Update text about external PR analysis in AutoScan (#1907) | Siegfried Ehret | 2019-07-10 | 1 | -22/+6 |
| | |||||
* | MMF-1737 Analyze Bitbucket repositories with Azure Pipelines (#1879) | mickael-caro-sonarsource | 2019-07-10 | 2 | -19/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * SC-762- Tutorial for new BbC projects should mention support of Azure Pipelines * Updated tutorial for bitbucketcloud * SC-801 - Organization and its eventual app install related entity are now mandatory while targeting a bound project on ALMs. * SC-801 --TEMP Added INFO logs * SC-801 - Added back return of alm binding if no project alm is present. * SC-801 - Fixed added log, failing unit tests before. * SC-801 - Added extra logs (TEMP) * SC-801 - Reverted unwanted imports. * SC-801 - Adaptation of UT following the add of logs TO BE REVERTED ONCE OK * SC-801 - Changed newly added log levels to debug to see if they are popping in the CE logs. * SC-801 - Add constant for Bitbucket API Version in its REST client. * SC-760 - Updated documentation to support Azure Pipelines. * SC-801 - Reverted all temporary logs * fixup! SC-760 - remove inside file links to avoid failing of unint tests. * SC-801 - Fixes after review * SC-760 - Splited documentation to 3 in total, with azure pipelines and bitbucket pipelines. * SC-762 - Updated Snapshot * SC-762 - Updated onboarding tutorial + documentation * SC-762 - Updated formating of .tsx following yarn validate. * SC-801 - Added unit tests + removed codesmell * SC-760 - Updated documentation markdowns for Bitbucket. * SC-801 - Removed unused import. * SC-801 - Updated failing unit tests. * SC-801 - Fix typo * SC-801 - Resolving issues following analysis by SQ | ||||
* | SC-764 Don't sync members when binding personal github org. | Grégoire Aubert | 2019-07-05 | 19 | -7/+127 |
| | |||||
* | SC-786 Drop update login warning page | Grégoire Aubert | 2019-07-05 | 6 | -336/+0 |
| | |||||
* | SC-781 Remove special behavior to bind personal organization | Grégoire Aubert | 2019-07-05 | 28 | -643/+75 |
| | | | | | * Update documentation talking about personal orgs * Drop unused organization/delete route | ||||
* | SC-687 Fix tutorial for manual projects (#1848) | Siegfried Ehret | 2019-07-01 | 3 | -28/+112 |
| | |||||
* | SONAR-12023 Remove "Not OWASP" CWE mapping, and move all unmapped CWEs to ↵ | Michal Duda | 2019-06-28 | 4 | -21/+14 |
| | | | | "Others" (SonarSource Security) | ||||
* | SONAR-11723 Don't pass name and email values when updating a non-local user | Wouter Admiraal | 2019-06-28 | 2 | -3/+28 |
| | |||||
* | SONAR-12140 Do not return "Warning" in quality gate facet when no project in ↵ | Julien Lancelot | 2019-06-28 | 3 | -5/+19 |
| | | | | warning | ||||
* | SONAR-12118 Disable UNKNOWN issue type for custom rules | Wouter Admiraal | 2019-06-28 | 2 | -15/+1 |
| | |||||
* | SONAR-11714 Make badges round | Wouter Admiraal | 2019-06-28 | 3 | -14/+6 |
| | |||||
* | SONAR-12070 Make large modals scrollable | Wouter Admiraal | 2019-06-28 | 15 | -22/+21 |
| | |||||
* | SONAR-12236 Fix SSF-81 | Jeremy Davis | 2019-06-28 | 1 | -2/+2 |
| | |||||
* | SONAR-12235 Adjust portfolio metric freshness font size | Jeremy Davis | 2019-06-28 | 1 | -1/+0 |
| | |||||
* | SONAR-12233 Remove security review rating from QG metrics list | Jeremy Davis | 2019-06-28 | 1 | -1/+1 |
| | |||||
* | SONAR-12148 Use cookies to display error message in EmailAlreadyExists and ↵ | Grégoire Aubert | 2019-06-28 | 4 | -52/+45 |
| | | | | Unauthorized sessions | ||||
* | SC-700 Hide Configure Analysis button for non logged users (#1817) | Siegfried Ehret | 2019-06-28 | 9 | -10/+199 |
| | |||||
* | SONAR-11723 Prevent user update if authentication is delegated | Wouter Admiraal | 2019-06-28 | 3 | -101/+510 |
| | |||||
* | SONAR-12167 Prevent facet spinner from overlapping with button | Wouter Admiraal | 2019-06-28 | 15 | -86/+66 |
| | |||||
* | SONAR-12193 Fix redirect issue on 403 errors | Wouter Admiraal | 2019-06-28 | 1 | -1/+9 |
| | |||||
* | SONAR-12072 Fix full re-rendering of the Projects list when paginating | Wouter Admiraal | 2019-06-28 | 2 | -174/+162 |
| | |||||
* | Add unit test for alm-integration api call | Grégoire Aubert | 2019-06-28 | 1 | -0/+71 |
| | |||||
* | SONAR-12210 Handle pagination in user & group list | philippe-perrin-sonarsource | 2019-06-28 | 11 | -128/+549 |
| | |||||
* | SONAR-12147 Add pagination to QG & QP projects list | philippe-perrin-sonarsource | 2019-06-28 | 16 | -177/+885 |
| |