Skip to content

Commit

Permalink
Merge pull request #2181 from mainmatter/twios-2023-11-05
Browse files Browse the repository at this point in the history
TWIOS 2023-11-05
  • Loading branch information
emmasofiah2o authored Nov 10, 2023
2 parents 86855ac + 258b61e commit 7dc9f4a
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 4 deletions.
14 changes: 10 additions & 4 deletions config/this-week-in-open-source.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,11 @@
"kellyselden/boilerplate-update",
"stefanpenner/node-fixturify-project",
"broccolijs/broccoli-filter",
"mainmatter/continue-on-error-comment"
"mainmatter/continue-on-error-comment",
"ember-learn/algolia-index-update-scripts",
"ember-learn/algolia-index-update-scripts",
"ember-learn/algolia-index-update-scripts",
"ember-learn/ember-jsonapi-docs"
]
},
{
Expand Down Expand Up @@ -306,7 +310,6 @@
{
"name": "Ember",
"repos": [
"ember-learn/ember-jsonapi-docs",
"emberobserver/client",
"Authmaker/authmaker-ember-simple-auth",
"buschtoens/ember-link",
Expand Down Expand Up @@ -478,9 +481,12 @@
"mansona/ember-inline-svg",
"mansona/broccoli-filter",
"mansona/chris.manson.ie",
"mansona/ember-vite-app"
"mansona/ember-vite-app",
"mansona/boilerplate-update",
"mansona/boilerplate-update",
"mansona/boilerplate-update"
],
"exclude_closed_not_merged": true,
"output_path": "src/twios/",
"last_date": ""
"last_date": "2023-10-29..2023-11-05"
}
101 changes: 101 additions & 0 deletions src/twios/2023-11-05.md
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

0 comments on commit 7dc9f4a

Please sign in to comment.