Skip to content
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

doc: add audio recording links to TSC meeting minutes #2454

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
21 changes: 11 additions & 10 deletions doc/tsc-meetings/2015-05-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@

## Links

* **Audio Recording**: https://soundcloud.com/node-foundation/tsc-meeting-2015-05-27
* **Public YouTube feed**: http://www.youtube.com/watch?v=0DPfLxulsbQ
* **GitHub Issue**: https://github.com/nodejs/node/issues/41
* **GitHub Issue**: https://github.com/nodejs/node-convergence-archive/issues/41
* **Original Minutes Google Doc**: https://docs.google.com/document/d/1-KlxiQGMsJFNJu3meok9e9XFsM39k_PMnQmY_9d_cy0

## Agenda

Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting.

### nodejs/node
### nodejs/node-convergence-archive

* \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node/issues/23)
* \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node/issues/22)
* \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node/issues/20)
* doc: Add new working groups [#15](https://github.com/nodejs/node/pull/15)
* \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node-convergence-archive/issues/23)
* \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node-convergence-archive/issues/22)
* \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node-convergence-archive/issues/20)
* doc: Add new working groups [#15](https://github.com/nodejs/node-convergence-archive/pull/15)

### nodejs/io.js

Expand Down Expand Up @@ -68,29 +69,29 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting

## Minutes

### \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node/issues/23)
### \[Converge\] timers: Avoid linear scan in `_unrefActive`. [#23](https://github.com/nodejs/node-convergence-archive/issues/23)

* James: conflicting approaches in both repos
* Ben: both are terrible under different workloads - do away with the code and start again
* Jeremiah: might have a go at it, working off an existing heap impl by Ben (ACTION)
* Bert: some problems with http - discussion happened about the implementation
* Chris: would be good to have Julien’s input since he was active on the joyent/node impl

### \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node/issues/22)
### \[Converge\] child_process argument type checking [#22](https://github.com/nodejs/node-convergence-archive/issues/22)

* James: arg checking merged in 0.10 after the fork
* Discussion about why this wasn’t merged to io.js
* Defer back to GitHub discussion after no reason for not merging could be found on the call

### \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node/issues/20)
### \[Converge\] SSLv2/3 disable/enable related commits [#20](https://github.com/nodejs/node-convergence-archive/issues/20)

* James: SSLv2/3 removed in io.js, merging these commits would involve reverting
* Jeremiah proposed 0.12 being the LTS for SSLv2/3 support
* Rod: are we happy killing this off?
* Michael: we don’t know how extensively it’s being used?
* James: pending research into that question we’ll leave this alone, come back if there’s a compelling reason to revert

### doc: Add new working groups [#15](https://github.com/nodejs/node/pull/15)
### doc: Add new working groups [#15](https://github.com/nodejs/node-convergence-archive/pull/15)

* Michael: Benchmarking and Post Mortem Debugging working groups are ready and have started, i18n group needs a bit more work to get off the ground
* Group didn’t see any reason not to go forward with these groups, they have repos and can be in an “incubating” state for now
Expand Down
3 changes: 2 additions & 1 deletion doc/tsc-meetings/2015-06-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Links

* **GitHub Issue**: https://github.com/nodejs/node/issues/53
* **Audio Recording**: https://soundcloud.com/node-foundation/tsc-meeting-2015-06-10
* **GitHub Issue**: https://github.com/nodejs/node-convergence-archive/issues/53
* **Original Minutes Google Doc**: https://docs.google.com/document/d/1cn7SKaKYUMYLBiQhE6HAAknnwPabKsYjpOuyQkVikW8

## Agenda
Expand Down
7 changes: 4 additions & 3 deletions doc/tsc-meetings/2015-06-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Links

* **GitHub Issue**: https://github.com/nodejs/node/issues/56
* **Audio Recording**: https://soundcloud.com/node-foundation/tsc-meeting-2015-06-17
* **GitHub Issue**: https://github.com/nodejs/node-convergence-archive/issues/56
* **Original Minutes Google Doc**: https://docs.google.com/document/d/1d4mAJgm06rpPWLDqhZcxsRnKMrS92Ip4CW2akOyeIL4

## Agenda
Expand All @@ -11,7 +12,7 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting

### nodejs/node

* Create a security team [#48](https://github.com/nodejs/node/issues/48)
* Create a security team [#48](https://github.com/nodejs/node-convergence-archive/issues/48)

### nodejs/io.js

Expand Down Expand Up @@ -71,7 +72,7 @@ Extracted from **tsc-agenda** labelled issues and pull requests prior to meeting
* Steven: getting back on board
* Bert: libuv work for multi-worker on Windows (https://github.com/libuv/libuv/pull/396), found a potential libuv/Windows contributor at NodeConf, NF board meeting
* Alexis: Working on build & CI convergence with Rod, CI can now automatically decide what options to use for different node versions, and porting node-accept-pull-request CI job.
* Julien: time off, launching nodejs.org updates for NF launch, working on changes for 0.10/0.12 releases, onboarded two new collaborators for joyent/node - https://github.com/nodejs/node/wiki/Breaking-changes-between-v0.12-and-next-LTS-release
* Julien: time off, launching nodejs.org updates for NF launch, working on changes for 0.10/0.12 releases, onboarded two new collaborators for joyent/node - https://github.com/nodejs/LTS/wiki/Breaking-changes-between-v0.12-and-next-LTS-release
* Shigeki: Working on upgrading OpenSSL, the upgrade process is becoming much simpler, landed the CINNIC whitelist
* Jeremiah: NodeConf - brought back good feedback, helping spin up the Diversity WG, integrating timers heap impl, struggling with bugs
* Brian: not much, triage & PR review
Expand Down
3 changes: 2 additions & 1 deletion doc/tsc-meetings/2015-07-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Links

* **GitHub Issue**: https://github.com/nodejs/node/issues/60
* **Audio Recording**: https://soundcloud.com/node-foundation/tsc-meeting-2015-07-01
* **GitHub Issue**: https://github.com/nodejs/node-convergence-archive/issues/60
* **Original Minutes Google Doc**: https://docs.google.com/document/d/1TN3Ks0fC4ciY3jeS0VxXxXRkT_dq8-tfs-bWQqZGRoE

## Agenda
Expand Down
3 changes: 2 additions & 1 deletion doc/tsc-meetings/2015-07-08.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Links

* **GitHub Issue**: https://github.com/nodejs/node/issues/64
* **Audio Recording**: https://soundcloud.com/node-foundation/tsc-meeting-2015-07-08
* **GitHub Issue**: https://github.com/nodejs/node-convergence-archive/issues/64
* **Original Minutes Google Doc**: https://docs.google.com/document/d/1HuRtu5ZP7ZlrIp756EbZYo4I26v2RY-7CY1pr_3y1nY

## Agenda
Expand Down
3 changes: 2 additions & 1 deletion doc/tsc-meetings/2015-07-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Links

* **GitHub Issue**: https://github.com/nodejs/node/issues/67
* **Audio Recording**: https://soundcloud.com/node-foundation/tsc-meeting-2015-07-15
* **GitHub Issue**: https://github.com/nodejs/node-convergence-archive/issues/67
* **Original Minutes Google Doc**: https://docs.google.com/document/d/1r8boI4E67Cq7PEsYeIpXkFZM0be4Ww5UDlNr_uXOop0

## Agenda
Expand Down