chore(flight): unify documentation by codejockie · Pull Request #26 · codejockie/document-manager · GitHub
Skip to content

chore(flight): unify documentation#26

Merged
codejockie merged 1 commit into
masterfrom
chore/149794556/unify-docs
Jul 31, 2017
Merged

chore(flight): unify documentation#26
codejockie merged 1 commit into
masterfrom
chore/149794556/unify-docs

Conversation

@codejockie

Copy link
Copy Markdown
Owner

#149794556 unify documentation

#### What does this PR do?
#### This PR adds a sort of uniformity to the documentation

#### Description of Tasks to be completed
#### N/A

#### How should this be manually tested?
#### N/A

#### Any background context you want to provide?
#### No

#### What are the relevant pivotal tracker stories?
#### Unify Documentation

#### Screenshots (if appropriate)
#### None

#### Questions:
#### None

@codejockie codejockie temporarily deployed to cjdocs-pr-26 July 31, 2017 08:45 Inactive

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/models' import/no-unresolved

const Role = require('../../build/models').Role;
const User = require('../../build/models').User;
const Document = require('../../src/models').Document;
const Role = require('../../src/models').Role;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/models' import/no-unresolved

const Document = require('../../build/models').Document;
const Role = require('../../build/models').Role;
const User = require('../../build/models').User;
const Document = require('../../src/models').Document;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/models' import/no-unresolved

import supertest from 'supertest';
import isEmpty from 'lodash/isEmpty';
import app from '../../build/server';
import app from '../../src/server';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/server' import/no-unresolved
Missing file extension for "../../src/server" import/extensions

const Document = require('../../build/models').Document;
const User = require('../../src/models').User;
const Role = require('../../src/models').Role;
const Document = require('../../src/models').Document;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/models' import/no-unresolved

import { expect } from 'chai';
import supertest from 'supertest';
import app from '../../build/server';
import app from '../../src/server';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/server' import/no-unresolved
Missing file extension for "../../src/server" import/extensions

Comment thread server/models/index.js
@@ -1,8 +1,12 @@
import fs from 'fs';
import path from 'path';
import dotenv from 'dotenv';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module 'dotenv' import/no-unresolved
Missing file extension for "dotenv" import/extensions

Comment thread gulpfile.babel.js
import injectModules from 'gulp-inject-modules';
import istanbul from 'gulp-istanbul';
import jasmine from 'gulp-jasmine';
import nodemon from 'gulp-nodemon';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module 'gulp-nodemon' import/no-unresolved
Missing file extension for "gulp-nodemon" import/extensions

Comment thread gulpfile.babel.js
import exit from 'gulp-exit';
import injectModules from 'gulp-inject-modules';
import istanbul from 'gulp-istanbul';
import jasmine from 'gulp-jasmine';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module 'gulp-jasmine' import/no-unresolved
Missing file extension for "gulp-jasmine" import/extensions

Comment thread gulpfile.babel.js
import injectModules from 'gulp-inject-modules';
import exit from 'gulp-exit';
import injectModules from 'gulp-inject-modules';
import istanbul from 'gulp-istanbul';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module 'gulp-istanbul' import/no-unresolved
Missing file extension for "gulp-istanbul" import/extensions

const User = require('../../build/models').User;
const Document = require('../../src/models').Document;
const Role = require('../../src/models').Role;
const User = require('../../src/models').User;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/models' import/no-unresolved

const Role = require('../../build/models').Role;
const User = require('../../build/models').User;
const Document = require('../../src/models').Document;
const Role = require('../../src/models').Role;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/models' import/no-unresolved

const Document = require('../../build/models').Document;
const Role = require('../../build/models').Role;
const User = require('../../build/models').User;
const Document = require('../../src/models').Document;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/models' import/no-unresolved

import supertest from 'supertest';
import isEmpty from 'lodash/isEmpty';
import app from '../../build/server';
import app from '../../src/server';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/server' import/no-unresolved
Missing file extension for "../../src/server" import/extensions

const Document = require('../../build/models').Document;
const User = require('../../src/models').User;
const Role = require('../../src/models').Role;
const Document = require('../../src/models').Document;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/models' import/no-unresolved

import { expect } from 'chai';
import supertest from 'supertest';
import app from '../../build/server';
import app from '../../src/server';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module '../../src/server' import/no-unresolved
Missing file extension for "../../src/server" import/extensions

Comment thread server/models/index.js
@@ -1,8 +1,12 @@
import fs from 'fs';
import path from 'path';
import dotenv from 'dotenv';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module 'dotenv' import/no-unresolved
Missing file extension for "dotenv" import/extensions

Comment thread gulpfile.babel.js
import injectModules from 'gulp-inject-modules';
import istanbul from 'gulp-istanbul';
import jasmine from 'gulp-jasmine';
import nodemon from 'gulp-nodemon';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module 'gulp-nodemon' import/no-unresolved
Missing file extension for "gulp-nodemon" import/extensions

Comment thread gulpfile.babel.js
import exit from 'gulp-exit';
import injectModules from 'gulp-inject-modules';
import istanbul from 'gulp-istanbul';
import jasmine from 'gulp-jasmine';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module 'gulp-jasmine' import/no-unresolved
Missing file extension for "gulp-jasmine" import/extensions

Comment thread gulpfile.babel.js
import injectModules from 'gulp-inject-modules';
import exit from 'gulp-exit';
import injectModules from 'gulp-inject-modules';
import istanbul from 'gulp-istanbul';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to resolve path to module 'gulp-istanbul' import/no-unresolved
Missing file extension for "gulp-istanbul" import/extensions

@coveralls

Copy link
Copy Markdown

@codejockie codejockie merged commit 2ac37a7 into master Jul 31, 2017
@codejockie codejockie deleted the chore/149794556/unify-docs branch May 18, 2018 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants