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

18 Коммитов

Автор SHA1 Сообщение Дата
Aaron Wentzel 605a9a30d1
chore: update to dynamically generate json file (#3041)
* update to improve speed of filing PR

* Revert "update to improve speed of filing PR"

This reverts commit 83c177ed77.

* remove and ignore local event branch file

* add bash script to dynamically create local git branch file

* update documentation
2020-05-05 08:01:41 -07:00
Aaron Wentzel 3890eac618
chore: update to cleanup and consolidate configurations (#3035)
* update to improve speed of filing PR

* Revert "update to improve speed of filing PR"

This reverts commit 83c177ed77.

* update to cleanup and consolidate configurations

* update per code review requests
2020-04-29 17:02:10 -07:00
Chris Holt 9c605c7686
chore: reorganize repository structure and workspaces (#2927)
* 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
2020-04-14 14:48:12 -07:00
Aaron Wentzel 9104cbb4e9
chore: update to patch security vulnerabilities caused from dependencies (#2865)
* update to improve speed of filing PR

* Revert "update to improve speed of filing PR"

This reverts commit 83c177ed77.

* update to patch security vulnerability on kind-of

* update to patch security vulnerability on minimist

* update to patch security vulnerability for acorn

* update to patch security vulnerability on handlebars

* update to patch security vulnerability on debug

* update to reconcile latest packages post security patching

* udpate to patch security vulnerability dependency for jest

* update to reconcile lock file

* comment out failing test and break fix out

* reconcile storybook-static folders to be ignored

* exclude a unit test and comment with the issue to resolve

* update to bypass two failing unit tests, issue filed to break off this pr

* update code coverage dir path now failing with Jest updates

* Revert "update code coverage dir path now failing with Jest updates"

This reverts commit 92d49c174355d14cf6f5f128837464275a335598.

* update to fix code coverage error caused by new version of Jest

* testing reverting checkout version to fix error in latest v

* Revert "testing reverting checkout version to fix error in latest v"

This reverts commit 2329d008c0f6da0685eb77cd32309e59801e6e24.

* update versions to recently released

* update to temporarily stop reporting code quality
2020-04-06 14:55:14 -07:00
Aaron Wentzel 8c64c4c249
chore: update documentation site (#1536)
* chore: update documentation with latest pipeline changes

* chore: update api documentation

* chore: update TypeDoc usage for contextual accuracy

* update to add ignore statement for typedoc generated files

* update localization file for docusaurus

* remove files to be ignored

* update locale file

* update to fix broken links in footer

* update to ignore autogenerated locale file
2019-03-19 10:24:42 -07:00
Aaron Wentzel ed0af87991
chore: add package readme's to documentation guide (#1373)
* add initial package readme files

* add initial package readme files

* update styles to support unlimited line-heights

* update to include link to package source code

* update to reorder scripts alphabetically

* update styles to allow for larger titles

* update to bring consistency between document titles and package folder names

* add gitignore for auto-generated files

* update to remove broken link and replace with todo work item for later

* update markdown to have valid nested lists

* remove from commit as should be ignored

* update to add back FAST in the readme title

* update to fix alpha order issue

* update to hide usage link until api reference exists
2019-02-16 09:31:14 -07:00
Aaron Wentzel 75dbbdb9ee
feat: add documentation by docusaurus (#1175)
* add initial configuration for docusaurus

* add missing files

* update to included edits from prior PR markdown files

* updated primary theme color

* remove docker support

* update docusaurus configuration for working with gh-pages

* remove creating branches

* update to rename doing to working

* update to remove duplicate content

* update per PR feedback

* update to move browser under testing

* remove prereq's

* remove localization for regions

* update to fix section heading

* update to remove unnecessary content

* update to remove all boilerplate and edit content per pr
2018-12-04 17:27:56 -08: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
Nicholas Rice 7d7aca0cf7 chore: remove package lock files (#865)
* removing package locks

* add package-lock files to .gitignore

* prevent package-lock generation

* configure lerna bootstrap to use npm i for ci builds
2018-09-10 14:06:31 -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
Aaron Wentzel 92c4c270f7
add ignore and spacing formatting (#381) 2018-05-08 05:51:40 -07:00
Aaron Wentzel 5095d80436
add verbose flag and ignore cc-test-reporter (#380) 2018-05-07 18:22:39 -07:00
khamudom 3ad398801e feat(checkbox): add new component with styles (#252)
* adding checkbox pass1

* worked in msft and style

* update merging

* create and style base checkbox

* ignore vs

* rebased merge clean and bootstrap

* put in indeterminate, make span ternary, whitespaces, ordering in src/index

* use new ref api, add disabled prop

* update disabled class value

* add div and label tags and snapshot

* use type ramp, combined disabled styles

* rebased
2018-04-18 13:43:50 -07:00
Nicolas LoGiudice b9dd3e078e
feat(toggle): add new component and msft styles (#212)
* Adds base structure for toggle - commiting to rebase

* Finishes most styles, commiting to move to another branch

* Finishes most styles, commiting to move to another branch

* Finishes up last testing and additions

* feat(toggle): adds toggle component and msft styles

* Updates branch after first round of reviews

* Updates color handling to use Chroma and re-architects JSS usage to adhere to FAST standards and BEM standards

* Removes onClick

* Updates pack.locks

* Updates package.locks again

* Fixes bad rebase

* Updates errors found via tslint

* More linting updates

* Adds chroma as a peerDependency

* Adds snapshots and fixes root package-lock json error

* Adds props comments
2018-04-12 13:02:11 -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 c4a2acb056 feat: adds fast-react-component-base directory (#10)
* ignore www directories

* adding boilerplate files

* adds aditional ignores

* fixes lint errors

* adding tslinting

* adding webpack and app

* adding clean script

* adding clean to build script

* using tsx

* correcting gitignore

* removing unused dependnecy

* adding peer dependencies
2018-03-05 15:43:58 -08:00
Jane Chu 53ce96288d feat: adds fast-development-site for testing component libraries (#7)
* feat: adds fast-development-site for testing component libraries

* updates the locations of interfaces for the development site

* updates tslint rules in development site because they already extend react rules

* updates exports to be future proof for development site and add a null check
2018-03-02 18:14:47 -08:00
Microsoft GitHub User ccdcfae465
Initial commit 2018-03-02 12:10:30 -08:00