* initial move of files into new sub directories
* modify pathing for tsconfig, package.json references
* move website to sites folder
* update build steps for website
* ensure old docusaurus files stay ignored
* move jss-utils to react and figma plugin to tooling
* test conversion to yarn
* test updated yaml for circleci
* fixing builds
* update circleci to install via yarn docs
* setup prettier as global install for test
* use sudo to install lerna
* update typings for tooling package plugin controls
* fix component explorer issues
* doc updates
* fix angular tests with tsconfig
* test cache and frozen lockfile
* ensure workspaces are built
* change build to prepare
* fixing tests
* update component explore readme conversion path for node modules
* setup tests to stream again
* update working documentation
* update lockfile
* change back to npm from yarn install
* update readmes to reflect npm vs yarn
* revert tooling changes
* restored .json files
* updated pathing in app to be more specific
* add convert script
* refined convert script and deleted json files
* if tmp folder does not exsist create it
* refactor: update how copy readme script prints output to terminal to make it easier to read
* update glob function so that it doesn't ignore lowercase readme titles
* update variable names to make them read more like a counter
* update broken links after migrated msft-docs to explore
* update to include generated file
* Revert "update to include generated file"
This reverts commit 81e142bc5407909ee9bf05e103b57e336d60ed63.
* dir structure created
* add typescript package
* delete unused file
* remove doctype packages
* update per Jason feedback
* update to fix lint errors in markdown
* remove package as it will be deprecated in future
* update to remove util from packages
* adds test component with no documentation, adds default documentation message when no documentation is provided
* updates based on comments
* updates logic and removes div wrapper
* adds back in readme data
* fixes extra spacing
* fixes spaces
* adds test to ensure all components are exported
* moves function to helper folder, simplifies tests
* removes ignoreCodes, WARN will show during unit-tests
* test prettier
* fixes messaging
* adds tests at root
* Finishes tests for export function
* simplifies logic using requires
* removes comment
* updates based on comments
* fixes formatting
* removes unneeded packages
* removes unneeded package data
* removes react related config
* removes npmignore
* updates based on comment
* updates package
* removes prettier
* removes unneeded package data
* adds missing export :)
* Applitools sample installation and configuration for testing
* add new script file for selenium driver with JavaScript
* update code formatting
* update to move test files into root testing folder
* update package dependencies and image code
* Update configuration of file and log messages
* update handle result log messages
* add firefox browser to matrix
* update to extract out script from harness
* update to encapsulate configs
* update to get branch name synchronously
* update to cleanup how things are pulling configurations
* update to fix session not found and more window snapshots
* update to move script test under applitools since it has required bindings based on applitools
* update to cleanup applitools files
* update to remove code duplication
* update to use backticks'
* remove archived files from repository until they are needed
* update to proper casing based on class vs properties
* update to remove unused package
* update to coding standard format
* update spelling
* update comments in code
* update formatting from single quotes to double quotes
* update string formatting to ES6
* update to remove extra lines at end of inner functions
* add space after and before {}
* remove extra space before =
* update formatting of extra line in function calls
* add gitignore for .exe's
* update docs for binary downloads
* updated gitignore and temporarily remove binaries
* chore: clean up build scripts
* re-ordering
* rename of phases
* remove conventional commits, these are not used
* update comment
* change structure to use multiple files per release phase
* add sauce labs files and configuration
* remove empty line
* update after rebase master
* remove try catch
* update cap with capabilities and fix spelling error
* update to camelCase function name
* update to rename Phases enumeration for better consistency
* update to use enum of string values
* update to relocate spawn to the function it's used in
* update to use trim() not slice()
* update to consolidate getting branch name into single promise
* chore(schemas): add schemas for components to packages which use the development site package
* chore(complexity): fix a complexity issue and some missing syntax
* chore(pr): address some PR issues
* chore(pr): address some PR issues
* chore(copy-schemas): convert copy file to copy schemas only
* update the comments in the copy-schemas script
* correct a mistake in package.json
* chore(typing): fix a typings issue when importing examples
* chore(typings): redo typings in msft and base to get around issue with Jest snapshots
* feat(structure): updates the structure for the development site
* fix a few tslint issues in react development site
* fix code climate issues
* refactor out utilities and names per pull request comments
* resolve some tslint errors