Denis-Adrian Cristea
9bf1f739e0
chore: remove usage of the prefer-global rules ( #11279 )
2025-12-10 14:05:29 +00:00
Almeida
6a129bc054
chore: lower concurrency on index upload ( #11351 )
...
* chore: lower concurrency on index upload
* chore: increase timeout
2025-12-09 21:02:57 +00:00
Almeida
06c8da23d1
chore: update deps & search indice action refactor ( #11339 )
...
* chore: update deps & search indice action refactor
- Updated pnpm, dependencies and regenerated the lockfile
- Removed immer and some eslint plugins that weren't being used
- Updated the version of `@types/node` to v24 on internal packages as
that's the version that is being used on github actions
- Refactored the uploadSearchIndices action slightly and upgraded the
meilisearch dependency
* chore: remove more deps
2025-12-09 13:47:46 +01:00
Jiralite
2c3bf5c817
ci: Upload README.md files ( #11342 )
...
* feat: upload README.md files
* ci: build actions
* fix: build action
* chore: force rename
2025-12-09 03:22:39 +01:00
Jiralite
5dea94602e
ci: Remove tags instead of only deprecating ( #11263 )
...
ci: deprecate -> remove
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-20 20:17:00 +00:00
ckohen
b026d0ee35
ci: fix pinning ( #11243 )
2025-11-03 06:37:21 +00:00
ckohen
3bb13f96b4
ci(dev): pin associated dev versions ( #11238 )
2025-11-02 05:38:17 +00:00
Jiralite
868be4eafc
feat: Annotate result of releasing packages ( #11200 )
...
* feat: annotate result
* feat: note dry runs
* refactor: summaries
2025-10-26 21:40:49 +00:00
Jiralite
756eac6bb1
fix: Use D1 for indices ( #11199 )
...
* fix: use D1 for indices
* fix: use D1 for indices
* build: remove unused packages
* fix: pass variables
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-24 20:08:49 +00:00
ckohen
7a3a21b26e
ci(release): better final output ( #11177 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-14 09:26:11 +00:00
Denis-Adrian Cristea
0c2975e3fd
ci: implement workflow to publish dev versions ( #11120 )
...
* ci: implement workflow to publish dev versions
* ci: refactor into the other dev job
* fix: use dev tag
* chore: clarify
* fix: always use actions from main
* fix: conditionally
* chore: don't ask for meaningless perm
2025-10-08 11:08:39 +00:00
Denis-Adrian Cristea
fcf7f27fd7
ci(release): handling for create-discord-app ( #11143 )
...
* ci(release): handling for create-discord-app
* ci(deprecate): cda support
* ci: update our custom action to handle the renaming when invoked
* fix: don't double release on github
* chore: just in case
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-08 10:33:51 +00:00
ckohen
6431cea24b
ci(release): use main action always ( #11125 )
...
* ci(release): use main action always
* ci(release): use more descriptive names
* ci: review fixes
* ci(release): fixes from testing
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-04 08:50:30 +00:00
Almeida
90813b33aa
build: use the same timestamp for release versions ( #11069 )
2025-08-31 20:43:22 +00:00
ckohen
7710decf6a
ci(release): use full commit hash ( #11046 )
2025-08-18 07:57:24 +00:00
Almeida
e68829770f
build: fix package name argument parsing ( #11044 )
2025-08-17 22:12:19 +00:00
ckohen
ac290aea95
ci(release): use app user ( #11038 )
...
* ci(release): set git user
* ci(release): refactor to use app
* ci(release): use only app token
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-08-16 21:05:36 +00:00
Jiralite
c0c1ac2879
ci(release): Miscellaneous fixes ( #11014 )
...
* ci: some fixes
* ci: typo in property
* fix: yaml-schema errors
* ci: oven-sh/setup-bun@v2
* ci: typo in dev release
---------
Co-authored-by: ckohen <chaikohen@gmail.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-07-27 10:53:48 +00:00
ckohen
6cdfa3864b
ci: better release workflow ( #10325 )
...
* ci: better release workflow
* ci: simplify + use changelog
* ci(release): better parsing and exclusions
* ci(release): remove tree log
* ci(release): improve logs
* ci(release): properly check inputs
* ci(release): better promise handling
Co-authored-by: Aura <kyradiscord@gmail.com >
* ci: refactor release to use bun
* ci(release): whitespace
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
* ci(release): add dev release handling
* ci(release): fixes from testing
* ci(release): make the promise run
* ci(release): when specifying package, skip exclusions
* ci(dev): create-discord-bot dev release
* ci(release): improve changelog detection
* ci: fix typo and allow releasing branches
* ci(release): set make_latest for gh releases
* ci(release): add ssh_key so pushed tags run workflow
---------
Co-authored-by: Aura <kyradiscord@gmail.com >
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-07-25 11:56:02 +02:00
Qjuh
3cff4d7412
feat: @discordjs/structures ( #10900 )
...
* chore: init /structures
* feat: base structure
* feat: initial structures design attempt
* refactor(Structure): use unknown to store in kData
* feat(Structure): add Invite
refactor(Structure): patch to _patch
* refactor: symbol names and override location
* fix: don't possibly return 0 if discord borks
Co-authored-by: Synbulat Biishev <signin@syjalo.dev >
* refactor: use getter value instead of api
Co-authored-by: Synbulat Biishev <signin@syjalo.dev >
* refactor: cache createdTimestamp value
Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com >
* docs: better docs for what's done so far
* feat: add Mixin
* refactor(User): remove bitfield getters and add displayName
* feat(structures): add Connection
* feat(structures): add Channel base
* refactor(Mixin): trace prototype chain, allow construction
* fix(structures): fix mixin behavior
* fix(structures): data optimization call behavior from perf testing
* feat: channel mixins
* chore: update deps
* feat: channels and mixins
* chore: more typeguard tests
* fix: tests and some other issues
* feat: add ChannelWebhookMixin
* fix: more tests
* chore: tests and docs
* chore: docs
* fix: remove unneccessary omitted
* chore: apply code suggestions
* refactor: change how extended invite works
* fix: type imports
* Apply suggestions from code review
Co-authored-by: Almeida <github@almeidx.dev >
* fix: tests
* chore: add jsdoc
* refactor: apply code suggestions
* fix: don't instantiate sub-structures
* fix: don't do null default twice
* chore: use formatters, add _cache
* chore: lockfile
* chore: move MixinTypes to declaratiion file
* fix: tests
* fix: don't include source d.ts files for docs
* feat: bitfields
* feat: more bitfields
* refactor: remove DirectoryChannel structure
* chore: apply suggestions from code review
* chore: remove unused import
* refactor: use symbol for mixin toJSON, remove _ prefix
* chore: apply suggestions from code review
* refactor: remove bitfield casts
* refactor: remove special case for threadchannel types
* fix: apply code review suggestions
* refactor: bitfields always store bigint
* fix: tests
* chore: apply suggestions from code review
* fix: lint
* refactor: conditional structuredClone
* Apply suggestions from code review
Co-authored-by: ckohen <chaikohen@gmail.com >
* fix: code review errors
* fix: lint
* chore: bump dtypes
* Update packages/structures/cliff.toml
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
* docs: link to VideoQualityMode
* chore: typo in comment
* chore: small nits in docs links
* chore: small nits
* docs: forgot one
* chore: update template
* chore: typos and things
* chore: apply suggestions from code review
* fix: tests and typeguards
* chore: don't clone appliedTags
* refactor: use a symbol for patch method
* fix: add missing readonly
* chore: remove todo comment
* refactor: use symbol for clone
* fix: add constraint to DataType
* chore: apply suggestions
* fix: dtypes bump
* chore: fix comment
* chore: add todo comment
* chore: mark bitfield as todo
chore: mark bit field as todo and edit readme
---------
Co-authored-by: ckohen <chaikohen@gmail.com >
Co-authored-by: Synbulat Biishev <signin@syjalo.dev >
Co-authored-by: Almeida <github@almeidx.dev >
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-07-12 18:24:30 +00:00
iCrawl
aa533efe26
feat: discord-api-types on docs
2025-05-13 01:33:48 +02:00
Almeida
a4f3a2574d
ci: update list of packages in codecov uploads ( #10846 )
...
* ci: update list of packages in coverage upload
* build: remove test dependencies
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-04-27 00:45:54 +00:00
iCrawl
8ce8f7ff46
ci: fix upload to database
2025-04-11 01:09:24 +02:00
iCrawl
e22a7bb505
ci: upload docs to cf
2025-04-11 00:55:57 +02:00
Noel
f580de8025
chore: upgrade deps ( #10824 )
2025-04-05 13:18:56 +02:00
ckohen
01e64b4e9a
fix(actions): respect ratelimits on split docs upload ( #10697 )
...
* fix(actions): respect ratelimits on split docs upload
* fix: set failed on missing uploads
2025-01-12 19:05:35 +01:00
Almeida
e2e71b4d09
build: bump dependencies ( #10457 )
...
* build: bump `@vladfrangu/async_event_emitter`
* chore: bump again + fixes
* build: bump types/node and some dev deps
* build: bump discord-api-types again
* style: remove unused eslint-ignore comment
* build: sync dependencies and update templates
* build: bump turbo
* build: vercel + vitest
* build: bump undici
---------
Co-authored-by: Vlad Frangu <me@vladfrangu.dev >
2024-08-22 17:33:35 +02:00
Almeida
ec9080b883
ci: skip coverage upload on missing files ( #10453 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2024-08-22 11:55:02 +00:00
ckohen
4f174c644d
ci: fix coverage upload ( #10331 )
2024-06-07 12:24:02 +00:00
Jiralite
c78af13c1e
ci: Update versions of actions ( #10270 )
...
* ci: update versions of actions
* ci: attempt fix
2024-05-13 11:35:25 +02:00
Qjuh
7baa9e4333
feat(website): add type field to search index to sort by ( #10212 )
2024-04-14 19:53:16 +02:00
iCrawl
3fd36f745f
ci: remove debug logging
2024-03-02 22:26:09 +01:00
iCrawl
e401841f63
ci: more logging
2024-03-02 22:14:02 +01:00
iCrawl
d6bf0fe43e
ci: logging for ci
2024-03-02 21:52:10 +01:00
iCrawl
59f4db3e1d
ci: update split upload
2024-03-02 21:19:13 +01:00
iCrawl
71bba547b6
refactor: docs ordering
2024-03-02 20:25:51 +01:00
Noel
18cce83d80
refactor: docs ( #10126 )
2024-02-29 04:37:52 +01:00
iCrawl
597340f288
docs: split docs.api.json into multiple json files
2024-02-06 17:24:18 +01:00
iCrawl
171cb182ed
chore: deps
2023-12-19 14:33:04 +01:00
Jiralite
54453b04e5
chore(uploadDocumentation): Expose full error ( #10012 )
...
chore: expose full error
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-12-02 12:50:53 +00:00
Noel
55be1c901a
ci: properly extract name from minified docs files
2023-11-17 23:37:14 +01:00
iCrawl
00063912ee
fix: conflict resolution
2023-11-14 01:35:08 +01:00
iCrawl
01c63d2e0f
refactor: switch to vercel blob for docs
2023-11-13 23:15:16 +01:00
iCrawl
1d2d01e1f5
ci: dont set the ci to failed on fail to upload docs
2023-11-13 21:31:46 +01:00
iCrawl
25d552b318
fix: missing on conflict clause
2023-11-13 21:09:43 +01:00
iCrawl
c4767bacde
refactor: switch to vercel pg
2023-11-13 21:07:01 +01:00
iCrawl
81a892e27f
fix: properly create index
2023-11-13 19:13:32 +01:00
iCrawl
b305194841
ci: revert deploying vercel with ci for now
2023-11-13 00:12:37 +01:00
iCrawl
6b9f906b03
chore: properly rename folder
2023-11-08 00:44:39 +01:00
iCrawl
347df4e083
chore: typo
2023-11-08 00:38:35 +01:00