matrix-react-sdk
Fix sourcemaps by refactoring the build system
#3839
Merged

Fix sourcemaps by refactoring the build system #3839

turt2live merged 100 commits into develop from travis/sourcemaps
turt2live
turt2live Remove unused jenkins.sh
25f5cca8
turt2live Copy typescript configs from js-sdk
c02beb9b
turt2live Upgrade to babel@7 and support typescript
97af0403
turt2live Convert SdkConfig to TypeScript as a proof of concept
a5dadda6
turt2live yarn.lock changes for upgrade
ff584d16
turt2live Disable tests for new TypeScript build
59ddefdb
turt2live Disable end-to-end tests too
f5264db0
turt2live Fix exports for rate limited functions and MatrixClientPeg
225695ab
turt2live Implementation of new potential skinning mechanism
20a61539
t3chguy Initial jest stuff. Blocked on Babel 7
18f81d80
t3chguy delint
ffa2ac17
t3chguy 30 test failures to go :D
6ad31fe0
t3chguy 26 test failures to go :D
0041dae6
turt2live Remove irrelevant targets
b8faaa23
turt2live Explain why MatrixClientPeg is the way it is
434570ec
turt2live Rename decorator for clarity
0a9985fb
turt2live Add a bunch of docs
9865ce89
t3chguy Down to 7 test failures
ab3fb658
t3chguy Fix more tests
e6d84873
t3chguy All tests passing locally. We no longer need Chrome in buildkite
802092bf
t3chguy delint
c3415d21
t3chguy we don't need to install riot-web for react-sdk unit tests
386d6ec0
t3chguy fix yarn test for bashy things
f06a9438
t3chguy fix yarn test for bashy things v2
bcba9a3e
t3chguy wait additional tick
409a111b
t3chguy correct testMatch so it doesn't try run js-sdk tests
a2246374
t3chguy add delay
b9e22f81
turt2live Merge pull request #3723 from matrix-org/travis/babel7-reskindex
d06f476a
turt2live Merge pull request #3722 from matrix-org/travis/babel7
38e75aaa
t3chguy Merge branches 'develop' and 't3chguy/jest' of https://github.com/mat…
affc8b84
t3chguy Regen yarn.lock
4fe01509
turt2live Use `flex-start` instead of `start` for postcss
e7928e8d
turt2live Convert resizer to ES6
0b0fe92b
turt2live Convert CommonJS exports to ES6-compatible exports
344dac4f
turt2live Convert the more complicated CommonJS exports to ES6-style
4aec432b
turt2live Convert many imports to handle ES6 exports
d56f0f2a
turt2live Merge branch 'travis/babel7-wp-es6-imports' into travis/babel7-wp-es6…
79935150
turt2live Fix js-sdk imports for new module
be4eeb5e
turt2live Import from the js-sdk's src/ directory
806d728d
turt2live Merge branch 'travis/babel7-wp-es6-js-sdk' into travis/babel7-wp-es6-mcp
5a17406f
turt2live Fix MatrixClientPeg imports
042bd35d
turt2live Convert imports to ES6 from CommonJS
f1ac3d2f
turt2live Merge branch 'travis/babel7-wp-es6-imports-2' into travis/sourcemaps-es6
0c11e030
turt2live Merge branch 'travis/babel7-wp-es6-export' into travis/sourcemaps-es6
d002c2cc
turt2live Merge branch 'travis/sourcemaps-es6' into travis/babel7-wp-es6-fixes
2461993a
turt2live Import haveTileForEvent() from the right place
0d2cb6e7
turt2live Fix tabbed view export for component index
615648af
turt2live Fix Notifier imports in NotificationControllers
18ac2db2
turt2live Fix naming conflict in VectorConferenceHandler
539a33c7
turt2live Cosmetic updates to package.json
d8da634c
turt2live Add package.json fields for riot-web's webpack
69424f4b
turt2live Introduce babel's export-default-from plugin to fix build errors
23e53339
turt2live Define getLanguageFromBrowser() for LanguageDropdown
cfa21cbb
turt2live Add a bit of debugging to incorrect components in the Skinner
56adb824
turt2live Fix import of language index
3eb3be45
turt2live Merge pull request #3770 from matrix-org/travis/babel7-wp-skin-dbg
8a8b23ea
turt2live Merge pull request #3768 from matrix-org/travis/babel7-wp-bbl-pl
9cb810e5
turt2live Merge pull request #3769 from matrix-org/travis/babel7-wp-lang-dropdown
58f169be
turt2live Merge pull request #3760 from matrix-org/travis/babel7-wp-flex
3a7c5dc2
turt2live Use new imports for js-sdk's ContentRepo
9edc361a
turt2live Fix references to 'this' in Avatar and Unread
206d4c78
turt2live Merge pull request #3762 from matrix-org/travis/babel7-wp-es6-imports
f11f8dbc
turt2live Merge pull request #3763 from matrix-org/travis/babel7-wp-es6-js-sdk
284a69f0
turt2live Re-add docs
9213f881
turt2live Merge pull request #3764 from matrix-org/travis/babel7-wp-es6-imports-2
9aab1503
turt2live Merge pull request #3761 from matrix-org/travis/babel7-wp-es6-export
59f608ff
turt2live Merge pull request #3767 from matrix-org/travis/babel7-wp-package
85c4c72b
turt2live Merge branch 'travis/sourcemaps' into travis/babel7-wp-es6-fixes
36b7be92
turt2live Move lang import to the top of the file
4e4871c2
turt2live Merge pull request #3766 from matrix-org/travis/babel7-wp-es6-fixes
6ca9a7c9
turt2live [CONFLICT CHUNKS] Merge branch 'develop' into travis/sourcemaps-develop
fde32f13
turt2live Fix conflicts in package.json
a0da1320
turt2live Fix import merge conflicts, removing any that aren't needed anymore
3e5cc955
turt2live Fix remaining RoomView conflict
727ce892
turt2live Fix class construction in MemberList
19f78d4d
turt2live Use yarn's updated lockfile
a6376461
turt2live Delete files that were conflicting in the merge and deleted on develop
dc914774
turt2live Fix more imports post-merge
135c8425
turt2live Merge pull request #3817 from matrix-org/travis/sourcemaps-develop
a27f2d83
turt2live Merge remote-tracking branch 'origin/t3chguy/jest' into travis/source…
a8c8406a
turt2live Upgrade Jest and babel-jest to match js-sdk
23eb6cbe
turt2live Convert babel config to a different babel config
5f514329
turt2live Add webcrypto dep back
0e8af15b
turt2live Fix resolution of files for Jest
ffd037df
turt2live Fix languageHandler's use of $webapp languages.json for Jest
4dfbce31
turt2live Fix imports for tests
54f3288d
turt2live Fix test bootstrap for new skinning approach
4bc5ada5
turt2live Actually define some tests in TextualBody's test
aa389461
turt2live Remove subtly irrelevant package
d7dd67f6
turt2live Merge pull request #3823 from matrix-org/travis/sm-fix-tests
4c3703a5
turt2live Regenerate i18n
4b65cdf3
turt2live Merge pull request #3824 from matrix-org/travis/sm-misc
3591f802
turt2live Enable e2e and Riot tests, removing Karma
9f04f94c
turt2live Revert ES6ification of end-to-end tests and add instructions for Windows
e66f2a6c
turt2live Merge pull request #3827 from matrix-org/travis/sm-e2e-tests
52877704
turt2live Merge branch 'develop' into travis/sourcemaps
5fd27a10
turt2live Appease the linter
bf6798e1
turt2live turt2live marked this pull request as ready for review 5 years ago
turt2live turt2live requested a review 5 years ago
turt2live Fix CI build steps for new environment.
813b1401
turt2live Export VIEWS from MatrixChat for riot-web tests
90c7535a
turt2live turt2live force pushed from 424e85c2 to 90c7535a 5 years ago
dbkr
dbkr approved these changes on 2020-01-14
turt2live turt2live merged 7bfb3686 into develop 5 years ago
turt2live turt2live deleted the travis/sourcemaps branch 5 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone