This website works better with JavaScript.
Explore
Help
Sign In
oyd
/
minio
Watch
6
Star
1
Fork
You've already forked minio
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7111
Commits
1
Branch
0
Tags
89 MiB
Tag:
Branch:
Tree:
3acb5cff45
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3acb5cff45'
${ noResults }
minio
/
browser
/
.prettierrc
4 lines
20 B
Raw
Normal View
History
Unescape
Escape
upgrading react and refactoring components (#5409) (#5444) - upgraded react from v16.2.0 - upgraded react-router to v4.2.0 and re-writen the routes - using prettier to format the code - added jest to unit test components/reducers/selectors This provides a skeleton to start of with. Only basic unit test cases are added, remaining needs to be added. In terms of functionality, it provides login, listing and searching buckets. Remaining functionalities will be added in upcoming patches.
7 years ago
{
"semi": false
}