Skip to content

Commit

Permalink
Merge branch 'feature/204-hrt-sas-token' into validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xileny committed Aug 1, 2024
2 parents f163d1b + 77baecd commit 70a93aa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Ver.
- Feature - Dashboard refactoring (#151)
- Bugfix - Camera images validation fix, chips update
- Bugfix - Filter object for new instance (#199)
- Feature - HRT SAS token (#204)

Ver. 2.22.6 - 2024-05-17
-----------------------
- Bugfix - Small bugs (#200)

Ver. 2.22.5 - 2024-05-09
Expand Down
12 changes: 11 additions & 1 deletion public_project/config/config-safers-hrt.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,15 @@
"userTagsFilter": {
"filters": ["administrator", "user", "admin"]
},
"importerBaseUrl": "https://geoapi-test.safers-project.cloud"
"importerBaseUrl": "https://geoapi-test.safers-project.cloud",
"blobStorageSasToken": {
"sv": "2022-11-02",
"ss": "b",
"srt": "o",
"sp": "r",
"se": "2058-07-05T15:04:38Z",
"st": "2024-07-05T07:04:38Z",
"spr": "https",
"sig": "yI%2Ffh1rGkZ%2F0ph%2Fta3wrSsiMvA2h65pHp9r%2F%2B%2FT7k7s%3D"
}
}
2 changes: 1 addition & 1 deletion src/hooks/use-users-list.hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { useState, useEffect } from 'react'
import { APIAxiosHookOpts, useAxiosWithParamCreator } from './api-hooks'
import useOrgList from './use-organization-list.hooks'

const MAX_RESULT_COUNT = 1000
const MAX_RESULT_COUNT = 5000

type UsrApiPC = typeof UsersApiAxiosParamCreator
type KRUsrApiPC = keyof ReturnType<UsrApiPC>
Expand Down

0 comments on commit 70a93aa

Please sign in to comment.