Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Open 0x.org on different tab | Fabio Berger | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | Add fonts | Fabio Berger | 2019-01-17 | 4 | -3/+1 |
| | |||||
* | Update requirement sections | Fabio Berger | 2019-01-17 | 3 | -20/+50 |
| | |||||
* | Update 0x url | Fabio Berger | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' into fix/dev-tools-pages/finalTouches | Fabio Berger | 2019-01-15 | 217 | -5279/+4611 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (87 commits) Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts Make mapping namings direct Remove unused tslint disable Revert "Remove logAsyncErrors hack" Remove logAsyncErrors hack Refactor logAsyncErrors to follow our conventions Export Sources and SourceCodes out of tracing utils Replace console.log with logUtils.log (#1515) strict decoding of return values using generics makerAssetFillAmount -> takerAssetFillAmount Ran prettier Linter Fix build after rebase Style cleanup for Compressed Calldata in Contract Wrappers PR Use simpler `_.find` to locate fillOrderBai Updated dutch auction wrapper Added back abi-gen-wrappers Renamed signatureParser.ts to signature_parser.ts Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects` circle build failed. New commit to resubmit job. ... | ||||
| * | Merge pull request #1498 from 0xProject/fix/sol-cov | Leonid Logvinov | 2019-01-15 | 23 | -81/+226 |
| |\ | | | | | | | Sol tracing fixes | ||||
| | * | Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts | Fabio B | 2019-01-15 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| | * | Make mapping namings direct | Leonid Logvinov | 2019-01-15 | 10 | -40/+40 |
| | | | |||||
| | * | Remove unused tslint disable | Leonid Logvinov | 2019-01-15 | 1 | -3/+2 |
| | | | |||||
| | * | Revert "Remove logAsyncErrors hack" | Leonid Logvinov | 2019-01-15 | 1 | -34/+44 |
| | | | | | | | | | | | | This reverts commit 7ea274b7316ddc40298a66278a14a735cfd314de. | ||||
| | * | Remove logAsyncErrors hack | Leonid Logvinov | 2019-01-15 | 1 | -44/+34 |
| | | | |||||
| | * | Refactor logAsyncErrors to follow our conventions | Leonid Logvinov | 2019-01-15 | 1 | -7/+8 |
| | | | |||||
| | * | Export Sources and SourceCodes out of tracing utils | Leonid Logvinov | 2019-01-15 | 4 | -0/+8 |
| | | | |||||
| | * | Rename mappins to have a direct naming scheme instead of a reverse one | Leonid Logvinov | 2019-01-14 | 6 | -26/+26 |
| | | | |||||
| | * | Add SourceCodes and Sources types | Leonid Logvinov | 2019-01-14 | 1 | -2/+9 |
| | | | |||||
| | * | Add a link to tracing examples | Leonid Logvinov | 2019-01-14 | 1 | -0/+2 |
| | | | |||||
| | * | Update packages/sol-tracing-utils/src/source_maps.ts | Fabio B | 2019-01-14 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| | * | Update packages/sol-tracing-utils/CHANGELOG.json | Fabio B | 2019-01-14 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| | * | Update packages/sol-tracing-utils/src/trace_info_subprovider.ts | Fabio B | 2019-01-14 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| | * | Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts | Fabio B | 2019-01-14 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| | * | Update packages/sol-tracing-utils/src/source_maps.ts | Fabio B | 2019-01-14 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| | * | Update packages/sol-tracing-utils/CHANGELOG.json | Fabio B | 2019-01-14 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| | * | Update packages/sol-tracing-utils/CHANGELOG.json | Fabio B | 2019-01-14 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| | * | Apply prettier | Leonid Logvinov | 2019-01-14 | 1 | -14/+7 |
| | | | |||||
| | * | Use custom JS tracer only if the node is geth | Leonid Logvinov | 2019-01-14 | 1 | -22/+36 |
| | | | |||||
| | * | Add CHANGELOG entries | Leonid Logvinov | 2019-01-14 | 1 | -6/+38 |
| | | | |||||
| | * | Merge development | Leonid Logvinov | 2019-01-14 | 242 | -1702/+1946 |
| | |\ | |||||
| | * | | Fix linter | Leonid Logvinov | 2019-01-14 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix the bug with incorrect source maps parsing by changing contract data ↵ | Leonid Logvinov | 2019-01-14 | 5 | -15/+24 |
| | | | | | | | | | | | | | | | | from an array to a mapping | ||||
| | * | | Add utils.isRangeEqual to sol-profiler | Leonid Logvinov | 2019-01-14 | 1 | -0/+6 |
| | | | | |||||
| | * | | Add assembly statements to AST Visitor | Leonid Logvinov | 2019-01-14 | 1 | -0/+33 |
| | | | | |||||
| | * | | Use a custom JS tracer | Leonid Logvinov | 2019-01-14 | 1 | -17/+18 |
| | | | | |||||
| | * | | Revert CHANGELOG changes | Leonid Logvinov | 2019-01-11 | 1 | -187/+336 |
| | | | | |||||
| | * | | Remove generated wrappers | Leonid Logvinov | 2019-01-11 | 34 | -30044/+0 |
| | | | | |||||
| | * | | Remove generated artifacts | Leonid Logvinov | 2019-01-11 | 36 | -21500/+0 |
| | | | | |||||
| | * | | Generate blocks at interval for truffle | Remco Bloemen | 2019-01-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | Use tracer for debug traces | Remco Bloemen | 2019-01-11 | 1 | -5/+21 |
| | | | | |||||
| | * | | Capture errors in next callbacks | Remco Bloemen | 2019-01-11 | 1 | -3/+21 |
| | | | | |||||
| | * | | Throw error when source location is missing | Remco Bloemen | 2019-01-11 | 1 | -2/+6 |
| | | | | |||||
| | * | | Fix typo | Remco Bloemen | 2019-01-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add tracer params type | Remco Bloemen | 2019-01-11 | 1 | -0/+2 |
| | | | | |||||
| | * | | Re-add changelog for 0x.js | Fabio Berger | 2019-01-11 | 71 | -336/+51731 |
| | | | | |||||
| * | | | Merge pull request #1503 from 0xProject/feature/multi-asset-proxy-migration | Jacob Evans | 2019-01-15 | 13 | -54/+1222 |
| |\ \ \ | | | | | | | | | | | Add MultiAssetProxy Migration | ||||
| | * | | | Update prettier changelogs | Jacob Evans | 2019-01-14 | 2 | -6/+3 |
| | | | | | |||||
| | * | | | Update contract addresses | Jacob Evans | 2019-01-14 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Update hardcoded token addresses | Jacob Evans | 2019-01-12 | 1 | -6/+6 |
| | | | | | |||||
| | * | | | Group similar setup transactions | Jacob Evans | 2019-01-12 | 1 | -6/+9 |
| | | | | | |||||
| | * | | | Register ERC20/721 into MAP | Jacob Evans | 2019-01-12 | 2 | -22/+30 |
| | | | | | |||||
| | * | | | chore(changelogs): Update changelogs with PR | Jacob Evans | 2019-01-12 | 2 | -2/+4 |
| | | | | | |||||
| | * | | | feature(migrations): Add MultiAssetProxy Migration | Jacob Evans | 2019-01-12 | 12 | -36/+1194 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #1514 from 0xProject/bug/exchange-wrapper-matchOrders | Jacob Evans | 2019-01-15 | 2 | -4/+4 |
| |\ \ \ | | | | | | | | | | | Remove optimization from matchOrdersAsync in Exchange wrapper | ||||
| | * | | | Remove matchOrders optimization | Jacob Evans | 2019-01-12 | 2 | -11/+5 |
| | | | | | |||||
| | * | | | Prettier | Jacob Evans | 2019-01-12 | 1 | -32/+16 |
| | | | | | |||||
| | * | | | Update PR number | Jacob Evans | 2019-01-12 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | bug(exchange-wrapper): matchOrdersAsync input param mutation | Jacob Evans | 2019-01-12 | 2 | -24/+45 |
| | | | | | |||||
| * | | | | Replace console.log with logUtils.log (#1515) | F. Eugene Aumson | 2019-01-15 | 8 | -66/+68 |
| | | | | | |||||
| * | | | | Merge pull request #1475 from 0xProject/feature/monorepo/useNewAbiEncoder | Greg Hysen | 2019-01-15 | 42 | -4497/+1912 |
| |\ \ \ \ | | | | | | | | | | | | | Use Compressed Calldata in Contract Wrappers | ||||
| | * | | | | strict decoding of return values using generics | Greg Hysen | 2019-01-15 | 17 | -332/+815 |
| | | | | | | |||||
| | * | | | | Ran prettier | Greg Hysen | 2019-01-15 | 2 | -6/+18 |
| | | | | | | |||||
| | * | | | | Linter | Greg Hysen | 2019-01-15 | 1 | -2/+6 |
| | | | | | | |||||
| | * | | | | Fix build after rebase | Greg Hysen | 2019-01-15 | 2 | -2/+2 |
| | | | | | | |||||
| | * | | | | Style cleanup for Compressed Calldata in Contract Wrappers PR | Greg Hysen | 2019-01-15 | 6 | -20/+21 |
| | | | | | | |||||
| | * | | | | Updated dutch auction wrapper | Greg Hysen | 2019-01-15 | 1 | -91/+13 |
| | | | | | | |||||
| | * | | | | Added back abi-gen-wrappers | Greg Hysen | 2019-01-15 | 14 | -0/+9474 |
| | | | | | | |||||
| | * | | | | Renamed signatureParser.ts to signature_parser.ts | Greg Hysen | 2019-01-15 | 2 | -1/+1 |
| | | | | | | |||||
| | * | | | | Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects` | Greg Hysen | 2019-01-15 | 3 | -39/+39 |
| | | | | | | |||||
| | * | | | | Ran linter | Greg Hysen | 2019-01-15 | 2 | -2/+11 |
| | | | | | | |||||
| | * | | | | Removed console log from handlebars | Greg Hysen | 2019-01-15 | 1 | -1/+0 |
| | | | | | | |||||
| | * | | | | `let` -> `const` in callAsync | Greg Hysen | 2019-01-15 | 2 | -7/+7 |
| | | | | | | |||||
| | * | | | | Ran prettier and linter | Greg Hysen | 2019-01-15 | 14 | -191/+193 |
| | | | | | | |||||
| | * | | | | Decodes revert reason as array to appease Geth | Greg Hysen | 2019-01-15 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Ran prettier | Greg Hysen | 2019-01-15 | 10 | -71/+75 |
| | | | | | | |||||
| | * | | | | Use string argument encoding with new encoder | Greg Hysen | 2019-01-15 | 6 | -48/+36 |
| | | | | | | |||||
| | * | | | | Finished porting new abi encoder to contracts | Greg Hysen | 2019-01-15 | 21 | -9883/+38 |
| | | | | | | |||||
| | * | | | | Generalized `create` for signature / dataItems. Cleaner. | Greg Hysen | 2019-01-15 | 4 | -187/+166 |
| | | | | | | |||||
| | * | | | | Abi Encoder tests fixed + added a signature parser for cases where ↵ | Greg Hysen | 2019-01-15 | 20 | -73/+449 |
| | | | | | | | | | | | | | | | | | | | | | | | | MethodAbi/DataItems are not readily available | ||||
| | * | | | | Works for almost all tests | Greg Hysen | 2019-01-15 | 16 | -1057/+323 |
| | | | | | | |||||
| | * | | | | Working for almost every test | Greg Hysen | 2019-01-15 | 19 | -958/+303 |
| | | | | | | |||||
| | * | | | | Ensure that addresses are lower case | Greg Hysen | 2019-01-15 | 1 | -1/+2 |
| | | | | | | |||||
| | * | | | | Progress | Greg Hysen | 2019-01-15 | 20 | -2811/+1206 |
| | | |/ / | | |/| | | |||||
| * / | | | Update react-highlight dep in website to latest commit | Brandon Millman | 2019-01-15 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Revert "hack: force redux and redux-devtools to work for build" | fragosti | 2019-01-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | This reverts commit 500d8fc86b4f3227007556d05b33e9a8dcd27c7f. | ||||
| * | | | upgrade react in react-docs and react-shared, install dependencies in ↵ | fragosti | 2019-01-12 | 3 | -6/+8 |
| | | | | | | | | | | | | | | | | website that are mysteriously missing | ||||
| * | | | Revert "fix: make version consisten for react, react-dom and styled-components'" | fragosti | 2019-01-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | This reverts commit 89c5d657a74a1ec03141192a697f4156daee15a5. | ||||
| * | | | feat: upgrade styled-components and remove ununsed basscss import | fragosti | 2019-01-12 | 2 | -2/+2 |
| | | | | |||||
| * | | | hack: force redux and redux-devtools to work for build | fragosti | 2019-01-12 | 1 | -2/+2 |
| | | | | |||||
| * | | | fix: make version consisten for react, react-dom and styled-components' | fragosti | 2019-01-12 | 1 | -2/+1 |
| | | | | |||||
| * | | | fix: use basscss from css file instead of module | fragosti | 2019-01-12 | 3 | -1/+2 |
| |/ / | |||||
| * | | Implement tslint enum-naming to enforce PascalCase on enum members (#1474) | Xianny | 2019-01-12 | 33 | -271/+461 |
| | | | |||||
| * | | Publishethereum-types@1.1.5@0x/website@0.0.65@0x/web3-wrapper@3.2.3@0x/utils@3.0.0@0x/typescript-typings@3.0.7@0x/types@1.5.1@0x/tslint-config@2.0.1@0x/testnet-faucets@1.0.62@0x/subproviders@2.1.10@0x/sra-spec@1.0.15@0x/sol-tracing-utils@3.0.0@0x/sol-trace@1.0.1@0x/sol-resolver@1.2.2@0x/sol-profiler@1.0.1@0x/sol-doc@1.0.13@0x/sol-coverage@1.0.1@0x/sol-compiler@2.0.1@0x/react-shared@1.1.1@0x/react-docs@1.0.24@0x/pipeline@1.0.4@0x/order-watcher@2.4.1@0x/order-utils@3.1.1@0x/monorepo-scripts@1.0.17@0x/migrations@2.3.1@0x/metacoin@0.0.34@0x/json-schemas@2.1.6@0x/instant@1.0.6@0x/fill-scenarios@1.1.1@0x/dev-utils@1.0.23@0x/dev-tools-pages@0.0.12@0x/contracts-utils@1.0.4@0x/contracts-tokens@1.0.4@0x/contracts-test-utils@1.0.4@0x/contracts-protocol@2.2.1@0x/contracts-multisig@1.0.4@0x/contracts-libs@1.0.4@0x/contracts-interfaces@1.0.4@0x/contracts-extensions@1.2.1@0x/contracts-examples@1.0.4@0x/contract-wrappers@4.2.1@0x/connect@3.0.12@0x/base-contract@3.0.12@0x/asset-buyer@4.0.0@0x/assert@1.0.22@0x/abi-gen@1.0.21@0x/abi-gen-wrappers@2.1.10x.js@3.0.1 | Fabio Berger | 2019-01-12 | 38 | -293/+293 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@3.0.1 - @0x/abi-gen@1.0.21 - @0x/abi-gen-wrappers@2.1.1 - @0x/assert@1.0.22 - @0x/asset-buyer@4.0.0 - @0x/base-contract@3.0.12 - @0x/connect@3.0.12 - @0x/contract-wrappers@4.2.1 - @0x/dev-tools-pages@0.0.12 - @0x/dev-utils@1.0.23 - ethereum-types@1.1.5 - @0x/fill-scenarios@1.1.1 - @0x/instant@1.0.6 - @0x/json-schemas@2.1.6 - @0x/metacoin@0.0.34 - @0x/migrations@2.3.1 - @0x/monorepo-scripts@1.0.17 - @0x/order-utils@3.1.1 - @0x/order-watcher@2.4.1 - @0x/pipeline@1.0.4 - @0x/react-docs@1.0.24 - @0x/react-shared@1.1.1 - @0x/sol-compiler@2.0.1 - @0x/sol-coverage@1.0.1 - @0x/sol-doc@1.0.13 - @0x/sol-profiler@1.0.1 - @0x/sol-resolver@1.2.2 - @0x/sol-trace@1.0.1 - @0x/sol-tracing-utils@3.0.0 - @0x/sra-spec@1.0.15 - @0x/subproviders@2.1.10 - @0x/testnet-faucets@1.0.62 - @0x/tslint-config@2.0.1 - @0x/types@1.5.1 - @0x/typescript-typings@3.0.7 - @0x/utils@3.0.0 - @0x/web3-wrapper@3.2.3 - @0x/website@0.0.65 - @0x/contracts-examples@1.0.4 - @0x/contracts-extensions@1.2.1 - @0x/contracts-interfaces@1.0.4 - @0x/contracts-libs@1.0.4 - @0x/contracts-multisig@1.0.4 - @0x/contracts-protocol@2.2.1 - @0x/contracts-test-utils@1.0.4 - @0x/contracts-tokens@1.0.4 - @0x/contracts-utils@1.0.4 | ||||
| * | | Updated CHANGELOGS | Fabio Berger | 2019-01-12 | 62 | -3/+412 |
| | | | |||||
* | | | merge development | Fabio Berger | 2019-01-12 | 136 | -1126/+768 |
|\| | | |||||
| * | | Merge pull request #1500 from 0xProject/update-prettier-version | Fabio B | 2019-01-11 | 136 | -1126/+768 |
| |\ \ | | |/ | |/| | Update prettier to version ^1.15.3 | ||||
| | * | Rebase and re-apply prettier | Alex Browne | 2019-01-11 | 4 | -9/+13 |
| | | | |||||
| | * | Update prettier to version ^1.15.3 | Alex Browne | 2019-01-11 | 133 | -1117/+755 |
| | | | |||||
* | | | Fix copy and links | Fabio Berger | 2019-01-11 | 7 | -54/+107 |
| | | | |||||
* | | | Remove unused import | Fabio Berger | 2019-01-11 | 1 | -1/+0 |
| | | | |||||
* | | | Fix title and og tags for sol-coverage | Fabio Berger | 2019-01-11 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'development' into fix/dev-tools-pages/finalTouches | Fabio Berger | 2019-01-11 | 138 | -662/+1530 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (49 commits) upgrade to ddex api v3 (#1507) Add new deployment related instructions to pipeline README (#1499) feature: implement logging and friendly wallet name for Opera Fix prettier Add missing dependencies Remove second yarn call Add .gitkeep Rename sol-trace-based-tools-common to sol-tracing-utils Update packages/sol-trace/README.md Update packages/sol-trace/CHANGELOG.json Update packages/sol-trace-based-tools-common/src/source_maps.ts Update packages/sol-trace-based-tools-common/CHANGELOG.json Update packages/sol-profiler/CHANGELOG.json Update packages/sol-coverage/CHANGELOG.json Update packages/monorepo-scripts/src/test_installation.ts chore: changelog update fix: account for undefined errors in promisify, not only null Clean up docs before publish In README's, don't mention non-existent tests (#1497) fix: use getBackendBaseUrl instead of hardcoded string ... | ||||
| * | | upgrade to ddex api v3 (#1507) | Xianny | 2019-01-11 | 4 | -16/+31 |
| |/ | |||||
| * | Add new deployment related instructions to pipeline README (#1499) | Alex Browne | 2019-01-11 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | * Add new deployment related instructions to pipeline README * Apply prettier * Respond to PR feedback | ||||
| * | feature: implement logging and friendly wallet name for Opera | fragosti | 2019-01-11 | 3 | -3/+8 |
| | | |||||
| * | Merge pull request #1501 from ↵ | Francesco Agosti | 2019-01-11 | 2 | -1/+10 |
| |\ | | | | | | | | | | | | | 0xProject/fix/utils/promisify-not-accounting-for-undefined-error [utils] account for undefined errors in promisify, not only null (and fix instant in Opera) | ||||
| | * | chore: changelog update | fragosti | 2019-01-10 | 1 | -0/+9 |
| | | | |||||
| | * | fix: account for undefined errors in promisify, not only null | fragosti | 2019-01-10 | 1 | -1/+1 |
| | | | |||||
| * | | Fix prettier | Leonid Logvinov | 2019-01-10 | 3 | -6/+3 |
| | | | |||||
| * | | Add missing dependencies | Leonid Logvinov | 2019-01-10 | 1 | -0/+3 |
| | | | |||||
| * | | Merge development | Leonid Logvinov | 2019-01-10 | 242 | -1353/+7066 |
| |\ \ | |||||
| | * \ | Merge pull request #1482 from 0xProject/feature/monorepo/release-notes | Steve Klebanoff | 2019-01-10 | 6 | -2/+53 |
| | |\ \ | | | | | | | | | | | [monorepo-scripts] Automatically alert new release to Discord | ||||
| | | * \ | Merge branch 'feature/monorepo/release-notes' of ↵ | Steve Klebanoff | 2019-01-08 | 1 | -1/+1 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | github.com:0xProject/0x-monorepo into feature/monorepo/release-notes | ||||
| | | | * | | Use explicit undefined check | Fabio B | 2019-01-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Co-Authored-By: steveklebanoff <steve@0xproject.com> | ||||
| | | * | | | Make error message less scary | Steve Klebanoff | 2019-01-08 | 1 | -1/+1 |
| | | |/ / | |||||
| | | * | | Return void and throw error instead of logging and returning boolean | Steve Klebanoff | 2019-01-05 | 1 | -4/+3 |
| | | | | | |||||
| | | * | | Add async suffix | Steve Klebanoff | 2019-01-05 | 2 | -3/+3 |
| | | | | | |||||
| | | * | | Use constant | Steve Klebanoff | 2019-01-03 | 2 | -1/+2 |
| | | | | | |||||
| | | * | | await alerting discord | Steve Klebanoff | 2019-01-03 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Merge branch 'development' into feature/monorepo/release-notes | Steve Klebanoff | 2019-01-03 | 270 | -4073/+661 |
| | | |\ \ | |||||
| | | * | | | remove unused export | Steve Klebanoff | 2019-01-03 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | feat(monorepo-scripts): Alert to discord when new publish happens | Steve Klebanoff | 2019-01-03 | 6 | -3/+54 |
| | | | | | | |||||
| | * | | | | Merge pull request #1437 from 0xProject/feature/instant/tell-amount-available | Steve Klebanoff | 2019-01-10 | 12 | -17/+273 |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | [instant] Tell user how much of an asset is available | ||||
| | | * | | | Merge branch 'development' into feature/instant/tell-amount-available | Steve Klebanoff | 2019-01-10 | 317 | -1855/+9504 |
| | | |\ \ \ | |||||
| | | * | | | | Add PR number | Steve Klebanoff | 2019-01-04 | 1 | -1/+2 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'development' into feature/instant/tell-amount-available | Steve Klebanoff | 2019-01-03 | 271 | -4065/+647 |
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| | | |||||
| | | * | | | | take out no-longer necessary test | Steve Klebanoff | 2019-01-03 | 1 | -6/+1 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'development' into feature/instant/tell-amount-available | Steve Klebanoff | 2018-12-22 | 2 | -10/+16 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Fix var name and use floor instead of .round(0, ROUND_DOWN) | Steve Klebanoff | 2018-12-22 | 1 | -9/+7 |
| | | | | | | | | |||||
| | | * | | | | | Make amountAvailableToFill required | Steve Klebanoff | 2018-12-22 | 3 | -8/+3 |
| | | | | | | | | |||||
| | | * | | | | | Merge branch 'development' into feature/instant/tell-amount-available | Steve Klebanoff | 2018-12-22 | 299 | -1047/+9565 |
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | | | |||||
| | | * | | | | | more documentation | Steve Klebanoff | 2018-12-15 | 1 | -0/+6 |
| | | | | | | | | |||||
| | | * | | | | | Fix for asset-buyer documentation | Steve Klebanoff | 2018-12-15 | 1 | -0/+1 |
| | | | | | | | | |||||
| | | * | | | | | rename boolean var | Steve Klebanoff | 2018-12-15 | 1 | -3/+3 |
| | | | | | | | | |||||
| | | * | | | | | one more test for undefined | Steve Klebanoff | 2018-12-15 | 1 | -1/+6 |
| | | | | | | | | |||||
| | | * | | | | | Update asset-buyer changelog describing error change | Steve Klebanoff | 2018-12-15 | 1 | -0/+8 |
| | | | | | | | | |||||
| | | * | | | | | Only send in amountAvailableToFill if it's a non-zero amount, add additional ↵ | Steve Klebanoff | 2018-12-15 | 7 | -104/+154 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests and nest, and put error into its own file | ||||
| | | * | | | | | Nesting errors | Steve Klebanoff | 2018-12-15 | 1 | -23/+25 |
| | | | | | | | | |||||
| | | * | | | | | More tests for assetBuyerErrorMessage | Steve Klebanoff | 2018-12-15 | 1 | -3/+38 |
| | | | | | | | | |||||
| | | * | | | | | Factor in slippage amount in InsufficientAssetLiquidityError error, and show ↵ | Steve Klebanoff | 2018-12-15 | 8 | -9/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in instant | ||||
| | | * | | | | | feat(asset-buyer): Custom InsufficientAssetLiquidityError error | Steve Klebanoff | 2018-12-15 | 4 | -9/+107 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BREAKING CHANGE: A custom InsufficientAssetLiquidityError error is now raised when there is insufficient liquidity | ||||
| | * | | | | | | Merge pull request #1489 from 0xProject/fix/website/0x-org-endpoints | Francesco Agosti | 2019-01-10 | 3 | -6/+8 |
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | [website] Audit and fix 0x.org migration URLs | ||||
| | | * | | | | | fix: use getBackendBaseUrl instead of hardcoded string | fragosti | 2019-01-09 | 2 | -2/+4 |
| | | | | | | | | |||||
| | | * | | | | | fix: use new forum URL | fragosti | 2019-01-09 | 1 | -2/+2 |
| | | | | | | | | |||||
| | | * | | | | | fix: use old forum URL for now | fragosti | 2019-01-08 | 1 | -2/+2 |
| | | | | | | | | |||||
| | | * | | | | | chore: point to 0x.org website-api | fragosti | 2019-01-08 | 1 | -2/+2 |
| | | | | | | | | |||||
| | | * | | | | | fix: CORS issue by accessing 0x geth nodes through 0x.org endpoint | fragosti | 2019-01-08 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Add .gitkeep | Leonid Logvinov | 2019-01-10 | 1 | -0/+0 |
| | | | | | | | | |||||
| * | | | | | | | Rename sol-trace-based-tools-common to sol-tracing-utils | Leonid Logvinov | 2019-01-10 | 49 | -19/+19 |
| | | | | | | | | |||||
| * | | | | | | | Update packages/sol-trace/README.md | Fabio B | 2019-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| * | | | | | | | Update packages/sol-trace/CHANGELOG.json | Fabio B | 2019-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| * | | | | | | | Update packages/sol-trace-based-tools-common/src/source_maps.ts | Fabio B | 2019-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| * | | | | | | | Update packages/sol-trace-based-tools-common/CHANGELOG.json | Fabio B | 2019-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| * | | | | | | | Update packages/sol-profiler/CHANGELOG.json | Fabio B | 2019-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| * | | | | | | | Update packages/sol-coverage/CHANGELOG.json | Fabio B | 2019-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| * | | | | | | | Update packages/monorepo-scripts/src/test_installation.ts | Fabio B | 2019-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
| * | | | | | | | Bump up the chunk size | Leonid Logvinov | 2019-01-09 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Split installation tests in chunks of 10 to not run out of memory | Leonid Logvinov | 2019-01-08 | 1 | -34/+39 |
| | | | | | | | | |||||
| * | | | | | | | Refactor out sol-cov, sol-profiler and sol-trace into their separate packages | Leonid Logvinov | 2019-01-08 | 107 | -583/+1093 |
| | | | | | | | | |||||
* | | | | | | | | Fix footer links | Fabio Berger | 2019-01-11 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Add deployment commands for the Dev tools pages | Fabio Berger | 2019-01-11 | 1 | -1/+11 |
| | | | | | | | | |||||
* | | | | | | | | Rename sol-cov to sol-coverage, fix links | Fabio Berger | 2019-01-10 | 9 | -39/+37 |
| | | | | | | | | |||||
* | | | | | | | | Add docLink | Fabio Berger | 2019-01-10 | 4 | -2/+6 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #1249 from bakkenbaeck/dev-tools-pages | Fabio B | 2019-01-09 | 82 | -1039/+2464 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Dev tools pages | ||||
| * \ \ \ \ \ \ | Merge development | Leonid Logvinov | 2019-01-09 | 91 | -238/+529 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Pin @types/styled-components versions | Leonid Logvinov | 2019-01-09 | 5 | -5/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | Remove accidentally commited files | Leonid Logvinov | 2019-01-09 | 70 | -51510/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge development | Leonid Logvinov | 2019-01-09 | 999 | -31757/+81927 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix static tests | Leonid Logvinov | 2019-01-09 | 2 | -7/+7 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Remove redundant semicolons | Leonid Logvinov | 2019-01-09 | 2 | -3/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | fix puppeteer options for react-snap | August Skare | 2018-11-21 | 1 | -1/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | fix casing for entries in webpack | August Skare | 2018-11-21 | 1 | -4/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'development' into dev-tools-pages | August Skare | 2018-11-21 | 95 | -81/+1382 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | comment for commented BundleAnalyzerPlugin webpack plugin | August Skare | 2018-11-20 | 1 | -0/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fix type for svg icon in footer | August Skare | 2018-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | typedef for context data | August Skare | 2018-11-20 | 5 | -5/+20 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fix import order | August Skare | 2018-11-20 | 5 | -5/+5 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | uniq export names for animations | August Skare | 2018-11-20 | 8 | -15/+15 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | use lodash.map insted of array.map | August Skare | 2018-11-20 | 4 | -22/+23 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | use lodash isUndefined function | August Skare | 2018-11-20 | 2 | -5/+7 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fix imports after renaming | August Skare | 2018-11-20 | 15 | -65/+65 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | rename all files and directories to lowercase | August Skare | 2018-11-20 | 30 | -0/+0 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | separate component for inlinecode component | August Skare | 2018-11-19 | 1 | -1/+5 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | added missing ; | August Skare | 2018-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | cleand up code component | August Skare | 2018-11-19 | 1 | -22/+17 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | strict check for children in contentblock | August Skare | 2018-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | type function call for Container in Animation class | August Skare | 2018-11-19 | 1 | -2/+5 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | remove new-lines between methods in classes | August Skare | 2018-11-19 | 2 | -8/+0 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | clean up tabs component | August Skare | 2018-11-19 | 1 | -27/+17 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | remove unnecessary children in Interface | August Skare | 2018-11-19 | 7 | -22/+4 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fix typings for components in header | August Skare | 2018-11-19 | 1 | -6/+3 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | use styled-components theme in logo insted of color prop | August Skare | 2018-11-19 | 1 | -3/+3 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | removed unused prop def from footer component | August Skare | 2018-11-19 | 1 | -4/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | rename copied to didCopy in Code state | August Skare | 2018-11-19 | 1 | -5/+5 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | remove constructor from Code component | August Skare | 2018-11-19 | 1 | -5/+0 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | less verbose tslint disable rule | August Skare | 2018-11-19 | 1 | -2/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fix timeout type in animation component | August Skare | 2018-11-19 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fixed base link styling color | August Skare | 2018-11-16 | 2 | -4/+8 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'development' into dev-tools-pages | August Skare | 2018-11-16 | 162 | -534/+1879 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | fix linting + code syntax for statless components | August Skare | 2018-11-16 | 36 | -843/+844 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | update styled-component and styled-component typings | August Skare | 2018-11-16 | 1 | -4/+4 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'development' into dev-tools-pages | August Skare | 2018-11-13 | 87 | -270/+654 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'development' into dev-tools-pages | August Skare | 2018-11-13 | 1042 | -61362/+27568 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | remove unused dependecies | August Skare | 2018-11-12 | 1 | -3/+0 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | better positioning of hero animation | August Skare | 2018-11-07 | 1 | -4/+4 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | lower deboune on animation resize | August Skare | 2018-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix alignment on list bullest | August Skare | 2018-11-07 | 1 | -8/+9 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | visual tweaks in code component | August Skare | 2018-11-07 | 1 | -7/+13 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | styling adjustment in uniq components | August Skare | 2018-11-07 | 2 | -2/+2 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | align 0x logo in footer | August Skare | 2018-11-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | right align icons in trace component | August Skare | 2018-11-07 | 1 | -1/+0 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | more spacing on footer items | August Skare | 2018-11-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | break compiler cards on an earlier breakpoint | August Skare | 2018-11-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | new og images | August Skare | 2018-11-07 | 4 | -0/+0 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | new hero animation using bodymovin and lottie | August Skare | 2018-11-07 | 24 | -46/+204 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | copy changes | August Skare | 2018-11-07 | 4 | -10/+8 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix issues in code element | August Skare | 2018-11-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix large button on small screens | August Skare | 2018-11-06 | 1 | -3/+10 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | rename pesudo element in code gutter | August Skare | 2018-10-30 | 2 | -2/+2 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix code highlighting with ... | August Skare | 2018-10-30 | 4 | -16/+31 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | remove outline on buttons | August Skare | 2018-10-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | button tweaks | August Skare | 2018-10-30 | 1 | -8/+15 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | optional copy button in code component | August Skare | 2018-10-30 | 2 | -3/+6 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | change footer copy | August Skare | 2018-10-30 | 1 | -2/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix link to 0x in header | August Skare | 2018-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Fixes/august (#12) | August Skare | 2018-10-29 | 18 | -58/+119 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix button dimensions * fix footer hover color * breakout in trace component * fix padding on button on small screens * fix title with content on small screens * sizing adjustment in intro component * intro component adjustments * container size adjustments * meta og images * fixed gutter size * trace component fix + breakout fix * show copy button if touch device * responsive hero animation | ||||
| * | | | | | | | | | | | | | Feature/feedbacktweaks (#11) | August Skare | 2018-10-29 | 5 | -24/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix typo * Fix 1px line showing in middle of divs * Increase inline code padding by 2px * Make masonry block not full width on screens larger than mobile * Align list items * Change button text to copied if it's been copied | ||||
| * | | | | | | | | | | | | | update content in tabs | August Skare | 2018-10-26 | 4 | -15/+64 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix props drilling to far down | August Skare | 2018-10-26 | 1 | -12/+11 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | alernate prop on inlinecode component | August Skare | 2018-10-26 | 2 | -3/+9 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix button position in code component | August Skare | 2018-10-26 | 1 | -17/+22 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix scrollbars in code components | August Skare | 2018-10-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fixed links in footer | August Skare | 2018-10-26 | 5 | -27/+24 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | new hover styling | August Skare | 2018-10-26 | 7 | -3/+11 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | new favicons | August Skare | 2018-10-26 | 4 | -0/+0 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix line-height in lead component | August Skare | 2018-10-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | center logo text | August Skare | 2018-10-26 | 1 | -2/+7 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | update codeblock in trace component | August Skare | 2018-10-26 | 1 | -1/+11 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | text color in trace component | August Skare | 2018-10-26 | 1 | -7/+12 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | 14px fontsize on code | August Skare | 2018-10-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | update text color on dark background | August Skare | 2018-10-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | update content on copiler page | August Skare | 2018-10-26 | 1 | -2/+16 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix dom elements type in intro | August Skare | 2018-10-25 | 3 | -7/+11 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | breakpoint on medium in intro component | August Skare | 2018-10-25 | 1 | -13/+2 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | add json support to highlight | August Skare | 2018-10-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Updates intro component | Megan Pearson | 2018-10-25 | 1 | -7/+4 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/dev-tools-pages' into dev-tools-pages | Megan Pearson | 2018-10-25 | 3 | -22/+35 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | Updates intro component (#10) | Megan Pearson | 2018-10-25 | 3 | -22/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updates intro component * Remove unused Inner * Use Breakout component in Intro | ||||
| * | | | | | | | | | | | | | | Fixed typos | Megan Pearson | 2018-10-25 | 2 | -6/+6 |
| |/ / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | Feature/syntaxhighlighting (#9) | August Skare | 2018-10-25 | 7 | -52/+159 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip code highlighting of lines * Implements gutter component * WIP: Profiler with gutter * cleaned up highlight code * Removes before content for gutter styling * Styles gutter * Add correct Profiler code content * Adds color variable for gutter gray * refactor code component width gutter and diffing | ||||
| * | | | | | | | | | | | | | Add highlighter.js; basic styling for .diff classes; Start of code block in cov | Megan Pearson | 2018-10-25 | 4 | -11/+41 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Updates Intro Component to use IntroBody and IntroAside | Megan Pearson | 2018-10-25 | 2 | -19/+37 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Content (#7) | August Skare | 2018-10-25 | 6 | -65/+231 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optional children in List component * added real content to trace page * added real content to cov page * add support for json highlighting * real content on compiler page * real content on profiler page * remove unused import * remove list from compiler page * wrap code components in pages with breakout component * fix font size on text * fix typo |