David Watrous
|
11e82c15e1
|
Add lint rule to prevent imports from package internals
Since Javascript doesn't really have a concept of package-private,
this linting rule should help accomplish something close
|
2023-03-14 08:08:19 -04:00 |
David Watrous
|
5689198750
|
Add shared fakes for testing (#2655)
|
2023-02-10 21:54:53 +00:00 |
David Watrous
|
e3b66f0804
|
Added `bux status` command (#2652)
|
2023-02-09 16:40:33 +00:00 |
Sanjana Kapur
|
bed806479a
|
Add the localization script
|
2023-02-08 13:48:16 -08:00 |
Shiran Pasternak
|
cd602ccb1b
|
Merge branch 'master' into vnext
|
2023-02-07 14:19:09 -05:00 |
NickKouds
|
9880496a00
|
Added Management plane rest level client sdk for communication layer #2623
|
2023-02-06 00:12:42 +00:00 |
David Watrous
|
ebb8c9bf2b
|
Readd --legacy-peer-deps to bootstrap call (#2616)
Removing this was causing multiple versions of React to be used
|
2023-01-12 12:27:55 -05:00 |
David Watrous
|
b7f0c9b627
|
`bux` CLI improvements (#2608)
* Cache bux builds
* Add -h and -v to bux
* `bux link` no longer uses `npm link`
|
2022-12-19 15:36:02 +00:00 |
David Watrous
|
70ffa83eb3
|
Removed --legacy-peer-deps from `npm install` (#2603)
|
2022-12-13 19:50:06 -05:00 |
David Watrous
|
56389f81fc
|
Add mkdirp as an explicit dependency of desktop (#2602)
This resolves one packaging issue where mkdirp wasn't included
|
2022-12-09 16:31:01 +00:00 |
David Watrous
|
4af743c425
|
Install `bux` from tarball instead of symlink (#2594)
Also fixed an issue where tests/mocks weren't being properly excluded from non-test builds
|
2022-12-09 09:09:12 -05:00 |
David Watrous
|
32a0079de4
|
Rename butil to bux (#2593)
|
2022-11-17 21:58:45 +00:00 |
Shiran Pasternak
|
3b72192592
|
Build results saved in full path.
Build pipeline configures the path, which is then used during testing to gather build results for codecov.
Fixes AB#15017083
|
2022-11-02 14:55:02 -04:00 |
David Watrous
|
a6017ac593
|
Added better support for form/action validation
|
2022-08-16 17:20:55 -04:00 |
David Watrous
|
4d8b6df0a3
|
Fix errors in gather-build-results
|
2022-05-19 13:36:07 -04:00 |
Shiran Pasternak
|
e4e0f929f8
|
Basic CLI test
Limited by Jest's lack of support for ES modules.
|
2022-05-12 16:21:58 -04:00 |
Shiran Pasternak
|
eb8e817397
|
Self-chmod
# Conflicts:
# package.json
|
2022-05-12 13:23:29 -04:00 |
David Watrous
|
165f8a7cd7
|
Move many dependencies into the root of the repo
|
2022-05-12 13:23:29 -04:00 |
Shiran Pasternak
|
3a35f075d0
|
FIXUP TS CLI
|
2022-05-11 11:36:01 -04:00 |
Shiran Pasternak
|
679d9300ac
|
FIXUP TS CLI
|
2022-05-11 11:36:01 -04:00 |
Shiran Pasternak
|
2371964be5
|
TS CLI with configure and link commands
|
2022-05-11 11:36:01 -04:00 |
David Watrous
|
d8ca6a703b
|
Replace Yarn with NPM
|
2022-05-05 18:11:36 -04:00 |
Shiran Pasternak
|
7db0ab6d9d
|
Sets minimum Node version (16) across all packages
|
2022-05-05 10:46:57 -04:00 |
David Watrous
|
aaef13c15a
|
Form refactoring
|
2022-03-17 08:15:19 -04:00 |
David Watrous
|
8f793f26bf
|
Fixed ESLint rules
|
2022-03-14 10:58:31 -04:00 |
David Watrous
|
80765b8744
|
Added initial commit of shared libraries
|
2022-02-24 10:49:44 -05:00 |