Commit graph

18 commits

Author SHA1 Message Date
Jeldrik Hanschke
02058ab756
upgrade to Ember 3.28 blueprints (#647) 2023-10-15 20:37:03 +02:00
masterwendu
6043d23a42 run CI with GitHub Actions (#320)
All CI tests currently run in TravisCI are ported to GitHub Actions except for the BrowserStack tests.

TravisCI is kept in place for some transition period until we know GitHub Actions are working as expected. Also tests run on BrowserStack must be migrated to GitHub Actions before.
2020-01-22 19:55:43 +01:00
Jeldrik Hanschke
7c523357dc
upgrade ember to 3.10 (#235)
Also adds a handy shortcut to run the bundlesize tests: `yarn test:bundlesize`.
2019-07-13 10:26:30 +02:00
jelhan
82f89b74df
refactor in repo addon include api in build (#169)
* fs-extra dependency of in-repo-addon was not listed explicitly

* refactor: inclusion of api in build for readability

* fix: 'readdirSync' is assigned a value but never used
2019-03-08 01:19:17 +01:00
Jeldrik Hanschke
8f591e2978 refactor: use version provided in config in favor of ember-cli-build-info 2018-12-29 22:09:14 +01:00
Jeldrik Hanschke
11265cb82d deps: upgrade ember to 2.18 2018-12-29 20:23:19 +01:00
jelhan
70ba444b39 ensure that only non dev api dependencies are included in build (#138) 2017-08-26 01:29:57 +02:00
jelhan
8b4438ad5f refactored folder structure 2014-02-06 12:24:26 +01:00
jelhan
1c79ee674c Using ember query params to put encryption key in uri
moving to canaray build cause in beta and stable builds do not contain features
2014-02-01 04:04:34 +01:00
jelhan
f856860515 Implementing encryption of stored data
encryption key is hard-coded yet
2014-01-31 15:00:47 +01:00
jelhan
32f27c9e8e Moving to EmbeddedAdapter project 2014-01-28 00:19:08 +01:00
jelhan
8873cd525e Update EmberJS to 1.3.1 and Ember Data to 1.0.0-beta5 2014-01-23 11:57:06 +01:00
jelhan
2585cf5a4c Update EmberJS to 1.3.1 and Ember Data to 1.0.0-beta5 2014-01-23 11:56:00 +01:00
jelhan
9a3feb2fdb Update EmberJS to 1.3.1 and Ember Data to 1.0.0-beta5 2014-01-23 11:55:16 +01:00
jelhan
fdf9c2a2ed Delete localstorage_adapter.js 2014-01-07 16:13:11 +01:00
jelhan
ebba6701e2 Delete ember.js 2014-01-07 16:12:48 +01:00
jelhan
8d7401d5a2 forgot to commit ember-1.2.0.js 2014-01-07 16:10:41 +01:00
jelhan
f452708aab rewrite client in EmberJS
Starting to rewrite client in EmberJS.
Main features, which are not implemented yet:
* api.php is not compatible with Ember Data yet. Data is stored in Locale Storage of the browser in this stage of development.
* Encryption / decryption of data is not implemented yet.
* There is an error on loading stored data due to embedded objects. Working on a fix, but loading a saved poll is not working for this reason yet.
* Adding user to a poll is not implemented yet.
* Any features for user interface like datepicker are not implemented yet.

To  test application you have to open #/create in browser. A route for index is not defined yet.
2013-12-30 17:01:24 +01:00