Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8a4be1d
Updated package.json with translation-specific code.
SzybkiSasza Jul 10, 2019
c85ace9
Restored translations config specific for Enplug.
SzybkiSasza Jul 10, 2019
8821ede
Added postinstall back.
SzybkiSasza Jul 10, 2019
5b1de03
Extract for the App.
SzybkiSasza Jul 10, 2019
016acfa
Added remaining Dashboard scripts.
SzybkiSasza Jul 10, 2019
4ba1d2d
Reset locks.
SzybkiSasza Jul 10, 2019
25065b0
Merge branch 'feature/repo-update' into internal-enplug
SzybkiSasza Jul 10, 2019
d49ee55
Merge branch 'master' into internal-enplug
SzybkiSasza Jul 10, 2019
671e79b
Update README.md (#32)
JerryDoubleU Sep 27, 2019
2570095
Merge branch 'master' of github.com:Enplug/app-seed into internal-enplug
A-Gochnio Mar 18, 2020
52fccd7
New SDK + new components (#41)
A-Gochnio Mar 19, 2020
bba1403
Updating @enplug/components version
A-Gochnio Mar 19, 2020
55551ee
Transloco (#45)
JerryDoubleU Jun 1, 2020
b979f16
WIP: ng update
JerryDoubleU Apr 7, 2021
5de8886
WIP: ng update
JerryDoubleU Apr 7, 2021
8582a27
WIP: ng update
JerryDoubleU Apr 7, 2021
48b46e7
WIP: ng update
JerryDoubleU Apr 7, 2021
3f02b8d
dashboard ng update
JerryDoubleU Apr 7, 2021
b4e8312
WIP: ng update
JerryDoubleU Apr 7, 2021
6042bee
WIP: ng update
JerryDoubleU Apr 7, 2021
fb262c4
updated packages
JerryDoubleU Apr 7, 2021
feb18ef
improvements and fixes
JerryDoubleU Apr 7, 2021
e521fa1
asset list updates; asset editing; player example
JerryDoubleU Apr 9, 2021
732715a
version bump
JerryDoubleU Apr 9, 2021
489ff3e
improved my assets comeback flow
JerryDoubleU Apr 9, 2021
bba7bc3
Merge pull request #64 from Enplug/updates
JerryDoubleU Apr 9, 2021
87b9aa3
display group select, duplicate, code cleanup (#65)
JerryDoubleU Apr 13, 2021
3c8f66c
fixed incorrect touchAsset logic
JerryDoubleU Apr 13, 2021
fb87a05
fixed touchAsset
JerryDoubleU Apr 13, 2021
6e83bcd
Update asset-list.component.ts
JerryDoubleU Apr 13, 2021
dd67455
Ep 20711 unit tests (#79)
JerryDoubleU Apr 21, 2021
f042f82
Create CODEOWNERS
JerryDoubleU Apr 30, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @JerryDoubleU @seishin4real @drewniu @A-Gochnio @bwitkowicz
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# App Seed
# App Seed - Internal Enplug branch

This is a special version of App Seed targeted for Enplug's apps. It includes a preconfigured translation initialization and extraction setup.

This is a seed project for Enplug Apps. It consists of two subprojects:

Expand Down
45 changes: 40 additions & 5 deletions app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -28,21 +29,49 @@
"scripts": []
},
"configurations": {
"local": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.local.ts"
}]
},
"development": {
"aot": true,
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"sourceMap": true
},
"staging": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.staging.ts"
}
],
"aot": true,
"sourceMap": true
},
"production": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand All @@ -52,15 +81,18 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
},
"test": {
"aot": true,
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"sourceMap": true,
"fileReplacements": [
{
Expand All @@ -77,6 +109,9 @@
"browserTarget": "appseed:build"
},
"configurations": {
"local": {
"browserTarget": "appseed:build:local"
},
"development": {
"browserTarget": "appseed:build"
},
Expand Down
14 changes: 0 additions & 14 deletions app/e2e/src/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,4 @@ describe('workspace-project App', () => {
beforeEach(() => {
page = new AppPage();
});

it('should display welcome message', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('AppSeed App');
});

// Code below is commented as Enplug API is unavailable in E2E scenarios and may cause errors
// afterEach(async () => {
// // Assert that there are no errors emitted from the browser
// const logs = await browser.manage().logs().get(logging.Type.BROWSER);
// expect(logs).not.toContain(jasmine.objectContaining({
// level: logging.Level.SEVERE,
// } as logging.Entry));
// });
});
4 changes: 0 additions & 4 deletions app/e2e/src/app.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ export class AppPage {
navigateTo() {
return browser.get('/');
}

getParagraphText() {
return element(by.css('ep-appseed h1.appseed__title')).getText();
}
}
Loading