5ed89f16fe
Prepare release 1.0.0
2017-03-15 02:37:15 +01:00
718f693b75
Merge branch '10-add-unit-tests' into 'develop'
...
Added a first simple test.
Closes #10
See merge request !16
2017-03-15 02:33:12 +01:00
77a79bf588
Added a first simple test.
...
That serves as a proof-of-concept and as a template for future tests.
It's a start!
2017-03-15 02:22:24 +01:00
f3b5a7580a
Merge branch '5-style-the-error-message' into 'develop'
...
Added simple styling to the error message and the corresponding select element.
Closes #5
See merge request !15
2017-03-15 01:16:27 +01:00
f8c627aee5
Added simple styling to the error message and the corresponding select element.
2017-03-15 01:13:09 +01:00
8c261c949c
Merge branch '17-rebrand' into 'develop'
...
Removed "dencode" from where it was publicly visible.
Closes #17
See merge request !14
2017-03-15 00:45:25 +01:00
aa7b8079b8
Updated README.md.
2017-03-15 00:42:46 +01:00
f103b0b1fe
Removed "dencode" from where it was publicly visible.
2017-03-15 00:40:28 +01:00
b01ae2240c
Merge branch '15-add-a-readme-file' into 'develop'
...
Added very simplistic README.md.
Closes #15
See merge request !13
2017-03-15 00:29:17 +01:00
7f3cc95dbc
Added very simplistic README.md.
2017-03-15 00:17:48 +01:00
01bb4af7d1
Merge branch 'split-quotedprintable-and-utf8' into 'develop'
...
Split quotedprintable and utf8
Closes #14
See merge request !12
2017-03-15 00:14:19 +01:00
9b29d638d1
Split utf8 from quoted printable
2017-03-15 00:09:57 +01:00
644c3c42b6
Merge branch 'develop' into split-quotedprintable-and-utf8
2017-03-15 00:00:49 +01:00
c4f508705f
Merge branch '16-migrate-build-to-webpack' into 'develop'
...
Resolve "Migrate build to webpack"
Closes #16
See merge request !11
2017-03-14 23:58:04 +01:00
0409f69490
Test for the target path variable being set
2017-03-14 23:54:42 +01:00
395b54c849
Updated deploy process for the production environment.
2017-03-14 23:46:57 +01:00
1386babee5
Fixed conversions that depend on pure JS modules
...
That is:
- quoted printable
- punycode
- (utf8), dependency of quoted printable
2017-03-14 23:36:39 +01:00
710b703a8f
Fixed references to fonts
...
Moved the definitions to the main style.css file
2017-03-14 22:36:13 +01:00
06ed0eb2dd
Adjusted the publicPath property.
2017-03-14 21:34:51 +01:00
13e6f6603e
Updated ci-config for the webpack build
2017-03-14 17:39:09 +01:00
8fc3b8e3aa
Now it mostly works with some limitations:
...
- ambient declarations seem not to be working, thus the following
converters have temporarily been disabled:
- punycode
- utf8
- quoted-printable
2017-03-14 17:35:36 +01:00
3938254b36
Using the latest version of extract-text-webpack-plugin
...
This resolves an issue where this plugin doesn't work at all.
2017-03-14 15:45:31 +01:00
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
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
bccceaed6e
re-enabled deployment to production
2017-03-14 00:50:14 +01:00
79139812a4
reverted the branch-based deployment to staging
2017-03-14 00:35:56 +01:00
8d9bd73da6
fixed the deploy stage for the staging environment
2017-03-14 00:27:00 +01:00
9edd2b6dbf
updated .gitlab-ci.yml. tried to put pages artifacts into branch-based subfolder
2017-03-14 00:21:43 +01:00
23a131aec4
fixed paths for fonts
2017-03-09 22:35:46 +01:00
c2960f11e8
fixed typo
2017-03-07 04:23:23 +01:00
c9c4836a88
fixed syntax errors
2017-03-07 04:16:22 +01:00
603f0ca94d
try to enable gitlab-pages
2017-03-07 04:12:52 +01:00
1835634d6c
split quotedprintable and utf8 converters
2016-09-28 13:53:05 +02:00
242d733b01
Merge branch 'feature/punycodeconversion' into 'develop'
...
Feature/punycodeconversion
See merge request !9
2016-09-28 00:13:09 +02:00
69190625db
add punycode.js to the artifacts; otherwise, the deployment won't work, obviously!
2016-09-28 00:06:10 +02:00
adbf1858ac
include punycode.js for deployment
2016-09-28 00:00:27 +02:00
c8e2c421a6
added punycode de- and encoder
2016-09-27 23:50:52 +02:00
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
ee06449c3c
make deploy.sh executable
2016-09-27 02:20:28 +02:00
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
56ccace563
created class for the input stuff
2016-09-22 00:15:11 +02:00
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
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
6759ee5b6c
deleted obsolete/old files
2016-09-21 23:14:07 +02:00
9e77128b31
removed unnecessary import
2016-09-21 23:00:56 +02:00
0f53010d4f
fixed build error
2016-09-21 13:57:13 +02:00
a1067de032
added specific error messages to converters.
2016-09-21 13:36:39 +02:00
052897180b
Merge branch 'feature/reorganize' into 'develop'
...
Feature/reorganize
See merge request !4
2016-09-21 12:21:17 +02:00
a0bc772bf8
added fonts and js libraries
2016-09-21 03:04:58 +02:00
cb21aafcb5
also deploy converter files
2016-09-21 02:58:11 +02:00