Commit Graph

249 Commits

Author SHA1 Message Date
Manuel Friedli be51aab2ee Intermediate commit:
- webpack build does not run successfully, typescript errors out, saying
  "TS2304: Cannot find name 'module'." or 'require' or 'process' in
  certain .ts files.
2017-03-14 15:42:11 +01:00
Manuel Friedli d6604351fe Merge branch 'feature/go-gitlab-pages' into 'develop'
Feature/go gitlab pages

See merge request !10
2017-03-14 01:02:57 +01:00
Manuel Friedli bccceaed6e re-enabled deployment to production 2017-03-14 00:50:14 +01:00
Manuel Friedli 79139812a4 reverted the branch-based deployment to staging 2017-03-14 00:35:56 +01:00
Manuel Friedli 8d9bd73da6 fixed the deploy stage for the staging environment 2017-03-14 00:27:00 +01:00
Manuel Friedli 9edd2b6dbf updated .gitlab-ci.yml. tried to put pages artifacts into branch-based subfolder 2017-03-14 00:21:43 +01:00
Manuel Friedli 23a131aec4 fixed paths for fonts 2017-03-09 22:35:46 +01:00
Manuel Friedli c2960f11e8 fixed typo 2017-03-07 04:23:23 +01:00
Manuel Friedli c9c4836a88 fixed syntax errors 2017-03-07 04:16:22 +01:00
Manuel Friedli 603f0ca94d try to enable gitlab-pages 2017-03-07 04:12:52 +01:00
Manuel Friedli 1835634d6c split quotedprintable and utf8 converters 2016-09-28 13:53:05 +02:00
Manuel Friedli 242d733b01 Merge branch 'feature/punycodeconversion' into 'develop'
Feature/punycodeconversion



See merge request !9
2016-09-28 00:13:09 +02:00
Manuel Friedli 69190625db add punycode.js to the artifacts; otherwise, the deployment won't work, obviously! 2016-09-28 00:06:10 +02:00
Manuel Friedli adbf1858ac include punycode.js for deployment 2016-09-28 00:00:27 +02:00
Manuel Friedli c8e2c421a6 added punycode de- and encoder 2016-09-27 23:50:52 +02:00
Manuel Friedli 77d3664cc1 Merge branch '13-set-up-build-for-productive-environment-conv-friedli-info' into 'develop'
make deploy.sh executable

Closes #13

See merge request !8
2016-09-27 02:36:45 +02:00
Manuel Friedli ee06449c3c make deploy.sh executable 2016-09-27 02:20:28 +02:00
Manuel Friedli f2940b2cb0 Merge branch '11-convert-any-input-data-holder-to-a-class' into 'develop'
created class for the input stuff

Closes #11

See merge request !7
2016-09-22 00:20:37 +02:00
Manuel Friedli 56ccace563 created class for the input stuff 2016-09-22 00:15:11 +02:00
Manuel Friedli 2deb03f754 Merge branch '12-clean-up-old-files' into 'develop'
deleted obsolete/old files

Closes #12

See merge request !6
2016-09-21 23:24:07 +02:00
Manuel Friedli e8fb01e912 Merge branch '8-display-more-specific-error-messages' into 'develop'
Resolve "Display more specific error messages"

Closes #8 and #9

See merge request !5
2016-09-21 23:18:21 +02:00
Manuel Friedli 6759ee5b6c deleted obsolete/old files 2016-09-21 23:14:07 +02:00
Manuel Friedli 9e77128b31 removed unnecessary import 2016-09-21 23:00:56 +02:00
Manuel Friedli 0f53010d4f fixed build error 2016-09-21 13:57:13 +02:00
Manuel Friedli a1067de032 added specific error messages to converters. 2016-09-21 13:36:39 +02:00
Manuel Friedli 052897180b Merge branch 'feature/reorganize' into 'develop'
Feature/reorganize



See merge request !4
2016-09-21 12:21:17 +02:00
Manuel Friedli a0bc772bf8 added fonts and js libraries 2016-09-21 03:04:58 +02:00
Manuel Friedli cb21aafcb5 also deploy converter files 2016-09-21 02:58:11 +02:00
Manuel Friedli 8b1455169e added more resources 2016-09-21 02:51:41 +02:00
Manuel Friedli eb5af06ffc hmm, is the syntax now correct? 2016-09-21 02:40:05 +02:00
Manuel Friedli fc3ae523a3 Merge branch 'feature/reorganize' of gittr.ch:manuel/dencode.org into feature/reorganize 2016-09-21 02:32:18 +02:00
Manuel Friedli c9c1e09a97 will it deploy with this configuration? 2016-09-21 02:31:42 +02:00
Manuel Friedli 0944cdb999 Update deploy.sh 2016-09-21 02:06:18 +02:00
Manuel Friedli 63d3762922 get rid of the old design; use a sleek, simple, clean one.
Well ... Perhaps this is subject to change, too.
2016-09-21 01:43:21 +02:00
Manuel Friedli 140060a733 re-order converters in the dropdown 2016-09-20 22:41:07 +02:00
Manuel Friedli f5999c5276 added a wrapper service for the native libraries 2016-09-20 22:34:31 +02:00
Manuel Friedli 9e95797211 simplified quoted printable stuff 2016-09-20 22:10:32 +02:00
Manuel Friedli 57756c85a9 deleted unneeded JS files/libraries. 2016-09-20 22:03:16 +02:00
Manuel Friedli 02735ff4a1 added QuotedPrintable{De,En}coder. 2016-09-20 22:02:38 +02:00
Manuel Friedli 01df7ac29c added 6 more converters:
- dec <-> bin
- dec <-> hex
- htmlentities de- and encode
2016-09-20 21:12:13 +02:00
Manuel Friedli 5a1ca42f0d added URI{Component,}{De,En}coder 2016-09-20 20:45:04 +02:00
Manuel Friedli 4197bca299 First usable version based on AngularJS 2! Almost no converters yet, though. 2016-09-20 20:30:58 +02:00
Manuel Friedli 8acddfe548 don't cleanup: this should enable me to spot the bug. 2016-09-15 23:40:44 +02:00
Manuel Friedli e9697aa88b split creation of dirs and copying of resources into single steps for
easier debugging
2016-09-15 23:35:55 +02:00
Manuel Friedli 992a07d93a copy all @angular resources 2016-09-15 22:47:14 +02:00
Manuel Friedli 7eb57eb1ae okay ... probably squashed the last bug. HOPEFULLY! 2016-09-15 22:39:48 +02:00
Manuel Friedli 3b0868c61e stupid, STUPID escaping mistake. D'OH! 2016-09-15 22:35:26 +02:00
Manuel Friedli 1608a354cf hopefully added enought debug stuff to diagnose the source of the deploy
error
2016-09-15 22:31:08 +02:00
Manuel Friedli 11f098d18e added some debug info to deploy.sh and fixed directory creation/copying bug 2016-09-15 22:22:45 +02:00
Manuel Friedli 002062ba57 try to fix deploy.sh 2016-09-15 22:14:17 +02:00