aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/store
Commit message (Collapse)AuthorAgeFilesLines
* [NO JIRA] Extract global messages and remove reduxJeremy Davis2022-04-224-199/+0
|
* SONAR-15914 Extract branchstatus from reduxJeremy Davis2022-03-235-287/+23
|
* SONAR-15914 Clean up reduxJeremy Davis2022-03-237-204/+107
|
* SONAR-15913 Extract users from reduxPhilippe Perrin2022-03-143-291/+1
|
* SONAR-15992 Remove Global Settings from reduxJeremy Davis2022-03-111-12/+1
|
* SONAR-16005 Removing AppState from root reducerMathieu Suen2022-03-023-74/+1
|
* SONAR-15909 Extract AppState ReduxGuillaume Peoc'h2022-02-091-10/+1
|
* SONAR-15912 Extract settings local state from reduxJeremy Davis2022-02-071-36/+0
|
* SONAR-15911 Extract Metrics from ReduxGuillaume Peoc'h2022-02-013-89/+0
|
* SONAR-15910 Extract Languages from reduxJeremy Davis2022-02-013-65/+2
|
* Update license headers for 2022 [update headers]Pierre2022-01-2814-15/+14
|
* SONAR-15945 Get rid of T namespace in sonar-webphilippe-perrin-sonarsource2022-01-2710-38/+54
|
* SONAR-15588 Dismiss sonarlint promotionguillaume-peoch-sonarsource2021-11-032-2/+21
|
* SONAR-15366 Add Settings Search featureJay2021-09-131-0/+4
|
* SONAR-14309 Update eslint, typescript and fix issuesJeremy Davis2021-01-203-6/+4
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0814-14/+14
|
* SONAR-13999 Drop frontend organizations leftoversJeremy Davis2020-12-226-357/+0
|
* SONAR-13999 Use global default project visibilityJeremy Davis2020-12-221-12/+12
|
* SONAR-13999 Drop orgs from CEJeremy Davis2020-12-221-10/+1
|
* SONAR-8714 Make authorization errors more noticeableWouter Admiraal2020-12-171-15/+1
|
* SONAR-13936 Remove org on user and group API front-end.Mathieu Suen2020-10-162-29/+1
|
* Fix eslint's issuesPhilippe Perrin2020-04-082-5/+5
|
* Drop redux-loggerPhilippe Perrin2020-03-301-3/+0
|
* SONAR-12632 Rework QG related typesWouter Admiraal2020-02-103-6/+10
|
* Format all headers for 2020Wouter Admiraal2020-01-0716-16/+16
|
* Improve test coverageWouter Admiraal2020-01-062-3/+122
|
* Fix formatting issues due to the new version of prettierPhilippe Perrin2019-12-304-11/+21
|
* SONAR-12679 Drop short & long living branch conceptPhilippe Perrin2019-12-096-25/+22
|
* SONAR-12470 Wrong edition in footer at startupPhilippe Perrin2019-10-161-2/+1
|
* SONAR-11833 Make it clear that only On New Code conditions apply to PRsWouter Admiraal2019-08-092-0/+8
|
* SONAR-12292 Do not debounce the fetchBranchStatus root actionWouter Admiraal2019-08-022-7/+2
|
* Sort import in sonar-webphilippe-perrin-sonarsource2019-07-1911-34/+34
|
* SONAR-12121 Show a warning if QG conditions are ignoredWouter Admiraal2019-06-044-14/+32
|
* SONAR-11875 Move QG conditions to the branch redux storeWouter Admiraal2019-05-292-19/+27
|
* SONAR-11875 Provide new action for refreshing a branch statusWouter Admiraal2019-05-292-7/+67
|
* SONARCLOUD-578 import all checkboxSiegfried Ehret2019-04-291-2/+2
| | | | | * Fix redux devtools warning * Add checkbox to import all repositories
* SONAR-10994 Add new branch storeWouter Admiraal2019-03-296-0/+249
|
* Introduce new T.Dict<T> type constructorWouter Admiraal2019-03-293-3/+3
|
* SONAR-11477 Drop UI for updating module keys (#958)Stas Vilchik2019-01-161-7/+0
|
* SONAR-11476 Stop supporting homepage and other space pages for modules and ↵Stas Vilchik2019-01-161-0/+8
| | | | directories (#951)
* Fix license headers for 2019Duarte Meneses2019-01-0211-12/+11
|
* SONARCLOUD-235 Hide QG and QP links on Overview for non-membersWouter Admiraal2018-12-241-1/+12
|
* SONARCLOUD-271 Create new Notification sidebarGrégoire Aubert2018-12-202-42/+43
| | | | | | | | * Refactor userSettings store, use currentUser instead: Settings will now be stored on the currently logged in user, and will no longer live on its own. * Only show latest feature news as unread: If there's no notificationsLastReadDate prop, only show the latest feature news as unread, instead of all of them. * Use Modal component to render the nofitications sidebar
* SONARCLOUD-270 Show latest notification in the NavbarWouter Admiraal2018-12-202-20/+71
|
* create global type definitions (#1017)Stas Vilchik2018-12-057-30/+23
|
* Rewrite remaining of the settings page to TSGrégoire Aubert2018-11-303-17/+21
|
* SONARCLOUD-101 Display only organization on which we have correct ↵Grégoire Aubert2018-11-162-3/+13
| | | | | | permissions in create pages * Use organizations actions instead of permissions flags from api/navigation/organization
* SONAR-11321 Create organization from GitHub organization or BitBucket teamJulien Lancelot2018-11-161-3/+11
| | | | | | | | | | * Create api/alm_integration/show_organization and handle only GitHub installation * Add import from ALM tab in Create Org page * Do not show error while validating detail input * Add step to create organization from ALM * Display a warning if the installation id was not found * Add Alm link to remote organization in org context * Create GET api/alm_integration/show_app_info
* Rewrite settings encryption app to TSGrégoire Aubert2018-11-151-4/+0
|
* update web dependenciesStas Vilchik2018-10-264-12/+9
|