Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Add optic api documentation #336

Open
wants to merge 287 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 27, 2017

  1. add attach debug configuration

    - Attach debug configuration
    - Scripts: debug, serve-debug, watch-debug
    - Readme
    ThanhTDT committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    08e570e View commit details
    Browse the repository at this point in the history
  2. fix: word

    ThanhTDT committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    d559bac View commit details
    Browse the repository at this point in the history
  3. .

    ThanhTDT committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    49bb4c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Merge pull request microsoft#34 from thanhtdt/master

    add attach debug configuration
    Bowden Kelly committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    f9eae65 View commit details
    Browse the repository at this point in the history
  2. Update build task

    lostintangent committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    c8dbb29 View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#35 from lostintangent/master

    Update debug configuration
    Bowden Kelly committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    5cd9602 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Merge pull request microsoft#31 from kevguy/test-fix

    fix: fix lint warnings for test files
    Bowden Kelly committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    ed149eb View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. change tests to not always pass

    dmt committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    0acc845 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. separate server binding to port from other app config

    this seems a bit crude but allows running the tests and having them take
    care of setting up the port to use
    dmt committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    8946ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d8741e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Update README.md

    Added missing "node_modules/*" path mapping to README.
    nmchaves committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    534cd4a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Configuration menu
    Copy the full SHA
    d151ad7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Configuration menu
    Copy the full SHA
    4066839 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Merge pull request microsoft#56 from sebastianseilund/sourcemaps-typo

    Removed extra "s" in sourceMap compilerOptions
    Bowden Kelly committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    0dddad0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#50 from nmchaves/patch-1

    Update README.md
    Bowden Kelly committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    9c8f67f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Merge pull request microsoft#53 from alan-agius4/feature/bump=deps

    feat(*): update several dependencies
    Bowden Kelly committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    aa75060 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Update README.md

    Added missing "node_modules/*" path mapping to README.
    nmchaves authored and Bowden committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    7631ad5 View commit details
    Browse the repository at this point in the history
  2. feat(*): update several dependencies

    alan-agius4 authored and Bowden committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    f80b88c View commit details
    Browse the repository at this point in the history
  3. Removed extra "s" in sourceMap compilerOptions

    sebastianseilund authored and Bowden committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    365b4b7 View commit details
    Browse the repository at this point in the history
  4. change tests to not always pass

    dmt authored and Bowden committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    58eb768 View commit details
    Browse the repository at this point in the history
  5. separate server binding to port from other app config

    this seems a bit crude but allows running the tests and having them take
    care of setting up the port to use
    dmt authored and Bowden committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    b3eddf3 View commit details
    Browse the repository at this point in the history
  6. fix conflicts

    Bowden committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    3f1c47e View commit details
    Browse the repository at this point in the history
  7. fix up tests

    Bowden committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    98d1641 View commit details
    Browse the repository at this point in the history
  8. Merge pull request microsoft#38 from dmt/master

    change tests to not always pass
    Bowden Kelly committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    ca7c9e5 View commit details
    Browse the repository at this point in the history
  9. update repo field

    Bowden committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    a040f51 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Configuration menu
    Copy the full SHA
    7d8b4d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. docs: update jest section

    alan-agius4 committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    5fbf79d View commit details
    Browse the repository at this point in the history
  2. Support all-typescript tooling with ts-node

    The ts-node allows to execute build scripts written in TypeScript
    so the entire project could be written in TypeScript.
    This commit introduces support for ts-node, updates packages
    and migrate copy routine to TypeScript
    
    Thanks!
    peterblazejewicz committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    41b9d2d View commit details
    Browse the repository at this point in the history
  3. Add VSCode CosmosDB extension recommendation

    The VSCode CosmosDB supports locally installed MongoDB servers
    (and lot of other things and features).
    It seems reasonable to offer that extension to project users.
    
    Thanks!
    peterblazejewicz committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    67baced View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. made some changes to mongo connection

    Bowden committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    e8ecc30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#63 from Microsoft/connectionRework

    made some changes to mongo connection
    Bowden Kelly committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    40bdb4e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Configuration menu
    Copy the full SHA
    fb9a740 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Merge pull request microsoft#58 from alan-agius4/feature/jest-conf

    feat: move jest config to external file
    Bowden Kelly committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    960bacc View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#66 from Thatkookooguy/patch-1

    add the line to compile dist folder
    Bowden Kelly committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    3daedf5 View commit details
    Browse the repository at this point in the history
  3. update year in footer

    Bowden committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    7642c20 View commit details
    Browse the repository at this point in the history
  4. Merge pull request microsoft#61 from peterblazejewicz/feat/cosmodb

    Add VSCode CosmosDB extension recommendation
    Bowden Kelly committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    840936a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into feat/ts-node

    Bowden Kelly committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    0e36d83 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into feat/ts-node

    Bowden Kelly committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    d56722c View commit details
    Browse the repository at this point in the history
  7. Merge pull request microsoft#60 from peterblazejewicz/feat/ts-node

    Support all-typescript tooling with `ts-node`
    Bowden Kelly committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    1436c8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7211d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e3e30e View commit details
    Browse the repository at this point in the history
  10. changed description of npm start

    Doron Grinstein committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    d1a2c95 View commit details
    Browse the repository at this point in the history
  11. coverage/chai support and some unit tests

    1. added jest coverage support (microsoft#64)
    2. added chai testing support
    3. created new unit tests
    irenexychen authored and Bowden Kelly committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    0513c92 View commit details
    Browse the repository at this point in the history
  12. Merge pull request microsoft#68 from dorongrinstein/master

    changed description of npm start
    Bowden Kelly committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    f52c194 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Update view markups for HTML5

    This commit:
    - removes obsolate frameborder scrolling attributes from iframe
    replacing them with inline style
    - correct values for inline width/height for embedded iframe
    - adds lang attr
    - sort order of the head elements: see e.g. https://git.io/vNfEF
    - update GA insline script to their shortest version and async/deferred script,
    see: https://git.io/vNfuU
    - use unbuffered comments so there is no output in transpiled html
    
    Thanks!
    peterblazejewicz committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    f2fdabf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a362f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be3f07 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Replace passport-local definition file with @types/passport-local

    This commit:
    - use @types/passport-local
    - removes custom definition file
    - updates implementation to use correct interface from @types/passport-local
    
    Thanks!
    peterblazejewicz committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    3a4f043 View commit details
    Browse the repository at this point in the history
  2. Update Bootstrap from 3.3.6 to 3.3.7

    Mostly small SASS source files updates, but that counts
    
    Thanks!
    peterblazejewicz committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    2e54055 View commit details
    Browse the repository at this point in the history
  3. Add missing alt attr to non-decorative images

    These are non visual-only or not decorative-only hence
    context information added to alts
    
    Thanks!
    peterblazejewicz committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    d412ef7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Merge pull request microsoft#69 from peterblazejewicz/update/layout

    Update view markups for HTML5 compatibility
    Bowden Kelly committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    cf83a75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#70 from peterblazejewicz/update/readme

    Add memo about VSCode suggested extensions to README
    Bowden Kelly committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    9e73c01 View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#71 from peterblazejewicz/types/lusca

    Replace Lusca definition file with @types/lusca
    Bowden Kelly committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    545e048 View commit details
    Browse the repository at this point in the history
  4. Merge pull request microsoft#73 from peterblazejewicz/types/passport-…

    …local
    
    Replace passport-local definition file with @types/passport-local
    Bowden Kelly committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    0081ef4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request microsoft#74 from peterblazejewicz/update/bootstrap

    Update Bootstrap from 3.3.6 to 3.3.7
    Bowden Kelly committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    5d5c947 View commit details
    Browse the repository at this point in the history
  6. Merge pull request microsoft#75 from peterblazejewicz/fix/alts-attr

    Add missing alt attr to non-decorative images
    Bowden Kelly committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    6ebb38a View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Fixing typo
    Bowden Kelly committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    5240093 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Update README.md with MongoDB config

    Added db folder creation command and permission config.
    Thanks @Bigbrd
    tioback committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    b08cec2 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Merge pull request microsoft#79 from tioback/tioback-monbodb-config

    Update README.md with MongoDB config
    Bowden Kelly committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    17980b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Update source and dependency to work with TypeScript 2.7. Closes micr…

    …osoft#81
    
    The commit brings compatibility with new features introduced in TypeScript 2.7.
    The one with most impact on this project is ES6/ECMAScript module compatibility layer
    added in 2.7 enabled in tsconfig.json for this project.
    This allowed to rewrite source files to use shorted, better imports everywhere and
    also use default exports.
    
    To make project more aligned with updated TypeScript all the NPM depenendencies has been
    updated making sure that everything works as expected and tests pass.
    
    Thanks for the project!
    
    Thanks!
    peterblazejewicz committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    b1aefbb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Merge pull request microsoft#85 from peterblazejewicz/feat/81

    Update sources, syntax and dependency to work with TypeScript 2.7. Closes microsoft#81
    Bowden Kelly committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    dc5a23f View commit details
    Browse the repository at this point in the history
  2. Do not store output from coverage tests in repo

    This allows to avoid manual removal of output after  test runs
    from pending git changes
    peterblazejewicz committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    3680618 View commit details
    Browse the repository at this point in the history
  3. ignoring coverage reports

    Bowden committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    d5d41cd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Update ShellJS version

    Thanks!
    peterblazejewicz committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    d0403de View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Merge pull request microsoft#86 from peterblazejewicz/feat/gitignore

    Do not store output from coverage tests in repo
    Bowden Kelly committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    d15b403 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#88 from peterblazejewicz/feat/update-she…

    …lljs
    
    Update ShellJS version
    Bowden Kelly committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    fc4c2b2 View commit details
    Browse the repository at this point in the history
  3. ignoring coverage reports

    Bowden committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    c31ac30 View commit details
    Browse the repository at this point in the history
  4. WIP - add azure instructions

    Bowden committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    3a76607 View commit details
    Browse the repository at this point in the history
  5. found a better config setup I like

    Bowden committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    50a966d View commit details
    Browse the repository at this point in the history
  6. replaced logging with Winston

    Bowden committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    e3acde1 View commit details
    Browse the repository at this point in the history
  7. fixed github button

    Bowden committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    31818ba View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    39e6d09 View commit details
    Browse the repository at this point in the history
  2. removed white space

    Bowden committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    7aad826 View commit details
    Browse the repository at this point in the history
  3. updated dependency table in README

    Bowden committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    0a5b1ba View commit details
    Browse the repository at this point in the history
  4. added image

    Bowden committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    6c27740 View commit details
    Browse the repository at this point in the history
  5. additional README updates

    Bowden committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    101235a View commit details
    Browse the repository at this point in the history
  6. more readme updates

    Bowden committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    3b76dc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. fixed some imports

    Bowden committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    56993dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#92 from Microsoft/addAzure

    Add Azure publish support
    Bowden Kelly committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    4d90599 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Typo in ts-jest name

    davojan committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    476b74f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Merge pull request microsoft#95 from davojan/patch-1

    Typo in ts-jest name in README
    Bowden Kelly committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    31e140e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    7ef664c View commit details
    Browse the repository at this point in the history
  2. add google analytics to example site

    Bowden committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    d6e5409 View commit details
    Browse the repository at this point in the history
  3. update comment

    Bowden committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    e2a7afa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Configuration menu
    Copy the full SHA
    52a4f6a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Merge pull request microsoft#99 from Meir017/patch-1

    use import instead of require in copyStaticAssets.ts
    Bowden Kelly committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    431f276 View commit details
    Browse the repository at this point in the history
  2. use same signature for model function & ts type

    declare function signature only once
    Meir017 committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    dcc5965 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    25efc37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370fbf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Merge pull request microsoft#104 from peterblazejewicz/fix/103

    Update jQuery content version. Fixes microsoft#103
    Bowden Kelly committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    8009911 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#105 from peterblazejewicz/fix/98

    Add missing BS3 glyphicon fonts. Fixes microsoft#98
    Bowden Kelly committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    685cad2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#100 from Meir017/patch-2

    use same signature for model function & ts type
    Bowden Kelly committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    6b97068 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Add watch-test Script

    swseverance committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    8b7097d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Merge pull request microsoft#109 from swseverance/watch-test-command

    Add `watch-test` Script
    Bowden Kelly committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    a7c66cf View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Syntax highlighting

    theel0ja committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    72aebf4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Merge pull request microsoft#111 from theel0ja/patch-1

    Syntax highlighting
    Bowden Kelly committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6700280 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Configuration menu
    Copy the full SHA
    5fa12eb View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    91725ad View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Merge pull request microsoft#120 from ToryTran/master

    Fix Error: Unknown authentication strategy "local"
    Bowden Kelly committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    6206f64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#123 from antamb/master

    Remove duplicate entry in .gitignore
    Bowden Kelly committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    25ef6a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. prototype pollution

    Versions of lodash before 4.17.5 are vulnerable to prototype pollution: https://nodesecurity.io/advisories/577
    rap2hpoutre committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    cb5dbb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. - packages updated

    - porting to bootstrap 4
    amodolo committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    98d22ef View commit details
    Browse the repository at this point in the history
  2. - packages updated

    - porting to bootstrap 4
    amodolo committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    a454fe5 View commit details
    Browse the repository at this point in the history
  3. porting bootstrap 4

    amodolo committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    640b179 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Fix typo in README.md

    sajadtorkamani committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    c8a2c2d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    4ea67b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Change size existence check to default value

    Using default value for size param in gravatar method is more convenient.
    KonradLinkowski committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    6cbec8a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. Update README.md

    Use 'we' instead of 'I'.
    atefBB committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    a38fbe1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Changed function expressions declarations from let to const

    Every variable that wouldn't change should be declared as const for safety reasons.
    KonradLinkowski committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    dee3398 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Fix typo in README

    juliawong committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    007f977 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    336049b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Fix informal title

    jadsonluan committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    c6956e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Fix typo in readme.md

    varundey committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    e429f98 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Merge pull request microsoft#126 from rap2hpoutre/patch-1

    prototype pollution
    Bowden Kelly committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    4779cb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    241d9f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07db822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39fb9f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9334289 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4858dd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Configuration menu
    Copy the full SHA
    18e5916 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Try fixing ci issue.

    seanhealy committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    e5d0661 View commit details
    Browse the repository at this point in the history
  2. Some grammatical changes to README.md

    Line 67 ("Change 'MongoLab's Website' to 'mLab's Website'.")
    Line 107 (Removed 'for')
    Line 146 (Added an 's' to project)
    Line 191 (Grammar Changes)
    Line 232 (Missing 's' on 'define')
    Line 366 (Added comma before 'when configured correctly')
    rhyuen committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    1426639 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    99c606c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    6bfb859 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Configuration menu
    Copy the full SHA
    44bf255 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Merge pull request microsoft#162 from seanhealy/ci-fix-perhaps

    tests: Travis seems unhappy. This should resolve that.
    Bowden Kelly committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    46971a8 View commit details
    Browse the repository at this point in the history
  2. updated a bunch of dependencies with non-breaking changes

    Bowden Kelly committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    af764ec View commit details
    Browse the repository at this point in the history
  3. update jest

    Bowden Kelly committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    1a04ebb View commit details
    Browse the repository at this point in the history
  4. update mongoose to v5

    Bowden Kelly committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    398d16f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. update typescript

    Bowden Kelly committed May 10, 2019
    Configuration menu
    Copy the full SHA
    c5ea744 View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    Bowden Kelly committed May 10, 2019
    Configuration menu
    Copy the full SHA
    09ba471 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'updateDependencies'

    Bowden Kelly committed May 10, 2019
    Configuration menu
    Copy the full SHA
    ed91756 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Configuration menu
    Copy the full SHA
    9eb90ef View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. update demo page

    Bowden Kelly committed May 15, 2019
    Configuration menu
    Copy the full SHA
    455ef56 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. update extensions

    Bowden Kelly committed May 16, 2019
    Configuration menu
    Copy the full SHA
    382fd51 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    fix demo link
    Bowden Kelly committed May 16, 2019
    Configuration menu
    Copy the full SHA
    3916ec5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. docs: fix typo

    Jason-Cooke committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    b98a9a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. fix(jest): Update deprecated ts-jest config option.

    This is consistently reproducible -- see e.g.,
    [the latest Travis build](https://travis-ci.org/microsoft/TypeScript-Node-Starter/builds/533095625)
    for an example of this error in CI. Simple one-line fix.
    jessestuart committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    b1aec66 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Merge pull request microsoft#195 from jessestuart/jesse/fix_jest_tsco…

    …nfig_warning
    
    fix(jest): Update deprecated ts-jest config option.
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    2010e00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#192 from Jason-Cooke/patch-1

    docs: fix typo
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    fce7d7b View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#188 from tylerbutler/tslint-extension

    eg2.tslint has been deprecated
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    17ed73b View commit details
    Browse the repository at this point in the history
  4. Merge pull request microsoft#182 from Jareechang/f-update-local-mongo…

    …-env-logging
    
    Add better logging when setting custom env var using .env
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    705868b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    168ba52 View commit details
    Browse the repository at this point in the history
  6. Merge pull request microsoft#143 from jadsonluan/minor-grammar-fixes

    Fix informal title in README.md
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    1ac4ee9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request microsoft#144 from varundey/patch-1

    fix typo in readme.md
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    77b6dd6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request microsoft#137 from atefBB/patch-1

    Update README.md
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f9bf389 View commit details
    Browse the repository at this point in the history
  9. Merge pull request microsoft#169 from t49tran/refactor-remove-unused-…

    …imports
    
    refactor: remove unused imports
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    e5b7d55 View commit details
    Browse the repository at this point in the history
  10. Merge pull request microsoft#157 from NMVikings/license_in_readme

    Add license section to README.md
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    3ab858e View commit details
    Browse the repository at this point in the history
  11. Merge pull request microsoft#141 from pgilad/master

    Improve travis.yml and run on more subsets of node.js versions
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    51f4d04 View commit details
    Browse the repository at this point in the history
  12. Merge pull request microsoft#164 from rhyuen/patch-1

    Some grammatical changes to README.md
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    ba12be4 View commit details
    Browse the repository at this point in the history
  13. Merge pull request microsoft#140 from juliawong/patch-1

    Fix typo in README
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    5a405fb View commit details
    Browse the repository at this point in the history
  14. Merge pull request microsoft#138 from KonradLinkowski/master

    Changed function expressions declarations from let to const
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    11aadd3 View commit details
    Browse the repository at this point in the history
  15. Merge pull request microsoft#135 from KonradLinkowski/patch-1

    Change size existence check to default value
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    d8c7727 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'master' into master

    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    393a9db View commit details
    Browse the repository at this point in the history
  17. Merge pull request microsoft#151 from jarifibrahim/patch-2

    fix typo: Interesting should be Interested.
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    6859b03 View commit details
    Browse the repository at this point in the history
  18. Merge pull request microsoft#166 from sangheestyle/master

    stick to ES6 import instead of CommonJS require
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    7f4fa4a View commit details
    Browse the repository at this point in the history
  19. Run npm audit fix

    Orta Therox committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    79f907e View commit details
    Browse the repository at this point in the history
  20. Merge pull request microsoft#197 from microsoft/npm_audit_fix

    Run npm audit fix
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    36e9e0e View commit details
    Browse the repository at this point in the history
  21. Improvements to the README from PR microsoft#145

    Orta Therox committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    a1a63ea View commit details
    Browse the repository at this point in the history
  22. Merge pull request microsoft#198 from microsoft/readme_fix

    Improvements to the README from PR microsoft#145
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    107db4b View commit details
    Browse the repository at this point in the history
  23. Merge pull request microsoft#127 from amodolo/bootstrap4

    Upgrade to Bootstrap 4
    Orta committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    c37be99 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Configuration menu
    Copy the full SHA
    04a0baa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6f781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41be0e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fe1c0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    277e9dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9d59b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccf6ad8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Merge pull request microsoft#200 from peterblazejewicz/update/deps

    Update project dependencies
    Orta committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    018200a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. remove unneccesary env load

    Bowden Kelly committed Jun 26, 2019
    1 Configuration menu
    Copy the full SHA
    f14407d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    8a37e9a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Merge pull request microsoft#202 from x4m3/patch-1

    Added link to vscode TSLint extention in readme
    
    Thanks to @x4m3
    peterblazejewicz committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    99ed257 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Specify NodeJS version as strings in Travis configuration

    This fixes the YAML related extensions errors in VSCode, as the
    schema for .travis.yml requires a quoted strings here:
    https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#specifying-nodejs-versions
    
    Thanks!
    peterblazejewicz committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    3943aff View commit details
    Browse the repository at this point in the history
  2. 📝 remove reference to legacy file. Closes microsoft#190

    The configuration for Jest tests with support fo the TypeScript files
    are now handled by Jest configuration file.
    
    Thanks!
    peterblazejewicz committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    9ee5600 View commit details
    Browse the repository at this point in the history
  3. Simplify augmented module for express-flash

    There is existing @types definition for express-flash. Let's use it and
    just augment a method required by the existing code to please compiler.
    
    Thanks!
    peterblazejewicz committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    b1dd0f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Bump lodash from 4.17.11 to 4.17.13

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.11...4.17.13)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    788ae24 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Merge pull request microsoft#208 from microsoft/dependabot/npm_and_ya…

    …rn/lodash-4.17.13
    
    Bump lodash from 4.17.11 to 4.17.13
    
    #dependabot
    peterblazejewicz committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    cceb743 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Update NPM lock down file.

    This removes NPM audit warnings which seems to be raised by the older
    version of the lock file.
    This one was regenerated with NPM v6.9.0 (Node v10.*)
    
    Thanks!
    peterblazejewicz committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    93d3997 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Merge pull request microsoft#210 from peterblazejewicz/update-lock-file

    Update NPM lock down file.
    peterblazejewicz committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    98c5b0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#206 from peterblazejewicz/feat/express-f…

    …lash-types
    
    Simplify augmented module for express-flash
    Orta committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    a2e090f View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#204 from peterblazejewicz/fix/travis-yml…

    …-nodejs-versions
    
    Specify NodeJS version as strings in Travis configuration
    Orta committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    db9e1ba View commit details
    Browse the repository at this point in the history
  4. Merge pull request microsoft#205 from peterblazejewicz/fix/190

    📝 remove reference to legacy file. Closes microsoft#190
    Orta committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    4a287b6 View commit details
    Browse the repository at this point in the history
  5. Migrate TSLint to ESLint. Closes microsoft#209

    This commit rewrites linting support in the project to be based solely
    on the ESLint as advised by the TSLint tool authors:
    https://medium.com/palantir/tslint-in-2019-1a144c2317a9
    
    The migration is based on default, recommended settings for TypeScript
    in ESLint and is expected to be updated in future to better fit project
    goals.
    
    All references has been updated and replaced with relevant ESLint
    context:
    
    - dependencies migration from TSLint to ESLint
    - VSCode configuration changes to support ESLint exension
    - VSCode extensions recommendation changes
    - `.eslintrc` and `.eslintignore` configuration files added
    - all error level problems in the source files are covered by this
      migration
    
    Thanks!
    peterblazejewicz committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    af2c813 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Merge pull request microsoft#211 from peterblazejewicz/feat/209

    ✨ Migrate TSLint to ESLint. Closes microsoft#209
    peterblazejewicz committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    9817bef View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. fix lint error

    fix lint error
    ```
    PS> npm run lint                                                                                                        
    > express-typescript-starter@0.1.0 lint C:\Users\JipingWang\source\repos\api
    > tsc --noEmit && eslint '*/**/*.{js,ts}' --quiet --fix
    
    
    Oops! Something went wrong! :(
    
    ESLint: 5.16.0.
    No files matching the pattern "'*/**/*.{js,ts}'" were found.
    Please check for typing mistakes in the pattern.
    
    npm ERR! code ELIFECYCLE
    npm ERR! errno 2
    npm ERR! express-typescript-starter@0.1.0 lint: `tsc --noEmit && eslint '*/**/*.{js,ts}' --quiet --fix`
    npm ERR! Exit status 2
    npm ERR!
    npm ERR! Failed at the express-typescript-starter@0.1.0 lint script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     C:\Users\JipingWang\AppData\Roaming\npm-cache\_logs\2019-07-18T15_26_05_580Z-debug.log
    ```
    JipingWang committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    a63906c View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#212 from JipingWang/patch-2

    fix lint error
    Orta committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    606ccf0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Fix lint warnings

    mathiasvr committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    c489bde View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#214 from mathiasvr/lint-fix

    Fix lint warnings
    Orta committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    1bf5836 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Fix typo

    cbenz committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    4479a64 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Bump eslint-utils from 1.4.0 to 1.4.2

    Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
    - [Release notes](https://github.com/mysticatea/eslint-utils/releases)
    - [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    0c8ba2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#223 from cbenz/patch-1

    Fix typo
    Orta committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    40e7ba9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#224 from microsoft/dependabot/npm_and_ya…

    …rn/eslint-utils-1.4.2
    
    Bump eslint-utils from 1.4.0 to 1.4.2
    Orta committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    722ebf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    8592e13 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Merge pull request microsoft#226 from peterblazejewicz/fix/225

    Use update indexes access in Mongoose configuration. Fixes microsoft#225
    Orta committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    ca14e7c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Update packages, add tests, add type casts (microsoft#229)

    - upgrade to latest packages
    - cast `req.user` as `UserDocument`
    - update logger to use latest Winston syntax
    - disable `no-inferrable-types`, Mongoose use unified topology
    
    Thx to @CarlosSolrac
    CarlosSolrac authored and peterblazejewicz committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    1409fd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. 🎉 ESLint refinements (microsoft#235)

    ESLint, no any, no inferrable types, unused vars - warning
    
    thx to @GrayStrider
    GrayStrider authored and peterblazejewicz committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    1e54c07 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. 📚 Updated readme me to instruct to create Mongo db directory under th…

    …e Mac OS
    
    Document use of the home directory on macOS 10.15 and above
    Thanks to @memasdeligeorgakis
    memasdeligeorgakis authored and peterblazejewicz committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    e00a8a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    f052852 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. ⬆️ Update dependencies (microsoft#248)

    - remove @types/dotenv
    - dotenv 8.1.0 > 8.2.0
    - @types/connect-mongo 0.0.43 > 3.0.0
    - concurrently 4.1.2 > 5.0.0
    
    Thanks!
    peterblazejewicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    d681211 View commit details
    Browse the repository at this point in the history
  2. ⬆️ update node-sass (microsoft#254)

    Update node-sass to enable it to compile on the Mac when using Node v13.2.0
    
    Thanks to @CarlosKlapp
    CarlosKlapp authored and peterblazejewicz committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    7ae93c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. ⬆️ upgrade Jest version (microsoft#246)

    This updates Jest and its dependencies, removing the warning about the left-pad module deprecation.
    
    Thanks!
    peterblazejewicz committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    cb56e37 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Added SendGrid Username, Password, Port to .env.example and updated d…

    …ocumentation in README.md
    bmiddha committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    9eaca52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fed24b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac3588f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Configuration menu
    Copy the full SHA
    a765176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    830e71f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71919c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Merge pull request microsoft#262 from bmiddha/eslint_autoFixOnSave_de…

    …precated
    
    vscode-eslint v2 settings patch
    Orta committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    003f86e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Merge pull request microsoft#260 from bmiddha/dotenv_sendgrid_port

    Added SendGrid Username, Password, Port to .env.example
    Orta committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    3e423f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    562f13e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Merge pull request microsoft#261 from bmiddha/github_actions

    Added GitHub Actions CI Workflow
    Orta committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    68d6cf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. ➖ remove unused dependencies. Closes microsoft#272

    - `request`
    - `request-promise`
    
    `request` first appeared as part of initial commit but it seems to be
    left-over from non commited implementation:
    https://git.io/JvgNV
    `request-promise` was added in different PR but it seems without related
    code:
    https://git.io/JvgN6
    
    /cc @naknode
    
    Thanks!
    peterblazejewicz committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    8eac7e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Merge pull request microsoft#273 from peterblazejewicz/fix/272

    ➖ remove unused dependencies. Closes microsoft#272
    Orta committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    6746fec View commit details
    Browse the repository at this point in the history
  2. Bump mongoose from 5.7.1 to 5.7.5 (microsoft#274)

    Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.5.
    - [Release notes](https://github.com/Automattic/mongoose/releases)
    - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
    - [Commits](Automattic/mongoose@5.7.1...5.7.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    9303f3a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    ddfb7a1 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Update README.md

    Orta committed May 11, 2020
    Configuration menu
    Copy the full SHA
    9cbb2da View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Orta committed May 11, 2020
    Configuration menu
    Copy the full SHA
    8062cdd View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#286 from microsoft/orta-patch-1

    Update README.md to frame what this repo is
    Orta committed May 11, 2020
    Configuration menu
    Copy the full SHA
    97f9daf View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Update README.md (microsoft#289)

    Documentation link was broken
    thx to @ReeceLangerock
    ReeceLangerock committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    98b5a77 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Sort package.json scripts (microsoft#290)

    Thx to @samal84
    samal-rasmussen committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    fee78a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    eb028be View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    9438503 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. test

    sana-ajani committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    ebb79c0 View commit details
    Browse the repository at this point in the history
  2. test merge

    sana-ajani committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    03becb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    197e817 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    8335d46 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Feature minor updates (microsoft#296)

    Co-authored-by: Shane Lanan <tbd@tbd.com>
    shanelanan and Shane Lanan committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    dc0aeb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    9acedb5 View commit details
    Browse the repository at this point in the history
  2. Feature minor updates (microsoft#297)

    Co-authored-by: Shane Lanan <tbd@tbd.com>
    shanelanan and Shane Lanan committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    5eb4d22 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Bump lodash from 4.17.15 to 4.17.19 (microsoft#300)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    ab7967c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    079788a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Bump handlebars from 4.3.4 to 4.7.6 (microsoft#308)

    Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.7.6.
    - [Release notes](https://github.com/wycats/handlebars.js/releases)
    - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
    - [Commits](handlebars-lang/handlebars.js@v4.3.4...v4.7.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    c2c924d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Bump tree-kill from 1.2.1 to 1.2.2 (microsoft#310)

    Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2.
    - [Release notes](https://github.com/pkrumins/node-tree-kill/releases)
    - [Commits](pkrumins/node-tree-kill@v1.2.1...v1.2.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    02d77b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. fix(node-sass): bump version (microsoft#309)

    This version bump should fix issue with `node-sass` installation on some
    systems.
    Tested on Win 10.
    
    Thanks!
    
    Closes microsoft#165
    peterblazejewicz committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    8c9593c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    f9408d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    36bf363 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Bump ini from 1.3.5 to 1.3.7 (microsoft#314)

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.7)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    66942a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Cleaned up README.md (microsoft#315)

    thx to @wmundev!
    wmundev committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    39a8f20 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. update(ts-jest): update ts-config configuratin for 6.27 (microsoft#318

    )
    
    This removes warnings about deprecated configuration option:
    
    ```text
    tsConfig` is depecrated and will be removed in ts-jest 27
    ```
    
    kulshekhar/ts-jest@8fec681
    
    Thanks!
    peterblazejewicz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    f5cb2fe View commit details
    Browse the repository at this point in the history
  2. [ci] update Node version for Travis build (microsoft#319)

    Should fix issues with failing CI checks on updated packages.
    
    /cc @samal-rasmussen
    peterblazejewicz committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    5024163 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    3acbef7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Update section about hosted MongoDB instance microsoft#207 (microsoft…

    …#326)
    
    - Replaced section about mLab with MongoDB Atlas
    thx to @klemensz!
    klemensz committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    ef4a264 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    7c0304b View commit details
    Browse the repository at this point in the history
  2. fix(323): wrong reference used (microsoft#329)

    This fixes issue with failing pages
    
    /cc @klemensz
    
    Fixes microsoft#323
    peterblazejewicz committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    a1b1e0b View commit details
    Browse the repository at this point in the history
  3. update(deps): update dependencies (microsoft#330)

    This updates some deps to remove high security warnings from NPM audits.
    
    Thanks!
    peterblazejewicz committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    fdd543a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Add Optic middleware

    ukmadlz committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    4345b71 View commit details
    Browse the repository at this point in the history
  2. Add the Optic CLI config

    ukmadlz committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    334bcaf View commit details
    Browse the repository at this point in the history
  3. Set the correct start

    ukmadlz committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    4d5c3ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab5851c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    883207a View commit details
    Browse the repository at this point in the history