Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Start Typescript migration #3279

Merged
merged 99 commits into from
Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
7bfe1fc
chore: setup initial libs for using typescript
AlexAlexandre Jul 14, 2021
8a1dc78
[IMPROVE] migrate the HeaderButton component and the colors constant
AlexAlexandre Jul 15, 2021
fdcfd3e
[IMPROVE] Create a new file for export external modules
AlexAlexandre Jul 15, 2021
b6577de
[IMPROVE] migrate some navigation files, our index/share and low leve…
AlexAlexandre Jul 15, 2021
584a16b
Merge branch 'develop' into improvement.typescript-migration
AlexAlexandre Jul 15, 2021
eadbb59
[IMPROVE] migrate all constants file
AlexAlexandre Jul 15, 2021
99b6c3d
[IMPROVE] migrate the ActivityIndicator and the Button component
AlexAlexandre Jul 15, 2021
802c7b2
[IMPROVE] migrate the ActionSheet component
AlexAlexandre Jul 15, 2021
acdc2ce
[IMPROVE] fix some typing erros
AlexAlexandre Jul 15, 2021
0354b49
[IMPROVE] trying remove an IGTM error
AlexAlexandre Jul 15, 2021
a18b13c
[IMPROVE] migrate Avatar component
AlexAlexandre Jul 15, 2021
b0ddb87
[IMPROVE] migrate BackgroundContainer component
AlexAlexandre Jul 16, 2021
19d8ab1
[IMPROVE] migrate EmojiPicker component (in progress)
AlexAlexandre Jul 16, 2021
66a4627
[IMPROVE] fix typescript error “No overload matches this call” with s…
AlexAlexandre Jul 16, 2021
f5eee1c
[IMPROVE] migrate the emoji component
AlexAlexandre Jul 19, 2021
d060edb
[IMPROVE] keeping migrate some files and fix some lint errors
AlexAlexandre Jul 19, 2021
8ef11ea
[IMPROVE] enable jsx compiler
AlexAlexandre Jul 20, 2021
b795b6f
[IMPROVE] migrating component the Header to reduce lint errors
AlexAlexandre Jul 20, 2021
4d07101
[IMPROVE] disable the "missing file extension" rule at eslintrc
AlexAlexandre Jul 20, 2021
ee7ad68
Merge branch 'develop' into improvement.typescript-migration
AlexAlexandre Jul 20, 2021
e093046
[IMPROVE] migrate the List component
AlexAlexandre Jul 21, 2021
1c7ae63
chore: adding some external modules for type
AlexAlexandre Jul 21, 2021
a557d7f
[IMPROVE] migrate all markdown container files
AlexAlexandre Jul 21, 2021
f9b1e0e
[IMPROVE] remove unused proptypes
AlexAlexandre Jul 21, 2021
2b533f8
[IMPROVE] - migrating the message container (in progress)
AlexAlexandre Jul 21, 2021
d398668
[IMPROVE] fix the Reply message errors
AlexAlexandre Jul 22, 2021
43c4234
[IMPROVE] fix some errors pointed out in LGTM
AlexAlexandre Jul 22, 2021
6db54e9
[IMPROVE] - migrating the message container (in progress)
AlexAlexandre Jul 22, 2021
024c744
[IMPROVE] - migrating the message container (finished)
AlexAlexandre Jul 23, 2021
db11e66
[IMPROVE] - remove unused PropTypes
AlexAlexandre Jul 23, 2021
0182853
[IMPROVE] - migrating the MessageBox container (in progress)
AlexAlexandre Jul 23, 2021
e9229e5
[IMPROVE] - migrating the MessageBox container (in progress)
AlexAlexandre Jul 23, 2021
9e0154c
[IMPROVE] - migrating the MessageBox container (in progress)
AlexAlexandre Jul 23, 2021
4f65c1b
[IMPROVE] - removing unused proptypes
AlexAlexandre Jul 23, 2021
d5c2dec
[IMPROVE] - migrating the Status container
AlexAlexandre Jul 23, 2021
e8b5832
[IMPROVE] - migrating the TwoFactor container
AlexAlexandre Jul 23, 2021
60f6596
[IMPROVE] - migrating the RoomHeader container
AlexAlexandre Jul 26, 2021
369b3f2
[IMPROVE] - migrating the Passcode container
AlexAlexandre Jul 26, 2021
9a1b705
[IMPROVE] - migrating the UIKit container (in progress)
AlexAlexandre Jul 26, 2021
e38e588
[IMPROVE] - migrating the UIKit container (in progress)
AlexAlexandre Jul 26, 2021
11eaadd
[IMPROVE] - migrating the UIKit container (finished)
AlexAlexandre Jul 27, 2021
2c9f6f7
[IMPROVE] - migrating the last container files (in progress)
AlexAlexandre Jul 27, 2021
9179e90
[IMPROVE] - migrating the last container files (finished)
AlexAlexandre Jul 27, 2021
07741f0
Merge branch 'develop' into improvement.typescript-migration
AlexAlexandre Jul 27, 2021
9525786
removing unused proptypes import
AlexAlexandre Jul 27, 2021
107d4da
[IMPROVE] - migrated forgot file
AlexAlexandre Jul 28, 2021
c6e7826
[IMPROVE] - fix some notes during code review
AlexAlexandre Jul 28, 2021
bacaf7f
[IMPROVE] - fix some notes during code review
AlexAlexandre Jul 29, 2021
3f5f309
[IMPROVE] - migrate directoryItem presentation layer
AlexAlexandre Jul 29, 2021
72df0ae
[IMPROVE] - migrate serverItem presentation layer
AlexAlexandre Jul 29, 2021
a533e5c
[IMPROVE] - migrate ImageViewer presentation layer
AlexAlexandre Jul 29, 2021
601a45a
[IMPROVE] - migrate RoomItem presentation layer
AlexAlexandre Jul 29, 2021
9d312bd
[IMPROVE] - migrate UnreadBadge presentation layer
AlexAlexandre Jul 29, 2021
91e6566
[IMPROVE] - migrate KeyboardView presentation layer
AlexAlexandre Jul 29, 2021
3e74f59
[IMPROVE] - remove unused PropTypes
AlexAlexandre Jul 29, 2021
3f75741
Merge branch 'develop' into improvement.typescript-migration
diegolmello Jul 30, 2021
ca2e28f
[IMPROVE] - creating an Avatar type file
AlexAlexandre Aug 2, 2021
757347f
[IMPROVE] - creating an emoji type file
AlexAlexandre Aug 2, 2021
20d7b6a
[IMPROVE] - creating an Message type file
AlexAlexandre Aug 2, 2021
50a99fb
[IMPROVE] - fixing some errors appoint by jest
AlexAlexandre Aug 2, 2021
49b9cf4
[IMPROVE] - fixing some errors appoint by jest
AlexAlexandre Aug 2, 2021
1596f16
[IMPROVE] - changing the types for interfaces, for our new patterns
AlexAlexandre Aug 3, 2021
078c361
[IMPROVE] - fixing some errors appoint by jest
AlexAlexandre Aug 4, 2021
d63ee28
[IMPROVE] - removing a wrong //TODO
AlexAlexandre Aug 5, 2021
43e2382
[IMPROVE] - push the snapshot
AlexAlexandre Aug 5, 2021
1737756
Merge branch 'develop' into improvement.typescript-migration
AlexAlexandre Aug 16, 2021
7cf55c1
Merge branch 'improvement.typescript-migration' into improvement.esli…
AlexAlexandre Aug 18, 2021
0738bfb
[improve] - setting up some rules and integration with typescript
AlexAlexandre Aug 18, 2021
69888c4
[improve] - add prettier
AlexAlexandre Aug 18, 2021
3604e7d
[improve] - adding the last rules for ts and js
AlexAlexandre Aug 19, 2021
7b9f005
[improve] - fix the errors with auto-save
AlexAlexandre Aug 20, 2021
398e15a
[improve] - commit ios libs
AlexAlexandre Aug 20, 2021
1d9f626
Merge branch 'develop' into improvement.typescript-migration
AlexAlexandre Aug 23, 2021
7d4af7c
[improve] - run lint --fix
AlexAlexandre Aug 23, 2021
a54378f
Merge branch 'develop' into improvement.typescript-migration
AlexAlexandre Aug 31, 2021
009a9ac
[improve] - run lint in the new things and update some interfaces
AlexAlexandre Aug 31, 2021
d97cfe6
[improve] - setting prettier to work with eslint
AlexAlexandre Sep 6, 2021
392e1ab
[improve] - running prettier and eslint at the project
AlexAlexandre Sep 6, 2021
e1a319e
[improve] - setting prettier to run at lint-staged
AlexAlexandre Sep 6, 2021
a7fadf7
[improve] - updating CONTRIBUTING.MD file
AlexAlexandre Sep 6, 2021
4b1aa9f
Merge branch 'develop' into improvement.typescript-migration
AlexAlexandre Sep 8, 2021
a9112dc
[improve] - update snapshot
AlexAlexandre Sep 8, 2021
f1a9cb8
Commit yarn.lock
diegolmello Sep 8, 2021
1f86045
Few fixes
diegolmello Sep 8, 2021
5ee7cda
Remove the need for @ts-ignore on Passcode
diegolmello Sep 8, 2021
fe08b6e
Minor fix
diegolmello Sep 8, 2021
507bf76
Update pods
diegolmello Sep 8, 2021
5e5a886
Update jest snapshot
diegolmello Sep 9, 2021
ad14f0f
Add tsc to lint script and fix issues
diegolmello Sep 9, 2021
abbd112
Add files to exclude
diegolmello Sep 9, 2021
d824d86
Fix sdk
diegolmello Sep 9, 2021
01e1634
Minor fixes
diegolmello Sep 9, 2021
e56216a
Try large resource on CircleCI for Android
diegolmello Sep 10, 2021
d21610a
Update jest snapshot
diegolmello Sep 10, 2021
be4b3e8
Try large resource on unit tests
diegolmello Sep 10, 2021
cb6eefa
Tweak contributing.md
diegolmello Sep 10, 2021
840957a
Fix wrong useCallback usage on ActionSheet
diegolmello Sep 13, 2021
ada8583
Fix theme
diegolmello Sep 13, 2021
8d56490
Use RocketChat/Rocket.Chat.js.SDK#mobile
diegolmello Sep 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ jobs:
<<: *defaults
docker:
- image: circleci/node:15

resource_class: large
environment:
CODECOV_TOKEN: caa771ab-3d45-4756-8e2a-e1f25996fef6

Expand Down Expand Up @@ -376,6 +376,7 @@ jobs:
environment:
<<: *android-env
<<: *bash-env
resource_class: large
steps:
- android-build

Expand All @@ -386,6 +387,7 @@ jobs:
environment:
<<: *android-env
<<: *bash-env
resource_class: large
steps:
- android-build

Expand Down
Loading