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

39 Коммитов

Автор SHA1 Сообщение Дата
Jane Chu 4cc029f18a
chore: add git attributes and normalize line endings (#3072) 2020-05-06 17:03:18 -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
Chris Holt de0a7843e3
chore: update repo to use fast-eslint-rules (#2913)
* chore: update repo to use eslint instead of tslint

* merge and fix fast element eslint issues
2020-04-10 14:35:54 -07:00
Chris Holt c77efd4e77
chore: delete fast dev site package (#2448) 2019-11-15 15:12:31 -08:00
Chris Holt 4b7bb2d5dd
chore: update repository to yarn (#2382)
* 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
2019-10-29 11:14:51 -07:00
Aaron Wentzel c340341cfa chore: update documentation to new domain name (#2010) 2019-07-30 16:23:33 -07:00
Jeff Smith f7c29da97d
feat: converted the app schemas to typescript, removed typings file and related schema scripts. (#1869)
* feat: remove app json schemas and clean up

* updated recently added schema refrences
2019-06-18 12:55:21 -07:00
Jeff Smith 2029e899b5
feat: convert schema files to .ts in base component package (#1851)
* 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
2019-06-13 15:49:53 -07:00
Nicholas Rice 9b8480a4d4 fix: updates documentation site with latest master (#1818)
* update docusaurus

* fixing link syntax

* point typedoc at the correct tsconfig

* fixing ts error in background

* update website files
2019-06-04 16:57:12 -07:00
Julia McGeoghan 2e79622aa9 chore: add verbose option to api/typedoc documentation generation script (#1629)
* chore: add verbose option to api/typedoc documentation generation script

* use yargs dependency for doc build script's command line arguments
2019-04-16 08:08:07 -07:00
Julia McGeoghan 5434d62304 chore: prevent documentation site API links from routing to 404 pages (#1606) 2019-04-08 15:49:43 -07:00
Julia McGeoghan 524d4b7c89 chore: refactor how copy readme script prints output to terminal (#1546)
* 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
2019-03-30 14:32:58 -07:00
Stephane Comeau 52953ce91f feat: rename component display names, update directory export tests (#1572)
BREAKING CHANGE: Component display names are now prefixed to improve discoverability
2019-03-25 12:07:19 -07:00
Jane Chu 2ec064487d fix: update to use esModuleInterop in the TypeScript configuration files (#1211)
BREAKING CHANGE: This will affect how imports will be handled by
consumers
2019-03-25 12:07:19 -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
Julia McGeoghan db106119fb chore: create script for typedoc docusaurus integration (#1481)
Co-authored-by: Aaron Wentzel <16669785+awentzel@users.noreply.github.com>
2019-03-07 16:25:41 -07:00
Julia McGeoghan da842874f8 chore: update title casing for consistency in page and navigation (#1462) 2019-02-28 10:57:47 -07:00
Julia McGeoghan 9ac7543931 fix: create docs/en/packages folder in copy-package-readme.js script if said folder doesn't exist (#1395) 2019-02-19 09:10:05 -08:00
Aaron Wentzel b64e96c42c
fix: update broken links after migrated msft-docs to explore (#1383)
* update broken links after migrated msft-docs to explore

* update to include generated file

* Revert "update to include generated file"

This reverts commit 81e142bc5407909ee9bf05e103b57e336d60ed63.
2019-02-15 09:58:51 -07:00
Julia McGeoghan f7ff87bc3a chore: update automation process for docusaurus documentation generation (#1340) 2019-01-29 13:03:17 -07:00
Julia McGeoghan 7d93056992 chore: add script for copying package readme files to docs/en/packages (#1315) 2019-01-23 16:26:13 -08:00
Aaron Wentzel 7a78666c85
chore: update to add package documentation (#1313)
* 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
2019-01-22 10:50:45 -08:00
Nicolas LoGiudice 0e159d4f58
feat: add default message when no documentation is provided in development site (#1096)
* 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
2018-11-19 11:31:49 -08:00
Nicolas LoGiudice fbebbadf93
feat: add tests to ensure all components are exported in base and MSFT (#1061)
* 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 :)
2018-11-02 12:00:19 -07:00
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