Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
78dbe1e
testing ci with ngrok
himawan-r May 24, 2018
7f290e1
INITIAL commit to include backend
himawan-r Jun 5, 2018
edc1d83
Merge branch 'master' of https://github.com/himawan-r/angular2-essent…
himawan-r Jun 5, 2018
b872586
Upgrade to angular 6 and add Java
himawan-r Jun 7, 2018
ed6c226
Simplify pom.xml
himawan-r Jun 7, 2018
e700fa4
update pom to install jacoco
himawan-r Jun 8, 2018
345320d
update pom, remove unused import
himawan-r Jun 8, 2018
460e19e
change jacoco coverage report folder dest
himawan-r Jun 8, 2018
c50b94d
Fix jacoco implementation crash with surefire
himawan-r Jun 11, 2018
faff341
add karma phantomjs
himawan-r Jun 11, 2018
e1026c3
Revert changes on servlet initializer
himawan-r Jun 11, 2018
91b3928
Trying run karma
himawan-r Jun 11, 2018
bd0ae70
testing karma config
himawan-r Jun 11, 2018
a61d3f1
Test karma phantom js coverage
himawan-r Jun 18, 2018
a9dcf39
fix output dir
himawan-r Jun 18, 2018
e36c557
test again after a while
himawan-r Oct 21, 2018
bd39bd1
add some dummy spec for karma test
himawan-r Oct 22, 2018
86cdd0d
try again change karma report dest folder in attempt to publish it
himawan-r Oct 22, 2018
a3c2bfc
add ui automation
himawan-r Oct 23, 2018
ce483b9
change catalina port
himawan-r Oct 31, 2018
4595f6c
add code for initial filtering
himawan-r Jan 30, 2019
a26bd5c
update unit tests
himawan-r Jan 30, 2019
3a98fa4
change packaging to war
himawan-r Jan 30, 2019
6af3650
add war config
himawan-r Jan 30, 2019
1793b69
move ui folder to resources
himawan-r Feb 1, 2019
87d7bbd
remove package lock
himawan-r Feb 1, 2019
ca6821f
push updated pom
himawan-r Feb 7, 2019
16a4abe
Merge pull request #2 from himawan-r/feature-initialfiltering
himawan-r Feb 7, 2019
9f72b75
update typescript v
himawan-r Feb 7, 2019
ba5b577
Merge pull request #3 from himawan-r/feature-initialfiltering
himawan-r Feb 7, 2019
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
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
node_modules
typings
app/**/*.js
app/**/*.js.map
npm-debug.log*
.DS_store
.idea
/catalogue/catalogue/temp/node/node_modules
6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

226 changes: 226 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 0 additions & 53 deletions README.md

This file was deleted.

8 changes: 0 additions & 8 deletions app/app.component.ts

This file was deleted.

17 changes: 0 additions & 17 deletions app/media-item-list.component.html

This file was deleted.

15 changes: 0 additions & 15 deletions app/media-item.component.ts

This file was deleted.

27 changes: 0 additions & 27 deletions app/media-item.service.ts

This file was deleted.

Loading