Граф коммитов

65 Коммитов

Автор SHA1 Сообщение Дата
Sarah Ohanian cec8aaef12 chore: fix typos (#1019) 2018-10-16 09:48:32 -07:00
Aaron Wentzel 6945d777df
chore: add applitools for testing UI regressions (#973)
* 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
2018-10-02 14:00:56 -07:00
Jane Chu 108eb7cca4 chore(devops): update build scripts with better formatting (#924)
* 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
2018-09-21 12:08:46 -07:00
Aaron Wentzel 80f3f2c93a
chore(devops): add cross browser testing on Sauce Labs (#905)
* 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
2018-09-19 12:41:59 -07:00
Aaron Wentzel 4aaef86ab6
remove script for cleaning up package-locks since we aren't using package-locks anymore (#911) 2018-09-17 15:44:15 -07:00
Aaron Wentzel 1f0f337f2b
chore(circle-ci): update to switch to use workflows (#836)
* update circle ci configuration

* update package file
2018-08-31 08:06:32 -07:00
Jane Chu 665b871ce1
feat(detail view): add detail view (#470)
* feat(detail view): add detail view

* update tests

* fix some complexity issues

* fix a permutator test value

* re-order imports

* re-case readme markdown file names
2018-05-24 19:59:03 -07:00
Jane Chu c2ccf7e777
chore(schemas): add schemas for components to packages which use the development site package (#413)
* 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
2018-05-14 16:38:34 -07:00
Jane Chu e153b0b813 feat(structure): updates the structure for the development site (#217)
* 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
2018-04-10 16:13:40 -07:00
Aaron Wentzel f8ecfbe27f
build: adds new script to clean package lock files (#208)
* adds new script to clean package lock files

* update script to consolidate dependencies

* update to remove snapshot leakage
2018-04-04 18:13:51 -07:00
Nicholas Rice e74f953ad3 fix: ensure app build and tslint processes run prior in the build gate (#132)
* fix webpack errors and update script names

* update fast-animation script names

* removing eslint

* align process names

* add tslint processes to fast-animation

* fixing build of browser-extension

* add lint tasks to all projects

* remove tslint from root project

* formatting imports

* fixing root unit tests

* fixing errors

* adding documentation

* revert unwanted change and fix casing

* correcting instructions
2018-03-27 09:44:32 -07:00
Nicholas Rice 78fea3efd3
fix(tslint): fix tslint errors (#114)
* fixing lint errors in fast viewer

* fixing tslint errors

* fixes browser-extension lint issues

* linting fast-animation

* style manager

* fixing the last lint errors

* updating travis build

* fixing animation tests

* fixing build errors

* adds build scripts to travis build step
2018-03-20 17:11:31 -07:00
Jane Chu 32f7c65db5 chore(build): clean up dependencies and convert all tests to jest (#107)
* chore(build): clean up dependencies and convert all tests to jest

* convert clean to use rimraf and convert all tests to use const when possible
2018-03-19 16:48:54 -07:00
Jane Chu aefe25562d chore(build): adds a build script for creating an export file for svgs (#104)
* chore(build): adds a build script for creating an export file for svgs

* fix tslint issues, add more comments
2018-03-16 18:41:07 -07:00
Chris Holt 4df2c2517c
add missing file for clean (#100) 2018-03-16 12:28:12 -07:00