Skip to content

chore: update beta branch #1045

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 460 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
460 commits
Select commit Hold shift + click to select a range
e7596b4
chore(deps-dev): bump @types/superagent from 8.1.7 to 8.1.8
dependabot[bot] Jul 29, 2024
b24f0ab
Merge pull request #848 from BitGo/8c80dependabot/npm_and_yarn/types/…
bitgopatmcl Jul 29, 2024
d251bd4
chore(deps-dev): bump @types/node from 20.14.0 to 22.0.0
dependabot[bot] Jul 29, 2024
04ef2f8
style: `ExtendedSchemaMetadata` -> `SchemaTypeInfo`
Jul 29, 2024
04bf04a
Merge pull request #851 from BitGo/rename-extended-schema-metadata
anshchaturvedi Jul 29, 2024
5e9da08
chore(deps): bump DeterminateSystems/nix-installer-action from 12 to 13
dependabot[bot] Jul 29, 2024
ccb6780
Merge pull request #852 from BitGo/8969dependabot/github_actions/Dete…
ericcrosson-bitgo Jul 29, 2024
04824fc
Merge pull request #847 from BitGo/8ba6dependabot/npm_and_yarn/types/…
ericcrosson-bitgo Jul 29, 2024
41af80a
feat: support array examples at arbitrary levels
ad-world Jul 29, 2024
3d6eb65
chore: add semi-colon to fix linter
ad-world Jul 29, 2024
77ad820
Merge pull request #853 from BitGo/DX-622
ad-world Jul 29, 2024
f0fcf52
feat: support `domain` when generating `t.record`
Jul 29, 2024
cde4855
chore: add tests to ensure `record` -> `object` behaviour
Jul 31, 2024
d041033
fix: make `domain` optional
Jul 31, 2024
8623d43
chore(deps-dev): bump memfs from 4.9.4 to 4.11.1
dependabot[bot] Aug 1, 2024
4373ca8
Merge pull request #858 from BitGo/c60ddependabot/npm_and_yarn/memfs-…
bitgopatmcl Aug 1, 2024
87de81f
Merge pull request #857 from BitGo/DX-637-support-keys-in-record-codecs
anshchaturvedi Aug 1, 2024
b678013
feat: support private fields in the openapi generator
ad-world Jul 31, 2024
d0f7e23
test: add privateObject to private field test
ad-world Aug 1, 2024
377b331
test: add back lost test
ad-world Aug 1, 2024
8ccc1a1
Merge pull request #856 from BitGo/DX-613
bitgopatmcl Aug 1, 2024
652c36f
feat: consolidate comments from nested levels of schemas
ad-world Jul 30, 2024
09f6beb
feat: rework more functions to resuse withComment step
ad-world Jul 31, 2024
8b22044
chore: fix linter errors in tests
ad-world Jul 31, 2024
dacc359
Merge pull request #855 from BitGo/DX-592
bitgopatmcl Aug 1, 2024
9ea74b6
feat: consolidate unions of t.unknown in generator
ad-world Aug 1, 2024
7c12f6a
test: add tests for unknown union consolidation
ad-world Aug 1, 2024
288dff5
chore: fix linter
ad-world Aug 1, 2024
ae9d1db
Merge pull request #861 from BitGo/DX-644
ad-world Aug 1, 2024
84f31c5
feat: add optional name param to httpRequest
ad-world Aug 2, 2024
283c378
test: refactor large openapi test into smaller files
ad-world Aug 2, 2024
702cf11
fix: fix test glob pattern to include nested tests
ad-world Aug 2, 2024
81512b6
chore(deps-dev): bump @types/node from 22.0.0 to 22.1.0
dependabot[bot] Aug 5, 2024
a7cd268
Merge pull request #863 from BitGo/DX-634
bitgopatmcl Aug 5, 2024
7feef72
fix: revert pipe import
ad-world Aug 5, 2024
4b21378
Merge pull request #866 from BitGo/DX-634-fix
ericcrosson-bitgo Aug 5, 2024
e4bb25a
Merge pull request #864 from BitGo/c619dependabot/npm_and_yarn/types/…
ericcrosson-bitgo Aug 5, 2024
2f94e94
chore(deps-dev): bump superagent from 9.0.2 to 10.0.0
dependabot[bot] Aug 6, 2024
7755aaf
Merge pull request #867 from BitGo/e14cdependabot/npm_and_yarn/supera…
bitgopatmcl Aug 6, 2024
7638329
test: add back missing test
ad-world Aug 6, 2024
2435783
chore: update test script
ad-world Aug 6, 2024
2731c48
Merge pull request #868 from BitGo/DX-647
bitgopatmcl Aug 6, 2024
d26530c
refactor: introduce standardized error messages
Aug 7, 2024
9da4c52
feat: add `errorLeft` wrapper
Aug 7, 2024
96a906a
fix: remove accidentally changed `E.left` change
Aug 7, 2024
c11dc0e
fix: strip stacktrace off of actual errors in tests
Aug 7, 2024
60218da
refactor: introduce helper functions for logging
Aug 8, 2024
aa52270
Merge pull request #869 from BitGo/DX-660-introduce-stacktraces
anshchaturvedi Aug 8, 2024
73fbadb
feat: support custom codec files in host repositories
ad-world Aug 8, 2024
5e8371f
docs: update docs on custom codecs in the generator
ad-world Aug 8, 2024
deba7c4
refactor: use new log functions
ad-world Aug 8, 2024
ef7576f
fix: reorder known codecs rewrite
ad-world Aug 8, 2024
f3d0be1
fix: remove extra info comment
ad-world Aug 8, 2024
6b7d7fe
docs: add more required documentation
ad-world Aug 8, 2024
bf2aae8
docs: reorder solutions
ad-world Aug 8, 2024
443b16f
refactor: logWarn when can't parse sourceFile
ad-world Aug 8, 2024
4a569b8
refactor: refactor custom codecs function to return a either monad
ad-world Aug 8, 2024
348be34
Update packages/openapi-generator/README.md
ad-world Aug 8, 2024
5210a57
Merge pull request #870 from BitGo/DX-658
ad-world Aug 8, 2024
d0cac29
chore(deps-dev): bump @types/node from 22.1.0 to 22.2.0
dependabot[bot] Aug 12, 2024
782d82b
Merge pull request #872 from BitGo/b573dependabot/npm_and_yarn/types/…
bitgopatmcl Aug 12, 2024
c7ef3d7
chore(deps-dev): bump superagent from 10.0.0 to 10.0.1
dependabot[bot] Aug 13, 2024
dc23312
Merge pull request #874 from BitGo/eb26dependabot/npm_and_yarn/supera…
bitgopatmcl Aug 13, 2024
4a0c449
docs: rework openapi-generator README.md
ad-world Aug 9, 2024
7e30459
chore(deps-dev): bump @types/node from 22.2.0 to 22.3.0
dependabot[bot] Aug 14, 2024
e84f149
Merge pull request #875 from BitGo/170fdependabot/npm_and_yarn/types/…
bitgopatmcl Aug 14, 2024
8b8713c
Merge pull request #871 from BitGo/DX-669
ad-world Aug 14, 2024
3ae3cb8
chore(deps-dev): bump superagent from 10.0.1 to 10.0.2
dependabot[bot] Aug 16, 2024
9e4dc8b
Merge pull request #877 from BitGo/3525dependabot/npm_and_yarn/supera…
bitgopatmcl Aug 16, 2024
5321ea8
chore(deps-dev): bump @types/node from 22.3.0 to 22.4.1
dependabot[bot] Aug 19, 2024
326019d
Merge pull request #878 from BitGo/2acfdependabot/npm_and_yarn/types/…
bitgopatmcl Aug 19, 2024
7c47a62
chore(deps-dev): bump @types/node from 22.4.1 to 22.5.0
dependabot[bot] Aug 22, 2024
19c4c76
Merge pull request #881 from BitGo/0326dependabot/npm_and_yarn/types/…
bitgopatmcl Aug 22, 2024
a27e388
feat: add type error if path doesn't start with /
ad-world Aug 23, 2024
cae13b5
docs: add comments to unchecked routes
ad-world Aug 23, 2024
3a9a0f4
Merge pull request #883 from BitGo/DX-704
andrew-scott-fischer Aug 23, 2024
64dc7af
Merge pull request #882 from BitGo/DX-703
andrew-scott-fischer Aug 23, 2024
cfebbc0
chore(deps-dev): bump superagent from 10.0.2 to 10.1.0
dependabot[bot] Aug 26, 2024
d15eec4
Merge pull request #884 from BitGo/6280dependabot/npm_and_yarn/supera…
bitgopatmcl Aug 26, 2024
945410d
chore(deps-dev): bump @types/superagent from 8.1.8 to 8.1.9
dependabot[bot] Aug 27, 2024
75f8e32
Merge pull request #886 from BitGo/5745dependabot/npm_and_yarn/types/…
bitgopatmcl Aug 27, 2024
2933cff
chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /website
dependabot[bot] Sep 5, 2024
71cf731
chore(deps): bump webpack from 5.76.2 to 5.94.0 in /website
dependabot[bot] Sep 5, 2024
7001216
Merge pull request #891 from BitGo/73e5dependabot/npm_and_yarn/websit…
ericcrosson-bitgo Sep 5, 2024
795e77f
Merge pull request #892 from BitGo/cd21dependabot/npm_and_yarn/websit…
bitgopatmcl Sep 6, 2024
95d458f
chore: remove DevEx from code owners
ericcrosson-bitgo Sep 6, 2024
41d9348
Merge pull request #894 from BitGo/chore-remove-devex-from-code-owners
andrew-scott-fischer Sep 6, 2024
fa15ffe
chore(deps): bump express from 4.19.2 to 4.20.0
dependabot[bot] Sep 10, 2024
2a42968
Merge pull request #896 from BitGo/e0dcdependabot/npm_and_yarn/expres…
ericcrosson-bitgo Sep 10, 2024
2df2e8c
chore(deps): bump body-parser and express in /website
dependabot[bot] Sep 10, 2024
deee43b
Merge pull request #897 from BitGo/7cb7dependabot/npm_and_yarn/websit…
ericcrosson-bitgo Sep 10, 2024
881a58c
chore(deps): bump express from 4.20.0 to 4.21.0
dependabot[bot] Sep 12, 2024
e24ee18
Merge pull request #899 from BitGo/24d7dependabot/npm_and_yarn/expres…
bitgopatmcl Sep 12, 2024
db3b5fa
Revert "feat: add type error if path doesn't start with /"
bitgopatmcl Sep 13, 2024
f1f80af
Merge pull request #901 from BitGo/revert-leading-slash-type-change
bitgopatmcl Sep 13, 2024
11cbaaf
chore(deps): bump DeterminateSystems/nix-installer-action from 13 to 14
dependabot[bot] Sep 16, 2024
8fcc2bd
Merge pull request #902 from BitGo/5cfddependabot/github_actions/Dete…
bitgopatmcl Sep 16, 2024
de5a6a4
chore(deps-dev): bump memfs from 4.11.1 to 4.11.2
dependabot[bot] Sep 18, 2024
9ed4dd5
Merge pull request #903 from BitGo/919cdependabot/npm_and_yarn/memfs-…
ericcrosson-bitgo Sep 18, 2024
66d0a8f
chore(deps-dev): bump memfs from 4.11.2 to 4.12.0
dependabot[bot] Sep 19, 2024
38b995d
Merge pull request #904 from BitGo/6b0adependabot/npm_and_yarn/memfs-…
bitgopatmcl Sep 19, 2024
a0dafb2
fix(superagent-wrapper): revert avoid mutation by sketchy codecs
jonball4 Sep 27, 2024
4093417
Merge pull request #913 from jonball4/sketchy-codec-protection
jonball4 Oct 4, 2024
b0f94b9
chore(deps-dev): bump memfs from 4.12.0 to 4.13.0
dependabot[bot] Oct 8, 2024
260d060
Merge pull request #914 from BitGo/a800dependabot/npm_and_yarn/memfs-…
bitgopatmcl Oct 9, 2024
e285657
chore(deps-dev): bump memfs from 4.13.0 to 4.14.0
dependabot[bot] Oct 14, 2024
65ded53
Merge pull request #918 from BitGo/5953dependabot/npm_and_yarn/memfs-…
bitgopatmcl Oct 16, 2024
3c98b5c
chore(deps-dev): bump superagent from 10.1.0 to 10.1.1
dependabot[bot] Oct 21, 2024
b014517
feat: sort routes by path before writing the output JSON
bitgopatmcl Oct 22, 2024
2f7dd3f
Merge pull request #925 from BitGo/bitgopatmcl/sort-routes-by-path
ericcrosson-bitgo Oct 23, 2024
cf10220
fix: sort HTTP verbs within each path in OpenAPI spec
bitgopatmcl Oct 24, 2024
adbf1a7
Merge pull request #922 from BitGo/582adependabot/npm_and_yarn/supera…
ericcrosson-bitgo Oct 24, 2024
64aa40f
chore(deps): bump send and express in /website
dependabot[bot] Oct 24, 2024
b33ebb4
chore(deps): bump cookie and express in /website
dependabot[bot] Oct 24, 2024
85697e6
chore(deps): bump express from 4.21.0 to 4.21.1
dependabot[bot] Oct 24, 2024
d3516da
Merge pull request #916 from BitGo/9a84dependabot/npm_and_yarn/expres…
ericcrosson-bitgo Oct 24, 2024
b2a4d6a
Merge pull request #928 from BitGo/087ddependabot/npm_and_yarn/websit…
ericcrosson-bitgo Oct 24, 2024
4a0bba1
Merge pull request #929 from BitGo/5d2ddependabot/npm_and_yarn/websit…
ericcrosson-bitgo Oct 24, 2024
5ed6340
Merge pull request #927 from BitGo/bitgopatmcl/sort-http-verbs
ericcrosson-bitgo Oct 25, 2024
bbf1c75
feat: support simple computed properties
bitgopatmcl Oct 31, 2024
11570d4
fix: support parsing decorators
bitgopatmcl Oct 31, 2024
c29f1e1
Merge pull request #936 from BitGo/support-decorators
ericcrosson-bitgo Nov 1, 2024
d0d5873
Merge pull request #937 from BitGo/support-computed-properties
ericcrosson-bitgo Nov 1, 2024
e8967c6
feat: add support for request headers
bitgopatmcl Nov 5, 2024
dd2c671
Merge pull request #942 from BitGo/VL-2470-header-support
ericcrosson-bitgo Nov 5, 2024
04cda61
fix: make computed property support more robust
bitgopatmcl Nov 5, 2024
b80be4a
chore: add instructions for copilot workspace
bitgopatmcl Nov 6, 2024
9d426e4
Merge pull request #945 from BitGo/add-copilot-workspace-instructions
ericcrosson-bitgo Nov 6, 2024
982e60c
feat: add support for parsing template strings
bitgopatmcl Nov 6, 2024
1795aed
Merge pull request #943 from BitGo/expand-computed-property-support
louib-bitgo Nov 8, 2024
8c9dd57
Merge pull request #944 from BitGo/bitgopatmcl/template-string-parsing
ericcrosson-bitgo Nov 11, 2024
8233bab
chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website
dependabot[bot] Nov 11, 2024
313ab1a
Merge pull request #948 from BitGo/0a61dependabot/npm_and_yarn/websit…
ericcrosson-bitgo Nov 11, 2024
daab5e7
chore(deps): bump DeterminateSystems/nix-installer-action from 14 to 15
dependabot[bot] Nov 11, 2024
32bbebe
Merge pull request #949 from BitGo/3318dependabot/github_actions/Dete…
bitgopatmcl Nov 11, 2024
b9bd07d
chore(deps-dev): bump @types/whatwg-url from 11.0.5 to 13.0.0
dependabot[bot] Nov 12, 2024
339f742
Merge pull request #950 from BitGo/8c2bdependabot/npm_and_yarn/types/…
ericcrosson-bitgo Nov 12, 2024
72bd0af
chore(deps): bump DeterminateSystems/nix-installer-action from 15 to 16
dependabot[bot] Nov 18, 2024
8b60a59
Merge pull request #951 from BitGo/df0adependabot/github_actions/Dete…
bitgopatmcl Nov 19, 2024
3241485
chore(deps-dev): bump memfs from 4.14.0 to 4.14.1
dependabot[bot] Dec 2, 2024
f386f4c
Merge pull request #958 from BitGo/b78bdependabot/npm_and_yarn/memfs-…
bitgopatmcl Dec 2, 2024
d011321
chore(deps-dev): bump memfs from 4.14.1 to 4.15.0
dependabot[bot] Dec 9, 2024
7ebe245
Merge pull request #962 from BitGo/bc29dependabot/npm_and_yarn/memfs-…
bitgopatmcl Dec 10, 2024
ba5a08a
chore(deps-dev): bump c8 from 10.1.2 to 10.1.3
dependabot[bot] Dec 11, 2024
7cdb008
Merge pull request #964 from BitGo/7e81dependabot/npm_and_yarn/c8-10.1.3
bitgopatmcl Dec 11, 2024
62e739b
chore(deps): bump express from 4.21.1 to 4.21.2
dependabot[bot] Dec 11, 2024
737846a
Merge pull request #961 from BitGo/f4c4dependabot/npm_and_yarn/expres…
ericcrosson-bitgo Dec 11, 2024
056a548
chore(deps): bump whatwg-url from 14.0.0 to 14.1.0
dependabot[bot] Dec 11, 2024
f93b346
Merge pull request #959 from BitGo/7527dependabot/npm_and_yarn/whatwg…
ericcrosson-bitgo Dec 11, 2024
54e9db9
chore(deps): bump resolve from 1.22.8 to 1.22.9
dependabot[bot] Dec 16, 2024
f137221
Merge pull request #966 from BitGo/6ca1dependabot/npm_and_yarn/resolv…
bitgopatmcl Dec 16, 2024
6699067
chore(deps): bump resolve from 1.22.9 to 1.22.10
dependabot[bot] Dec 20, 2024
6977b62
Merge pull request #967 from BitGo/8b52dependabot/npm_and_yarn/resolv…
ericcrosson-bitgo Dec 20, 2024
fd0e51f
chore(deps-dev): bump memfs from 4.15.0 to 4.15.1
dependabot[bot] Dec 23, 2024
8afef67
Merge pull request #968 from BitGo/ca5adependabot/npm_and_yarn/memfs-…
ericcrosson-bitgo Dec 23, 2024
429b448
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /website
dependabot[bot] Dec 23, 2024
4aaa3f0
chore(deps): bump nanoid from 3.3.6 to 3.3.8 in /website
dependabot[bot] Dec 23, 2024
a3d433d
Merge pull request #970 from BitGo/388ddependabot/npm_and_yarn/websit…
ericcrosson-bitgo Dec 23, 2024
b214578
Merge pull request #969 from BitGo/99e6dependabot/npm_and_yarn/websit…
ericcrosson-bitgo Dec 23, 2024
8eecfe7
fix: import Node.js path module using node: import syntax
ericcrosson-bitgo Dec 23, 2024
daf48e5
chore: use `import type` to import only swc types
ericcrosson-bitgo Dec 23, 2024
29ad98f
refactor: unwrap Either immediately after inspection
ericcrosson-bitgo Dec 23, 2024
cd12fcd
Merge pull request #972 from ericcrosson-bitgo/chore-use-import-type-…
louib-bitgo Dec 23, 2024
159066c
Merge pull request #971 from ericcrosson-bitgo/fix-import-node.js-pat…
ericcrosson-bitgo Dec 23, 2024
2ae878a
Merge pull request #973 from ericcrosson-bitgo/refactor-unwrap-either…
louib-bitgo Dec 23, 2024
e320614
feat(openapi-generator): suggest resolution for unknown codec types
ericcrosson-bitgo Dec 23, 2024
a3d388b
Merge pull request #974 from ericcrosson-bitgo/suggest-resolution-for…
ericcrosson-bitgo Dec 24, 2024
d2bce0a
chore(deps-dev): bump memfs from 4.15.1 to 4.15.2
dependabot[bot] Dec 31, 2024
42fc229
Merge pull request #977 from BitGo/c767dependabot/npm_and_yarn/memfs-…
louib-bitgo Dec 31, 2024
098b508
chore(deps-dev): bump memfs from 4.15.2 to 4.15.3
dependabot[bot] Jan 2, 2025
b6704bf
Merge pull request #979 from BitGo/b81ddependabot/npm_and_yarn/memfs-…
bitgopatmcl Jan 2, 2025
5855118
chore(deps-dev): bump memfs from 4.15.3 to 4.17.0
dependabot[bot] Jan 10, 2025
81f4103
Merge pull request #983 from BitGo/0d57dependabot/npm_and_yarn/memfs-…
ericcrosson-bitgo Jan 10, 2025
cf6eb8c
feat: Prioritize 'source' property in package.json
bitgopatmcl Jan 16, 2025
75d1efa
Merge pull request #988 from BitGo/VL-2669-source-property
ericcrosson-bitgo Jan 16, 2025
e7011e3
fix: don't explode headers
bitgopatmcl Jan 17, 2025
45f5fcb
Merge pull request #989 from BitGo/dont-explode-headers
ericcrosson-bitgo Jan 17, 2025
2084f16
chore(deps): run npm audit
ericcrosson-bitgo Jan 18, 2025
c63ce3a
Merge pull request #990 from ericcrosson-bitgo/chore-deps-run-npm-audit
louib-bitgo Jan 20, 2025
dad9965
docs(openapi-generator): update readme with preferred instructions
ericcrosson-bitgo Jan 21, 2025
6770db7
Merge pull request #992 from ericcrosson-bitgo/docs-openapi-generator…
andrew-scott-fischer Jan 22, 2025
45980e3
chore: ignore swc >1.5.7 due to upstream type error
bitgopatmcl Jan 22, 2025
18321bd
Merge pull request #994 from BitGo/dependabot-ignore-swc
andrew-scott-fischer Jan 22, 2025
4d1de4b
fix: deduplicate header parameters
bitgopatmcl Jan 28, 2025
486df33
Merge pull request #998 from BitGo/deduplicate-headers
ericcrosson-bitgo Jan 28, 2025
99e5ee6
feat: Add test case for private headers with x-internal tag
ericcrosson-bitgo Feb 6, 2025
047d2f2
Merge pull request #1001 from ericcrosson-bitgo/feat-add-test-case-fo…
ericcrosson-bitgo Feb 7, 2025
dda6fcd
fix: implement lazy file processing with improved dependency handling
bitgopatmcl Feb 10, 2025
18d8b41
Merge pull request #1002 from BitGo/lazy-file-processing
ericcrosson-bitgo Feb 10, 2025
8625f5c
feat: Add JSON parsing examples
youngjungithub Feb 11, 2025
b85867b
chore: use JSONFromString()
youngjungithub Feb 11, 2025
eb63dde
chore: add new line
youngjungithub Feb 11, 2025
88d072b
chore: nix flake
youngjungithub Feb 11, 2025
49c0f49
chore: skill issues
youngjungithub Feb 11, 2025
4f5a3b4
chore: real skill issues
youngjungithub Feb 11, 2025
2d43555
chore(deps): bump whatwg-url from 14.1.0 to 14.1.1
dependabot[bot] Feb 12, 2025
941e1f1
chore: sus code
youngjungithub Feb 12, 2025
acb177c
Update httpRequest.ts
youngjungithub Feb 12, 2025
cf06230
nix flake
youngjungithub Feb 12, 2025
20343ba
Merge pull request #1005 from BitGo/a5cedependabot/npm_and_yarn/whatw…
ericcrosson-bitgo Feb 12, 2025
b1b3067
feat: parse, don't vaidate
youngjungithub Feb 20, 2025
0cf9942
chore: nix
youngjungithub Feb 20, 2025
e64f7db
chore: nix
youngjungithub Feb 20, 2025
6214c8f
chore: nix
youngjungithub Feb 20, 2025
5653fd9
fix: apply doc feedback
youngjungithub Feb 25, 2025
f228a9a
fix: example code
youngjungithub Feb 25, 2025
be189c6
chore: add
youngjungithub Feb 25, 2025
934a562
fix: apply feedback
youngjungithub Feb 25, 2025
0529117
fix: apply feedback
youngjungithub Feb 25, 2025
3ac6957
fix: apply feedback
youngjungithub Feb 25, 2025
06ce95e
fix: title
youngjungithub Feb 27, 2025
e485b8a
fix: apply feedback
youngjungithub Feb 27, 2025
da24709
Merge pull request #1004 from BitGo/feat/json_parsing
ericcrosson-bitgo Feb 27, 2025
891b8a3
chore: standardize URL capitalization in parsing docs
ericcrosson-bitgo Feb 27, 2025
7dfc179
feat: ui changes
youngjungithub Feb 27, 2025
28eebfa
Merge pull request #1010 from BitGo/navigation
ericcrosson-bitgo Feb 27, 2025
9bbd276
feat: upgrade docusaurus version to 3.7
youngjungithub Feb 27, 2025
ba3964b
Merge pull request #1011 from BitGo/docu_version
ericcrosson-bitgo Feb 27, 2025
3f91d44
Merge pull request #1009 from ericcrosson-bitgo/chore-standardize-url…
ericcrosson-bitgo Feb 27, 2025
129a6ef
docs: tweak wording
ericcrosson-bitgo Feb 28, 2025
68ead3b
Merge pull request #1013 from ericcrosson-bitgo/docs-tweak-wording
ericcrosson-bitgo Feb 28, 2025
3e24d72
test: decouple test case from typescript version
ericcrosson-bitgo Mar 4, 2025
6c0ac94
Merge pull request #1016 from ericcrosson-bitgo/test-decouple-test-ca…
ericcrosson-bitgo Mar 4, 2025
61b32a5
feat: ouput boolean query parameters as booleans, not string enums
youngjungithub Mar 4, 2025
3359aeb
Merge pull request #1017 from BitGo/openapi
ericcrosson-bitgo Mar 5, 2025
2cd8353
chore(codeowners): add DevEx as code owners of the GitHub pages site
ericcrosson-bitgo Mar 6, 2025
df16cfc
fix typo
youngjungithub Mar 6, 2025
a347122
Merge pull request #1021 from BitGo/ui
ericcrosson-bitgo Mar 6, 2025
822d533
Merge pull request #1019 from ericcrosson-bitgo/DX-1103-chore-codeown…
ericcrosson-bitgo Mar 7, 2025
e0a8f44
style: format openapi-generator test files
ericcrosson-bitgo Mar 17, 2025
f4f39b7
Merge pull request #1024 from ericcrosson-bitgo/style-format-openapi-…
ericcrosson-bitgo Mar 17, 2025
b2b13eb
docs: add Diátaxis taxonomy labels to documentation categories
youngjungithub Mar 18, 2025
8eb95c0
docs: fix category metadata validation in documentation
youngjungithub Mar 18, 2025
bcda594
Merge pull request #1026 from BitGo/audit-docs
ericcrosson-bitgo Mar 19, 2025
08f01e9
fix(website): migrate from @codehike/mdx to codehike 1.0.5
youngjungithub Apr 15, 2025
0e0f858
Merge pull request #1035 from BitGo/update-codespike
andrew-scott-fischer Apr 15, 2025
26def96
feat(docs): spotlight component for an article
youngjungithub Apr 15, 2025
8c756ef
Merge pull request #1036 from BitGo/codehike
andrew-scott-fischer Apr 15, 2025
3e6d373
feat(docs): Add core @api-ts/io-ts-http docs to Docusaurus
youngjungithub Apr 17, 2025
58b65fb
Merge pull request #1037 from BitGo/codehike
omeradeel26 Apr 17, 2025
a0399b6
docs(openapi-generator): Refactor documentation to Diátaxis Reference…
youngjungithub Apr 21, 2025
3c5f52a
Merge pull request #1038 from BitGo/docs/refactor-openapi-generator-docs
omeradeel26 Apr 24, 2025
1c2b000
docs(superagent-wrapper): Restructure documentation as Diátaxis Refer…
youngjungithub Apr 24, 2025
ae5f7e4
docs(typed-express-router): Refactor documentation into Diátaxis Refe…
youngjungithub Apr 24, 2025
c7289f9
Merge pull request #1039 from BitGo/docs/refactor-superagent-wrapper
omeradeel26 Apr 24, 2025
6bdd8b4
Merge pull request #1041 from BitGo/docs/typed-router-cleanup
omeradeel26 Apr 24, 2025
0cff4b4
style: apply prettier
ericcrosson-bitgo May 14, 2025
64ba703
Merge pull request #1042 from ericcrosson-bitgo/style-apply-prettier
ericcrosson-bitgo May 20, 2025
4868fd5
chore: transfer code ownership to DevEx
ericcrosson-bitgo Jun 23, 2025
a203328
Merge pull request #1043 from ericcrosson-bitgo/DX-1472-chore-transfe…
ericcrosson-bitgo Jun 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @BitGo/velocity
* @BitGo/developer-experience
3 changes: 3 additions & 0 deletions .github/copilot-workspace/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The packages in this repository are published using semantic-release. Use the
Conventional Commit standard for all commit messages. Possible scopes include `feat`,
`fix`, `chore`, `ci`, and `docs`.
7 changes: 5 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ updates:
versions: ['2.x']
- dependency-name: typescript
versions: ['>4.8']
- dependency-name: whatwg-url
versions: ['>=13']
- dependency-name: '@semantic-release-extras/github-comment-specific'
versions: ['>1.0.7']
# Ignore @swc/* dependencies due to upstream issues
# Specifically, tsc does *not* like this line:
# https://github.com/swc-project/swc/blob/main/packages/core/src/index.ts#L12
- dependency-name: '@swc/*'
versions: ['>1.5.7']
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@de22e16c4711fca50c816cc9081563429d1cf563 # v10
uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16

- name: Checkout
uses: actions/checkout@v4
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/pull-request-edit.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# api-ts

[![Build Status]](https://github.com/BitGo/api-ts/actions/workflows/release.yml)
[![Build Status]](https://github.com/BitGo/api-ts/actions/workflows/release.yaml)

[build status]:
https://github.com/BitGo/api-ts/actions/workflows/release.yml/badge.svg?event=push
https://github.com/BitGo/api-ts/actions/workflows/release.yaml/badge.svg?event=push

A collection of packages for defining and using type-checked APIs with TypeScript.

Expand Down
Loading
Loading