Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
jio_mebibou
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alexandra Rogova
jio_mebibou
Commits
77749537
Commit
77749537
authored
Jan 07, 2015
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update erp5 storage implementation.
parent
a8ced060
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
81 additions
and
277 deletions
+81
-277
Gruntfile.js
Gruntfile.js
+3
-0
package.json
package.json
+1
-0
src/jio.storage/erp5storage.js
src/jio.storage/erp5storage.js
+77
-277
No files found.
Gruntfile.js
View file @
77749537
...
...
@@ -144,6 +144,8 @@ module.exports = function (grunt) {
jio
:
{
// duplicate files are ignored
src
:
[
'
lib/uri/URI.js
'
,
'
node_modules/uritemplate/bin/uritemplate.js
'
,
// 'node_modules/moment/moment.js',
'
lib/moment/moment-2.5.0.js
'
,
// 'src/*.js',
...
...
@@ -173,6 +175,7 @@ module.exports = function (grunt) {
'
src/jio.storage/davstorage.js
'
,
'
src/jio.storage/indexeddbstorage.js
'
,
'
src/jio.storage/unionstorage.js
'
,
'
src/jio.storage/erp5storage.js
'
,
'
src/jio.storage/querystorage.js
'
,
'
src/jio.storage/drivetojiomapping.js
'
,
'
src/jio.storage/cachestorage.js
'
...
...
package.json
View file @
77749537
...
...
@@ -30,6 +30,7 @@
],
"dependencies"
:
{
"rsvp"
:
"git+http://git.erp5.org/repos/rsvp.js.git"
,
"uritemplate"
:
"git+http://git.erp5.org/repos/uritemplate-js.git"
,
"
moment
"
:
"
2.8.3
"
},
"devDependencies"
:
{
...
...
src/jio.storage/erp5storage.js
View file @
77749537
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment