-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2326 from moodlehq/integration
Integration
- Loading branch information
Showing
366 changed files
with
12,491 additions
and
6,034 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sudo: required | ||
os: linux | ||
dist: bionic | ||
group: edge | ||
|
||
|
@@ -23,4 +23,3 @@ script: | |
|
||
after_success: | ||
- scripts/ci.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Package updates known problems | ||
================= | ||
|
||
@ionic/app-scripts 3.2.3 shows error Cannot find type definition file for '@types'. on ngc build. | ||
|
||
com-darryncampbell-cordova-plugin-intent 2.0.0 onwards needs Android X Support. Unsupported on PGB. | ||
|
||
typescript is needed to be less than 2.7 for @angular/compiler-cli | ||
|
||
cordova-plugin-ionic-keyboard has problems on greater versions than 2.1.3 | ||
|
||
jszip has problems with "lie" dependency on greater versions than 3.1 | ||
|
||
promise.prototype.finally has problems on greater versions than 3.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// Check https://github.com/mishoo/UglifyJS2/tree/harmony#minify-options-structure | ||
module.exports = { | ||
/** | ||
* mangle: uglify 2's mangle option | ||
*/ | ||
mangle: { | ||
keep_classnames: true, | ||
keep_fnames: true | ||
}, | ||
/** | ||
* compress: uglify 2's compress option | ||
*/ | ||
compress: { | ||
toplevel: true, | ||
pure_getters: true | ||
}, | ||
keep_classnames: true, | ||
keep_fnames: true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.