This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove app manifest support Also update pouchdb to 6.2.0 * Make sure login tests wait until db is loaded to finish. * Setup testing to use chrome and service worker * Fixed error when sys admin and not in stand alone mode * Use worker-pouch to access local db via sw Also, make sure search works offline * Move pouch-find-indexes to mixin * Sync local changes to remote * Added logic to use background sync to retry remote syncing. * Change all users to use oauth Move away from CouchDB sessions so that for offline use we can use oauth to validate users. * Remove unneeded logging * Setup to rely on background sync retrying on failure. * Make sure logout and login handle offline gracefully. * Make sure service workers are disabled for Electron. * Make sure service worker is disabled on Electron tests. * Try chrome headless * Try using yarn and chrome beta * Fix issues logging in with Electron * Try using chrome beta headless * pbkdf2 shouldn't need to be specified directly * Removed unneeded code * Try to get chrome headless working * Try upgrading ember-concurrency if that is the issue. * Fix issues with users DB in standalone (Electron) mode * Try using regular Google Chrome * Move back to PhantomJS * Go back to npm
- Loading branch information
Showing
29 changed files
with
35,830 additions
and
1,100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ addons: | |
- ubuntu-toolchain-r-test | ||
packages: | ||
- g++-4.8 | ||
|
||
cache: | ||
directories: | ||
- $HOME/.npm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.