-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2181 from mainmatter/twios-2023-11-05
TWIOS 2023-11-05
- Loading branch information
Showing
2 changed files
with
111 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
## Rust | ||
|
||
- [marcoow/rust_rest] [#26](https://github.com/marcoow/rust_rest/pull/26) Db | ||
cleanup ([@marcoow]) | ||
- [marcoow/rust_rest] [#25](https://github.com/marcoow/rust_rest/pull/25) | ||
simplify test helper ([@marcoow]) | ||
- [marcoow/rust_rest] [#24](https://github.com/marcoow/rust_rest/pull/24) Task | ||
for resetting db ([@marcoow]) | ||
- [marcoow/rust_rest] [#20](https://github.com/marcoow/rust_rest/pull/20) DB | ||
Seeding ([@marcoow]) | ||
- [marcoow/rust_rest] [#19](https://github.com/marcoow/rust_rest/pull/19) | ||
Introduce auth & users ([@marcoow]) | ||
- [marcoow/rust_rest] [#18](https://github.com/marcoow/rust_rest/pull/18) Fix DB | ||
isolation for tests ([@marcoow]) | ||
- [marcoow/rust_rest] [#16](https://github.com/marcoow/rust_rest/pull/16) use | ||
correct db methods ([@marcoow]) | ||
- [marcoow/rust_rest] [#15](https://github.com/marcoow/rust_rest/pull/15) | ||
improve CLI ([@marcoow]) | ||
|
||
## Embroider | ||
|
||
- [embroider-build/ember-auto-import] | ||
[#597](https://github.com/embroider-build/ember-auto-import/pull/597) update | ||
package-lock.json ([@mansona]) | ||
- [embroider-build/embroider] | ||
[#1652](https://github.com/embroider-build/embroider/pull/1652) | ||
reverse-exports package ([@lolmaus]) | ||
- [embroider-build/scenario-tester] | ||
[#24](https://github.com/embroider-build/scenario-tester/pull/24) Set up | ||
release-it ([@mansona]) | ||
- [embroider-build/scenario-tester] | ||
[#23](https://github.com/embroider-build/scenario-tester/pull/23) use the | ||
right tsconfig for typedoc ([@mansona]) | ||
|
||
## Empress | ||
|
||
- [empress/empress-blog] | ||
[#182](https://github.com/empress/empress-blog/pull/182) update to v5.0 with | ||
ember-cli-update ([@mansona]) | ||
- [empress/empress-blog] | ||
[#181](https://github.com/empress/empress-blog/pull/181) update js-yaml | ||
([@mansona]) | ||
|
||
## JavaScript | ||
|
||
- [ember-learn/algolia-index-update-scripts] | ||
[#19](https://github.com/ember-learn/algolia-index-update-scripts/pull/19) add | ||
script for deleting tags ([@mansona]) | ||
- [ember-learn/algolia-index-update-scripts] | ||
[#18](https://github.com/ember-learn/algolia-index-update-scripts/pull/18) Run | ||
search update scripts against ember-api-docs-data ([@mansona]) | ||
- [ember-learn/ember-jsonapi-docs] | ||
[#132](https://github.com/ember-learn/ember-jsonapi-docs/pull/132) use esm | ||
properly with node ([@mansona]) | ||
- [ember-learn/ember-jsonapi-docs] | ||
[#131](https://github.com/ember-learn/ember-jsonapi-docs/pull/131) add semis | ||
back ([@mansona]) | ||
- [ember-learn/ember-jsonapi-docs] | ||
[#130](https://github.com/ember-learn/ember-jsonapi-docs/pull/130) unify | ||
indent style to space ([@mansona]) | ||
- [ember-learn/ember-jsonapi-docs] | ||
[#129](https://github.com/ember-learn/ember-jsonapi-docs/pull/129) Update | ||
eslint and prettier ([@mansona]) | ||
- [ember-learn/ember-jsonapi-docs] | ||
[#127](https://github.com/ember-learn/ember-jsonapi-docs/pull/127) move to npm | ||
and setup CI ([@mansona]) | ||
- [kellyselden/boilerplate-update] | ||
[#432](https://github.com/kellyselden/boilerplate-update/pull/432) run one npx | ||
command at once on windows ([@mansona]) | ||
|
||
## Ember | ||
|
||
- [DazzlingFugu/ember-fr-guides-source] | ||
[#208](https://github.com/DazzlingFugu/ember-fr-guides-source/pull/208) Update | ||
guidemaker-elt, remove what was moved in the addon ([@BlueCutOfficial]) | ||
- [DazzlingFugu/ember-fr-guides-source] | ||
[#207](https://github.com/DazzlingFugu/ember-fr-guides-source/pull/207) | ||
Improve the contributing guide ([@BlueCutOfficial]) | ||
- [DazzlingFugu/ember-fr-guides-source] | ||
[#206](https://github.com/DazzlingFugu/ember-fr-guides-source/pull/206) | ||
Translate guides/tutorial/part-1 ([@BlueCutOfficial]) | ||
|
||
[@bluecutofficial]: https://github.com/BlueCutOfficial | ||
[@lolmaus]: https://github.com/lolmaus | ||
[@mansona]: https://github.com/mansona | ||
[@marcoow]: https://github.com/marcoow | ||
[dazzlingfugu/ember-fr-guides-source]: | ||
https://github.com/DazzlingFugu/ember-fr-guides-source | ||
[ember-learn/algolia-index-update-scripts]: | ||
https://github.com/ember-learn/algolia-index-update-scripts | ||
[ember-learn/ember-jsonapi-docs]: | ||
https://github.com/ember-learn/ember-jsonapi-docs | ||
[embroider-build/ember-auto-import]: | ||
https://github.com/embroider-build/ember-auto-import | ||
[embroider-build/embroider]: https://github.com/embroider-build/embroider | ||
[embroider-build/scenario-tester]: | ||
https://github.com/embroider-build/scenario-tester | ||
[empress/empress-blog]: https://github.com/empress/empress-blog | ||
[kellyselden/boilerplate-update]: | ||
https://github.com/kellyselden/boilerplate-update | ||
[marcoow/rust_rest]: https://github.com/marcoow/rust_rest |