Skip to content
Snippets Groups Projects
Commit 7201f8f1 authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

Un-broken shit

parent e45bcf83
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,6 @@ ...@@ -157,7 +157,6 @@
"version": "5.5.2", "version": "5.5.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
"integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
"dev": true,
"requires": { "requires": {
"co": "4.6.0", "co": "4.6.0",
"fast-deep-equal": "1.0.0", "fast-deep-equal": "1.0.0",
...@@ -1024,8 +1023,7 @@ ...@@ -1024,8 +1023,7 @@
"co": { "co": {
"version": "4.6.0", "version": "4.6.0",
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
"integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ="
"dev": true
}, },
"code-point-at": { "code-point-at": {
"version": "1.1.0", "version": "1.1.0",
...@@ -2146,6 +2144,15 @@ ...@@ -2146,6 +2144,15 @@
"object-assign": "4.1.1" "object-assign": "4.1.1"
} }
}, },
"file-loader": {
"version": "1.1.10",
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-1.1.10.tgz",
"integrity": "sha512-dNnT4yJgUPtGDg0+m03kQ0b/PZi3Y12EnqYuRPNCsbYkBZc6j+fwVWy40jWzZjn5kIzQ4BLIxzJimbwAYlnPGw==",
"requires": {
"loader-utils": "1.1.0",
"schema-utils": "0.4.5"
}
},
"filename-regex": { "filename-regex": {
"version": "2.0.1", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
...@@ -5753,6 +5760,32 @@ ...@@ -5753,6 +5760,32 @@
"ret": "0.1.15" "ret": "0.1.15"
} }
}, },
"schema-utils": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.5.tgz",
"integrity": "sha512-yYrjb9TX2k/J1Y5UNy3KYdZq10xhYcF8nMpAW6o3hy6Q8WSIEf9lJHG/ePnOBfziPM3fvQwfOwa13U/Fh8qTfA==",
"requires": {
"ajv": "6.2.0",
"ajv-keywords": "3.1.0"
},
"dependencies": {
"ajv": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.2.0.tgz",
"integrity": "sha1-r6wpW7qgFSRJ5SJ0LkVHwa6TKNI=",
"requires": {
"fast-deep-equal": "1.0.0",
"fast-json-stable-stringify": "2.0.0",
"json-schema-traverse": "0.3.1"
}
},
"ajv-keywords": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.1.0.tgz",
"integrity": "sha1-rCsnk5xUPpXSwG5/f1wnvkqlQ74="
}
}
},
"semver": { "semver": {
"version": "5.5.0", "version": "5.5.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz",
...@@ -6723,6 +6756,26 @@ ...@@ -6723,6 +6756,26 @@
} }
} }
}, },
"url-loader": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-0.6.2.tgz",
"integrity": "sha512-h3qf9TNn53BpuXTTcpC+UehiRrl0Cv45Yr/xWayApjw6G8Bg2dGke7rIwDQ39piciWCWrC+WiqLjOh3SUp9n0Q==",
"requires": {
"loader-utils": "1.1.0",
"mime": "1.4.1",
"schema-utils": "0.3.0"
},
"dependencies": {
"schema-utils": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.3.0.tgz",
"integrity": "sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8=",
"requires": {
"ajv": "5.5.2"
}
}
}
},
"url-parse-lax": { "url-parse-lax": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"cors": "^2.8.4", "cors": "^2.8.4",
"express": "^4.16.2", "express": "^4.16.2",
"express-session": "^1.15.6", "express-session": "^1.15.6",
"file-loader": "^1.1.10",
"fs": "0.0.1-security", "fs": "0.0.1-security",
"fuse.js": "^3.2.0", "fuse.js": "^3.2.0",
"graphql": "^0.13.1", "graphql": "^0.13.1",
...@@ -25,6 +26,7 @@ ...@@ -25,6 +26,7 @@
"pg": "^7.4.1", "pg": "^7.4.1",
"pug": "^2.0.0-rc.4", "pug": "^2.0.0-rc.4",
"serve-favicon": "^2.4.5", "serve-favicon": "^2.4.5",
"url-loader": "^0.6.2",
"webpack": "^3.11.0", "webpack": "^3.11.0",
"webpack-node-externals": "^1.6.0" "webpack-node-externals": "^1.6.0"
}, },
......
...@@ -6,7 +6,7 @@ After=network-online.target ...@@ -6,7 +6,7 @@ After=network-online.target
[Service] [Service]
Environment=NODE_ENV=development Environment=NODE_ENV=development
WorkingDirectory=/opt/sigma-back WorkingDirectory=/opt/sigma-back
ExecStart=/usr/bin/node app.js ExecStart=node app.js
Restart=always Restart=always
[Install] [Install]
......
/** /**
* @file Ce fichier genere le shema utilise par Apollo. C'est ici que les requetes GraphQl sont résolues. * @file Ce fichier génère le schéma GraphQL. C'est ici que les requêtes GraphQl sont résolues.
* @author akka vodol * @author akka vodol
*/ */
import knex from '../../db/knex_router'; import knex from '../../db/knex_router';
...@@ -36,11 +36,11 @@ const typeDefs = ` ...@@ -36,11 +36,11 @@ const typeDefs = `
type Mutation { type Mutation {
createGroup( createGroup(
uid: ID = null, uid: ID = null
name: String, name: String
website: String, website: String
description: String, description: String
school: String, school: String
parentuid : String parentuid : String
): Group ): Group
} }
...@@ -172,15 +172,11 @@ const resolvers = { ...@@ -172,15 +172,11 @@ const resolvers = {
}; };
}; };
const result = rens(args.uid).then((res) => { const result = rens(context.user, args.uid).then(res => {
let refactData = res.map(data => { const output = res.map(entry => refactorer(entry));
let result = refactorer(data); return output;
return result;
});
console.log(refactData);
return refactData;
}); });
console.log(result);
return result; return result;
} }
}, },
......
...@@ -208,7 +208,7 @@ function listAdmins(user, gid) { ...@@ -208,7 +208,7 @@ function listAdmins(user, gid) {
* @arg {Object} user - Utilisateur de la forme nécessaire au bind * @arg {Object} user - Utilisateur de la forme nécessaire au bind
* @arg {string} user[key] - uid et password * @arg {string} user[key] - uid et password
* @arg {string} uid - Identifiant de l'utilisateur * @arg {string} uid - Identifiant de l'utilisateur
* @return {Object} Informations recueillies ; rennvoit une liste de dictionnaire avec les mêmes clés que dans le TOL, voir config.json. * @return {Object} Informations recueillies ; renvoie une liste de dictionnaire avec les mêmes clés que dans le TOL, voir config.json.
*/ */
function rens(user, uid) { function rens(user, uid) {
return new Promise(function(resolve, reject) { return new Promise(function(resolve, reject) {
......
...@@ -40,13 +40,12 @@ server.use('/graphql', bodyParser.json(), cors(), ...@@ -40,13 +40,12 @@ server.use('/graphql', bodyParser.json(), cors(),
try { try {
uid = "anatole.romon"; uid = "anatole.romon";
password = "mythe" password = "mythe";
//uid = req.session.id; //uid = req.session.id;
//password = req.session.password; //password = req.session.password;
} catch (err) { } catch (err) {
uid = "louis.vanneau"; uid = "louis.vaneau";
password = "mythe" password = "mythe";
} }
return { return {
......
const path = require('path'); const path = require('path');
const nodeExternals = require('webpack-node-externals'); const nodeExternals = require('webpack-node-externals');
var config = { const config = {
entry: './src/index.js', entry: './src/index.js',
target: 'node', target: 'node',
output: { output: {
filename: 'bundle.js', path: path.resolve(__dirname, 'build'),
path: path.resolve(__dirname, 'build') publicPath: '/',
filename: 'bundle.js'
}, },
externals: [nodeExternals()], externals: [nodeExternals()],
module: { module: {
loaders: [{ loaders: [{
test: /\.(png|jpg|ico)/, test: /\.css$/,
use: ['style-loader', 'css-loader']
},{
test: /\.(png|jpg|ico)$/,
exclude: /node_modules/, exclude: /node_modules/,
loader: 'url-loader' loader: 'file-loader',
options: {
limit: 10000
}
}] }]
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment