├── CODE_OF_CONDUCT.md ├── README.md ├── docs-team ├── 2015-07 │ ├── july-09.md │ ├── july-23.md │ └── july-30.md ├── 2015-08 │ ├── august-06.md │ ├── august-13.md │ └── august-20.md ├── 2015-09 │ ├── september-10.md │ ├── september-17.md │ ├── september-24.md │ └── september-28.md ├── 2015-10 │ ├── october-01.md │ ├── october-08.md │ ├── october-15.md │ ├── october-22.md │ └── october-29.md ├── 2015-11 │ ├── november-05.md │ ├── november-12.md │ └── november-19.md ├── 2015-12 │ ├── december-03.md │ ├── december-10.md │ └── december-17.md ├── 2016-01 │ ├── january-07.md │ ├── january-21.md │ └── january-28.md ├── 2016-02 │ ├── february-04.md │ ├── february-11.md │ ├── february-19.md │ └── february-25.md ├── 2016-03 │ ├── march-03.md │ ├── march-10.md │ └── march-17.md ├── 2016-04 │ ├── april-07.md │ ├── april-14.md │ ├── april-21.md │ └── april-28.md ├── 2016-05 │ ├── may-12.md │ └── may-26.md ├── 2016-06 │ └── june-30.md ├── 2016-07 │ └── july-21.md ├── 2016-08 │ ├── august-04.md │ ├── august-11.md │ ├── august-18.md │ └── august-25.md ├── 2016-09 │ ├── september-08.md │ └── september-22.md ├── 2016-10 │ ├── october-06.md │ └── october-13.md ├── 2016-11 │ ├── november-03.md │ └── november-10.md ├── 2016-12 │ ├── december-01.md │ ├── december-15.md │ └── december-22.md ├── 2017-01 │ ├── january-05.md │ ├── january-12.md │ ├── january-19.md │ └── january-26.md ├── 2017-02 │ ├── february-02.md │ ├── february-16.md │ └── february-23.md ├── 2017-03 │ ├── march-02.md │ ├── march-09.md │ └── march-23.md ├── 2017-04 │ └── april-14.md ├── 2017-05 │ ├── may-18.md │ └── may-25.md ├── 2017-06 │ ├── june-01.md │ ├── june-22.md │ └── june-29.md ├── 2017-07 │ ├── july-06.md │ ├── july-13.md │ └── july-20.md ├── 2017-08 │ ├── august-17.md │ ├── august-24.md │ └── august-31.md ├── 2017-09 │ ├── september-14.md │ ├── september-21.md │ └── september-28.md ├── 2017-10 │ ├── october-05.md │ └── october-19.md ├── 2017-11 │ ├── november-02.md │ └── november-20.md ├── 2017-12 │ └── december-07.md ├── 2018-01 │ ├── january-11.md │ └── january-18.md ├── 2018-02 │ ├── february-15.md │ └── february-22.md ├── 2018-03 │ ├── march-01.md │ └── march-29.md ├── 2018-04 │ ├── april-05.md │ ├── april-12.md │ └── april-19.md ├── 2018-05 │ ├── may-10.md │ ├── may-17.md │ └── may-24.md ├── 2018-06 │ └── june-14.md ├── 2018-07 │ └── july-26.md ├── 2018-08 │ ├── august-02.md │ ├── august-09.md │ └── august-16.md ├── 2019-01 │ └── january-10.md ├── 2019-02 │ └── feb-14.md ├── 2019-03 │ ├── mar-07.md │ ├── mar-14.md │ └── mar-28.md ├── 2019-04 │ ├── april-04.md │ └── april-11.md ├── 2019-05 │ └── may-16.md └── README.md ├── ember-cli ├── 2016-01 │ ├── january-21.md │ └── january-28.md ├── 2016-02 │ ├── february-04.md │ ├── february-11.md │ ├── february-18.md │ └── february-25.md ├── 2016-03 │ ├── march-03.md │ ├── march-10.md │ ├── march-17.md │ └── march-24.md ├── 2016-04 │ ├── april-07.md │ ├── april-14.md │ ├── april-21.md │ └── april-28.md ├── 2016-05 │ ├── may-05.md │ ├── may-12.md │ ├── may-19.md │ └── may-26.md ├── 2016-06 │ ├── june-02.md │ ├── june-09.md │ ├── june-16.md │ ├── june-23.md │ └── june-30.md ├── 2016-07 │ ├── july-07.md │ ├── july-14.md │ ├── july-21.md │ └── july-28.md ├── 2016-08 │ ├── august-04.md │ ├── august-11.md │ ├── august-18.md │ └── august-25.md ├── 2016-09 │ ├── september-01.md │ ├── september-08.md │ ├── september-15.md │ ├── september-22.md │ └── september-29.md ├── 2016-10 │ ├── october-06.md │ ├── october-13.md │ ├── october-20.md │ └── october-27.md ├── 2016-11 │ ├── november-03.md │ ├── november-10.md │ └── november-17.md ├── 2016-12 │ ├── december-01.md │ ├── december-08.md │ ├── december-15.md │ └── december-22.md ├── 2017-01 │ └── january-05.md ├── 2017-02 │ ├── febuary-02.md │ ├── febuary-09.md │ ├── febuary-16.md │ └── febuary-23.md ├── 2017-03 │ ├── march-02.md │ ├── march-09.md │ ├── march-16.md │ ├── march-23.md │ └── march-31.md ├── 2017-04 │ └── april-06.md ├── 2017-06 │ ├── june-01.md │ ├── june-08.md │ ├── june-15.md │ ├── june-22.md │ └── june-29.md ├── 2017-07 │ ├── july-13.md │ ├── july-20.md │ └── july-27.md ├── 2017-08 │ ├── august-03.md │ ├── august-10.md │ ├── august-17.md │ ├── august-24.md │ └── august-31.md ├── 2017-09 │ ├── september-14.md │ └── september-28.md ├── 2017-10 │ ├── oct-26.md │ ├── october-12.md │ ├── october-19.md │ └── october-5.md ├── 2017-11 │ └── november-02.md ├── 2018-02 │ └── february-08.md ├── 2018-03 │ ├── march-01.md │ └── march-08.md ├── 2018-05 │ └── may-31.md ├── 2018-07 │ └── july-26.md └── template.md ├── ember-data ├── 2016-03 │ └── march-16.md ├── 2016-04 │ ├── april-06.md │ ├── april-13.md │ └── april-20.md ├── 2016-05 │ ├── may-11.md │ └── may-18.md ├── 2016-06 │ ├── june-20.md │ └── june-29.md ├── 2016-07 │ └── july-26.md ├── 2016-08 │ ├── august-02.md │ ├── august-09.md │ ├── august-16.md │ └── august-23.md ├── 2016-09 │ └── september-20.md ├── 2017-11 │ └── november-01.md ├── 2023-07 │ └── 2023-07-28.md ├── 2023-08 │ ├── 2023-08-04.md │ ├── 2023-08-11.md │ └── 2023-08-18.md ├── 2023-09 │ ├── 2023-09-01.md │ └── 2023-09-08.md └── template.md ├── ember-engines ├── 2018-07 │ └── july-20.md └── 2018-08 │ └── august-10.md ├── ember.js ├── 2015-06 │ └── june-26.md ├── 2015-07 │ ├── july-03.md │ ├── july-10.md │ └── july-17.md ├── 2015-08 │ ├── august-03.md │ └── august-07.md ├── 2015-09 │ └── september-11.md ├── 2015-11 │ ├── november-06.md │ └── november-13.md ├── 2016-01 │ ├── january-16.md │ ├── january-17.md │ └── january-22.md ├── 2016-02 │ ├── february-05.md │ ├── february-12.md │ └── february-19.md ├── 2016-04 │ └── april-08.md ├── 2016-06 │ └── june-11-12_F2F.md ├── 2016-07 │ ├── july-01.md │ ├── july-08.md │ ├── july-15.md │ ├── july-22.md │ └── july-29.md ├── 2016-08 │ ├── august-05.md │ ├── august-12.md │ ├── august-19.md │ └── august-26.md ├── 2016-09 │ ├── september-02.md │ ├── september-09.md │ ├── september-16.md │ └── september-30.md ├── 2016-10 │ ├── october-07.md │ ├── october-14.md │ └── october-28.md ├── 2016-11 │ ├── november-04.md │ ├── november-11.md │ └── november-18.md ├── 2016-12 │ ├── december-02.md │ ├── december-16.md │ └── december-23.md ├── 2017-01 │ ├── january-06.md │ ├── january-13.md │ ├── january-20.md │ └── january-27.md ├── 2017-02 │ ├── february-03.md │ ├── february-10.md │ ├── february-17.md │ └── february-24.md ├── 2017-03 │ ├── march-03.md │ └── march-10.md ├── 2017-05 │ ├── may-12.md │ └── may-26.md ├── 2017-06 │ ├── june-02.md │ ├── june-09.md │ ├── june-16.md │ └── june-30.md ├── 2017-07 │ ├── july-07.md │ ├── july-14.md │ ├── july-21.md │ └── july-28.md ├── 2017-08 │ ├── august-04.md │ ├── august-11.md │ ├── august-18.md │ └── august-25.md ├── 2017-09 │ ├── september-01.md │ ├── september-08.md │ ├── september-15.md │ └── september-29.md ├── 2017-10 │ ├── october-06.md │ ├── october-13.md │ ├── october-20.md │ └── october-27.md ├── 2017-11 │ ├── november-03.md │ ├── november-10.md │ ├── november-17.md │ └── november-24.md ├── 2017-12 │ ├── december-01.md │ ├── december-08.md │ └── december-15.md ├── 2018-01 │ ├── january-05.md │ ├── january-12.md │ ├── january-19.md │ └── january-26.md ├── 2018-02 │ ├── february-02.md │ ├── february-09.md │ ├── february-23.md │ └── february-26.md ├── 2018-03 │ ├── march-02.md │ ├── march-09.md │ ├── march-23.md │ └── march-30.md ├── 2018-04 │ ├── april-06.md │ ├── april-13.md │ ├── april-20.md │ └── april-27.md ├── 2018-05 │ ├── Meeting-Ember-Core-Team-20180525.md │ ├── may-04.md │ ├── may-11.md │ └── may-18.md ├── 2018-06 │ ├── Meeting-Ember-Core-Team-20180601.md │ ├── Meeting-Ember-Core-Team-20180608.md │ ├── Meeting-Ember-Core-Team-20180615.md │ ├── Meeting-Ember-Core-Team-20180622.md │ └── Meeting-Ember-Core-Team-20180629.md ├── 2018-07 │ ├── Meeting-Ember-Core-Team-20180706.md │ ├── Meeting-Ember-Core-Team-20180713.md │ ├── Meeting-Ember-Core-Team-20180720.md │ └── Meeting-Ember-Core-Team-20180727.md ├── 2018-08 │ ├── Meeting-Ember-Core-Team-20180803.md │ ├── Meeting-Ember-Core-Team-20180810.md │ ├── Meeting-Ember-Core-Team-20180817.md │ ├── Meeting-Ember-Core-Team-20180824.md │ └── Meeting-Ember-Core-Team-20180831.md ├── 2018-09 │ ├── Meeting-Ember-Core-Team-20180907.md │ ├── Meeting-Ember-Core-Team-20180914.md │ ├── Meeting-Ember-Core-Team-20180921.md │ └── Meeting-Ember-Core-Team-20180928.md ├── 2018-10 │ ├── Meeting-Ember-Core-Team-20181005.md │ ├── Meeting-Ember-Core-Team-20181012.md │ ├── Meeting-Ember-Core-Team-20181019.md │ └── Meeting-Ember-Core-Team-20181026.md ├── 2018-11 │ ├── Meeting-Ember-Core-Team-20181102.md │ ├── Meeting-Ember-Core-Team-20181109.md │ ├── Meeting-Ember-Core-Team-20181116.md │ └── Meeting-Ember-Core-Team-20181130.md ├── 2018-12 │ ├── F2F-Ember-Core-Team-20181215.md │ ├── Meeting-Ember-Core-Team-20181207.md │ ├── Meeting-Ember-Core-Team-20181214.md │ └── Meeting-Ember-Core-Team-20181221.md ├── 2019-01 │ ├── Meeting_Ember_Core_Team_20190104.md │ ├── Meeting_Ember_Core_Team_20190111.md │ └── Meeting_Ember_Core_Team_20190118.md ├── 2019-02 │ ├── Meeting_Ember_Core_Team_20190201.md │ ├── Meeting_Ember_Core_Team_20190208.md │ ├── Meeting_Ember_Core_Team_20190215.md │ └── Meeting_Ember_Core_Team_20190222.md ├── 2019-03 │ ├── Meeting_Ember_Core_Team_20190301.md │ ├── Meeting_Ember_Core_Team_20190308.md │ ├── Meeting_Ember_Core_Team_20190315.md │ └── Meeting_Ember_Core_Team_20190329.md ├── 2019-04 │ ├── Meeting_Ember_Core_Team_20190405.md │ ├── Meeting_Ember_Core_Team_20190412.md │ ├── Meeting_Ember_Core_Team_20190419.md │ └── Meeting_Ember_Core_Team_20190426.md ├── 2019-05 │ ├── Meeting_Ember_Core_Team_20190503.md │ ├── Meeting_Ember_Core_Team_20190510.md │ ├── Meeting_Ember_Core_Team_20190517.md │ └── Meeting_Ember_Core_Team_20190531.md ├── 2019-06 │ ├── Meeting_Ember_Core_Team_20190607.md │ ├── Meeting_Ember_Core_Team_20190614.md │ └── Meeting_Ember_Core_Team_20190628.md ├── 2019-07 │ ├── Meeting_Ember_Core_Team_20190705.md │ ├── Meeting_Ember_Core_Team_20190712.md │ ├── Meeting_Ember_Core_Team_20190719.md │ └── Meeting_Ember_Core_Team_20190726.md ├── 2019-08 │ ├── Meeting_Ember_Core_Team_20190802.md │ ├── Meeting_Ember_Core_Team_20190809.md │ ├── Meeting_Ember_Core_Team_20190816.md │ ├── Meeting_Ember_Core_Team_20190823.md │ └── Meeting_Ember_Core_Team_20190830.md ├── 2019-09 │ ├── F2F_Ember_Core_Team_20190914.md │ ├── F2F_Ember_Core_Team_20190915.md │ ├── Meeting_Ember_Core_Team_20190906.md │ ├── Meeting_Ember_Core_Team_20190920.md │ └── Meeting_Ember_Core_Team_20190927.md ├── 2019-10 │ ├── Meeting_Ember_Core_Team_20191004.md │ ├── Meeting_Ember_Core_Team_20191011.md │ ├── Meeting_Ember_Core_Team_20191018.md │ └── Oct 25 2019.md ├── 2019-11 │ ├── Nov 01 2019.md │ ├── Nov 08 2019.md │ ├── Nov 15 2019.md │ └── Nov 22 2019.md ├── 2019-12 │ ├── Dec 06 2019.md │ └── Dec 13 2019.md ├── 2020-01 │ ├── Jan 03 2020.md │ ├── Jan 17 2020.md │ ├── Jan 24 2020.md │ └── Jan 31 2020.md ├── 2020-02 │ ├── Feb 07 2020.md │ ├── Feb 14 2020.md │ └── Feb 21 2020.md ├── 2020-03 │ ├── Mar 06 2020.md │ ├── Mar 13 2020.md │ ├── Mar 20 2020.md │ └── Mar 27 2020.md ├── 2020-04 │ ├── Apr 03 2020.md │ ├── Apr 10 2020.md │ ├── Apr 17 2020.md │ └── Apr 24 2020.md ├── 2020-05 │ ├── May 01 2020.md │ ├── May 08 2020.md │ ├── May 15 2020.md │ ├── May 22 2020.md │ └── May 29 2020.md ├── 2020-06 │ ├── Jun 05 2020.md │ ├── Jun 12 2020.md │ ├── Jun 19 2020.md │ └── Jun 26 2020.md ├── 2020-07 │ ├── Jul 10 2020.md │ ├── Jul 17 2020.md │ ├── Jul 24 2020.md │ └── Jul 31 2020.md ├── 2020-08 │ ├── Aug 07 2020.md │ ├── Aug 14 2020.md │ └── Aug 28 2020.md ├── 2020-09 │ ├── Sept 04 2020.md │ ├── Sept 18 2020.md │ └── Sept 25 2020.md ├── 2020-10 │ ├── Oct 02 2020.md │ ├── Oct 09 2020.md │ ├── Oct 16 2020.md │ ├── Oct 23 2020.md │ └── Oct 30 2020.md ├── 2020-11 │ ├── Nov 06 2020.md │ ├── Nov 13 2020.md │ └── Nov 20 2020.md ├── 2020-12 │ ├── Dec 04 2020.md │ ├── Dec 11 2020.md │ └── Dec 18 2020.md ├── 2021-01 │ ├── Jan 08 2021.md │ ├── Jan 15, 2021.md │ ├── Jan 22 2021.md │ └── Jan 29 2021.md ├── 2021-02 │ ├── Feb 05 2021.md │ ├── Feb 12 2021.md │ ├── Feb 19 2021.md │ └── Feb 26 2021.md ├── 2021-03 │ ├── Mar 05 2021.md │ ├── Mar 12 2021.md │ ├── Mar 19 2021.md │ └── Mar 26 2021.md ├── 2021-04 │ ├── Apr 02 2021.md │ ├── Apr 16 2021.md │ └── Apr 30 2021.md ├── 2021-05 │ ├── May 14 2021.md │ ├── May 21 2021.md │ ├── May 28 2021.md │ └── May 7 2021.md ├── 2021-06 │ ├── Jun 11 2021.md │ ├── Jun 18 2021.md │ ├── Jun 25 2021.md │ └── Jun 4 2021.md ├── 2021-07 │ ├── July 16 2021.md │ ├── July 23 2021.md │ └── July 30 2021.md ├── 2021-08 │ ├── Aug 13 2021.md │ ├── Aug 27 2021.md │ └── Aug 6 2021.md ├── 2021-09 │ ├── Sept 10 2021.md │ ├── Sept 17 2021.md │ └── Sept 3 2021.md ├── 2021-10 │ ├── Oct 15 2021.md │ ├── Oct 22 2021.md │ ├── Oct 29 2021.md │ └── Oct 8 2021.md ├── 2021-11 │ └── Nov 19 2021.md ├── 2022-09 │ └── Sep 09 2022.md └── 2023-03 │ └── Mar 10 2023.md ├── fastboot-team ├── 2016-02 │ ├── february-03.md │ ├── february-10.md │ ├── february-17.md │ └── february-24.md ├── 2016-04 │ ├── april-13.md │ ├── april-20.md │ └── april-27.md ├── 2016-05 │ ├── may-04.md │ ├── may-11.md │ ├── may-18.md │ └── may-25.md ├── 2016-06 │ ├── june-01.md │ ├── june-08.md │ ├── june-15.md │ ├── june-22.md │ └── june-29.md ├── 2016-07 │ ├── july-06.md │ ├── july-20.md │ └── july-27.md ├── 2016-08 │ ├── august-03.md │ ├── august-10.md │ ├── august-17.md │ ├── august-24.md │ └── august-31.md ├── 2016-09 │ ├── september-07.md │ └── september-21.md ├── 2016-10 │ └── october-21.md ├── 2016-11 │ ├── november-04.md │ └── november-11.md ├── 2016-12 │ ├── december-02.md │ ├── december-09.md │ └── december-16.md ├── 2017-01 │ ├── january-06.md │ └── january-13.md ├── 2017-02 │ ├── february-03.md │ ├── february-10.md │ └── february-24.md ├── 2017-03 │ ├── march-03.md │ └── march-17.md ├── 2017-04 │ └── april-07.md ├── 2020-08 │ ├── 2020-08-07.md │ └── 2020-08-14.md └── 2020-11 │ └── 2020-11-06.md ├── learning-team ├── 2023 │ ├── 2023-01-09.md │ ├── 2023-01-16.md │ ├── 2023-02-06.md │ ├── 2023-02-13.md │ ├── 2023-02-27.md │ ├── 2023-04-03.md │ ├── 2023-04-17.md │ ├── 2023-04-24.md │ ├── 2023-05-01.md │ ├── 2023-05-08.md │ ├── 2023-05-22.md │ ├── 2023-06-19.md │ ├── 2023-06-26.md │ ├── 2023-07-31.md │ ├── 2023-08-08.md │ ├── 2023-08-14.md │ ├── 2023-08-28.md │ ├── 2023-09-11.md │ ├── 2023-09-18.md │ ├── 2023-09-25.md │ ├── 2023-10-02.md │ ├── 2023-10-16.md │ ├── 2023-10-23.md │ └── 2023-12-11.md ├── 2024 │ ├── 2024-01-08.md │ ├── 2024-02-05.md │ ├── 2024-02-19.md │ ├── 2024-06-17.md │ └── 2024-07-01.md ├── README.md ├── previous years │ ├── 2015 │ │ ├── august-06.md │ │ ├── august-13.md │ │ ├── august-20.md │ │ ├── december-03.md │ │ ├── december-10.md │ │ ├── december-17.md │ │ ├── july-09.md │ │ ├── july-23.md │ │ ├── july-30.md │ │ ├── november-05.md │ │ ├── november-12.md │ │ ├── november-19.md │ │ ├── october-01.md │ │ ├── october-08.md │ │ ├── october-15.md │ │ ├── october-22.md │ │ ├── october-29.md │ │ ├── september-10.md │ │ ├── september-17.md │ │ ├── september-24.md │ │ └── september-28.md │ ├── 2016 │ │ ├── april-07.md │ │ ├── april-14.md │ │ ├── april-21.md │ │ ├── april-28.md │ │ ├── august-04.md │ │ ├── august-11.md │ │ ├── august-18.md │ │ ├── august-25.md │ │ ├── december-01.md │ │ ├── december-15.md │ │ ├── december-22.md │ │ ├── february-04.md │ │ ├── february-11.md │ │ ├── february-19.md │ │ ├── february-25.md │ │ ├── january-07.md │ │ ├── january-21.md │ │ ├── january-28.md │ │ ├── july-21.md │ │ ├── june-30.md │ │ ├── march-03.md │ │ ├── march-10.md │ │ ├── march-17.md │ │ ├── may-12.md │ │ ├── may-26.md │ │ ├── november-03.md │ │ ├── november-10.md │ │ ├── october-06.md │ │ ├── october-13.md │ │ ├── september-08.md │ │ └── september-22.md │ ├── 2017 │ │ ├── april-14.md │ │ ├── august-17.md │ │ ├── august-24.md │ │ ├── august-31.md │ │ ├── december-07.md │ │ ├── february-02.md │ │ ├── february-16.md │ │ ├── february-23.md │ │ ├── january-05.md │ │ ├── january-12.md │ │ ├── january-19.md │ │ ├── january-26.md │ │ ├── july-06.md │ │ ├── july-13.md │ │ ├── july-20.md │ │ ├── june-01.md │ │ ├── june-22.md │ │ ├── june-29.md │ │ ├── march-02.md │ │ ├── march-09.md │ │ ├── march-23.md │ │ ├── may-18.md │ │ ├── may-25.md │ │ ├── november-02.md │ │ ├── november-20.md │ │ ├── october-05.md │ │ ├── october-19.md │ │ ├── september-14.md │ │ ├── september-21.md │ │ └── september-28.md │ ├── 2018 │ │ ├── april-05.md │ │ ├── april-12.md │ │ ├── april-19.md │ │ ├── august-02.md │ │ ├── august-09.md │ │ ├── august-16.md │ │ ├── february-15.md │ │ ├── february-22.md │ │ ├── january-11.md │ │ ├── january-18.md │ │ ├── july-26.md │ │ ├── june-14.md │ │ ├── march-01.md │ │ ├── march-29.md │ │ ├── may-10.md │ │ ├── may-17.md │ │ └── may-24.md │ ├── 2019 │ │ ├── 2019 08 01.md │ │ ├── 2019 08 08.md │ │ ├── 2019 08 22.md │ │ ├── 2019 09 05.md │ │ ├── 2019 09 12.md │ │ ├── 2019 09 19.md │ │ ├── 2019 10 03.md │ │ ├── 2019 10 10.md │ │ ├── 2019 10 24.md │ │ ├── 2019 10 31.md │ │ ├── 2019 11 07.md │ │ ├── 2019 11 21.md │ │ ├── 2019 11 28.md │ │ ├── 2019 12 05.md │ │ ├── 2019 12 19.md │ │ ├── april-04.md │ │ ├── april-11.md │ │ ├── april-18.md │ │ ├── april-25.md │ │ ├── feb-14.md │ │ ├── january-10.md │ │ ├── jul-04.md │ │ ├── jul-11.md │ │ ├── jul-18.md │ │ ├── jul-25.md │ │ ├── june-06.md │ │ ├── june-13.md │ │ ├── mar-07.md │ │ ├── mar-14.md │ │ ├── mar-28.md │ │ ├── may-02.md │ │ └── may-16.md │ ├── 2020 │ │ ├── 2020-03-05.md │ │ ├── 2020-04-16.md │ │ ├── 2020-04-23.md │ │ ├── 2020-04-25-api-docs.md │ │ ├── 2020-04-30.md │ │ ├── 2020-05-07.md │ │ ├── 2020-05-14.md │ │ ├── 2020-05-21.md │ │ ├── 2020-06-04.md │ │ ├── 2020-06-11.md │ │ ├── 2020-06-18.md │ │ ├── 2020-06-25.md │ │ ├── 2020-07-09.md │ │ ├── 2020-07-16.md │ │ ├── 2020-07-23.md │ │ ├── 2020-07-30.md │ │ ├── 2020-08-06.md │ │ ├── 2020-08-13.md │ │ ├── 2020-08-20.md │ │ ├── 2020-08-27.md │ │ ├── 2020-09-03.md │ │ ├── 2020-09-10.md │ │ ├── 2020-09-17.md │ │ ├── 2020-09-24.md │ │ ├── 2020-10-08.md │ │ ├── 2020-10-15.md │ │ ├── 2020-10-22.md │ │ ├── 2020-10-29.md │ │ ├── 2020-11-05.md │ │ ├── 2020-11-12.md │ │ ├── 2020-11-19.md │ │ ├── 2020-11-26.md │ │ ├── 2020-12-03.md │ │ ├── 2020-12-10.md │ │ ├── 2020-12-17.md │ │ ├── 2020-12-24.md │ │ ├── 2020-12-31.md │ │ ├── Feb 06 2020.md │ │ ├── Feb 13 2020.md │ │ ├── Feb 20 2020.md │ │ ├── Jan 01 2020.md │ │ ├── Jan 09 2020.md │ │ ├── Jan 23 2020.md │ │ └── Jan 30 2020.md │ ├── 2021 │ │ ├── 2020-08-12.md │ │ ├── 2021-01-07.md │ │ ├── 2021-01-14.md │ │ ├── 2021-01-21.md │ │ ├── 2021-01-28.md │ │ ├── 2021-02-04.md │ │ ├── 2021-03-11.md │ │ ├── 2021-04-22.md │ │ ├── 2021-04-29.md │ │ ├── 2021-05-06.md │ │ ├── 2021-05-13.md │ │ ├── 2021-05-20.md │ │ ├── 2021-05-27.md │ │ ├── 2021-06-03.md │ │ ├── 2021-06-10.md │ │ ├── 2021-06-17.md │ │ ├── 2021-07-01.md │ │ ├── 2021-07-22.md │ │ ├── 2021-07-29.md │ │ ├── 2021-08-05.md │ │ ├── 2021-08-19.md │ │ ├── 2021-08-26.md │ │ ├── 2021-09-02.md │ │ ├── 2021-09-09.md │ │ ├── 2021-09-16.md │ │ ├── 2021-09-23.md │ │ ├── 2021-09-30.md │ │ ├── 2021-10-14.md │ │ ├── 2021-10-28.md │ │ ├── 2021-11-04.md │ │ ├── 2021-11-11.md │ │ ├── 2021-11-18.md │ │ ├── 2021-11-25.md │ │ ├── 2021-12-02.md │ │ ├── 2021-12-23.md │ │ └── 2021-12-30.md │ └── 2022 │ │ ├── 2022-01-06.md │ │ ├── 2022-01-13.md │ │ ├── 2022-01-20.md │ │ ├── 2022-01-27.md │ │ ├── 2022-02-03.md │ │ ├── 2022-02-10.md │ │ ├── 2022-02-17.md │ │ ├── 2022-02-22.md │ │ ├── 2022-03-03.md │ │ ├── 2022-03-10.md │ │ ├── 2022-03-17.md │ │ ├── 2022-03-24.md │ │ ├── 2022-03-31.md │ │ ├── 2022-04-07.md │ │ ├── 2022-04-14.md │ │ ├── 2022-04-21.md │ │ ├── 2022-04-28.md │ │ ├── 2022-05-02.md │ │ ├── 2022-05-09.md │ │ ├── 2022-05-16.md │ │ ├── 2022-05-23.md │ │ ├── 2022-05-30.md │ │ ├── 2022-06-06.md │ │ ├── 2022-06-13.md │ │ ├── 2022-06-20.md │ │ ├── 2022-06-27.md │ │ ├── 2022-07-04.md │ │ ├── 2022-07-11.md │ │ ├── 2022-07-18.md │ │ ├── 2022-07-25.md │ │ ├── 2022-08-04.md │ │ ├── 2022-08-15.md │ │ ├── 2022-08-29.md │ │ ├── 2022-09-12.md │ │ ├── 2022-09-19.md │ │ ├── 2022-10-03.md │ │ ├── 2022-10-10.md │ │ ├── 2022-10-17.md │ │ ├── 2022-10-24.md │ │ ├── 2022-11-07.md │ │ ├── 2022-11-14.md │ │ ├── 2022-11-21.md │ │ ├── 2022-11-28.md │ │ └── 2022-12-11.md └── template.md ├── spec-meeting └── 2023 │ ├── 2023-08-03.md │ ├── 2023-08-17.md │ └── 2023-10-12.md ├── st-embroider ├── 2023 │ ├── 2023-01-23.md │ ├── 2023-01-31.md │ ├── 2023-02-07.md │ ├── 2023-02-14.md │ ├── 2023-03-07.md │ ├── 2023-03-14.md │ ├── 2023-03-21.md │ ├── 2023-03-28.md │ ├── 2023-04-04.md │ ├── 2023-04-11.md │ ├── 2023-04-18.md │ ├── 2023-04-25.md │ ├── 2023-05-02.md │ ├── 2023-05-09.md │ ├── 2023-05-16.md │ ├── 2023-05-23.md │ ├── 2023-05-30.md │ ├── 2023-06-06.md │ ├── 2023-06-13.md │ ├── 2023-06-20.md │ ├── 2023-06-27.md │ ├── 2023-07-04.md │ ├── 2023-07-11.md │ ├── 2023-07-25.md │ ├── 2023-08-01.md │ ├── 2023-08-08.md │ ├── 2023-08-15.md │ ├── 2023-08-22.md │ ├── 2023-08-29.md │ ├── 2023-09-05.md │ ├── 2023-09-12.md │ ├── 2023-09-19.md │ ├── 2023-09-26.md │ ├── 2023-10-03.md │ ├── 2023-10-10.md │ ├── 2023-10-17.md │ ├── 2023-10-24.md │ ├── 2023-10-31.md │ ├── 2023-11-07.md │ ├── 2023-11-14.md │ ├── 2023-11-21.md │ ├── 2023-11-28.md │ ├── 2023-12-05.md │ ├── 2023-12-12.md │ └── 2023-12-19.md ├── 2024 │ ├── 2024-01-09.md │ ├── 2024-01-16.md │ ├── 2024-01-23.md │ ├── 2024-01-30.md │ ├── 2024-02-06.md │ ├── 2024-02-13.md │ ├── 2024-02-20.md │ ├── 2024-02-27.md │ ├── 2024-03-05.md │ ├── 2024-03-12.md │ ├── 2024-03-19.md │ ├── 2024-04-02.md │ ├── 2024-04-09.md │ ├── 2024-04-16.md │ ├── 2024-04-23.md │ ├── 2024-04-30.md │ ├── 2024-05-07.md │ ├── 2024-05-14.md │ ├── 2024-05-21.md │ ├── 2024-05-28.md │ ├── 2024-06-04.md │ ├── 2024-06-11.md │ ├── 2024-06-18.md │ ├── 2024-06-25.md │ ├── 2024-07-02.md │ ├── 2024-07-09.md │ ├── 2024-07-16.md │ ├── 2024-07-23.md │ ├── 2024-08-06.md │ ├── 2024-08-13.md │ ├── 2024-09-03.md │ ├── 2024-09-24.md │ ├── 2024-10-01.md │ ├── 2024-10-15.md │ ├── 2024-10-22.md │ ├── 2024-11-05.md │ ├── 2024-11-26.md │ ├── 2024-12-03.md │ ├── 2024-12-10.md │ ├── 2025-01-07.md │ ├── 2025-01-14.md │ ├── 2025-01-21.md │ ├── 2025-01-28.md │ ├── 2025-02-04.md │ ├── 2025-02-11.md │ ├── 2025-02-18.md │ ├── 2025-02-25.md │ ├── 2025-03-04.md │ ├── 2025-03-11.md │ ├── 2025-03-18.md │ ├── 2025-03-25.md │ ├── 2025-04-01.md │ ├── 2025-04-08.md │ ├── 2025-04-29.md │ ├── 2025-05-06.md │ ├── 2025-05-20.md │ └── 2025-05-27.md └── template.md ├── st-octane ├── 2018-11 │ ├── november-20.md │ └── november-27.md ├── 2018-12 │ ├── december-04.md │ ├── december-11.md │ └── december-18.md ├── 2019-01 │ ├── january-01.md │ ├── january-08.md │ ├── january-15.md │ ├── january-22.md │ └── january-29.md ├── 2019-02 │ ├── february-05.md │ ├── february-19.md │ └── february-26.md └── 2019-03 │ └── march-26.md └── st-router └── 2023-05 ├── May 23 2023.md └── May 30 2023.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | The Ember team and community are committed to everyone having a safe and inclusive experience. 2 | 3 | **Our Community Guidelines / Code of Conduct can be found here**: 4 | 5 | http://emberjs.com/guidelines/ 6 | 7 | For a history of updates, see the page history here: 8 | 9 | https://github.com/emberjs/website/commits/master/source/guidelines.html.erb 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Ember.js Minutes 2 | 3 | A collection of meeting minutes and notes from Ember.js core teams. For meeting 4 | minutes before 2015, please reference the 5 | [Ember.js blog](http://emberjs.com/blog/tags/core-team-meeting-minutes.html). 6 | 7 | Hat tip to [tc39-notes](https://github.com/tc39/tc39-notes) for the inspiration 8 | on this format. 9 | -------------------------------------------------------------------------------- /docs-team/2015-07/july-30.md: -------------------------------------------------------------------------------- 1 | ### July 30 2015 2 | 3 | These minutes are worse than @locks's. Sorry. God willing he will be back next week. 4 | 5 | * stefanpenner said he has had several companies make the same ember data mistakes and wants to help with the guides 6 | * wecc and tomdale are very excited to help with models/ember data too 7 | * michaelrkn said to loop in with locks on that 8 | * https://github.com/emberjs/guides/issues/408 - michael will close this and open specific issues 9 | * mixonic will take on updating the guides with closure actions 10 | * how to get content back ported into 1.13 - moratorium or cherry-picking? 11 | * michaelrkn says cherry-picking, says that locks says moratorium 12 | * 2.0 and 1.13 will be mostly be the same 13 | * trek points out actually they will diverge 14 | * after some discussion, cherry-picking is chosen 15 | -------------------------------------------------------------------------------- /docs-team/2015-10/october-01.md: -------------------------------------------------------------------------------- 1 | Attendees: Michael, Tom 2 | 3 | MKN: Only a couple things to chat about. Thanks for getting the closure actions 4 | stuff together. Anything I can do to help get it finished off? 5 | 6 | TD: I'll make some progress tonight. 7 | 8 | MKN: I'm happy to help out with editing existing content if you need it. 9 | 10 | TD: We'll get it wrapped up soon. 11 | 12 | MKN: dgeb created a new Application Concerns section that looks great. 13 | 14 | TD: Looks good to me too. We should move the Run Loop guide there. 15 | -------------------------------------------------------------------------------- /docs-team/2015-11/november-12.md: -------------------------------------------------------------------------------- 1 | Attending: 2 | 3 | * David Baker 4 | * Michael Kaiser-Nyman 5 | * Ricardo Mendes 6 | 7 | --- 8 | 9 | MKN: Style updates look good! 10 | 11 | RM: not much left, mainly cross-browser testing. Let's merge, deploy to staging, and get people to try it out. 12 | 13 | MKN: Let's throw this at the Slack channels and ask the front-end peeps who have been helping out 14 | 15 | --- 16 | 17 | MKN: Thanks David for your work on the Tutorial. 18 | 19 | DB: I can finish up the models stuff, but I won't have bandwidth for much else. 20 | 21 | RM: I don't have much bandwidth for a while. 22 | 23 | MKN: I can take on the rest of cleaning things up and getting it ready for release. 24 | 25 | DB: Some people at my meetup last night pointed out a couple problems. 26 | 27 | MKN: I will fix them, but it won't be for a couple weeks. 28 | 29 | --- 30 | 31 | DB: What about the rest of the content for the tutorial that isn't written? 32 | 33 | MKN: Nobody has time to write it. 34 | 35 | RM: I'll share my notes for the remaining items so that we know what needs to be done after this release. 36 | 37 | --- 38 | 39 | RM: There is a problem with search, where the version number gets duplicated in the URL. 40 | 41 | MKN: I will investigate. 42 | -------------------------------------------------------------------------------- /docs-team/2015-11/november-19.md: -------------------------------------------------------------------------------- 1 | Attending: 2 | 3 | * David Baker 4 | * Michael Kaiser-Nyman 5 | 6 | --- 7 | 8 | MKN: We shipped 2.2! Yay! But I'm a bit unhappy about a couple things: 9 | 10 | 1. We had no idea 2.2 was shipping early until the day before. 11 | 2. The tutorial didn't get shipped, in part because... 12 | 3. We put a bunch of effort into the redesign at the expense of the tutorial. 13 | And the redesign didn't even ship either. 14 | 15 | That said, we'll just ship the tutorial and redesign, and re-release. 16 | 17 | --- 18 | 19 | MKN: Are you going to do some work on https://github.com/emberjs/guides/pull/977 with Dave? 20 | 21 | DB: I'm running out of time these days. 22 | 23 | DB: Leah had some concerns about the new design, so it might take some more work to ship it. But I don't see any more comments from her on the PR. 24 | 25 | MKN: Can you loop back with her and see if anything is outstanding? 26 | 27 | DB: Yup. 28 | -------------------------------------------------------------------------------- /docs-team/2016-01/january-07.md: -------------------------------------------------------------------------------- 1 | Attending: 2 | 3 | * Dave Wassmer 4 | * David Baker 5 | * Ricardo Mendes 6 | 7 | --- 8 | 9 | DB: Lifecycle hook documentation, I'll review 10 | 11 | --- 12 | 13 | RM: Autocomplete component, doesn't strike me as idiomatic Ember yet. Given its prominence early in the tutorial, I'd like eyes on it from core 14 | 15 | DB: Agreed 16 | 17 | --- 18 | 19 | RM: Quick start / tutorial / getting started, we need to keep from having three sections here. 20 | 21 | DB: Seems like we should keep Getting Started assumptions out of Tutorial 22 | 23 | RM: Agreed. I'll start moving pages around and will merge the Quick Start in under Getting Started 24 | 25 | --- 26 | 27 | RM: Glossary also needs to be merged, but will move that to the bottom of the menu. Wonder about linking mostly to MDN to save on duplicating effort ... 28 | 29 | --- 30 | 31 | RM: Tips and tricks, we should get a design for this 32 | 33 | DB: Let's open an issue to act as a placeholder 34 | 35 | --- 36 | 37 | DB: People keep having issues with ember-cli betas and Mirage. 38 | 39 | RM: I was working with a guy earlier today, it should all be working 40 | 41 | DB: I'll run through the tutorial again to make sure and will send in a PR about using CLI betas. 42 | -------------------------------------------------------------------------------- /docs-team/2016-01/january-21.md: -------------------------------------------------------------------------------- 1 | Attending 2 | 3 | - David Baker 4 | - James Kyle 5 | - Leah Silber 6 | - Robert Jackson 7 | - Todd Jordan 8 | 9 | ---- 10 | 11 | Internationalization 12 | 13 | - LS: start with a few languages, Japanese, Portuguese? or something else 14 | - choose only subset of docs, so can actually ship 15 | - RJ: what url should we use? have concerns about how this will work 16 | - DB: I'll take a look at how CrowdIn syncing might work, based on the issue 17 | - RJ: concerned that need a trusted person to verify translations 18 | - JK: happy to give you a quick demo of how CrowdIn works 19 | - https://github.com/crowdin/crowdin-cli 20 | - can use webhooks to deploy (and can setup a translations bot to commit the translations back to the main rep) 21 | - has ability to handle issues if there are problems with translations 22 | - support has been quite responsive 23 | - RJ: much happier to see this working in action 24 | - LS: JK, would you be willing to help get infrastructure setup for us? 25 | - JK: yes, I'll start working on getting Ember translations working with CrowdIn 26 | - just need a crowdin.yaml file (https://github.com/thejameskyle/babel-handbook/blob/master/crowdin.yaml) 27 | 28 | --- 29 | 30 | Workflow for getting core attention on issues 31 | - discussion for a while, note-taker got busy talking :-) 32 | 33 | Summary: we'll add a weekly issue to the Github guides repo (tagged with "needs core attention" with a few chosen guides / api docs issues). But we'll plan to only request attention on 3-5 issues per week 34 | 35 | --- 36 | Search engine issues with versioned guides 37 | 38 | - discussion of the problem, note-taker got talking :-) 39 | 40 | Summary: RJ will bring up at core team meeting tomorrow, DB will write up an issue with thoughts (https://github.com/emberjs/guides/issues/1185) 41 | -------------------------------------------------------------------------------- /docs-team/2016-06/june-30.md: -------------------------------------------------------------------------------- 1 | # 2016-06-30 Agenda 2 | 3 | Previously 4 | 5 | - [x] TJ: Coordinate getting out a quality tutorial in the April-May timeframe 6 | - [ ] TJ: Private API work (on hold) 7 | - [ ] TJ: work with volunteers to finish subroutes in tutorial 8 | 9 | # Topics 10 | 11 | - Fastboot environment followup (for new Ember site) - LS 12 | - Learn team repos / Permissions bot update (we're ready ) - DB 13 | - Learn page - RM 14 | - F2F core notes + annotations - RM 15 | - Barely any Mixin reference in the Guides (are these discouraged?) 16 | - Tutorial Update 17 | - Ember Data / imports issue - BM 18 | - Cleaning up actions, to make the various approaches easier to understand? - DB 19 | - Blog post about Learning team - RM 20 | 21 | # Minutes 22 | 23 | ## Attendees 24 | 25 | - DB: David Baker @acorncom 26 | - TJ: Todd Jordan @toddjordan 27 | - LS: Leah Silber @wifette 28 | - RM: Ricardo Mendes @locks 29 | - SK: Sivakumar Kailasam @siva 30 | - BM: Brendan McLoughlin @bmac 31 | 32 | ## Notes 33 | 34 | --- 35 | 36 | ### Fastboot / Ember site 37 | 38 | - LS: will contact Heroku, slipped through the cracks 39 | 40 | ### Builds page app 41 | 42 | - siva gonna push it over finish line 43 | - deploy builds to S3 44 | - website links directly 45 | 46 | ### Ember Data, change to blueprints 47 | 48 | - BM: wanting to revert changes to Ember Data import format 49 | - RM / DB: we're in favor, would love to work out the larger import shim question as well so guides include accurate import statements 50 | 51 | -------------------------------------------------------------------------------- /docs-team/README.md: -------------------------------------------------------------------------------- 1 | The `docs-team` folder is now legacy. 2 | 3 | New items should be added to the [learning-team](/learning-team) folder. 4 | 5 | Notes from 2016-05 on were copied from `docs-team` to `learning-team`. -------------------------------------------------------------------------------- /ember-cli/2016-02/february-04.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-02-04 2 | 3 | ## Attendees 4 | * Jake Bixby 5 | * Kelly Selden 6 | * Nathan Hammond 7 | * Leah Silber 8 | 9 | ## Actions 10 | 11 | * Robert - cutting a release now beta 2 12 | * Jake - continue work on blueprint helpers 13 | * Kelly - confirm Dropbox perf on Windows 14 | * Nathan - Notes and organization. 15 | 16 | ## Discussion Notes 17 | 18 | * We'll use the semi-private "needs response" Canvas Doc in order to feed information upstream. 19 | * We need to set aside some time to discuss/triage open RFCs and major issues. 20 | * We should identify to what degree we want to delegate to this group work shuffling. 21 | -------------------------------------------------------------------------------- /ember-cli/2016-03/march-24.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-03-24 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Chad Hietala 7 | - Kelly Selden 8 | - Katie Gengler 9 | - Tobias Bieniek 10 | - Robert Jackson 11 | - Stefan Penner 12 | - Jake Bixby 13 | 14 | ## Actions 15 | 16 | - (Nathan) - Continue planning ember-cli team face-to-face. 17 | - (Nathan) - Close [#5591](https://github.com/ember-cli/ember-cli/pull/5591). 18 | - (Nathan) - Release 2.4.3. 19 | - (Nathan) - Confirm apps work with new core-object 20 | - (Stefan) Rebase core-object + update some `super` usage. 21 | - (Nathan, Rob to review) - Release branch story. 22 | - (Nathan) - Feedback on performance RFC. 23 | - (Chad) Look at tests to make sure we're doing enough, but not too much. 24 | 25 | ## Discussion Notes 26 | 27 | ### [Overridable Commands](https://github.com/ember-cli/rfcs/pull/40) 28 | 29 | - Would be a breaking change. 30 | - Make sure help function is working correctly for overridden commands. 31 | - API decisions based on performance feels bad. 32 | 33 | ### pnpm & [npm v3](https://github.com/ember-cli/ember-cli/pull/5677) 34 | 35 | - Works but tests don't pass. 36 | - We need to reduce our `npm install` hacks. 37 | - Slow tests are important, but *SLOW* 38 | - Minimize and do more for sharing. 39 | 40 | 41 | ### ember-conf Talk 42 | 43 | - Elided from notes. 44 | 45 | ### Core Object 46 | 47 | - Would love to see this land soonish, as rebases are hefty. 48 | - Encourage not using naked `super`. 49 | - Test in your apps! 50 | 51 | ### Next Release 52 | 53 | - [Blocking bug.](https://github.com/ember-cli/ember-cli/pull/5591) 54 | - Addon template the same name as your app, app should win, missed `overwrite: true;` 55 | - We'll release a 2.4.3 56 | - Aim to release 2.5.0 in ~two weeks. 57 | -------------------------------------------------------------------------------- /ember-cli/2016-04/april-14.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-04-14 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Tobias Bieniek 7 | - Jake Bixby 8 | - Kelly Selden 9 | - Katie Gengler 10 | - Chad Hietala 11 | - Stefan Penner 12 | - Robert Jackson 13 | 14 | ## Actions 15 | 16 | - [ ] All - Review [`` tag PR](https://github.com/ember-cli/ember-cli/pull/5792) 17 | - [ ] Nathan - `` tag deprecation guide. 18 | - [ ] Robert - 2.6-beta1 with core object 19 | - [ ] Robert - Bump Ember, Ember Data, ember-cli-jshint on top of 2.4.3 release as 2.5.0 20 | - [ ] Nathan - Update RFCs with comments from today's discussion 21 | - [ ] Unassigned - Canary is a movable tag. 22 | 23 | ## Discussion Notes 24 | 25 | ### master => canary 26 | 27 | - https://github.com/ember-cli/rfcs/pull/48 28 | - Why not both? 29 | - Canary is an auto-tag (or [mirror branch](https://gist.github.com/ozh/4154909)). 30 | 31 | ### Base Tag 32 | 33 | - https://github.com/ember-cli/ember-cli/pull/5792 34 | - Punts asset URL handling back to userspace since we don't rewrite. 35 | - The "one simple trick" to add back in. 36 | 37 | ### Node.js Support Policy 38 | 39 | - https://github.com/ember-cli/rfcs/pull/47 40 | - If we do drop we will bump major. -------------------------------------------------------------------------------- /ember-cli/2016-04/april-28.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-04-28 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Jake Bixby 7 | - Tobias Bieniek 8 | - Kelly Selden 9 | - Katie Gengler 10 | 11 | ## Discussion Notes 12 | 13 | ### Node.js 6.0 14 | 15 | - Eventually the LTS. 16 | - Enabled support already, theoretically works. 17 | - Cherry-picked a bugfix to the 2.6 beta. 18 | - Not going to port support back to 2.5.1. 19 | - May not have trouble with full LTS support by virtue of our influence within the community. 20 | 21 | ### `` tag 22 | 23 | - PR [#5792](https://github.com/ember-cli/ember-cli/pull/5792) was merged. 24 | - [Blog post published.](http://emberjs.com/blog/2016/04/28/baseURL.html) Feedback so far has been mostly quiet. 25 | 26 | ### YUIDoc output 27 | 28 | - Now available at [http://ember-cli.com/api/](http://ember-cli.com/api/) 29 | - Custom ember-cli theme in development: [yuidoc-ember-cli-theme](https://github.com/Turbo87/yuidoc-ember-cli-theme). 30 | - PR for using custom theme in ember-cli: [#5854](https://github.com/ember-cli/ember-cli/pull/5854) 31 | - Going to stick with `@public` only. -------------------------------------------------------------------------------- /ember-cli/2016-05/may-12.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-05-12 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Jake Bixby 7 | - Katie Gengler 8 | - Stefan Penner 9 | - Chad Hietala 10 | 11 | ## Actions 12 | 13 | - [ ] Nathan - Release 2.5.1 14 | - [ ] Jake - Get fix for [auto-adding template compiler on install](https://github.com/ember-cli/ember-cli/issues/4436) over the finish line. 15 | 16 | ## Discussion Notes 17 | 18 | ### v2.5.1 Release 19 | 20 | - See [#5896](https://github.com/ember-cli/ember-cli/pull/5896). -------------------------------------------------------------------------------- /ember-cli/2016-05/may-19.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-05-19 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Jake Bixby 7 | - Stefan Penner 8 | - Katie Gengler 9 | - Kelly Selden 10 | - Tracy Lee 11 | 12 | ## Actions 13 | 14 | - [x] Stef - fix core-object -OR- Nathan - revert core-object 15 | - [ ] Stef - ember-core 16 | - [ ] Stef - Slow test reform example. 17 | - [ ] Nathan - Find person to own improving test suite perf. 18 | - [ ] Rob - Quest issue for ember-cli as part of the Modules RFC. 19 | 20 | ## Discussion Notes 21 | 22 | ### 2.6 - core-object 23 | 24 | - Stef will try to get the fix in before the weekend 25 | - If not, Nathan will help revert (worst case). 26 | 27 | ### Test Suite 28 | 29 | - Need owner. 30 | - Slow test reform. 31 | - Stef to provide an example, with some scenarios and try to make it easy for others to help. 32 | 33 | ### Modules (Jake) 34 | 35 | - What are the things that need to be done? (We need information from Rob.) 36 | - ember-core must land first (for blueprints to work nicely) 37 | - Pod code removal. 38 | - Will result in the removal of folder structure layout on the ember-cli site, as the ember guides will support. 39 | 40 | ### Deprecations 41 | 42 | - Need a deprecation guide for Ember CLI like Ember has. 43 | - Each assigned a version. Reach out to learning and see if we can use Ember's. 44 | -------------------------------------------------------------------------------- /ember-cli/2016-05/may-26.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-05-26 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Miguel Madero 7 | - Tracy Lee 8 | - Kelly Selden 9 | - Jake Bixby 10 | - Tobias Bieniek 11 | 12 | ## Actions 13 | 14 | - [x] Nathan: Release 2.6.0-beta3 15 | 16 | ## Discussion Notes 17 | 18 | ### core-object 19 | 20 | - Stef did go through and fix it. 21 | - Included still, should go with the next beta release. 22 | 23 | ### ember-cli@2.6.0-beta3 release 24 | 25 | - [Tracking everything for the milestone here.](https://github.com/ember-cli/ember-cli/milestones/v2.6.0) 26 | - Beta release after this call. 27 | - Still have an issue before cutting 2.6.0 final. 28 | 29 | ### Release/Beta Branch Merging Strategy 30 | 31 | - Merge release into beta and beta into master or cherry pick everything down from master? 32 | - Conclusion: adopting Tobias' merge strategy proposal. 33 | - Merge channel branches back into their "parent" branch at least after every release. 34 | 35 | ### New release of ember-cli-blueprint-helpers 36 | 37 | - Video coming out in the next week! 38 | - Slides: https://slides.com/trabus/ember-cli-blueprint-testing 39 | -------------------------------------------------------------------------------- /ember-cli/2016-06/june-02.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-06-02 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Tobias Bieniek 7 | - Jake Bixby 8 | - Katie Gengler 9 | - Kelly Selden 10 | - Chad Hietala 11 | - Tracy Lee 12 | 13 | ## Actions 14 | 15 | ## Discussion Notes 16 | 17 | ### core-object 18 | 19 | - 2.6 may be a slightly unstable release due to core-object. 20 | - Opting in to support it and fix forward. 21 | 22 | ### 2.6 Release 23 | 24 | - [#5883](https://github.com/ember-cli/ember-cli/pull/5883) is blocking v2.6.0 release. 25 | - Release (v2.5.1) was merged into beta. 26 | - Beta (v2.6.0-beta.3) was merged into master after. -------------------------------------------------------------------------------- /ember-cli/2016-06/june-09.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-06-09 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Kelly Selden 7 | - Jake Bixby 8 | - Katie Gengler 9 | - Tracy Lee 10 | - Chad Hietala 11 | - Stefan Penner 12 | 13 | ## Actions 14 | 15 | - [x] Nathan - Release 2.6.0 16 | - [ ] Stef => Core - Coordinate releases? 17 | - [x] Stef - Slack release channel. 18 | - [ ] David - Investigate ecosystem just before release of fs-tree-diff 19 | - [x] Nathan => @kimroen - Flags for passing to blueprints 20 | 21 | ## Discussion Notes 22 | 23 | ### Lag Release Thoughts 24 | 25 | - Doesn't necessarily need to be tightly coupled. 26 | - We could solve with communication. 27 | - Releasing in sync couples everything and we don't necessarily know that all things aren't broken. 28 | - But blog & docs should wait on Ember CLI regardless. 29 | - Target a consistent release window? 30 | - Proposed order: Ember > Data > CLI > Docs > Blog > Twitter 31 | - SemVer Hat versions for patch versions. 32 | 33 | ### Broccoli / fs-tree-diff Fixes Updates 34 | 35 | - Shorter, faster, less complicated. 36 | - David is cascading through the ecosystem now. 37 | - Land update into Ember CLI with SemVer drift. 38 | 39 | ### Composable Blueprints 40 | 41 | - Figure out how to bundle multiple sets of blueprints for the same type. 42 | - Get RFC written. (kimroen?) -------------------------------------------------------------------------------- /ember-cli/2016-06/june-16.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-06-16 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Katie Gengler 7 | - Tobias Bieniek 8 | - Robert Jackson 9 | - Jake Bixby 10 | 11 | ## Actions 12 | 13 | - [ ] Stef - Write something more formal for release day stuff. 14 | - [ ] - OR - Brain dump to Nathan. 15 | - [ ] Katie - Release 2.7.0-beta.3 on Monday 6/20. 16 | - [ ] Robert - [Migrate ember-module-migrator](https://github.com/rwjblue/ember-module-migrator) to [ember-cli](https://github.com/ember-cli/). 17 | - [ ] Robert - Discuss migration of [Switchfly-sponsored projects](https://github.com/switchfly) to [ember-cli](https://github.com/ember-cli/). 18 | - [ ] Tobias - Test a different version of ember-cli-babel for child addons. 19 | 20 | ## Discussion Notes 21 | 22 | ### "Release Day" + coordination. 23 | 24 | - +1 at the face-to-face. 25 | - 11am Pacific Mondays has been the release "call." More of a support group. 26 | - Eventually some "meta" package will be valuable to alleviate coordination efforts. 27 | 28 | ### Face-to-face Updates 29 | 30 | - RFC ripening period. Change the language around RFC approval to make sure that after we believe it's good we'll socialize with the larger Ember community to ensure an end-to-end cohesive experience. 31 | - Module and testing RFC implementation progress. Move toward to active implementation. 32 | - Ember CLI needs a representative to Ember.js security team. 33 | 34 | ### Babel 5/6 35 | 36 | - [#5015](https://github.com/ember-cli/ember-cli/issues/5015) 37 | - Should allow the child addons to be able to use a different babel. 38 | - Every addon can have its own dependency to allow the children to do the right thing. 39 | - We traverse with `require` right now, hopefully "just works." 40 | - Badly behaved addons could still go grab Babel options from the host app. -------------------------------------------------------------------------------- /ember-cli/2016-06/june-30.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-06-30 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Stefan Penner 7 | - Kelly Selden 8 | - Tobias Bieniek 9 | - Katie Gengler 10 | - Jake Bixby 11 | 12 | ## Actions 13 | 14 | - [ ] Stef/Tobias - Move Ember.js build to eslint. 15 | - [ ] Jake - Help land Brian Sipple's ember-addon-secrets blog post to our docs. 16 | 17 | ## Discussion Notes 18 | 19 | ### ember.js build 20 | 21 | - Weird issues still outstanding. 22 | - Fred problem has gone away. 23 | - `git clean -fdx` should probably be documented to make sure we're using most up-to-date deps. 24 | 25 | ### Run top N Addons in Ember Observer 26 | - Works-ish, but addons doing things like using firefox as a test target breaks it. 27 | 28 | ### Bring ember-addon-secrets blog post into docs 29 | 30 | - [http://emberup.co/ember-addon-secrets/](http://emberup.co/ember-addon-secrets/) 31 | - Jake reached out to author Brian Sipple to see if he was interested in letting us add some of the info from his blog post into our docs, was open to the idea. 32 | - Offered to create outline highlighting the points to extract for docs. -------------------------------------------------------------------------------- /ember-cli/2016-07/july-07.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-07-07 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Kelly Selden 7 | - Katie Gengler 8 | - Jake Bixby 9 | 10 | ## Actions 11 | 12 | - [ ] Nathan - Add color to broccoli-asset-rev bug. 13 | - [ ] Kelly - Update [RFC regarding splitting of templates](https://github.com/ember-cli/rfcs/pull/59). 14 | 15 | ## Updates 16 | 17 | - [Ember CLI 2.7 final is unblocked.](https://github.com/ember-cli/ember-cli/pull/6043) 18 | - We should try to be helpful when people `sudo` install things. Right now it fails silently on the `npm install` behind `ember new`. 19 | - @tbieniek has this PR which we want: https://github.com/krisselden/fast-source-map/pull/13 20 | - broccoli-asset-rev not going leaf-to-root when analyzing files bit two people this week for same-fingerprint but different asset paths. Document bug for now, suspecting that this will be more common in the 2.7 world (https://github.com/rickharrison/broccoli-asset-rev/issues/29). 21 | - Co-custodial bors-as-a-service/homu project has kicked off with @locks representing us in that community. 22 | -------------------------------------------------------------------------------- /ember-cli/2016-07/july-21.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-07-21 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Katie Gengler 7 | - Jake Bixby 8 | - Kelly Selden 9 | - Robert Jackson 10 | - Stefan Penner 11 | 12 | ## Actions 13 | 14 | - [ ] Nathan - Document merging `[BUGFIX master/beta]` back on a timeline. 15 | - [ ] Nathan - 2.7.0 major release, 2.8.0-beta.1 release 16 | - [ ] Include baseURL post link in CHANGELOG.md. 17 | - [ ] Stef - Fix watcher code for BASH on Ubuntu on Windows. 18 | 19 | ## Discussion Notes 20 | 21 | ### AssetGraph 22 | 23 | - Played with it for a while. 24 | - Seems like it will do what we want to do. 25 | - Haven't reviewed its speed. 26 | - Builds graph that you need and exposes a mechanism to do depth-first. 27 | - Addon to do build stuff, but we can use it just for graphing and traversing the tree. 28 | - It does have a way to feed in changes about what changed without it having to re-build the world. 29 | 30 | ### Heimdall 31 | 32 | - Existing story for doing instrumenting and logging is poor. 33 | - Instead of ad hoc all of the time combine existing ideas into one library. 34 | - It moves all instrumentation into a library. 35 | - Usable for general things, not just Broccoli. Hoping to embed it in Ember itself. 36 | - Shared tooling for analyzing these pieces can be built around the standardized library. 37 | - Eventually consolidate all of the rules and information into one place. 38 | 39 | ### 2.7.0 40 | 41 | - All systems go! 42 | - Release ember-cli-legacy-blueprints version bump at some point. -------------------------------------------------------------------------------- /ember-cli/2016-07/july-28.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-07-28 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Kelly Selden 7 | - Katie Gengler 8 | - Jake Bixby 9 | - Chad Hietala 10 | - Alex Navasardyan 11 | - David Hamilton 12 | 13 | ## Actions 14 | 15 | - [ ] Nathan - Release Ember CLI 2.8.0-beta.1 16 | 17 | ## Discussion Notes 18 | 19 | ### JSON file blueprint merging (RFC #61) 20 | 21 | - [Link to RFC.](https://github.com/ember-cli/rfcs/pull/61) 22 | - [Review notes.](https://github.com/ember-cli/rfcs/pull/61#issuecomment-236009672) 23 | - Nathan will be gatekeeper for moving to Final Comment Period given the feedback we've provided or will bring back in front of this group if it diverges from conversation already had. 24 | 25 | ### Module Unification 26 | 27 | - [ember-resolver](https://github.com/danmcclain/ember-resolver/tree/new-resolver) work is ongoing. 28 | - Effort inside of Ember CLI should being as we're closing in on a working resolver. 29 | - Opportunity to refactor `lib/broccoli/ember-app.js`. 30 | - Constraints 31 | - Ensure that we're not painting ourselves into a corner for linker/packager. 32 | - Needs to support having multiple "rootes" and processing them individually. 33 | - Keep everything separate as long as possible to prevent invalidating the world. 34 | - Should keep moving forward on the pod module migrator. [Issue](https://github.com/rwjblue/ember-module-migrator/issues/3) 35 | - @chadhietala built an underlying tool for comparing dep graphs: [fs-graph-diff](https://github.com/chadhietala/fs-graph-diff) 36 | - Nathan will create a quest issue after current priorities subside. -------------------------------------------------------------------------------- /ember-cli/2016-08/august-04.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-08-04 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - David Hamilton 7 | - Tobias Bieniek 8 | - Jake Bixby 9 | - Stefan Penner 10 | - Chad Hietala 11 | 12 | ## Actions 13 | 14 | - [ ] Nathan - `EmberModulesApp` broccoli-fixturify spec. 15 | - [ ] Tobias - Add CI to output repos. 16 | 17 | ## Discussion Notes 18 | 19 | ### Heimdall Landing 20 | 21 | - [Repo.](https://github.com/heimdalljs/heimdalljs-lib) 22 | - Functionality: In the ecosystem projects, but hasn't landed in Ember CLI yet. 23 | - Don't want to check compat against a global version. 24 | - Landing the improved compat check today-ish. 25 | 26 | ### ember-engines build 27 | 28 | - Had to hack most of `lib/broccoli/ember-app.js` to pieces. 29 | - Tons of pain. 30 | - `EmberModulesApp` and then fold back-compat into it? 31 | - Make sure that the boundaries in which we pass items from the next steps. 32 | - Make it possible to work with linker/packager. 33 | - Need clear boundaries. 34 | - `broccoli-fixturify` all the things in advance. 35 | 36 | ### Broccoli Pit of Success 37 | 38 | - Starting place for broccoli plugins which include example tests. 39 | - Include rebuild tests that monitor stability. 40 | - Test it in our community-owned addons first and then extract out into community tools. 41 | - Flesh out a few common scenarios. 42 | - Start in on documentation afterward. 43 | 44 | ### File Count 45 | 46 | - Capture in Ember Observer for addons? 47 | - Tie it into CI, possibly in shell. 48 | - Looking for community support in this endeavor. 49 | 50 | ### `ember-(new|addon)-output ` 51 | 52 | - Enable CI for these. 53 | - Enable Greenkeeper to help us keep our blueprints up-to-date. -------------------------------------------------------------------------------- /ember-cli/2016-08/august-11.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-08-11 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Tobias Bieniek 7 | - Chad Hietala 8 | - Katie Gengler 9 | - Alex Navasardyan 10 | - Stefan Penner 11 | - David Hamilton 12 | 13 | ## Action Items 14 | 15 | - [ ] Alex - Release 2.8.0-beta.3 on Monday. 16 | 17 | ## Discussion Notes 18 | 19 | ### `ember-modules-app` 20 | 21 | - [Link](https://github.com/ember-cli/rfcs/issues/64) 22 | - Possibly a second repo instead of inlined. 23 | 24 | ### Heimdall 25 | 26 | - Should be landed in all things now. 27 | 28 | ### Community Efforts on npm file removal. 29 | 30 | - Could hardly keep up with the PRs. 31 | - Incredibly grateful to the community for the work on this. 32 | - Removed the entire [Encyclopedia Brittanica](https://medium.com/friendship-dot-js/i-peeked-into-my-node-modules-directory-and-you-wont-believe-what-happened-next-b89f63d21558) from our builds. [Developing a new workaround for preventing inlining bugs in V8's JIT.](https://github.com/emberjs/ember.js/issues/13071#issuecomment-195779193) (Yes, this is a joke.) -------------------------------------------------------------------------------- /ember-cli/2016-08/august-18.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-08-18 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Stefan Penner 7 | - Tobias Bieniek 8 | - David Hamilton 9 | - Chad Hietala 10 | - Katie Gengler 11 | - Kelly Selden 12 | - Chris Thoburn 13 | 14 | ## Actions 15 | 16 | - [ ] Nathan - Monday release. 17 | - [ ] All - Provide feedback on [broccoli starting point](https://github.com/stefanpenner/broccoli-rollup). 18 | 19 | ## Discussion Notes 20 | 21 | ### rootURL 22 | 23 | - Transition appears to have gone well. 24 | - Not a tremendous change in support requests, just typical learning issues. 25 | - Ongoing conversations about the support of esoteric scenarios will be focused on solving one-off instead of holistically. 26 | - If we begin to notice a pattern we should go through the RFC process. 27 | - Warn if the combination of settings are incompatible with Ember CLI. 28 | - @kanongil to update [#6186](https://github.com/ember-cli/ember-cli/pull/6186) to fail if detecting incompatible combinations. 29 | 30 | ### New testing API for ember-mocha 31 | 32 | - See [ember-mocha#84](https://github.com/switchfly/ember-mocha/pull/84) 33 | - Confirm that this matches ember-qunit's future story 1:1. 34 | 35 | ### Broccoli Starting Point 36 | 37 | - Building this as part of the [broccoli-rollup plugin](https://github.com/stefanpenner/broccoli-rollup). 38 | - Trying to make this a pit of success. 39 | - Would love feedback. 40 | 41 | ### Whitelist vs. Blacklist in blueprint 42 | 43 | - In favor of changing the default blueprint for `ember addon` to use `files` in `package.json` to specify a whitelist of exported files instead of relying on `.npmignore` to blacklist known bad files. 44 | -------------------------------------------------------------------------------- /ember-cli/2016-08/august-25.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-08-25 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Jake Bixby 7 | - Kelly Selden 8 | - Tobias Bieniek 9 | - Katie Gengler 10 | - David Hamilton 11 | - Stefan Penner 12 | 13 | ## Actions 14 | 15 | - [ ] Nathan - Blog post regarding Node LTS. 16 | - [ ] Stef - Finish migration to npm 3. 17 | 18 | ## Discussion Notes 19 | 20 | ### Broccoli Pit of Success 21 | 22 | - Revisited conversation. Progressing. 23 | 24 | ### ember-cli-broccoli 25 | 26 | - Fork of `broccoli` with only the stuff that we need (+ Heimdall) 27 | - Split into multiple pieces (`broccoli-builder`, `broccoli-brocfile-loader` and `broccoli-middleware`) which we're hoping to upstream. 28 | - See [#6208](https://github.com/ember-cli/ember-cli/pull/6208) 29 | 30 | ### Document our plans for dropping Node 31 | 32 | - Write blog post. 33 | - http://kangax.github.io/compat-table/es6/#node012 -------------------------------------------------------------------------------- /ember-cli/2016-09/september-01.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-09-01 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Kelly Selden 7 | - Katie Gengler 8 | - Jake Bixby 9 | 10 | ## Discussion Notes 11 | 12 | ### ember-core + ember-try 13 | 14 | - Will make things more complicated. 15 | - Because we will know when we switch can be addressed and messaged. 16 | - Need to have story in place before we officially support releasing Ember via npm. 17 | -------------------------------------------------------------------------------- /ember-cli/2016-09/september-08.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-09-08 2 | 3 | NO MEETING -------------------------------------------------------------------------------- /ember-cli/2016-10/october-06.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-10-06 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Kelly Selden 7 | - Tobias Bieniek 8 | - David Hamilton 9 | - Chad Hietala 10 | 11 | ## Actions 12 | 13 | - [ ] Stef - Push Macro RFC conversation to Ember Core 14 | - [ ] Nathan/David - Test again `npm@master`. 15 | - [ ] Nathan/All - [Review destroy folders PR.](https://github.com/ember-cli/ember-cli/pull/6241) 16 | 17 | ## Discussion Notes 18 | 19 | ### Node.js 0.10 Deprecation 20 | 21 | - The date got moved out from underneath us. 22 | - The new date, October 31, means that we officially support 0.10 for Ember CLI 2.9 assuming our 10/17 release schedule. 23 | - [We're not going to change our messaging from the blog post.](http://emberjs.com/blog/2016/09/07/ember-node-lts-support.html#toc_node-js-0-10-node-js-0-12) 24 | 25 | > The first version which will not support Node.js 0.10 will be Ember CLI 2.9.0 scheduled to be released on October 17. 26 | 27 | - We imply heavily via that quote that 2.9 will not support 0.10, but there is a hidden conditional a few sentences before. 28 | - Unlikely people will complain about supporting it longer. 29 | 30 | ### npm v4 31 | 32 | - Fortunately just landed v3. 33 | - We should make sure we're not obviously broken by it. 34 | 35 | ### Travis + Node.js 0.12 + npm 36 | 37 | - Tons of errors, breaking. 38 | - Notified the Travis CI team. 39 | - They're working on an issue upstream. 40 | - Work to eliminate `npm install`s from our test suite. 41 | -------------------------------------------------------------------------------- /ember-cli/2016-10/october-20.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-10-20 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Kelly Selden 7 | - Tobias Bieniek 8 | - Jake Bixby 9 | 10 | ## Actions 11 | 12 | - [x] Nathan - PR to remove 1.13 from default testing blueprint. 13 | 14 | ## Discussion Notes 15 | 16 | ### 1.13 Default Blueprint 17 | 18 | - Consensus, drop from default addon blueprint. 19 | - Only impacts new addons. 20 | - Must be conscientious, defaults communicate a certain "expectation" to the community. 21 | - "Addons should be doing X, based upon the blueprints." 22 | -------------------------------------------------------------------------------- /ember-cli/2016-12/december-15.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2016-12-15 2 | 3 | ## Attendees 4 | 5 | - Nathan Hammond 6 | - Alex Navasardyan 7 | - Tobias Bieniek 8 | - Stefan Penner 9 | - Robert Jackson 10 | - Katie Gengler 11 | - Jake Bixby 12 | - David Hamilton 13 | - Kelly Selden 14 | - Miguel Madero 15 | 16 | ## Actions 17 | 18 | - [X] Rob - [RFC for cache keys for addon builds.](https://usecanvas.com/rwjblue/ember-cli-addon-deduplication/2PXhx70CUNQX6UK5AKdTQi) 19 | - [ ] Kelly - RFC for blueprint migrations 20 | - [ ] Nathan - Promote #80 to FCP. 21 | 22 | ## Discussion Notes 23 | 24 | ### [RFC #80: `broccoli-middleware` and `serve-files` improvements](https://github.com/ember-cli/rfcs/pull/80) 25 | 26 | - Move to FCP? Yes! 27 | - Document the `X-broccoli` header, make it more clear. 28 | - Header only exists on the inbound request. 29 | - Effectively the "API" that we're adding. 30 | - Approximately a refactor because it's just splitting the concerns more reasonably. 31 | - Name of `serve-files` changing. Could cause issues. 32 | - Is considered private API. 33 | - Order guaranteed between the new pair. 34 | - Could possibly alert in the DAG resolution. 35 | - During beta we'll see what shows up if people are relying on this. 36 | 37 | ### RFC Async Process Improvements 38 | 39 | There was a long detailed discussion on this topic. We want to improve the process of dropping _out_ of the RFC process for things which no longer require an RFC, we need to improve the async process, we need to consolidate this pattern with upstream Ember Core. Right now the RFC process feels like a fish trap. -------------------------------------------------------------------------------- /ember-cli/2017-02/febuary-02.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2017-02-02 2 | 3 | ## Attendees 4 | 5 | - Kelly Selden 6 | - Tobias Bieniek 7 | - Jake Bixby 8 | - Robert Jackson 9 | - Gaston Silva 10 | - Chad Hietala 11 | - Stefan Penner 12 | - David Hamilton 13 | - Trent Willis 14 | 15 | ## Discussion Notes 16 | 17 | - [RFC #92](https://github.com/ember-cli/rfcs/pull/92) (`oldFilesToRemove`) 18 | - was merged 19 | - small bug remaining ([#6744](https://github.com/ember-cli/ember-cli/issues/6744)) 20 | - [PR #6748](https://github.com/ember-cli/ember-cli/pull/6748) 21 | - general agreement 22 | - `--yarn` and `--no-yarn` missing for `ember install` 23 | - @locks is writing RFC for it, plan is for FCP next week 24 | - [RFC #95](https://github.com/ember-cli/rfcs/pull/95) 25 | - general agreement 26 | - figure out all-encompassing name (target, platform, destination, ...) 27 | - small nitpicks -> comments in RFC 28 | - should node+browsers be AND or OR? 29 | - ember upstream could bundle the default values (like blueprints) 30 | -------------------------------------------------------------------------------- /ember-cli/2017-02/febuary-09.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2017-02-09 2 | 3 | ## Attendees 4 | 5 | - Kelly Selden 6 | - Sam Selikoff 7 | - Tobias Bieniek 8 | - Katie Gengler 9 | - Chad Hietala 10 | - Gaston Silva 11 | - Robert Jackson 12 | - Stefan Penner 13 | - David Hamilton 14 | - Jake Bixby 15 | 16 | ## Agenda 17 | 18 | - [#6738](https://github.com/ember-cli/ember-cli/issues/6738) ~ constraint for `ember-cli` 19 | - [RFC #96](https://github.com/ember-cli/rfcs/pull/96) (yarn) 20 | - move to FCP? 21 | - how to handle `npm install` during `ember init` when **updating** a project 22 | - [RFC #95](https://github.com/ember-cli/rfcs/pull/95) (targets) 23 | 24 | ## Discussion Notes 25 | 26 | - #6738 27 | - SP: tilde is fine, caret not yet 28 | - KS: blueprint changes won't be applied 29 | - RJ: that seems okay as things don't get worse than before 30 | - RJ: should we track the last CLI version that generated the files and warn if a newer CLI version is used with updated blueprints? 31 | - RJ: "tilde provides more value than it hurts" 32 | - RFC #96 (yarn) 33 | - RFC matches implementation 34 | - `ember init` should detect `yarn.lock` too 35 | - evaluate user feedback before potentially making it the default behavior 36 | - SP is contacting YK about yarn support policy 37 | - ember-try will continue to work with NPM, but yarn support has an open PR too (does not need to be part of the RFC) 38 | - moving to FCP, no objections 39 | - RFC #95 (targets) 40 | - specificity: AND 41 | - targets in `config/targets.js` 42 | - should be forward compatible with grouping build targets at some point 43 | - KS: default in `app` blueprint? 44 | - RW: default in `ember-source`? 45 | - Maintaining seems easier in `ember-cli` for now, can still be moved if transition would get easier for major bumps -------------------------------------------------------------------------------- /ember-cli/2017-03/march-23.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2017-03-23 2 | 3 | ## Attendees 4 | 5 | - Kelly Selden 6 | - Tobias Bieniek 7 | - Gaston Silva 8 | - Jake Bixby 9 | - Miguel Madero 10 | - Chad Hietala 11 | - David Hamilton 12 | 13 | ## Agenda 14 | 15 | - https://github.com/ember-cli/ember-cli/pull/6868 16 | - https://github.com/ember-cli/ember-cli/pull/6812 17 | 18 | ## Discussion Notes 19 | 20 | - `--no-welcome` option for `ember new` 21 | - ALL: no objections 22 | - `app.import('node_modules/foo/bar.js')` 23 | - do we want to support single file import or bundling? 24 | - CH: this might make our dep graph/tree shaking more difficult 25 | - discussion tabled until EmberConf -------------------------------------------------------------------------------- /ember-cli/2017-07/july-20.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2017-07-20 2 | 3 | ## Attendees 4 | 5 | - @trabus jb jake bixby 6 | - @kellyselden ks kelly selden 7 | - @kratiahuja ka krati ahuja 8 | - @hjdivad dh david hamilton 9 | - @mbutki mb michael butkiewicz 10 | 11 | 12 | ## Agenda 13 | 14 | rfc https://github.com/ember-cli/rfcs/pull/108 15 | 16 | 17 | ## Discussion Notes 18 | 19 | ### rfc 108 20 | 21 | - ka: last week we were +1 on this going to fcp pending feedback from Chad. We have that feedback now so good to fcp? 22 | - dh: Yep doing it now 23 | 24 | -------------------------------------------------------------------------------- /ember-cli/2017-08/august-31.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2017-08-31 2 | 3 | ## Attendees 4 | 5 | - @rwjblue rj Robert Jackson 6 | - @kategengler kg Katie Gengler 7 | - @turbo87 tb Tobias Bieniek 8 | - @kellyselden ks Kelly Selden 9 | - @trabus jb jake bixby 10 | - @hjdivad dh David Hamilton 11 | 12 | 13 | ## Agenda 14 | 15 | - 2.15 16 | - project.config caching 17 | 18 | 19 | ## Discussion Notes 20 | 21 | 22 | ### 2.15 update 23 | 24 | rj: there some problems where we get pinned to the same host when running the CI job which i've seen in ember. The failures were unrelated to the change 25 | 26 | tb: the weird thing is it's always node 8 that fails. 27 | 28 | rj: ember-data is not released but i don't think we need to block that 29 | 30 | tb: should we point to 2.15-beta of ember-data or 2.14 stable? 31 | 32 | rj: beta 33 | 34 | ks: since it's our stable it seems we should point to the stable 35 | 36 | kg: but doesn't 2.14 have problems? 37 | 38 | dh: the resolutions in 2.15 are backported to 2.14 39 | 40 | tb: in that case what's the advantage of moving to beta? 41 | 42 | rj: so we'll bump to 2.15 in a point release? 43 | 44 | tb: yes 45 | 46 | *(general agreement with tobias)* 47 | 48 | rj: seems good assuming ember-data doesn't release 2.15 before we do. 49 | 50 | ks: so the 2.16 beta will ship with the 2.15 beta? 51 | 52 | rj: yes 53 | 54 | 55 | ### project.config caching 56 | 57 | rj: we previously had cached `project.config` but this causes problems with addons that misbehave and mutate `project.config` so, for 2.15 we've rolled back to no caching. In 2.16 we'll do a deep freeze on the object so addons that misbehave in this way will get useful errors + stack traces when they do the mutation. 58 | -------------------------------------------------------------------------------- /ember-cli/2018-02/february-08.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2018-02-08 2 | 3 | ## Attendees 4 | 5 | - @rwjblue rj Robert Jackson 6 | - @kategengler kg Katie Gengler 7 | - @kellyselden ks Kelly Selden 8 | - @kratiahuja ka krati ahuja 9 | - @twokul an Alex Navasardyan 10 | - @trabus jb Jake Bixby 11 | - @thoov th Travis Hoover 12 | 13 | ## Agenda 14 | 15 | Ember CLI [roadmap](https://paper.dropbox.com/doc/Roadmap-to-discuss-xCNSfLwiElNtNGqUEBP5k) discussion. 16 | 17 | ## Discussion Notes 18 | 19 | - removing broccoli builder fork is underway (Stef and Rob already did some work towards that) 20 | - removing old documentation from the website; potentially merging Ember CLI documentation with official Ember.js 21 | - code splitting is underway (Rob, Kelly and Alex) 22 | - once code splitting is in place, "lazy" engines should be "dead" 23 | - possible support for PWA (service workers) 24 | -------------------------------------------------------------------------------- /ember-cli/2018-03/march-01.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2018-03-01 2 | 3 | ## Attendees 4 | 5 | - @kellyselden ks Kelly Selden 6 | - @kratiahuja ka krati ahuja 7 | - @twokul an Alex Navasardyan 8 | - @trabus jb Jake Bixby 9 | - @turbo87 tb Tobias Bieniek 10 | 11 | ## Agenda 12 | 13 | - [`qunit-dom` RFC](https://github.com/ember-cli/rfcs/pull/116) 14 | - `ember-mocha` progress 15 | 16 | ## Discussion Notes 17 | 18 | - Merge [`qunit-dom` RFC](https://github.com/ember-cli/rfcs/pull/116). There 19 | were mild concerns without clear path to resolution, but overall is a good 20 | addition 21 | - Made good progress to `ember-mocha` and will soon be ready to be one of the 22 | defaults testing frameworks 23 | - Find a venue to host f2f in Portland, thanks to [Mark 24 | Avery](https://github.com/webark) and [CrowdCompass](http://www.crowdcompass.com/) 25 | - Slowly making progress on packaging, mostly slowed down by the lack of review time 26 | -------------------------------------------------------------------------------- /ember-cli/2018-03/march-08.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2018-03-08 2 | 3 | ## Attendees 4 | 5 | ## Agenda 6 | 7 | - [Ember CLI 2018 roadmap 8 | discussion](https://paper.dropbox.com/doc/Ember-CLI-2018-Roadmap-discussion-bullet-points-778Yi4uGiC4QpTI5KkHoE) 9 | 10 | ## Discussion Notes 11 | -------------------------------------------------------------------------------- /ember-cli/2018-07/july-26.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - 2018-07-26 2 | 3 | ## Attendees 4 | 5 | + [Robert Jackson](https://github.com/rwjblue) 6 | + [Alex Navasardyan](https://github.com/twokul) 7 | + [Kelly Selden](https://github.com/kellyselden) 8 | + [Katie Gangler](https://github.com/kategengler) 9 | 10 | ## Agenda 11 | 12 | + Broccoli 2 in 3.4-beta cycle 13 | + Changes in `ember-template-lint` 14 | + Bugfixes for jQuery via `@ember/optional-features` 15 | + Introduce travis stages 16 | + Run eslint during build time 17 | + Package 18 | 19 | ## Discussion Notes 20 | 21 | + move forward with landing broccoli 2.0 in 3.4-beta cycle (our first LTS) 22 | + land changes in linter for angle bracket components (support for ember 3.4) 23 | + backport fixes for `optional-features` to beta branch 24 | + change `travis.yml` file (for add-ons) to use stages since it's no longer a beta feature (it 25 | will increase the job time, but overall time of CI will decrease); it's not 26 | that big of a change to have an RFC for it. 27 | + move eslint out of build; requires an RFC; generating extra modules (for 28 | tests) is very expensive; it is executed upon every rebuild; ember-cli-eslint 29 | uses private APIs. 30 | -------------------------------------------------------------------------------- /ember-cli/template.md: -------------------------------------------------------------------------------- 1 | # ember-cli Meeting Notes - YYYY-MM-DD 2 | 3 | ## Attendees 4 | * 5 | 6 | ## Actions 7 | 8 | ## Discussion Notes 9 | -------------------------------------------------------------------------------- /ember-data/2016-05/may-18.md: -------------------------------------------------------------------------------- 1 | # ember-data-weekly-call 2016-05-18 2 | 3 | # Attendees 4 | 5 | - igorT 6 | - tomdale 7 | - bmac 8 | - pangratz 9 | - fivetanely 10 | 11 | # Agenda 12 | 13 | ### Are we comfortable with 14 | [https://github.com/emberjs/data/pull/4356](https://github.com/emberjs/data/pull/4356) 15 | being a bugfix? 16 | 17 | pangratz: I thought we thought of this as a bug fix discussed in [a previous 18 | meeting](https://github.com/emberjs/core-notes/blob/master/ember-data/2016-04/april-20.md#the--reload-backgroundreload--situation) 19 | 20 | - Resolution: Bring in behind feature flag, "go" it for next beta cycle 21 | -------------------------------------------------------------------------------- /ember-data/2016-06/june-20.md: -------------------------------------------------------------------------------- 1 | # ember-data-weekly-call-2016-06-20 2 | 3 | # Attendees 4 | 5 | - Clemens @pangratz 6 | - Tom @tomdale 7 | - Eric @heroiceric 8 | - Brendan @bmac 9 | 10 | # Agenda 11 | 12 | ### Should `ds-improved-ajax` call `ajax` if it is overridden? 13 | 14 | ##### Summary 15 | 16 | - feature added in [PR #3099](https://github.com/emberjs/data/pull/3099) 17 | 18 | ##### Resolution 19 | 20 | - Test if `ajax` or `ajaxOptions` has been overridden and if they have then we 21 | should fallback and log a deprecation warning. 22 | 23 | --- 24 | 25 | ### [FEATURE ds-adapter-jqxhr] Enable adapter to have access to full jqXHR in response 26 | 27 | ##### Summary 28 | 29 | - [PR #4406](https://github.com/emberjs/data/pull/4406) 30 | 31 | ##### Resolution 32 | 33 | - Lets wait for Igor and Stanly to argue this case. 34 | 35 | --- 36 | 37 | ### [BUGFIX beta] Use lower-case header fields #4400 38 | 39 | ##### Summary 40 | 41 | - [PR #4400](https://github.com/emberjs/data/pull/4400) 42 | 43 | ##### Resolution 44 | 45 | - Implement something similar to how it is done [in 46 | ember-fastboot](https://github.com/ember-fastboot/fastboot/blob/master/lib/fastboot-headers.js), 47 | where a custom `Headers` object is used instead (see 48 | [Headers](https://developer.mozilla.org/en-US/docs/Web/API/Headers)), which 49 | has the headers set as keys to keep the current behavior 50 | -------------------------------------------------------------------------------- /ember-data/2016-06/june-29.md: -------------------------------------------------------------------------------- 1 | # ember-data-weekly-call-2016-06-29 2 | 3 | # Attendees 4 | 5 | - bmac 6 | - igor 7 | - pangratz 8 | - heroiceric 9 | 10 | # Agenda 11 | 12 | ### Documentation of features for the next release 13 | 14 | ##### Summary 15 | 16 | - feature added in [PR #3099](https://github.com/emberjs/data/pull/3099) 17 | 18 | ##### Resolution 19 | 20 | - Test if `ajax` or `ajaxOptions` has been overridden and if they have then we 21 | should fallback and log a deprecation warning. 22 | - pangratz will be trying to work on the guides for this one next week 23 | 24 | --- 25 | 26 | ### [FEATURE ds-adapter-jqxhr] Enable adapter to have access to full jqXHR in response 27 | 28 | ##### Summary 29 | 30 | - [PR #4406](https://github.com/emberjs/data/pull/4406) 31 | 32 | ##### Resolution 33 | 34 | - Lets try and figure out what properties from the jqhxr users need but are not 35 | exposed. 36 | - Think about exposing the concept of the request/response in the adapter 37 | lifecycle. 38 | 39 | --- 40 | 41 | ### [BUGFIX beta] Use lower-case header fields #4400 42 | 43 | ##### Summary 44 | 45 | - [PR #4400](https://github.com/emberjs/data/pull/4400) 46 | - [PR implementing the Headers 47 | approach](https://github.com/emberjs/data/pull/4456) mentioned below 48 | 49 | ##### Resolution 50 | 51 | - Get some more input from the Ember Core team to see if we should also be 52 | using a Headers instance when building the request. 53 | -------------------------------------------------------------------------------- /ember-data/template.md: -------------------------------------------------------------------------------- 1 | # Month Day, Year 2 | 3 | Facilitator & Note Taker: 4 | 5 | ## Attendees 6 | 7 | Add yourself to the list if you attend and check the box! 8 | 9 | ### Core Team 10 | 11 | - [ ] Chris Thoburn (CT) 12 | 13 | ### Guests 14 | 15 | - [ ] Your name here (INITIALS) 16 | 17 | ## Initiatives 18 | 19 | ### Typescript 20 | 21 | ## Weekly review 22 | 23 | ### Release Prep 24 | 25 | ### Maintenance 26 | 27 | ### Documentation 28 | 29 | ## Action items 30 | 31 | ## Other Topics 32 | 33 | 34 | 35 | 36 | ## Any Questions? 37 | 38 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 39 | -------------------------------------------------------------------------------- /ember-engines/2018-07/july-20.md: -------------------------------------------------------------------------------- 1 | # ember-engines Meeting Notes - 2018-07-20 2 | 3 | ## Attendees 4 | 5 | + [Dan Gebhardt](https://github.com/dgeb/) 6 | + [Melanie Sumner](https://github.com/melsumner) 7 | + [Robert Jackson](https://github.com/rwjblue) 8 | + [Alex Navasardyan](https://github.com/twokul) 9 | 10 | ## Agenda 11 | 12 | + Ember Engines Documentation 13 | + Package API spike 14 | 15 | ## Discussion Notes 16 | 17 | Dan proposed to make several changes to the documentation summarized 18 | [here](https://gist.github.com/dgeb/fd16fbfce17f5626748735d7a1d1c4e1). 19 | 20 | We discussed the results of [Ember Engines 21 | survey](https://github.com/MelSumner/case-studies/blob/master/ember-engines_use-cases.pdf) 22 | to make sure they were no surprises. 23 | 24 | We also discussed: 25 | 26 | + testing APIs; Robert and Mike North are playing around with several ideas. 27 | + lazy loading; Alex is working on ember engines packager and going to test it 28 | with some of the apps at Square. 29 | + dependency mismatch; improving `dependency-lint` to surface possible 30 | version conflicts and warn developers. 31 | -------------------------------------------------------------------------------- /ember-engines/2018-08/august-10.md: -------------------------------------------------------------------------------- 1 | # ember-engines Meeting Notes - 2018-08-10 2 | 3 | ## Attendees 4 | 5 | + [Dan Gebhardt](https://github.com/dgeb/) 6 | + [Melanie Sumner](https://github.com/melsumner) 7 | + [Robert Jackson](https://github.com/rwjblue) 8 | + [Alex Navasardyan](https://github.com/twokul) 9 | 10 | ## Agenda 11 | 12 | + plan for improving Ember Engines documentation 13 | + testing apis for testing ember engines themselves 14 | + summarize dependency collision strategy 15 | 16 | ## Discussion Notes 17 | 18 | + [Robert Jackson](https://github.com/rwjblue) to try to come up with a rough 19 | API gist for new testing APIs 20 | + [Dan Gebhardt](https://github.com/dgeb/) to work on a quest issue for 21 | documenting missing bits in Ember Engines' behaviour 22 | + [Alex Navasardyan](https://github.com/twokul) to start writing tests for Ember 23 | Engine spike with package API hook using 24 | [fixturify-project](https://github.com/rwjblue/ember-cli/blob/sort-ordering/tests/helpers/fixturify-project.js) 25 | -------------------------------------------------------------------------------- /ember.js/2016-07/july-01.md: -------------------------------------------------------------------------------- 1 | # Ember Core Team 2016-07-01 2 | 3 | ### Agenda 4 | 5 | - [Module Unification FCP Comments](https://gist.github.com/dgeb/20127d3fa1199426e59e60b9cdf20b43) (DG) 6 | - Docs items (LS) 7 | 8 | ### Attendees 9 | 10 | RJ, MB, KS, EF, DG, SP, GC, IT, LS, MM, EB 11 | 12 | ### Minutes 13 | 14 | #### Module Unification FCP Comments 15 | 16 | - DG: There are several new issues raised: 17 | https://gist.github.com/dgeb/20127d3fa1199426e59e60b9cdf20b43 18 | - re: dash prefix, we have some internal discussion backing up this decision 19 | that we should communicate. Precedence seems an ok point of view to take. 20 | - We will go back to the strike team for discussion and re-enter FCP after some 21 | discussion. 22 | 23 | #### Docs items 24 | 25 | LS: There are some notes from @locks we need someone to get back on. I have an 26 | update for the website that is about to go live with changes to the tomsters 27 | page, the corporate tomsters as well. 28 | 29 | SP: Do we have tomsters for training stuff? that say "unofficial" 30 | 31 | LS: I will ponder. It seems odd to say "unofficial", as that devalues the 32 | official stuff. Also corporations like LinkedIn aren't really selling into 33 | Ember, like training is. 34 | -------------------------------------------------------------------------------- /ember.js/2016-07/july-15.md: -------------------------------------------------------------------------------- 1 | # Ember Core Team 2016-07-15 2 | 3 | ### Agenda 4 | 5 | - Discuss Enabling Features for 2.8 6 | - ember-runtime-enumerable-includes - [emberjs/rfcs#136](https://github.com/emberjs/rfcs/blob/master/text/0136-contains-to-includes.md) | [emberjs/ember.js#13553](https://github.com/emberjs/ember.js/pull/13553) 7 | - ember-string-ishtmlsafe - [emberjs/rfcs#139](https://github.com/emberjs/rfcs/blob/master/text/0139-isHtmlSafe.md) | [emberjs/ember.js#13666](https://github.com/emberjs/ember.js/pull/13666) 8 | - ember-testing-check-waiters - [emberjs/ember.js#13603](https://github.com/emberjs/ember.js/issues/13603) | [emberjs/ember.js#13716](https://github.com/emberjs/ember.js/pull/13716) 9 | - [ember-application-engines](https://gist.github.com/dgeb/a8937374f3a985065df205fdc28c655f) 10 | - ember-container-factory-for - [emberjs/rfcs#150](https://github.com/emberjs/rfcs/pull/150) 11 | - factoryFor stuff (MB, may drop this :-p) 12 | - path to TS definitions of supported part of ember (Stef) 13 | - interest? 14 | - what are the criteria? 15 | - ...? 16 | - Standardized Modules/Build System for ancillary packages ([https://github.com/monegraph/rfcs/pull/1](https://github.com/monegraph/rfcs/pull/1)) (TD) 17 | - Improvements to async decision making (YK) 18 | 19 | ### Attendees 20 | 21 | machty, dgeb, ef4, chancancode, igort, krisselden, wifelette, mixonic, rwjblue, stefanpenner, tomdale, wycats, mmun 22 | 23 | ### Minutes 24 | 25 | RJ: **features!** 26 | 27 | RJ: First is array includes -> contains 28 | 29 | Action Items for features: 30 | 31 | - [ ] `NaN` check and warning to the deprecation message for `includes` 32 | - [ ] "go" includes! 33 | - [ ] Change capitalization of `isHtmlSafe` to `isHTMLSafe` 34 | - [ ] "go" ishtmlsafe! 35 | - [ ] "go" checkWaiters! 36 | - [ ] "go" engines 37 | 38 | -------------------------------------------------------------------------------- /ember.js/2016-08/august-05.md: -------------------------------------------------------------------------------- 1 | # Ember Core Team 2016-08-05 2 | 3 | ### Agenda 4 | 5 | - Deprecate slash-as-namespace (seeking +1 to explore further, e.g. RFC etc + seeking additional help) https://github.com/emberjs/ember.js/pull/14003 (SP) 6 | - The great ember-cli dep files cleanup: https://github.com/ember-cli/ember-cli/issues/6149 (SP) 7 | - ember-cli-fastboot concerns and ideas to address: https://usecanvas.com/stefanpenner/fastboot-concerns/7MVdgv3x1QUeK1oJUoZV2O (SP) 8 | - Glimmer 2 status update (GC) 9 | 10 | ### Attendees 11 | 12 | DG, EB, RJ, GC, YK, LS, TD, MM, SP, MB 13 | 14 | ### Minutes 15 | -------------------------------------------------------------------------------- /ember.js/2016-12/december-23.md: -------------------------------------------------------------------------------- 1 | # Ember Core Team 2016-12-23 2 | 3 | ### Agenda 4 | 5 | - [HTMLBars Status?](https://github.com/tildeio/htmlbars/issues/473) - I propose maintenance mode through 2017-07-15 (roughly when 2.8 stops receiving bugfixes), and EOL around 2017-12-31 (roughly when 2.8 stops receiving security fixes). RJ 6 | - more VMy Glimmer, integration status, and plans. YK 7 | - FCP for deprecating lifecycle args. YK 8 | - fix `{{#with}}`? or replace with `{{#let}}` 9 | - ember-cli progress update (stef) 10 | - engines preprocesstree update? 11 | - https://github.com/html-next/flexi/issues/102 12 | 13 | ### Attendees 14 | 15 | ### Minutes 16 | 17 | (no actual note taking took place) 18 | -------------------------------------------------------------------------------- /ember.js/2017-01/january-20.md: -------------------------------------------------------------------------------- 1 | # Ember Core Team 2017-01-20 2 | 3 | ### Agenda 4 | 5 | - simple-html-tokenizer TypeScript pipeline https://github.com/tildeio/simple-html-tokenizer/pull/41#issuecomment-274129205 (RJ) 6 | - [History state RFC](https://github.com/emberjs/rfcs/pull/186) 7 | - [Deprecate eventManager](https://github.com/emberjs/rfcs/pull/194) 8 | 9 | ### Attendees 10 | 11 | AM, DG, GC, IT, MM, RJ, RM, JS, MB, EF, SP 12 | 13 | ### Minutes 14 | 15 | 16 | #### simple-html-tokenizer 17 | 18 | RJ: I want to be sure we're on the same page for simple-html-tokenizer work. Last time we talked there were 4 branches. I think this can land. The non-rename stuff Chad has been working on can land, then we can figure out what Yehuda was working on in his rewrite. 19 | 20 | RM: I have a PR to glimmer with this new branch integrated. And tested that it works locally. 21 | 22 | GC: We are on the version after LTS and at the start of canary, so this seems a good time to merge this and get it going. 23 | 24 | DG: Can we use glimmer-build? 25 | 26 | RJ: Yes. We should. and I can work with you to see what works well and needs improvement. 27 | 28 | DG: This can be the trial balloon then for the glimmer-build stuff and moving TS-microlib support into ember-cli. 29 | 30 | #### factoryFor 31 | 32 | MB: Can be enable the no-double-extend flag since we are at the start of 2.13 canary? 33 | 34 | RJ: Yes, but... 35 | 36 | #### releases 37 | 38 | RJ: 2.11 is not released, 2.12 beta is not released. We plan to branch it from just before chad's glimmer change landed. 39 | 40 | KS: So, yes 41 | 42 | RJ: Does ember-data still raise the deprecation? 43 | 44 | MB: There is a tracking issue: https://github.com/emberjs/data/issues/4737 I will follow up and see what is happening. 45 | 46 | RJ: Cool, and I will check with Chad. 47 | -------------------------------------------------------------------------------- /ember.js/2017-02/february-03.md: -------------------------------------------------------------------------------- 1 | # Ember Core Team 2017-02-03 2 | 3 | ### Agenda 4 | 5 | - Multi-block/slots updates [AM] 6 | 7 | ### Attendees 8 | 9 | MB, AM, EF, EB, RM, IT, MM, RJ, KS, DG 10 | 11 | ### Minutes 12 | 13 | #### Named Blocks 14 | 15 | (some updates from AM on ideas he's been exploring with YK and MM) 16 | -------------------------------------------------------------------------------- /ember.js/2017-07/july-07.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2017/07/07 2 | 3 | ### Agenda 4 | 5 | - Visioneering F2F format Retrospective 6 | - (punted from last week to wait on ebryn and wycats) 7 | - Who has admin permissions on the Ember extension on the Chrome Web Store? 8 | - default `ember build` environment (RM) 9 | - +Deprecation Candidates (RM) 10 | - https://github.com/emberjs/ember.js/pull/13044 (RM) 11 | - Missing public APIs from emberjs/rfcs#176 see here for proposal (RJ) 12 | 13 | ### Attendees 14 | 15 | YK, RJ, RM, GC, KG, KS, MB, DG, TD, MM 16 | 17 | ### Minutes 18 | 19 | #### Who has admin permissions on the Ember extension on the Chrome Web Store? 20 | YK: ping me and leah 21 | 22 | #### default env for `ember build` 23 | RJ: link to addy osmani issue 24 | YK: “we speculate majority of people will run dev” 25 | KS: we also got dinged by security research that did the same 26 | YK: RJ, are you opposed 27 | RJ: no, we’ve changed. I think we should go further 28 | RJ: non-interactive commands should default to prod 29 | 👍 👍 30 | RJ: RFC? 31 | RJ: ember-cli blueprints already do this 32 | YK: bugfix unless we get a lot of push back 33 | RJ: I’m not concerned about semver 34 | MB: `ember build` `--``watch` 35 | YK: why do people do this? 36 | RJ: using nginx or similar, just want build output to update 37 | 38 | #### deprecation candidates 39 | RM: read through, annotate controversial or not 40 | 41 | #### classify 42 | 43 | > discussion, discussion 44 | 45 | RJ: deprecation rfc 46 | 47 | - who uses it 48 | - extract into addon 49 | 50 | #### missing exports for new imports 51 | 52 | > one-by-one analysis of cibernox list 53 | -------------------------------------------------------------------------------- /ember.js/2017-07/july-28.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2017/07/28 2 | 3 | ### Agenda 4 | 5 | - “ES classes Ember” roadmap/strike team (?) (RM) 6 | - Ember Data JavaScript Modules API (RM) 7 | - PR review bonanza! (RM) 8 | - https://github.com/emberjs/ember.js/pull/13406 9 | - https://github.com/emberjs/ember.js/pull/13363 10 | - https://github.com/emberjs/ember.js/pull/13893 11 | - Named Blocks: shipit? 12 | - emberjs/ember.js#15470 Major issues with glimmer-vm + float primitive values (RJ) 13 | - Fix suggested in https://github.com/glimmerjs/glimmer-vm/pull/573 need review/help. 14 | 15 | ### Attendees 16 | 17 | YK, RJ, RM, GC, KG, KS, MB, DG, TD, MM 18 | 19 | ### Minutes 20 | -------------------------------------------------------------------------------- /ember.js/2017-10/october-13.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2017/10/13 2 | 3 | ## Agenda 4 | 5 | - [Named Releases RFC](https://github.com/emberjs/rfcs/pull/259) (RJ) 6 | - Multisplattributes (TD) 7 | - Merge https://github.com/emberjs/rfcs/pull/252 8 | - Props / Attributes re-litigation (aka modifiers as the vector) (CH) 9 | 10 | ## Attendees 11 | 12 | YK, RJ, GC, KG, KS, MB, DG, TD, MM 13 | 14 | ## Minutes 15 | 16 | note: note taker took a break :x 17 | -------------------------------------------------------------------------------- /ember.js/2017-11/november-10.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2017/11/10 2 | 3 | ## Agenda 4 | 5 | - Testing Stuff 6 | - [RFC: 268 - Rethink Acceptance Testing](https://github.com/emberjs/rfcs/pull/268) (RJ) 7 | - [Boot “real” application instances for testing](https://github.com/emberjs/ember-test-helpers/pull/237) (RJ) 8 | - Glimmer component RFC status (DG) 9 | 10 | ## Attendees 11 | 12 | YK, RJ, RM, GC, KG, KS, MB, DG, TD, MM, CH 13 | 14 | ## Minutes 15 | 16 | -------------------------------------------------------------------------------- /ember.js/2017-11/november-17.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2017/11/17 2 | 3 | ## Agenda 4 | 5 | - Core + Subteam EmberConf F2F (RM, LS) 6 | - application route wrapper `div` (RM) 7 | - https://github.com/emberjs/ember.js/pull/15846 (RM) 8 | 9 | ## Attendees 10 | 11 | YK, RJ, RM, GC, KG, KS, MB, DG, TD, MM, CH 12 | 13 | ## Minutes 14 | -------------------------------------------------------------------------------- /ember.js/2017-11/november-24.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2017/11/24 2 | 3 | ## Agenda 4 | 5 | * Skipped due to Thanksgiving 6 | 7 | ## Attendees 8 | 9 | ## Minutes 10 | -------------------------------------------------------------------------------- /ember.js/2017-12/december-08.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2017/12/08 2 | 3 | ## Agenda 4 | 5 | * Skipped due to Core Team F2F 6 | 7 | ## Attendees 8 | 9 | ## Minutes 10 | -------------------------------------------------------------------------------- /ember.js/2017-12/december-15.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2017/12/15 2 | 3 | ## Agenda 4 | 5 | * F2F retrospective 6 | * [yield `link-to` component state](https://github.com/emberjs/rfcs/pull/275) 7 | 8 | ## Attendees 9 | 10 | YK, RJ, RM, GC, KG, KS, MB, DG, TD, MM, IT 11 | 12 | ## Minutes 13 | -------------------------------------------------------------------------------- /ember.js/2018-03/march-09.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/03/09 2 | 3 | ## Agenda 4 | 5 | - Custom Components RFC (GC) 6 | - https://github.com/emberjs/rfcs/pull/237 - Deprecate `Ember.Map` / `Ember.OrderedSet` … 7 | - 💟See You Soon💟 8 | 9 | 10 | ## Attendees 11 | 12 | - [x] Yehuda Katz 13 | - [x] Tom Dale 14 | - [x] Kris Selden 15 | - [ ] Stefan Pennter 16 | - [x] Leah Silber 17 | - [x] Robert Jackson 18 | - [x] Igor Terzic 19 | - [x] Matthew Beale 20 | - [ ] Edward Faulkner 21 | - [x] Martin Muñoz 22 | - [x] Dan Gebhardt 23 | - [x] Godfrey Chan 24 | - [x] Ricardo Mendes 25 | - [ ] Chad Hietala 26 | - [x] Katie Gengler 27 | 28 | ## Minutes 29 | -------------------------------------------------------------------------------- /ember.js/2018-04/april-06.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/04/06 2 | 3 | ## Agenda 4 | 5 | - `{{array` RFC → merged… https://github.com/emberjs/rfcs/pull/318 6 | - RFC → FCP to merge 7 | - “Slack Issues” https://discuss.emberjs.com/t/should-ember-be-using-slack-at-all/14474 [RJ] 8 | 9 | 10 | ## Attendees 11 | 12 | - [ ] Yehuda Katz 13 | - [ ] Tom Dale 14 | - [x] Kris Selden 15 | - [ ] Stefan Pennter 16 | - [ ] Leah Silber] 17 | - [x] Robert Jackson 18 | - [ ] Igor Terzic 19 | - [ ] Matthew Beale 20 | - [x] Edward Faulkner 21 | - [x] Martin Muñoz 22 | - [x] Dan Gebhardt 23 | - [ ] Godfrey Chan 24 | - [ ] Ricardo Mendes 25 | - [ ] Chad Hietala 26 | - [x] Katie Gengler 27 | - [x] Melanie Sumner 28 | 29 | ## Minutes 30 | -------------------------------------------------------------------------------- /ember.js/2018-04/april-13.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/04/13 2 | 3 | ## Agenda 4 | 5 | - Ember 3.1 6 | - [emberjs/ember.js#16503](https://github.com/emberjs/ember.js/issues/16503): `Cannot read property 'syscall' of null` 7 | - Fix: [glimmerjs/glimmer-vm#797](https://github.com/glimmerjs/glimmer-vm/issues/797) 8 | - RFC’s to Merge 9 | - https://github.com/emberjs/rfcs/pull/322 copy/Copyable 10 | - https://github.com/emberjs/rfcs/pull/311 11 | - emberjs.com/blog (RM) 12 | - JS Modules API [RJ] 13 | - Current WIP 14 | - Missing exports: https://github.com/ember-cli/ember-rfc176-data/issues/12 15 | - `Ember.onerror` 16 | - `Ember.HTMLBars.template` / `Ember.HTMLBars.compile` 17 | - Roadmap Kickoff Heads Up (TD) 18 | 19 | ## Attendees 20 | 21 | - [x] Yehuda Katz 22 | - [x] Tom Dale 23 | - [x] Kris Selden 24 | - [ ] Stefan Pennter 25 | - [x] Leah Silber 26 | - [x] Robert Jackson 27 | - [ ] Igor Terzic 28 | - [x] Matthew Beale 29 | - [x] Edward Faulkner 30 | - [x] Martin Muñoz 31 | - [x] Dan Gebhardt 32 | - [x] Godfrey Chan 33 | - [x] Ricardo Mendes 34 | - [x] Chad Hietala 35 | - [x] Katie Gengler 36 | - [x] Melanie Sumner 37 | 38 | ## Minutes 39 | 40 | ### 3.1 41 | 42 | RJ: there’s still a couple bug fixes we need to land 43 | RJ: but it seems to be going well, apart from some expected `proxy` problems 44 | RJ: we haven’t released the blog post, I think Mel has been working on it? 45 | MS: I am finishing Ember CLI prose, will merge by tonight 46 | 47 | ### emberjs.com/blog 48 | 49 | YK: the blog has broken IA 50 | -------------------------------------------------------------------------------- /ember.js/2018-05/Meeting-Ember-Core-Team-20180525.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/05/25 2 | 3 | ## Agenda 4 | 5 | - [Ember Homepage Survey](https://github.com/emberjs/website/pull/3359) 6 | 7 | ## Attendees 8 | [x] Yehuda Katz 9 | [x] Tom Dale 10 | [x] Kris Selden 11 | [ ] Stefan Pennter 12 | [ ] Leah Silber 13 | [x] Robert Jackson 14 | [ ] Igor Terzic 15 | [ ] Matthew Beale 16 | [ ] Edward Faulkner 17 | [ ] Martin Muñoz 18 | [x] Dan Gebhardt 19 | [x] Godfrey Chan 20 | [ ] Ricardo Mendes 21 | [ ] Chad Hietala 22 | [x] Katie Gengler 23 | [x] Melanie Sumner 24 | 25 | ## Minutes 26 | 27 | -------------------------------------------------------------------------------- /ember.js/2018-05/may-04.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/05/04 2 | 3 | ## Agenda 4 | 5 | - Review message for This.JavaScript: Accessibility event on May 17th 6 | 7 | 8 | ## Attendees 9 | 10 | - [ ] Yehuda Katz 11 | - [ ] Tom Dale 12 | - [ ] Kris Selden 13 | - [ ] Stefan Pennter 14 | - [ ] Leah Silber 15 | - [ ] Robert Jackson 16 | - [ ] Igor Terzic 17 | - [ ] Matthew Beale 18 | - [ ] Edward Faulkner 19 | - [ ] Martin Muñoz 20 | - [ ] Dan Gebhardt 21 | - [ ] Godfrey Chan 22 | - [ ] Ricardo Mendes 23 | - [ ] Chad Hietala 24 | - [ ] Katie Gengler 25 | - [ ] Melanie Sumner 26 | 27 | ## Minutes 28 | -------------------------------------------------------------------------------- /ember.js/2018-05/may-11.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/05/11 2 | 3 | ## Agenda 4 | 5 | - Review message for This.JavaScript: Accessibility event on May 17th 6 | - Roadmap status update (MS/YK) 7 | - (private) 8 | 9 | ## Attendees 10 | 11 | - [x] Yehuda Katz 12 | - [ ] Tom Dale 13 | - [ ] Kris Selden 14 | - [ ] Stefan Pennter 15 | - [ ] Leah Silber 16 | - [ ] Robert Jackson 17 | - [ ] Igor Terzic 18 | - [x] Matthew Beale 19 | - [x] Edward Faulkner 20 | - [x] Martin Muñoz 21 | - [x] Dan Gebhardt 22 | - [x] Godfrey Chan 23 | - [ ] Ricardo Mendes 24 | - [ ] Chad Hietala 25 | - [x] Katie Gengler 26 | - [x] Melanie Sumner 27 | 28 | ## Minutes 29 | -------------------------------------------------------------------------------- /ember.js/2018-07/Meeting-Ember-Core-Team-20180720.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/07/20 2 | 3 | ## Agenda 4 | 5 | - [Breaking change RE: dynamic angle bracket invocation](https://github.com/emberjs/ember.js/issues/16826) 6 | 7 | ## Attendees 8 | 9 | - [x] Yehuda Katz 10 | - [x] Tom Dale 11 | - [x] Kris Selden 12 | - [ ] Stefan Penner 13 | - [ ] Leah Silber 14 | - [x] Robert Jackson 15 | - [ ] Igor Terzic 16 | - [ ] Matthew Beale 17 | - [x] Edward Faulkner 18 | - [ ] Martin Muñoz 19 | - [ ] Dan Gebhardt 20 | - [x] Godfrey Chan 21 | - [ ] Ricardo Mendes 22 | - [x] Chad Hietala 23 | - [x] Katie Gengler 24 | - [ ] Melanie Sumner 25 | 26 | ## Minutes 27 | -------------------------------------------------------------------------------- /ember.js/2018-07/Meeting-Ember-Core-Team-20180727.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/07/27 2 | 3 | ## Agenda 4 | 5 | ## Attendees 6 | 7 | - [ ] Yehuda Katz 8 | - [ ] Tom Dale 9 | - [ ] Kris Selden 10 | - [ ] Stefan Penner 11 | - [ ] Leah Silber 12 | - [ ] Robert Jackson 13 | - [x] Igor Terzic 14 | - [ ] Matthew Beale 15 | - [ ] Edward Faulkner 16 | - [ ] Martin Muñoz 17 | - [ ] Dan Gebhardt 18 | - [ ] Godfrey Chan 19 | - [ ] Ricardo Mendes 20 | - [ ] Chad Hietala 21 | - [x] Katie Gengler 22 | - [ ] Melanie Sumner 23 | 24 | ## Minutes 25 | 26 | -------------------------------------------------------------------------------- /ember.js/2018-08/Meeting-Ember-Core-Team-20180803.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/08/03 2 | 3 | ## Agenda 4 | - Discord RFC https://github.com/emberjs/rfcs/pull/345 5 | - Component Manager Bounds: https://github.com/emberjs/rfcs/pull/351 6 | 7 | ## Attendees 8 | 9 | - [ ] Yehuda Katz 10 | - [ ] Tom Dale 11 | - [ ] Kris Selden 12 | - [ ] Stefan Penner 13 | - [ ] Leah Silber 14 | - [ ] Robert Jackson 15 | - [ ] Igor Terzic 16 | - [ ] Matthew Beale 17 | - [ ] Edward Faulkner 18 | - [ ] Martin Muñoz 19 | - [ ] Dan Gebhardt 20 | - [ ] Godfrey Chan 21 | - [ ] Ricardo Mendes 22 | - [ ] Chad Hietala 23 | - [x] Katie Gengler 24 | - [ ] Melanie Sumner 25 | 26 | ## Minutes 27 | -------------------------------------------------------------------------------- /ember.js/2018-08/Meeting-Ember-Core-Team-20180810.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/08/10 2 | 3 | ## Agenda 4 | - Discord RFC → FCP? 5 | 6 | ## Attendees 7 | 8 | - [ ] Yehuda Katz 9 | - [ ] Tom Dale 10 | - [ ] Kris Selden 11 | - [ ] Stefan Penner 12 | - [ ] Leah Silber 13 | - [ ] Robert Jackson 14 | - [x] Igor Terzic 15 | - [ ] Matthew Beale 16 | - [ ] Edward Faulkner 17 | - [ ] Martin Muñoz 18 | - [ ] Dan Gebhardt 19 | - [ ] Godfrey Chan 20 | - [ ] Ricardo Mendes 21 | - [ ] Chad Hietala 22 | - [x] Katie Gengler 23 | - [ ] Melanie Sumner 24 | 25 | ## Minutes 26 | -------------------------------------------------------------------------------- /ember.js/2018-08/Meeting-Ember-Core-Team-20180817.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/08/17 2 | 3 | ## Agenda 4 | - FCP https://github.com/emberjs/rfcs/pull/298 5 | - FCP https://github.com/emberjs/rfcs/pull/340 6 | - RFC [https://github.com/ember-cli/rfcs/pull/120](https://github.com/ember-cli/rfcs/pull/120) 7 | - Roadmap RFC update 8 | - Lockstep versioning 9 | - Private Ember package naming 10 | 11 | ## Attendees 12 | 13 | - [x] Yehuda Katz 14 | - [x] Tom Dale 15 | - [x] Kris Selden 16 | - [x] Stefan Penner 17 | - [ ] Leah Silber 18 | - [ ] Robert Jackson 19 | - [x] Igor Terzic 20 | - [ ] Matthew Beale 21 | - [x] Edward Faulkner 22 | - [x] Martin Muñoz 23 | - [x] Dan Gebhardt 24 | - [ ] Godfrey Chan 25 | - [ ] Ricardo Mendes 26 | - [x] Chad Hietala 27 | - [x] Katie Gengler 28 | - [x] Melanie Sumner 29 | 30 | ## Minutes 31 | 32 | Agreed to FCP RFC 298. (Even though some core folks who were not present may have input, they should feel free to comment during FCP.) 33 | 34 | Agreed to FCP RFC 340. 35 | -------------------------------------------------------------------------------- /ember.js/2018-09/Meeting-Ember-Core-Team-20180914.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/09/14 2 | 3 | ## Agenda 4 | - RFC Review! (RJ) 5 | - → FCP 6 | - [Module Unification Packages](https://github.com/emberjs/rfcs/pull/367) 7 | - Interaction with manager APIs: https://github.com/emberjs/rfcs/pull/373#discussion_r216442668 8 | - **Resolution**: No FCP due to open issues 9 | - [Deprecate](https://github.com/emberjs/rfcs/pull/370) `[computed().volatile()](https://github.com/emberjs/rfcs/pull/370)` 10 | - **Resolution**: TD to FCP, with guidance that we need a clear deprecation guide. 11 | - [Deprecate Computed Overridability and](https://github.com/emberjs/rfcs/pull/369) `[.readOnly()](https://github.com/emberjs/rfcs/pull/369)` 12 | - **Resolution:** RJ to ask for an optional feature for deprecation → assertion, enabling that by default in 3.x cycle 13 | - [Ember 2018 Roadmap](https://github.com/emberjs/rfcs/pull/364) 14 | - 15 | [](https://github.com/emberjs/rfcs/pull/364)- (private) [F2F Agenda - Add things!!!!](https://paper.dropbox.com/doc/Ember-Framework-Team-Q3-218-KGLfz2rCmQ7ksN3w1BOXm) 16 | - Chained decorator APIs (TD) 17 | - Who is coming to EmberCamp Chicago (one week from today)/ FTF 18 | 19 | ## Attendees 20 | 21 | - [x] Yehuda Katz 22 | - [x] Tom Dale 23 | - [x] Kris Selden 24 | - [ ] Stefan Penner 25 | - [ ] Leah Silber 26 | - [x] Robert Jackson 27 | - [x] Igor Terzic 28 | - [x] Matthew Beale 29 | - [x] Edward Faulkner 30 | - [x] Martin Muñoz 31 | - [x] Dan Gebhardt 32 | - [x] Godfrey Chan 33 | - [x] Ricardo Mendes 34 | - [x] Chad Hietala 35 | - [x] Katie Gengler 36 | - [x] Melanie Sumner 37 | 38 | ## Minutes 39 | -------------------------------------------------------------------------------- /ember.js/2018-09/Meeting-Ember-Core-Team-20180921.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/09/21 2 | 3 | ## Agenda 4 | 5 | ## Attendees 6 | 7 | - [ ] Yehuda Katz 8 | - [ ] Tom Dale 9 | - [ ] Kris Selden 10 | - [ ] Stefan Penner 11 | - [ ] Leah Silber 12 | - [ ] Robert Jackson 13 | - [ ] Igor Terzic 14 | - [ ] Matthew Beale 15 | - [ ] Edward Faulkner 16 | - [ ] Martin Muñoz 17 | - [ ] Dan Gebhardt 18 | - [ ] Godfrey Chan 19 | - [ ] Ricardo Mendes 20 | - [ ] Chad Hietala 21 | - [x] Katie Gengler 22 | - [ ] Melanie Sumner 23 | 24 | ## Minutes 25 | -------------------------------------------------------------------------------- /ember.js/2018-10/Meeting-Ember-Core-Team-20181012.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/10/12 2 | 3 | ## Agenda 4 | 5 | - RFC Roundup 6 | - RFC → FCP 7 | - Deprecate `Function.prototype.{on,observes,property}` 8 | - FCP → Merge 9 | - Element Modifier Manager 10 | - Deprecated Computed `.property()` 11 | - Deprecate Computed Overrideability and `.readOnly()` 12 | - Status / Next Steps for `{{use` ? 13 | - https://github.com/ember-cli/ember-cli-htmlbars/pull/130 14 | 15 | ## Attendees 16 | 17 | - [ ] Yehuda Katz 18 | - [ ] Tom Dale 19 | - [x] Kris Selden 20 | - [ ] Stefan Penner 21 | - [ ] Leah Silber 22 | - [x] Robert Jackson 23 | - [ ] Igor Terzic 24 | - [ ] Matthew Beale 25 | - [ ] Edward Faulkner 26 | - [ ] Martin Muñoz 27 | - [x] Dan Gebhardt 28 | - [x] Godfrey Chan 29 | - [x] Ricardo Mendes 30 | - [ ] Chad Hietala 31 | - [ ] Katie Gengler 32 | - [ ] Melanie Sumner 33 | -------------------------------------------------------------------------------- /ember.js/2018-10/Meeting-Ember-Core-Team-20181019.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/10/19 2 | 3 | ## Agenda 4 | 5 | - RFC Roundup 6 | - FCP To Merge 7 | - Modifier Managers - Disposition: MERGE (RJ) 8 | - Deprecate Overridable `readOnly` - Disposition: MERGE (RJ) 9 | - Deprecate `.property()` Modifier - Disposition: MERGE (RJ) 10 | - 2018 Roadmap - Disposition: MERGE (TD) 11 | - Deprecate Component Lifecycle Events: Needs More Discussion (YK to comment with concerns) 12 | - FCP Nominations 13 | - https://github.com/emberjs/rfcs/pull/388 (locks) 14 | - Router Helpers RFC 15 | - Open Questions/Comments 16 | - There is no good way to codemod the default QP serialization spookiness 👻. Is this ok? 17 | - Imports RFC? 18 | - Clarifying questions 19 | - How does dynamic `{{component}}` work? 20 | - Where does the type signature go? 21 | - https://github.com/emberjs/rfcs/pull/389 ? 22 | - By the way Godfrey did some shady things to helpers on beta/master 23 | 24 | ## Attendees 25 | 26 | - [x] Yehuda Katz 27 | - [x] Tom Dale 28 | - [x] Kris Selden 29 | - [ ] Stefan Penner 30 | - [ ] Leah Silber 31 | - [x] Robert Jackson 32 | - [ ] Igor Terzic 33 | - [ ] Matthew Beale 34 | - [x] Edward Faulkner 35 | - [ ] Martin Muñoz 36 | - [x] Dan Gebhardt 37 | - [x] Godfrey Chan 38 | - [x] Ricardo Mendes 39 | - [x] Chad Hietala 40 | - [ ] Katie Gengler 41 | - [x] Melanie Sumner 42 | -------------------------------------------------------------------------------- /ember.js/2018-10/Meeting-Ember-Core-Team-20181026.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/10/26 2 | 3 | ## Agenda 4 | 5 | - RFC Round Up 6 | - FCP 7 | - Deprecate `setComponentManager` string lookup 8 | - FCP → Merged 9 | - Clarifying Questions 10 | - Router Service RFC 11 | - What are the runtime semantics of `{{with-route-info}}` and `{{get-route-info}}`? 12 | - Topic: It seems weird that `{{with-route-info}}` does not use block params 13 | - Route Helpers & Modifiers 14 | - Should there be a helper version of `{{transition-to}}`? Currently spec’d as just a modifier 15 | - Carry Over 16 | - wycats needs to respond https://github.com/emberjs/rfcs/pull/298 17 | - tomdale needs to merge https://github.com/emberjs/rfcs/pull/364 18 | - dynamic element (GC) 19 | - helper helper (GC) 20 | - Sync queue removal regression 21 | - Issue: https://github.com/emberjs/ember.js/issues/17150 22 | - jQuery “off” by default 23 | 24 | ## Attendees 25 | 26 | - [x] Yehuda Katz 27 | - [ ] Tom Dale 28 | - [x] Kris Selden 29 | - [ ] Stefan Penner 30 | - [ ] Leah Silber 31 | - [x] Robert Jackson 32 | - [x] Igor Terzic 33 | - [ ] Matthew Beale 34 | - [x] Edward Faulkner 35 | - [ ] Martin Muñoz 36 | - [ ] Dan Gebhardt 37 | - [x] Godfrey Chan 38 | - [ ] Ricardo Mendes 39 | - [x] Chad Hietala 40 | - [x] Katie Gengler 41 | - [x] Melanie Sumner 42 | -------------------------------------------------------------------------------- /ember.js/2018-11/Meeting-Ember-Core-Team-20181116.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/11/16 2 | 3 | ## Agenda 4 | 5 | - Mel- a11y router work 6 | - RFC Review 7 | - → FCP 8 | - RFC Process Update 9 | - FCP → Merge 10 | - RouteInfo Metadata 11 | - Other 12 | - Allow `{{with` / `{{let` to accept hash arguments 13 | - Editions 14 | - 3.6 Release is Monday 15 | - No meeting next week 16 | 17 | ## Attendees 18 | 19 | [ ] Yehuda Katz 20 | [x] Tom Dale 21 | [x] Kris Selden 22 | [ ] Stefan Penner 23 | [ ] Leah Silber 24 | [x] Robert Jackson 25 | [x] Igor Terzic 26 | [x] Matthew Beale 27 | [x] Edward Faulkner 28 | [x] Dan Gebhardt 29 | [x] Godfrey Chan 30 | [ ] Ricardo Mendes 31 | [x] Chad Hietala 32 | [x] Katie Gengler 33 | [x] Melanie Sumner 34 | [x] Jen Weber 35 | -------------------------------------------------------------------------------- /ember.js/2018-12/Meeting-Ember-Core-Team-20181207.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/12/07 2 | 3 | ## Agenda 4 | 5 | - RFC Roundup 6 | - FCP → Close 7 | - https://github.com/emberjs/rfcs/pull/394 (TD to reply with core team consensus) 8 | - Implemented → “Enabled by default” 9 | - Modifier Managers → Implementation 10 | - Array Helper → Implementation 11 | - Release schedule [RJ / KG] 12 | - 3.6.0 released yesterday, should we do a normal 6 week cycle or a shortened 4 week cycle? As it stands now (assuming a 6 week cycle and no additional delays) we will be at 3.9.0-beta.3 at EmberConf. 13 | - Current master is what will be the current release at EmberConf 14 | - `ember.min.js` generation / testing → still useful / valid? [RJ] 15 | - https://github.com/emberjs/ember.js/pull/17277 16 | 17 | ## Attendees 18 | 19 | - [ ] Yehuda Katz 20 | - [x] Tom Dale 21 | - [x] Kris Selden 22 | - [ ] Stefan Penner 23 | - [ ] Leah Silber 24 | - [x] Robert Jackson 25 | - [x] Igor Terzic 26 | - [x] Matthew Beale 27 | - [x] Edward Faulkner 28 | - [x] Dan Gebhardt 29 | - [ ] Godfrey Chan 30 | - [x] Ricardo Mendes 31 | - [x] Chad Hietala 32 | - [x] Katie Gengler 33 | - [x] Melanie Sumner 34 | 35 | ## Actions 36 | 37 | - Modifier Manager 38 | - Ensure API docs are up to date. 39 | - Array Helper 40 | - Ready to Go 🎉 41 | -------------------------------------------------------------------------------- /ember.js/2018-12/Meeting-Ember-Core-Team-20181214.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2018/12/14 2 | 3 | ## No meeting held due to F2F travel 4 | 5 | ## Agenda 6 | 7 | - FCP https://github.com/emberjs/rfcs/pull/408 8 | 9 | ## Attendees 10 | 11 | - [ ] Yehuda Katz 12 | - [ ] Tom Dale 13 | - [ ] Kris Selden 14 | - [ ] Stefan Penner 15 | - [ ] Leah Silber 16 | - [ ] Robert Jackson 17 | - [ ] Igor Terzic 18 | - [ ] Matthew Beale 19 | - [ ] Edward Faulkner 20 | - [ ] Dan Gebhardt 21 | - [ ] Godfrey Chan 22 | - [ ] Ricardo Mendes 23 | - [ ] Chad Hietala 24 | - [ ] Katie Gengler 25 | - [ ] Melanie Sumner 26 | -------------------------------------------------------------------------------- /ember.js/2019-01/Meeting_Ember_Core_Team_20190104.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2019/01/04 2 | 3 | ## Agenda 4 | 5 | - https://github.com/emberjs/ember.js/pull/17226 6 | - RFC Review 7 | - FCP 8 | - Close 9 | - Route Actions: https://github.com/emberjs/rfcs/pull/394 10 | - Once-for-Observer: https://github.com/emberjs/rfcs/pull/427 11 | - Octane RFC Review (RJ) 12 | - [Remove jQuery by Default](https://github.com/emberjs/rfcs/pull/386) 13 | - [Decorators](https://github.com/emberjs/rfcs/pull/408) 14 | - [Tracked Properties](https://github.com/emberjs/rfcs/pull/410) 15 | - [Render Element Modifiers](https://github.com/emberjs/rfcs/pull/415) 16 | - [Glimmer Component](https://github.com/emberjs/rfcs/pull/416) 17 | - [First-class values RFC](https://github.com/emberjs/rfcs/blob/contextual-helpers/text/0000-contextual-helpers.md) (GC) 18 | - Angle Brackets in the Guides (JW) 19 | 20 | ## Attendees 21 | 22 | - [x] Yehuda Katz 23 | - [x] Tom Dale 24 | - [x] Kris Selden 25 | - [ ] Stefan Penner 26 | - [ ] Leah Silber 27 | - [x] Robert Jackson 28 | - [ ] Igor Terzic 29 | - [ ] Matthew Beale 30 | - [x] Edward Faulkner 31 | - [x] Martin Muñoz 32 | - [x] Dan Gebhardt 33 | - [x] Godfrey Chan 34 | - [ ] Ricardo Mendes 35 | - [ ] Chad Hietala 36 | - [x] Katie Gengler 37 | - [x] Melanie Sumner 38 | - [x] Jen Weber 39 | 40 | ## Action Items 41 | 42 | - [x] @Tom D to close the route-action RFC 43 | - [x] @Tom D to FCP to close the once-observer RFC 44 | - [x] @Robert J to FCP “Remove jQuery by Default” RFC 45 | - [x] @Tom D to FCP Decorators RFC 46 | - [x] @Robert J will enumerate list of open questions/feedback to pzuraq on tracked properties RFC 47 | -------------------------------------------------------------------------------- /ember.js/2019-06/Meeting_Ember_Core_Team_20190628.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2019/06/28 2 | 3 | ## Agenda 4 | 5 | - (public) (**5 min**) [Pre-RFC: Deprecate implicit injections](https://github.com/emberjs/rfcs/issues/508) (RJ) 6 | - (public) (**10 min**) How to deprecate default model/default store? (RJ) 7 | - (public) (**2 m\*\***in\*\*) Notion? (CG) 8 | - (public) RFCs 9 | - → FCP 10 | - `[@classic](https://github.com/emberjs/rfcs/pull/468)` [decorator](https://github.com/emberjs/rfcs/pull/468) 11 | - [Blueprints Update](https://github.com/emberjs/rfcs/pull/477) 12 | - FCP → Merge 13 | - → FCP to Close 14 | - FCP to Close → Close 15 | - Enable 16 | 17 | ## Attendees 18 | 19 | [ ] Yehuda Katz 20 | [x] Tom Dale 21 | [x] Kris Selden 22 | [ ] Stefan Penner 23 | [x] Leah Silber 24 | [x] Robert Jackson 25 | [x] Igor Terzic 26 | [x] Matthew Beale 27 | [x] Edward Faulkner 28 | [x] Dan Gebhardt 29 | [x] Godfrey Chan 30 | [x] Ricardo Mendes 31 | [x] Chad Hietala 32 | [x] Katie Gengler 33 | [x] Melanie Sumner 34 | [x] Jen Weber 35 | [x] Chris Garrett 36 | 37 | ## Minutes 38 | 39 | **Notion (Public)** 40 | CG: I’d like us to use Notion next week 41 | (no one objects) 42 | 43 | **Deprecate implicit injections (public)** 44 | RJ: I wanted to write this as a blog post but I ran out of time, so I am going to write it as an RFC. Please review the pre-RFC. 45 | (discussion about it) 46 | 47 | **Action Items:** Rob is going to look into more specifics on making this idea happens since no one objects. 48 | 49 | **Default Data Store (public)** 50 | RJ: this.store.find is not great- how could we do this? 51 | MB: wycats would want to talk about this, he remains in favor of default data-loading magic 52 | -------------------------------------------------------------------------------- /ember.js/2019-08/Meeting_Ember_Core_Team_20190823.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2019/08/23 2 | 3 | ## Agenda 4 | 5 | - (**2 min)** Determine note taker 6 | - (**2 min**) Determine person to upload notes 7 | - RFCs 8 | - → FCP 9 | - [@model](https://github.com/emberjs/rfcs/pull/523) (?) 10 | - FCP → Merge 11 | - → FCP to Close 12 | - FCP to Close → Close 13 | - Enable 14 | 15 | ## Attendees 16 | 17 | - [ ] Yehuda Katz 18 | - [ ] Tom Dale 19 | - [x] Kris Selden 20 | - [ ] Leah Silber 21 | - [x] Robert Jackson 22 | - [ ] Igor Terzic 23 | - [x] Matthew Beale 24 | - [x] Edward Faulkner 25 | 26 | - [x] Dan Gebhardt 27 | - [x] Godfrey Chan 28 | - [ ] Ricardo Mendes 29 | - [x] Chad Hietala 30 | - [x] Katie Gengler 31 | - [x] Melanie Sumner 32 | - [x] Jen Weber 33 | - [x] Chris Garrett 34 | 35 | ## Minutes 36 | 37 | ### Model RFC 38 | 39 | Recap from the breakout meeting was cautiously positive. Concerns mostly addressed. 40 | 41 | People talked about moving directly to a new `args()` hook, but ultimately agreed that is further away and this is worthwhile and does not introduce future risk. 42 | 43 | Consensus to FCP. 44 | 45 | `this.model` could still be documented as a property that exists on Controller, but we would eliminate it from all examples in favor of `@model`. 46 | 47 | GC: Clarifying: this is not part of octane in any way. It can go in octane or not. 48 | 49 | ### Query Param RFC 50 | 51 | Discussed whether we should move ahead on this without knowing where the rest of the router redesign might go. Rough consensus was in favor of making the incremental improvement that would allow dropping Controllers from the mental model. 52 | 53 | ### Strict Mode RFC 54 | 55 | Discussion around whether we should bundle more things into strict mode: white-space changes or props-vs-attrs change. 56 | -------------------------------------------------------------------------------- /ember.js/2019-08/Meeting_Ember_Core_Team_20190830.md: -------------------------------------------------------------------------------- 1 | # Meeting: Ember Core Team 2019/08/30 2 | 3 | ## Agenda 4 | 5 | - FCs 6 | - → FCP 7 | - FCP → Merge 8 | - [@model for route templates](https://github.com/emberjs/rfcs/pull/523) 9 | - → FCP to Close 10 | - FCP to Close → Close 11 | - Enable 12 | 13 | ## Attendees 14 | 15 | - [x] Yehuda Katz 16 | - [ ] Tom Dale 17 | - [ ] Kris Selden 18 | - [x] Leah Silber 19 | - [x] Robert Jackson 20 | - [ ] Igor Terzic 21 | - [x] Matthew Beale 22 | - [x] Edward Faulkner 23 | 24 | - [x] Dan Gebhardt 25 | - [ ] Godfrey Chan 26 | - [x] Ricardo Mendes 27 | - [x] Chad Hietala 28 | - [x] Katie Gengler 29 | - [x] Melanie Sumner 30 | - [ ] Jen Weber 31 | - [x] Chris Garrett 32 | 33 | ## Minutes 34 | 35 | ### Taking Notes 36 | 37 | MB: Got it 38 | 39 | ### @model 40 | 41 | RJ: This is read to go! Any blockers? If not I will merge after the meeting. 42 | -------------------------------------------------------------------------------- /ember.js/2020-03/Mar 13 2020.md: -------------------------------------------------------------------------------- 1 | # Mar 13, 2020 2 | 3 | ## Agenda 4 | 5 | - Another possible option for code-removal/deprecation (CG) 6 | - Deprecation strike team (CG) 7 | - RFCs 8 | - → FCP 9 | - [https://github.com/emberjs/rfcs/pull/580](https://github.com/emberjs/rfcs/pull/580) Destroyables (CHG) 10 | - → FCP to Close 11 | - [https://github.com/emberjs/rfcs/pull/284](https://github.com/emberjs/rfcs/pull/284) Splitting Ember into packages 12 | 13 | ## Attendees 14 | 15 | - [x] Yehuda Katz (YK) 16 | - [ ] Tom Dale (TD) 17 | - [x] Kris Selden (KS) 18 | - [x] Leah Silber (LS) 19 | - [x] Robert Jackson (RJ) 20 | - [x] Igor Terzic (IT) 21 | - [x] Matthew Beale (MB) 22 | - [x] Edward Faulkner (EF) 23 | - [x] Dan Gebhardt (DG) 24 | - [x] Godfrey Chan (GC) 25 | - [x] Ricardo Mendes (RM) 26 | - [ ] Chad Hietala (CH) 27 | - [x] Katie Gengler (KG) 28 | - [ ] Melanie Sumner (MS) 29 | - [ ] Jen Weber (JW) 30 | - [x] Chris Garrett (CG) 31 | 32 | ## Minutes -------------------------------------------------------------------------------- /ember.js/2020-04/Apr 03 2020.md: -------------------------------------------------------------------------------- 1 | # Apr 3, 2020 2 | 3 | ## Agenda 4 | 5 | - (**5 min**) GlimmerX new org ([https://github.com/tomdale/glimmer-lite-donut/](https://github.com/tomdale/glimmer-lite-donut/)) (CHG) 6 | - (10 **min**) WillDestroyElement on Modifiers (use case found, ember-css-transitions [https://discordapp.com/channels/480462759797063690/608346628163633192/695638349897138176](https://discordapp.com/channels/480462759797063690/608346628163633192/695638349897138176)) 7 | - (5 min) named blocks; array/hash literals; local helpers/modifiers, ember/string deprecation and other RFCs (RM) 8 | - RFCs 9 | - → FCP 10 | - Strict mode for templates ([https://github.com/emberjs/rfcs/pull/496](https://github.com/emberjs/rfcs/pull/496)) (CHG) 11 | 12 | ## Attendees 13 | 14 | - [x] Yehuda Katz (YK) 15 | - [x] Tom Dale (TD) 16 | - [x] Kris Selden (KS) 17 | - [ ] Leah Silber (LS) 18 | - [x] Robert Jackson (RJ) 19 | - [x] Igor Terzic (IT) 20 | - [x] Matthew Beale (MB) 21 | - [ ] Edward Faulkner (EF) 22 | - [x] Dan Gebhardt (DG) 23 | - [x] Godfrey Chan (GC) 24 | - [x] Ricardo Mendes (RM) 25 | - [ ] Chad Hietala (CH) 26 | - [x] Katie Gengler (KG) 27 | - [x] Melanie Sumner (MS) 28 | - [x] Jen Weber (JW) 29 | - [x] Chris Garrett (CG) 30 | 31 | ## Minutes 32 | 33 | N/A -------------------------------------------------------------------------------- /ember.js/2020-04/Apr 17 2020.md: -------------------------------------------------------------------------------- 1 | # Apr 17, 2020 2 | 3 | ## Framework Agenda 4 | 5 | - (10 min) [https://discuss.emberjs.com/t/engines-1-0-roadmap/14914/6](https://discuss.emberjs.com/t/engines-1-0-roadmap/14914/6) (RM) 6 | - (1 min) A11y Strike Team: next week's topic is default language declaration if you want to attend. Meeting is Wednesdays at 11am Central. (MS) 7 | - (1 min) Deprecation Strike Team Meeting scheduled (CHG) 8 | - (1 min) Breakout sessions scheduled (CHG) 9 | - Schedule: [https://www.notion.so/emberteam/Agenda-31161c7784b74654b14534b76e222000](https://www.notion.so/emberteam/Agenda-31161c7784b74654b14534b76e222000) 10 | - (10 min) Named blocks feature flag (RM,CHG) 11 | - (10 min) in-element feature flag (RM,CHG) 12 | - RFCs 13 | - → FCP 14 | - Strict Mode? ([https://github.com/emberjs/rfcs/pull/496](https://github.com/emberjs/rfcs/pull/496)) (CHG) 15 | - FCP → Merge 16 | - Destroyables ([https://github.com/emberjs/rfcs/pull/580](https://github.com/emberjs/rfcs/pull/580)) (CHG) 17 | 18 | ## Attendees 19 | 20 | - [ ] Yehuda Katz (YK) 21 | - [ ] Tom Dale (TD) 22 | - [ ] Kris Selden (KS) 23 | - [ ] Leah Silber (LS) 24 | - [ ] Robert Jackson (RJ) 25 | - [ ] Igor Terzic (IT) 26 | - [ ] Matthew Beale (MB) 27 | - [ ] Edward Faulkner (EF) 28 | - [ ] Dan Gebhardt (DG) 29 | - [ ] Godfrey Chan (GC) 30 | - [ ] Ricardo Mendes (RM) 31 | - [ ] Chad Hietala (CH) 32 | - [ ] Katie Gengler (KG) 33 | - [ ] Melanie Sumner (MS) 34 | - [ ] Jen Weber (JW) 35 | - [ ] Chris Garrett (CG) 36 | 37 | ## Minutes 38 | 39 | N/A -------------------------------------------------------------------------------- /ember.js/2020-09/Sept 18 2020.md: -------------------------------------------------------------------------------- 1 | # September 18, 2020 2 | 3 | ## Agenda 4 | 5 | - (public) **(5 min)** [Glimmerjs.com](http://glimmerjs.com) (CH) 6 | - (public) (10 min) [RFC Stages](https://github.com/emberjs/rfcs/pull/617) (RJ / KG) 7 | - (public) (10 min) [Router Service Refresh](https://github.com/emberjs/rfcs/pull/631) (RJ / GC) 8 | - (public) (10 min) FCP → Close [Add `.webp` Support](https://github.com/emberjs/rfcs/pull/648) (RJ) 9 | - (public) (10 min) "Router Work" 🤔 (RJ) 10 | 11 | ## Attendees 12 | 13 | - [x] Yehuda Katz (YK) 14 | - [ ] Tom Dale (TD) 15 | - [x] Kris Selden (KS) 16 | - [ ] Leah Silber (LS) 17 | - [x] Robert Jackson (RJ) 18 | - [x] Igor Terzic (IT) 19 | - [x] Matthew Beale (MB) 20 | - [x] Edward Faulkner (EF) 21 | - [ ] Dan Gebhardt (DG) 22 | - [x] Godfrey Chan (GC) 23 | - [ ] Ricardo Mendes (RM) 24 | - [x] Chad Hietala (CH) 25 | - [x] Katie Gengler (KG) 26 | - [x] Melanie Sumner (MS) 27 | - [x] Chris Garrett (CG) -------------------------------------------------------------------------------- /ember.js/2020-09/Sept 25 2020.md: -------------------------------------------------------------------------------- 1 | # September 25, 2020 2 | 3 | ## Agenda 4 | 5 | - (public) [New Browser Support Policy](https://github.com/emberjs/rfcs/blob/5c0eb34b26c5384cc259c797c9b51b5f13a69837/text/0630-new-browser-support-policy.md) (CHG) 6 | - (public) Input components mess really need to be sorted out (GC) 7 | - [https://github.com/ember-learn/guides-source/issues/1540](https://github.com/ember-learn/guides-source/issues/1540) 8 | - (public) Tracking issues with custom arrays that implement MutableArray (IT, CG) 9 | - [https://github.com/emberjs/ember.js/issues/19139](https://github.com/emberjs/ember.js/issues/19139) 10 | - (public) Reminder: 3.22 is in a week and half or so 11 | 12 | ## Attendees 13 | 14 | - [x] Yehuda Katz (YK) 15 | - [ ] Tom Dale (TD) 16 | - [x] Kris Selden (KS) 17 | - [ ] Leah Silber (LS) 18 | - [x] Robert Jackson (RJ) 19 | - [x] Igor Terzic (IT) 20 | - [ ] Matthew Beale (MB) 21 | - [ ] Edward Faulkner (EF) 22 | - [ ] Dan Gebhardt (DG) 23 | - [ ] Godfrey Chan (GC) 24 | - [ ] Ricardo Mendes (RM) 25 | - [x] Chad Hietala (CH) 26 | - [ ] Katie Gengler (KG) 27 | - [ ] Melanie Sumner (MS) 28 | - [x] Chris Garrett (CG) 29 | -------------------------------------------------------------------------------- /ember.js/2020-10/Oct 02 2020.md: -------------------------------------------------------------------------------- 1 | # October 02, 2020 2 | 3 | ## Agenda 4 | 5 | - (public) (2 min) Enable Helper Managers feature flag (CHG) 6 | - (public) (2 min) Enable `invokeHelper` feature flag (CHG) 7 | - (public) Merge [https://github.com/emberjs/rfcs/pull/631](https://github.com/emberjs/rfcs/pull/631) 8 | - (public) Plan/RFC for fixing built-in components (GC) 9 | 10 | [Modernize built-in components](https://www.notion.so/Modernize-built-in-components-82196458fa7c4ea59a44997a178a0ab9) 11 | 12 | - (public) Route Service `currentURL` bug (GC) 13 | - [https://github.com/emberjs/ember.js/issues/18422](https://github.com/emberjs/ember.js/issues/18422) 14 | - (public) NPM package for `@ember/component` (GC) 15 | - [https://github.com/emberjs/rfcs/issues/664](https://github.com/emberjs/rfcs/issues/664) 16 | - (public) State of deprecating string actions RFC (GC) 17 | - [https://github.com/emberjs/rfcs/pull/632](https://github.com/emberjs/rfcs/pull/632) 18 | - (public) Deprecate currently optional features (GC) 19 | - [https://github.com/emberjs/rfcs/issues/666](https://github.com/emberjs/rfcs/issues/666) 20 | - (public) Continuing the browser support policy discussion (CHG) 21 | - (public) unique-id helper RFC to FCP ([https://github.com/emberjs/rfcs/pull/659](https://github.com/emberjs/rfcs/pull/659)) (MS) 22 | - 23 | 24 | ## Attendees 25 | 26 | - [x] Yehuda Katz (YK) 27 | - [ ] Tom Dale (TD) 28 | - [x] Kris Selden (KS) 29 | - [ ] Leah Silber (LS) 30 | - [x] Robert Jackson (RJ) 31 | - [x] Igor Terzic (IT) 32 | - [x] Matthew Beale (MB) 33 | - [ ] Edward Faulkner (EF) 34 | - [ ] Dan Gebhardt (DG) 35 | - [x] Godfrey Chan (GC) 36 | - [ ] Ricardo Mendes (RM) 37 | - [ ] Chad Hietala (CH) 38 | - [x] Katie Gengler (KG) 39 | - [x] Melanie Sumner (MS) 40 | - [x] Chris Garrett (CG) 41 | -------------------------------------------------------------------------------- /ember.js/2020-10/Oct 23 2020.md: -------------------------------------------------------------------------------- 1 | # October 23, 2020 2 | 3 | ## Agenda 4 | 5 | - (public) (**5 min**) [Deprecate transition methods on Route and Controller](https://github.com/emberjs/rfcs/pull/674) (RJ) 6 | - (public) (**5 min**) F2F topic: Roadmap to support shipping types in Ember (CHG) 7 | - which RFC went here? 8 | - (public) (5 min) [Deprecate `tryInvoke`](https://github.com/emberjs/rfcs/pull/673) (RJ) 9 | - (public) (**20 min**) [Tracked Storage Primitives](https://github.com/emberjs/rfcs/pull/669) (CHG) 10 | - (public) (5 min) Show and tell: `[ensureSafeComponent](https://github.com/embroider-build/embroider/tree/master/packages/addon#ensuresafecomponent)` (EF) 11 | 12 | ## Attendees 13 | 14 | - [x] Yehuda Katz (YK) 15 | - [x] Tom Dale (TD) 16 | - [x] Kris Selden (KS) 17 | - [x] Robert Jackson (RJ) 18 | - [x] Igor Terzic (IT) 19 | - [x] Matthew Beale (MB) 20 | - [x] Edward Faulkner (EF) 21 | - [x] Dan Gebhardt (DG) 22 | - [x] Godfrey Chan (GC) 23 | - [x] Ricardo Mendes (RM) 24 | - [x] Chad Hietala (CH) 25 | - [x] Katie Gengler (KG) 26 | - [x] Melanie Sumner (MS) 27 | - [x] Chris Garrett (CG) 28 | 29 | ## Action Items 30 | 31 | - [ ] Team should review and comment on the RFC ([https://github.com/emberjs/rfcs/pull/674](https://github.com/emberjs/rfcs/pull/674)), Rob would like to FCP this next week. 32 | - [ ] @Robert Jackson will add the Typescript discussion to next week's meeting. If we take more than 30 minutes for that discussion, @Melanie Sumner will add it as a breakout session for virtual F2F 33 | - [ ] -------------------------------------------------------------------------------- /ember.js/2020-10/Oct 30 2020.md: -------------------------------------------------------------------------------- 1 | # October 30, 2020 2 | 3 | ## Agenda 4 | 5 | - (public) (**5 min**) Show and tell: `[ensureSafeComponent](https://github.com/embroider-build/embroider/tree/master/packages/addon#ensuresafecomponent)` (EF) 6 | - (public) (**5 min**) [Deprecate transition methods on Route and Controller](https://github.com/emberjs/rfcs/pull/674) (RJ) 7 | - (public) (**5 min**) FCP - [Deprecate Existence Utils & Computed Properties](https://github.com/emberjs/rfcs/pull/334) (CHG) 8 | - (public) (**20 min**) TypeScript support roadmap (CHG) 9 | 10 | ## Attendees 11 | 12 | - [ ] Yehuda Katz (YK) 13 | - [ ] Tom Dale (TD) 14 | - [ ] Kris Selden (KS) 15 | - [ ] Leah Silber (LS) 16 | - [ ] Robert Jackson (RJ) 17 | - [ ] Igor Terzic (IT) 18 | - [ ] Matthew Beale (MB) 19 | - [ ] Edward Faulkner (EF) 20 | - [ ] Dan Gebhardt (DG) 21 | - [ ] Godfrey Chan (GC) 22 | - [ ] Ricardo Mendes (RM) 23 | - [ ] Chad Hietala (CH) 24 | - [ ] Katie Gengler (KG) 25 | - [ ] Melanie Sumner (MS) 26 | - [ ] Jen Weber (JW) 27 | - [ ] Chris Garrett (CG) 28 | 29 | ## Action Items 30 | 31 | - [x] @Ricardo Mendes tweet about FCP of [https://github.com/emberjs/rfcs/pull/674](https://github.com/emberjs/rfcs/pull/674) 32 | - [ ] @Matthew Beale to write up additional guidance on deprecation guide (including one-for-one examples) for [https://github.com/emberjs/rfcs/pull/334](https://github.com/emberjs/rfcs/pull/334) -------------------------------------------------------------------------------- /ember.js/2020-12/Dec 11 2020.md: -------------------------------------------------------------------------------- 1 | # December 11, 2020 2 | 3 | ## Agenda 4 | 5 | - (public, 30min) [https://www.notion.so/emberteam/Deprecations-bbe769a13fb54bc8beafff175de4323a](https://www.notion.so/emberteam/Deprecations-bbe769a13fb54bc8beafff175de4323a) Review deprecations for 4.0 (4.0 view) 6 | - (public, 3 min) Enable Strict Mode (CHG) 7 | - RFCs 8 | - FCP → Merge 9 | - (public, 5 min) [New Browser Support Policy](https://github.com/emberjs/rfcs/pull/685) (CHG) 10 | - (public, 5 min) [Deprecate old manager versions](https://github.com/emberjs/rfcs/pull/686) (CHG) 11 | 12 | ## Attendees 13 | 14 | - [ ] Yehuda Katz (YK) 15 | - [ ] Tom Dale (TD) 16 | - [ ] Kris Selden (KS) 17 | - [ ] Leah Silber (LS) 18 | - [ ] Robert Jackson (RJ) 19 | - [x] Igor Terzic (IT) 20 | - [ ] Matthew Beale (MB) 21 | - [ ] Edward Faulkner (EF) 22 | - [ ] Dan Gebhardt (DG) 23 | - [ ] Godfrey Chan (GC) 24 | - [ ] Ricardo Mendes (RM) 25 | - [ ] Chad Hietala (CH) 26 | - [ ] Katie Gengler (KG) 27 | - [ ] Melanie Sumner (MS) 28 | - [ ] Jen Weber (JW) 29 | - [ ] Chris Garrett (CG) 30 | -------------------------------------------------------------------------------- /ember.js/2021-02/Feb 05 2021.md: -------------------------------------------------------------------------------- 1 | # February 5, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) FCP → merge 6 | - [Adding Numeric Comparison Operators to Templates](https://github.com/emberjs/rfcs/pull/561) 7 | - [Deprecate Auto Location](https://github.com/emberjs/rfcs/pull/711) 8 | - [Tracked Storage Primitives](https://github.com/emberjs/rfcs/pull/669) 9 | - (public) (15 min) RFC template pedagogy (RM) 10 | - moved to next week (RM) 11 | - (public) (10 min) FCP [@cached decorator](https://github.com/emberjs/rfcs/pull/566) (CHG) 12 | - (public) (5 min) Classic Edition deprecation update (CHG) 13 | - (public) (10 min) FCP [deprecate computed.meta()](https://github.com/emberjs/rfcs/pull/441) (CHG) 14 | - (public) (10 min) Discuss [set helper/keyword](https://github.com/emberjs/rfcs/pull/594) (CHG) 15 | 16 | ## Attendees 17 | 18 | - [x] Yehuda Katz (YK) 19 | - [ ] Tom Dale (TD) 20 | - [x] Kris Selden (KS) 21 | - [ ] Leah Silber (LS) 22 | - [x] Robert Jackson (RJ) 23 | - [ ] Igor Terzic (IT) 24 | - [x] Matthew Beale (MB) 25 | - [x] Edward Faulkner (EF) 26 | - [x] Dan Gebhardt (DG) 27 | - [ ] Godfrey Chan (GC) 28 | - [x] Ricardo Mendes (RM) 29 | - [ ] Chad Hietala (CH) 30 | - [x] Katie Gengler (KG) 31 | - [ ] Melanie Sumner (MS) 32 | - [ ] Jen Weber (JW) 33 | - [ ] Chris Garrett (CG) 34 | 35 | ## Action Items 36 | 37 | - [ ] Merge [https://github.com/emberjs/rfcs/pull/561](https://github.com/emberjs/rfcs/pull/561) 38 | - [ ] FCP + Tweet [Deprecate Auto Location](https://github.com/emberjs/rfcs/pull/711) -------------------------------------------------------------------------------- /ember.js/2021-02/Feb 26 2021.md: -------------------------------------------------------------------------------- 1 | # February 26, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) FCP → merge 6 | - [Add eslint-plugin-qunit to default blueprint](https://github.com/emberjs/rfcs/pull/702) 7 | - `[@cached](https://github.com/emberjs/rfcs/pull/566)` 8 | - (public) (5 min) Updates on strict mode/template imports (CHG) 9 | 10 | ```tsx 11 | import { precompileTemplate } from '@ember/template-compilation'; 12 | 13 | const foo = 123; 14 | const bar = 456; 15 | 16 | precompileTemplate('template', { 17 | strictMode: true, 18 | scope: { foo, bar } 19 | }); 20 | ``` 21 | 22 | - [ember-template-imports](https://github.com/ember-template-imports/ember-template-imports#readme) 23 | - (public) (5 min) Editor support strike team (CHG) 24 | - (public) (5 min) setRouteTemplate? (CHG) 25 | - (public) (10 min) Discuss [Argument Validation Primitives](https://github.com/emberjs/rfcs/pull/694) (CHG) 26 | - (public) (10 min) Discuss [Argument Default Primitives](https://github.com/emberjs/rfcs/pull/695) (CHG) 27 | 28 | ## Attendees 29 | 30 | - [ ] Yehuda Katz (YK) 31 | - [ ] Tom Dale (TD) 32 | - [ ] Kris Selden (KS) 33 | - [ ] Leah Silber (LS) 34 | - [x] Robert Jackson (RJ) 35 | - [ ] Igor Terzic (IT) 36 | - [ ] Matthew Beale (MB) 37 | - [ ] Edward Faulkner (EF) 38 | - [ ] Dan Gebhardt (DG) 39 | - [x] Godfrey Chan (GC) 40 | - [ ] Ricardo Mendes (RM) 41 | - [ ] Chad Hietala (CH) 42 | - [x] Katie Gengler (KG) 43 | - [x] Melanie Sumner (MS) 44 | - [ ] Jen Weber (JW) 45 | - [x] Chris Garrett (CG) -------------------------------------------------------------------------------- /ember.js/2021-03/Mar 12 2021.md: -------------------------------------------------------------------------------- 1 | # March 12, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) (10 min) [The decorators problem](https://gist.github.com/ef4/f98cdf2ea3295f80748b57594be2c018) (EF) 6 | 7 | ## Attendees 8 | 9 | - [ ] Yehuda Katz (YK) 10 | - [ ] Tom Dale (TD) 11 | - [ ] Kris Selden (KS) 12 | - [ ] Leah Silber (LS) 13 | - [ ] Robert Jackson (RJ) 14 | - [ ] Igor Terzic (IT) 15 | - [ ] Matthew Beale (MB) 16 | - [ ] Edward Faulkner (EF) 17 | - [ ] Dan Gebhardt (DG) 18 | - [ ] Godfrey Chan (GC) 19 | - [ ] Ricardo Mendes (RM) 20 | - [ ] Chad Hietala (CH) 21 | - [ ] Katie Gengler (KG) 22 | - [ ] Melanie Sumner (MS) 23 | - [ ] Jen Weber (JW) 24 | - [ ] Chris Garrett (CG) -------------------------------------------------------------------------------- /ember.js/2021-04/Apr 16 2021.md: -------------------------------------------------------------------------------- 1 | # April 16, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) (5 min) [RFC: Deprecate `computed().meta()`](https://github.com/emberjs/rfcs/pull/441)→ FCP (RJ / CG) 6 | - (public) (5 min) Deprecation volume leading to 4.0. Mitigation needed? (RJ) 7 | - Should we move [emberjs/rfcs#674](https://github.com/emberjs/rfcs/blob/master/text/0674-deprecate-transition-methods-of-controller-and-route.md) (deprecate transition methods on route/controller) to `until: '5.0.0'`? 8 | - (public) (10 min) Does landing Embroider by default in `ember new foo` output require an RFC? (RJ / EF ) 9 | - Why / why not? (See [this comment](https://github.com/ember-cli/ember-cli/pull/9495#issuecomment-819081264) by simonihmig in the PR enabling Embroider by default with some concerns.) 10 | - I also wanted to put this on the agenda. I may not be able to make the call today, if I'm not there I'm OK either way on this, it's mostly a process question, not an Embroider-specific question. If we need an RFC, I would appreciate a volunteer who is not me to write it. -EF 11 | 12 | ## Attendees 13 | 14 | - [ ] Yehuda Katz (YK) 15 | - [ ] Tom Dale (TD) 16 | - [ ] Kris Selden (KS) 17 | - [ ] Leah Silber (LS) 18 | - [ ] Robert Jackson (RJ) 19 | - [ ] Igor Terzic (IT) 20 | - [ ] Matthew Beale (MB) 21 | - [ ] Edward Faulkner (EF) 22 | - [ ] Dan Gebhardt (DG) 23 | - [ ] Godfrey Chan (GC) 24 | - [ ] Ricardo Mendes (RM) 25 | - [ ] Chad Hietala (CH) 26 | - [ ] Katie Gengler (KG) 27 | - [ ] Melanie Sumner (MS) 28 | - [ ] Jen Weber (JW) 29 | - [ ] Chris Garrett (CG) 30 | 31 | ## Action Items 32 | 33 | - [ ] FCP [https://github.com/emberjs/rfcs/pull/441](https://github.com/emberjs/rfcs/pull/441) 34 | - [ ] -------------------------------------------------------------------------------- /ember.js/2021-04/Apr 30 2021.md: -------------------------------------------------------------------------------- 1 | # April 30, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) (10min) [Add Embroider to ember-cli blueprint RFC discussion](https://github.com/thoov/rfcs/blob/enable-embroider/text/0000-enable-embroider.md) (RJ) 6 | - [https://github.com/thoov/rfcs/pull/1](https://github.com/thoov/rfcs/pull/1) 7 | - (public) (5min) F2F Prep? (RJ) 8 | - Dan would like file formats -------------------------------------------------------------------------------- /ember.js/2021-05/May 28 2021.md: -------------------------------------------------------------------------------- 1 | # May 28, 2021 2 | 3 | ## Agenda 4 | 5 | - (note) Chris Krycho (CK) has been invited to join this meeting by CHG 6 | - (public) 3.27 check in (RJ) 7 | - Ember global deprecation spew mostly mitigated (thanks Godfrey!) 8 | - New regression in 3.27.2 RE: hash (@Chris H Garrett has a fix, c/d?) 9 | - ember-cli beta branch CI was fixed, now broken again 😭 10 | - (public) (5 min) [Glimmer component signature type](https://github.com/emberjs/rfcs/pull/748) RFC (CHG/CK) 11 | - (public) (10 min) [SemVer for TypeScript Types](https://github.com/emberjs/rfcs/pull/730) RFC (CHG/CK) 12 | - (public) (5 min) `withArgs`/ `withAttributes`/ `withModifiers` (CHG) 13 | - (public) (5 min) [Deprecate Ember.assign](https://github.com/emberjs/rfcs/pull/750) (CHG) 14 | 15 | ## Attendees 16 | 17 | - [ ] Yehuda Katz (YK) 18 | - [x] Tom Dale (TD) 19 | - [x] Kris Selden (KS) 20 | - [ ] Leah Silber (LS) 21 | - [x] Robert Jackson (RJ) 22 | - [x] Igor Terzic (IT) 23 | - [ ] Matthew Beale (MB) 24 | - [x] Edward Faulkner (EF) 25 | - [x] Dan Gebhardt (DG) 26 | - [x] Godfrey Chan (GC) 27 | - [ ] Ricardo Mendes (RM) 28 | - [ ] Chad Hietala (CH) 29 | - [x] Katie Gengler (KG) 30 | - [x] Melanie Sumner (MS) 31 | - [ ] Jen Weber (JW) 32 | - [x] Chris Garrett (CG) 33 | 34 | Special guest: Chris Krycho (CK) -------------------------------------------------------------------------------- /ember.js/2021-06/Jun 11 2021.md: -------------------------------------------------------------------------------- 1 | # June 11, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) Review current linting rule default list (Mel put this here on Godfrey's behalf) 6 | - [https://github.com/ember-template-lint/ember-template-lint/blob/master/lib/config/recommended.js](https://github.com/ember-template-lint/ember-template-lint/blob/master/lib/config/recommended.js) 7 | - [https://github.com/ember-cli/eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) 8 | - (public) Discuss process to keep these relevant 9 | - Carried over from last week: 10 | - (public) (**5 min**) 3.27 Status Update (GC) 11 | - Should we drop IE 11 from default targets? 12 | - Reminder "Road to 4.0" blog is waiting on 3.27 13 | - (public) (**5 min**) Do we need ember-fetch? (GC) 14 | 15 | - Publishing an `@ember/template-compilation` package - EF -------------------------------------------------------------------------------- /ember.js/2021-06/Jun 18 2021.md: -------------------------------------------------------------------------------- 1 | # June 18, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) Release 6 | 7 | ## Minutes 8 | 9 | ### Releases 10 | 11 | RJ: CLI is ready to release for 3.27. Easy, and I'll try to do it today. 12 | 13 | RJ: 3.27-beta for CLI has a little changelog, but seems pretty good to go. 14 | 15 | GC: IE11 removal from targets for CLI will land into 3.27 16 | 17 | RJ: So when we delayed the release we said the clock would restart. 18 | 19 | RJ: Someone needs to work on the list of stuff that needs to happen for 4.0 on master. We need to formally decide whether we want to do the legacy 3.x addon or not. I was swayed by consensus that the old ones were basically not used. -------------------------------------------------------------------------------- /ember.js/2021-06/Jun 25 2021.md: -------------------------------------------------------------------------------- 1 | # June 25, 2021 2 | 3 | ## Agenda 4 | 5 | - (note) Chris Krycho (CK) has been invited to join this meeting by CHG 6 | - (public) (10 min) [Discuss] Review lazy {{hash}} changes/fixes (CHG) 7 | - (public) (10 min) [FCP] [Glimmer component Signature type](https://github.com/emberjs/rfcs/pull/748) (CHG) 8 | - (public) (10 min) [Discuss] [Default Managers](https://github.com/emberjs/rfcs/pull/754) (CHG) 9 | - (public) (10 min) [FCP] [Logging and Debugging Context API](https://github.com/emberjs/rfcs/pull/753) (CHG) 10 | - (public) (10 min) [FCP] [Add inject service RFC](https://github.com/emberjs/rfcs/pull/752) (CHG) 11 | - (public) (10 min) [FCP] [Deprecate Ember.assign](https://github.com/emberjs/rfcs/pull/750) (CHG) 12 | 13 | ## Action Items 14 | 15 | - [ ] FCP [https://github.com/emberjs/rfcs/pull/748](https://github.com/emberjs/rfcs/pull/748) 16 | - [x] @Edward Faulkner will leave a comment on Default Managers RFC summarizing discussion and suggesting an approach 17 | - [ ] FCP [https://github.com/emberjs/rfcs/pull/750](https://github.com/emberjs/rfcs/pull/750), also @Godfrey Chan will comment on the header being incorrect 18 | - [ ] FCP [https://github.com/emberjs/rfcs/pull/752](https://github.com/emberjs/rfcs/pull/752) 19 | -------------------------------------------------------------------------------- /ember.js/2021-07/July 16 2021.md: -------------------------------------------------------------------------------- 1 | # July 16, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) [Default Managers](https://github.com/emberjs/rfcs/pull/754) (CHG) 6 | - (public) [Logging and Debugging Context API](https://github.com/emberjs/rfcs/pull/753) (CHG) -------------------------------------------------------------------------------- /ember.js/2021-09/Sept 10 2021.md: -------------------------------------------------------------------------------- 1 | # September 10, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) FCP → merge 6 | - None 7 | - (public | private) (**5 min**) () 8 | - (public) (10 mins) [https://github.com/emberjs/rfcs/issues/749](https://github.com/emberjs/rfcs/issues/749) (MS) 9 | - What do we think about an RFC to make this a feature flag and include it in the default blueprint? 10 | - this one: [https://github.com/ember-a11y/ember-a11y-refocus](https://github.com/ember-a11y/ember-a11y-refocus) 11 | - (public) (5-10mins) Should we have some office hours to unblock some of our energetic contributors? (MS) 12 | - anecdotally, I get DMs about "where is the core team, I can't get ahold of anyone" 13 | - "I'm losing my motivation when I can't get anyone to review my PR" 14 | - (public) Template compilation performance regression 3.25+ (RJ) 15 | - In a large internal application, the overall build speed regressed by 10% (45s) when upgrading from ember-source@3.24 to ember-source@3.28 16 | - CPU Profile shows a few interesting things 17 | - ~ 13s spent in GC on 3.28 (vs ~ 500ms in 3.24) 18 | - the new HbsSpan/Loc generation accounts for another ~ 7s 19 | - Reproduction → [https://github.com/emberjs/ember.js/issues/19750](https://github.com/emberjs/ember.js/issues/19750) 20 | 1. Clone [https://github.com/brendenpalmer/repro-ember-3-25-template-regression](https://github.com/brendenpalmer/repro-ember-3-25-template-regression) 21 | 2. Run `yarn install` 22 | 3. Run `yarn bench` -------------------------------------------------------------------------------- /ember.js/2021-09/Sept 17 2021.md: -------------------------------------------------------------------------------- 1 | # September 17, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) Remove `travis.yml` from blueprints (10min, RM) 6 | - (public) (10 min) 4.0 (KG) 7 | - (public) (5-10min) how many addons will need to do a separate/new addon for embroider? see [https://github.com/ivanvotti/ember-svg-jar/pull/192#issuecomment-921033563](https://github.com/ivanvotti/ember-svg-jar/pull/192#issuecomment-921033563) (MS) 8 | - addons that do packaging-related things will need a new version because we just won't have to do the things we used to have to do. 9 | 10 | ## Attendees 11 | 12 | - [ ] Yehuda Katz (YK) 13 | - [ ] Tom Dale (TD) 14 | - [x] Kris Selden (KS) 15 | - [x] Robert Jackson (RJ) 16 | - [x] Igor Terzic (IT) 17 | - [x] Matthew Beale (MB) 18 | - [x] Edward Faulkner (EF) 19 | - [x] Godfrey Chan (GC) 20 | - [ ] Ricardo Mendes (RM) 21 | - [ ] Chad Hietala (CH) 22 | - [x] Katie Gengler (KG) 23 | - [x] Melanie Sumner (MS) 24 | - [x] Chris Garrett (CG) 25 | 26 | ## Action Items 27 | 28 | - [ ] check with @Jen Weber - can we add an "experimental" sub-section to the Advanced section of the guides? -------------------------------------------------------------------------------- /ember.js/2021-09/Sept 3 2021.md: -------------------------------------------------------------------------------- 1 | # September 3, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) FCP → merge 6 | - None 7 | - (public | private) (**5 min**) () 8 | - (public) (**5 min**) NPM permissions / Automation tokens / Enforce 2fa (KG) 9 | - (public) (**15 min**) 4.0 Readiness (KG) 10 | - (public) (10 min) [https://discord.com/channels/480462759797063690/480501885837770763/883314149390688278](https://discord.com/channels/480462759797063690/480501885837770763/883314149390688278) (MS) 11 | - [https://github.com/ember-cli/ember-cli/issues/9606](https://github.com/ember-cli/ember-cli/issues/9606) 3.28 ember is failing on first `ember install` 12 | - ember install is failing entirely if the addon has a blueprint 13 | - [https://github.com/ember-cli/ember-cli/pull/9608](https://github.com/ember-cli/ember-cli/pull/9608) potential solution? 14 | - failing test: [https://github.com/ember-cli/ember-cli/pull/9610](https://github.com/ember-cli/ember-cli/pull/9610) 15 | 16 | ## Attendees 17 | 18 | - [ ] Yehuda Katz (YK) 19 | - [ ] Tom Dale (TD) 20 | - [ ] Kris Selden (KS) 21 | - [ ] Robert Jackson (RJ) 22 | - [ ] Igor Terzic (IT) 23 | - [ ] Matthew Beale (MB) 24 | - [x] Edward Faulkner (EF) 25 | - [x] Godfrey Chan (GC) 26 | - [ ] Ricardo Mendes (RM) 27 | - [ ] Chad Hietala (CH) 28 | - [x] Katie Gengler (KG) 29 | - [x] Melanie Sumner (MS) 30 | - [x] Chris Garrett (CG) -------------------------------------------------------------------------------- /ember.js/2021-10/Oct 15 2021.md: -------------------------------------------------------------------------------- 1 | # October 15, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) FCP → merge 6 | - [Default Helper Manager](https://github.com/emberjs/rfcs/pull/756) 7 | - (public) (5 min) Template Package Stuff (EF) 8 | - (public) `invokeHelper` thunks FCP to Close → Close [https://github.com/emberjs/rfcs/pull/762](https://github.com/emberjs/rfcs/pull/762) 9 | - (public) Triaging (if there's time) 10 | - [https://github.com/emberjs/ember.js/pull/17978](https://github.com/emberjs/ember.js/pull/17978) "Make hasListeners public" 11 | - [https://github.com/emberjs/ember.js/pull/19069](https://github.com/emberjs/ember.js/pull/19069) "remove some internal usage view-registry" 12 | - [https://github.com/emberjs/ember.js/pull/17804](https://github.com/emberjs/ember.js/pull/17804) "deprecate view registry" 13 | - [https://github.com/emberjs/ember.js/pull/18269](https://github.com/emberjs/ember.js/pull/18269) "Fix #18268 query param options not being read" -------------------------------------------------------------------------------- /ember.js/2021-10/Oct 22 2021.md: -------------------------------------------------------------------------------- 1 | # October 22, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) GAAD update (MS) 6 | - (public) FCPs 7 | - (public) `invokeHelper` thunks FCP to Close → Close [https://github.com/emberjs/rfcs/pull/762](https://github.com/emberjs/rfcs/pull/762) 8 | 9 | ## Attendees 10 | 11 | - [x] Yehuda Katz (YK) 12 | - [x] Tom Dale (TD) 13 | - [x] Kris Selden (KS) 14 | - [x] Robert Jackson (RJ) 15 | - [ ] Igor Terzic (IT) 16 | - [x] Matthew Beale (MB) 17 | - [x] Edward Faulkner (EF) 18 | - [x] Godfrey Chan (GC) 19 | - [ ] Ricardo Mendes (RM) 20 | - [x] Chad Hietala (CH) 21 | - [x] Katie Gengler (KG) 22 | - [x] Melanie Sumner (MS) 23 | - [ ] Chris Garrett (CG) 24 | -------------------------------------------------------------------------------- /ember.js/2021-10/Oct 29 2021.md: -------------------------------------------------------------------------------- 1 | # October 29, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) 4.0 (KG) 6 | - Tutorial beta build failing 7 | - What else are we missing? 8 | - (public) Triaging (if there's time) 9 | - [https://github.com/emberjs/ember.js/pull/17978](https://github.com/emberjs/ember.js/pull/17978) "Make hasListeners public" 10 | - [https://github.com/emberjs/ember.js/pull/19069](https://github.com/emberjs/ember.js/pull/19069) "remove some internal usage view-registry" 11 | - [https://github.com/emberjs/ember.js/pull/17804](https://github.com/emberjs/ember.js/pull/17804) "deprecate view registry" 12 | - [https://github.com/emberjs/ember.js/pull/18269](https://github.com/emberjs/ember.js/pull/18269) "Fix #18268 query param options not being read" 13 | - Quick status update on ["Enable Embroider" RFC](https://github.com/emberjs/rfcs/pull/746) 14 | 15 | ## Action Items 16 | 17 | - [x] Update deprecations that were accidentally changed to `until: 5.0` and release patch release 18 | - [ ] Explore tutorial failures 19 | -------------------------------------------------------------------------------- /ember.js/2021-10/Oct 8 2021.md: -------------------------------------------------------------------------------- 1 | # October 8, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) FCP → merge 6 | - [https://github.com/emberjs/rfcs/pull/752](https://github.com/emberjs/rfcs/pull/752) 7 | - (public) Embroider Asset RFC (RJ) 8 | - (public) `@cached` implementation (RJ) 9 | - (public) @ember/string (KG) 10 | - (public) 4.0 (KG) 11 | - (public) RFC Review (FCP → Close?) [invokeHelper argument-based thunks](https://github.com/emberjs/rfcs/pull/762) 12 | - (public) RFC Review [Default Helper Manager](https://github.com/emberjs/rfcs/pull/756) -------------------------------------------------------------------------------- /ember.js/2021-11/Nov 19 2021.md: -------------------------------------------------------------------------------- 1 | # November 19, 2021 2 | 3 | ## Agenda 4 | 5 | - (public) FCP → merge 6 | - None 7 | - (public | private) (**5 min**) () 8 | - (public) (5 min) npm 2fa + release accounts (kmg) 9 | - (public) Do we want to enable [https://github.com/emberjs/ember.js/pull/19471/files](https://github.com/emberjs/ember.js/pull/19471/files) for 4.1 (kmg) 10 | - I have no idea the current status of the feature, but noticed when about to do the first 4.1 beta 11 | - (Public) [Typescript Blueprint Authoring](https://github.com/emberjs/rfcs/pull/776) (RJ) 12 | - This is likely a CLI team RFC, just notating it for awareness 13 | - (Public) the 4.0 blog post (JW) 14 | -------------------------------------------------------------------------------- /ember.js/2022-09/Sep 09 2022.md: -------------------------------------------------------------------------------- 1 | # September 09, 2022 2 | 3 | ## Attendees 4 | 5 | - Ed Faulkner 6 | - Katie Gengler 7 | - Godfrey Chan 8 | - Melanie Sumner 9 | - Ricardo Mendes 10 | 11 | ## Agenda 12 | 13 | - (public) FCP → merge 14 | - [RFC 847](https://github.com/emberjs/rfcs/pull/847) 15 | - [RFC 790](https://github.com/emberjs/rfcs/pull/790) 16 | - [RFC 814](https://github.com/emberjs/rfcs/pull/814) 17 | - (public) RFC to FCP 18 | - [RFC 848](https://github.com/emberjs/rfcs/pull/848) 19 | - (public) FCP to close → Close 20 | - [RFC 519](https://github.com/emberjs/rfcs/pull/512) 21 | - (public) Issues with tutorial not building 22 | - (public) Review other RFCs (sorting by "recently updated" and go through the list as time allows 23 | -------------------------------------------------------------------------------- /ember.js/2023-03/Mar 10 2023.md: -------------------------------------------------------------------------------- 1 | # March 10, 2023 2 | 3 | ## Notes 4 | 5 | - Discussed [Issue #822](https://github.com/ember-learn/ember-website/issues/822) and figured out the resolution; requested that the issue reporter submit a PR 6 | - Reviewed some related prose on the releases overview page, which resulted in the decision to submit a PR to update it a bit [PR 1002](https://github.com/ember-learn/ember-website/pull/1002) 7 | - Discussed the RFC for for PNPM support [PR 907](https://github.com/emberjs/rfcs/pull/907) 8 | - Reviewed open RFCs in various stages of advancement 9 | -------------------------------------------------------------------------------- /fastboot-team/2016-06/june-01.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2016-06-01 2 | ## Attendees 3 | _Please add yourself._ 4 | Dan McClain, Krati Ahuja, Patrick Fisher, Arjan Singh 5 | ## Agenda 6 | - [x] Last Week's Action Items 7 | - [ ] RJ to write up proposal of path forward for ember-cli and ember-cli-head integration 8 | - [x] fastboot --watch 9 | - [x] next fastboot and ember-cli-fastboot release 10 | ## Notes 11 | - `ember fastboot --watch` 12 | - PF: Has open PR 13 | - Team to review 14 | - Next Beta release 15 | - Since work has been added, we should release a new beta 16 | - Release fastboot first, to allow AS's branch to be tied to a version then release ember-cli-fastboot 17 | ## Action Items 18 | - [ ] Review watch PR: https://github.com/ember-fastboot/ember-cli-fastboot/pull/200/files 19 | - [x] Dan to check with Tom about next beta release 20 | - [x] Dan will try to release within the next day 21 | - [x] pwfisher to open PR with najax version bump for gzip support 22 | - [ ] Will wait for this before releasing next `fastboot` beta 23 | - [ ] Tom to review/refresh path to 1.0 doc to allow people to track progress/contribute -------------------------------------------------------------------------------- /fastboot-team/2016-06/june-08.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2016-06-08 2 | ## Attendees 3 | _Please add yourself._ 4 | Dan McClain, Arjan Singh, Krati Ahuja 5 | ## Agenda 6 | - [x] Last Week's Action Items 7 | - [ ] RJ to write up proposal of path forward for ember-cli and ember-cli-head integration 8 | - [ ] Review watch PR: https://github.com/ember-fastboot/ember-cli-fastboot/pull/200/files 9 | - [x] Dan to check with Tom about next beta release 10 | - [x] Dan will try to release within the next day 11 | - [x] pwfisher to open PR with najax version bump for gzip support 12 | - [x] Will wait for this before releasing next `fastboot` beta 13 | - [ ] Tom to review/refresh path to 1.0 doc to allow people to track progress/contribute 14 | - [x] Release Date - Work to be done 15 | ## Notes 16 | - DM: We should consider bringing the READMEs for fastboot-app-server into the FastBoot site, so that we have one place for all the FastBoot info 17 | ## Action Items 18 | - [x] Review watch PR: https://github.com/ember-fastboot/ember-cli-fastboot/pull/200/files 19 | - [x] Review PR (Arjan): https://github.com/ember-fastboot/fastboot/pull/65 20 | - [ ] Tom to review/refresh path to 1.0 doc to allow people to track progress/contribute 21 | - [ ] RJ to write up proposal of path forward for ember-cli and ember-cli-head integration 22 | - [x] DM to release new betas 23 | - [ ] https://github.com/ember-fastboot/ember-cli-fastboot/issues/56 - Someone will attempt to pick it up -------------------------------------------------------------------------------- /fastboot-team/2016-06/june-22.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2016-06-22 2 | *Please add yourself.* 3 | Tom Dale, Dan McClain, Arjan Singh 4 | ## Agenda 5 | - [ ] Last Week's Action Items 6 | - [x] Land watcher PR as is 7 | - [ ] Suave ember-cli-fastboot 8 | - [ ] RJ to write up proposal of path forward for ember-cli and ember-cli-head integration 9 | - [ ] Brain dump with someone to write this up so that RJ is not blocking 10 | - [ ] Tom to review/refresh path to 1.0 doc to allow people to track progress/contribute 11 | - [ ] Tom to RFC ember-cli RE: `concatFiles` 12 | - [ ] Tom to write transpilation for Node (back to 0.12) 13 | - [ ] Documentation for excluding JS imports: [#221](https://github.com/ember-fastboot/ember-cli-fastboot/pull/221) 14 | ## Notes 15 | - Need to keep an eye on getting glimmer 2 to run in node 16 | ## Action Items 17 | - [ ] @danmcclain will suave ember-cli-fastboot 18 | - [ ] Tom to review/refresh path to 1.0 doc to allow people to track progress/contribute 19 | - [ ] Tom to RFC ember-cli RE: `concatFiles` 20 | - [ ] Tom to write transpilation for Node (back to 0.12) 21 | - [ ] Dan and Tom to triage existing issues -------------------------------------------------------------------------------- /fastboot-team/2016-06/june-29.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2016-06-29 2 | *Please add yourself.* 3 | Dan McClain 4 | ## Agenda 5 | - [ ] Last Week's Action Items 6 | - [ ] @danmcclain will suave ember-cli-fastboot 7 | - [ ] Tom to review/refresh path to 1.0 doc to allow people to track progress/contribute 8 | - [ ] Tom to RFC ember-cli RE: `concatFiles` 9 | - [ ] Tom to write transpilation for Node (back to 0.12) 10 | - [x] Dan and Tom to triage existing issues 11 | ## Notes 12 | - Team was in transit or on vacation 13 | ## Action Items 14 | - [ ] @danmcclain will suave ember-cli-fastboot 15 | - [ ] Tom to review/refresh path to 1.0 doc to allow people to track progress/contribute 16 | - [ ] Tom to RFC ember-cli RE: `concatFiles` 17 | - [ ] Tom to write transpilation for Node (back to 0.12) -------------------------------------------------------------------------------- /fastboot-team/2016-07/july-06.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2016-07-06 2 | *Please add yourself.* 3 | Dan McClain, Patrick Fisher, Tom Dale 4 | ## Agenda 5 | - [ ] 2 Weeks Ago's Action Items 6 | - [ ] @danmcclain will suave ember-cli-fastboot 7 | - [ ] Tom to review/refresh path to 1.0 doc to allow people to track progress/contribute 8 | - [ ] Tom to RFC ember-cli RE: `concatFiles` 9 | - [ ] Tom to write transpilation for Node (back to 0.12) 10 | - [x] Dan and Tom to triage existing issues 11 | ## Notes 12 | - Tom is working on the Brocolli module for node transpilation 13 | - Roadmap 14 | - Cut 1.0 for FastBoot 15 | - Get Glimmer2 shipped 16 | - Start rehydration 17 | ## Action Items 18 | - [ ] @danmcclain will suave ember-cli-fastboot 19 | - [ ] Tom to review/refresh path to 1.0 doc to allow people to track progress/contribute 20 | - [ ] Tom to RFC ember-cli RE: `concatFiles` 21 | - [ ] Tom to write transpilation for Node (back to 0.12) (In Progress) -------------------------------------------------------------------------------- /fastboot-team/2016-07/july-27.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2016-07-27 2 | *Please add yourself.* 3 | Dan McClain, Tom Dale, Patrick Fisher, Arjan Singh, Krati Ahuja 4 | ## Agenda 5 | - [ ] Last Week's Action Items 6 | - [ ] danmcclain will suave ember-cli-fastboot 7 | - [ ] Dan has to check something with rob around testing all the files 8 | - [x] Tom to review/refresh path to 1.0 doc to allow people to track progress/contribute 9 | - [ ] Tom to RFC ember-cli RE: `concatFiles` 10 | - [ ] Tom - RFC for optional service injection (for addons that want to support FastBoot *if* the user has added it to their app) 11 | - [x] Dan to review FastBoot PR about Transpilation work 12 | - [ ] @arjansingh help out on documentation 13 | - [ ] Outstanding documentation 14 | - [ ] Marco to check with Stef Penner about his finding, spike up 15 | - [ ] Rollback/disable by default `--watch` 16 | - [ ] 1.0!!!! 17 | ## Notes 18 | - FastBoot 1.0 should be released hopefully today 19 | - Need to make sure the transpilation works properly 20 | - Make sure the website has good first-run through guide so HN doesn't crap on it :troll: 21 | - Tom updated the Road to 1.0 issue 22 | - `--watch` issue 23 | - 2 options: Temporary rollback, or make the default to not automaticaly watch 24 | - If we revert: We need to figure out what is causing the issues, and make a plan to fix the blocking issues 25 | - Watching is preferred because `ember serve` watches by default, so people will expect it 26 | ## Action Items 27 | - [ ] Release an RC of fastboot to make sure transpilation step works properly 28 | - [ ] Tom & Arjan to tag team documentation/website -------------------------------------------------------------------------------- /fastboot-team/2016-08/august-17.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2016-08-17 2 | *Please add yourself.* 3 | Dan McClain, Patrick Fisher, Arjan Singh 4 | ## Agenda 5 | - [x] Last Week's Action Items 6 | - [x] Arjan to continue debugging Boot promise issue 7 | - [x] Dan to reach out to Stef about Targets work 8 | - [x] [ember-data-fastboot](https://github.com/cardstack/ember-data-fastboot/pull/4) 9 | - [x] HTML character encoding [<,>,&] (https://github.com/ember-fastboot/fastboot/issues/78) 10 | - [x] non-JSONAPISerializer support 11 | - [x] broccoli-asset-rewrite 12 | ## Notes 13 | - Arjan has continued to debug the boot promise error logging issue. Has seen the issue in the fastboot-app-server, thinks it may be in the clusting logic there swallows the error. ember-cli-fastboot properly handles the failures 14 | - ember-data-fastboot 15 | - SimpleDOM [createTextNode](https://github.com/ember-fastboot/fastboot/blob/3dbc026be449c9cd7e53f4c2864cccccab944725/src/ember-app.js#L313) escapes &<>, which garbles Shoebox data 16 | - broccoli-asset-rewrite for JS needed for fastboot config.manifest, but so unperformant that it is unusable (for large asset maps and JS files) 17 | - early exit in broccoli-asset-rewrite for 10x performance boost in JS files 18 | ## Action Items 19 | - [ ] Further discussion upon ember-data and fastboot (Tom, ef4, ...) 20 | - [x] AS + PF: failing test for Shoebox data with {&,<,>} 21 | - [x] see SimpleDOM RawHTMLSection 22 | - [x] PF: broccoli-asset-rewrite performance issue PR 23 | -------------------------------------------------------------------------------- /fastboot-team/2016-08/august-24.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2016-08-24 2 | *Please add yourself.* 3 | Tom Dale, Arjan Singh, Dan McClain 4 | ## Agendas 5 | - [x] Last Week's Action Items 6 | - [x] Further discussion upon ember-data and fastboot (Tom, ef4, ...) 7 | - [x] Error handling in express middleware (https://github.com/ember-fastboot/fastboot-express-middleware/pull/11 OR https://github.com/ember-fastboot/fastboot-express-middleware/pull/4) 8 | - [ ] FastBoot 1.0 Update 9 | ## Notes 10 | - Discussion with Ember-Data team 11 | - Create Snapshot could be utilized to store shallow records for queries 12 | - Error handling in express middleware 13 | - resilent mode swallows all errors 14 | - make sure that default case of resilent mode doesn't crash, but also allow users to log errors 15 | - FastBoot 1.0 update 16 | - Core team members wanted to push back 1.0 release to fix `npm` issue with `directory not empty` 17 | - Core team wants ember development experience to remain fast, concerned about rebuild times with fastboot 18 | - Plan to improve speed: single build of the app before doing node/browser build 19 | - Stef volunteered to spearhead the effort, but has been swamped 20 | - Touch base with Stef during upcoming core team meeting 21 | ## Action Items 22 | - [ ] Ember Data needs to expose way to create snapshot for `this.store.query` 23 | - [ ] We may want to have a semi-rfc for this prior 24 | - [ ] Arjah may have time next week to tackle 25 | - [ ] Tom & Dan to review https://github.com/ember-fastboot/fastboot-express-middleware/pull/11 regarding error handling in fastboot middleware 26 | - [ ] Tom to discuss FastBoot at Ember Core team meeting -------------------------------------------------------------------------------- /fastboot-team/2016-09/september-07.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2016-09-07 2 | *Please add yourself.* 3 | Dan McClain, Arjan Singh 4 | ## Agendas 5 | - [ ] Last Week's Action Items 6 | - [ ] Arjan to update the readme and PR#11 7 | - [ ] Arjan to follow up PR#11 with handling 404 in location none 8 | - [ ] To be addressed next week: 9 | - [ ] Ember Data needs to expose way to create snapshot for `this.store.query` 10 | - [ ] We may want to have a semi-rfc for this prior 11 | - [ ] Arjan may have time this week or next week to tackle 12 | - [ ] Tom can put Arjan in touch with someone on ED when work starts 13 | ## Notes 14 | - No meeting this week 15 | - Core Team decided to push FastBoot 1.0 to ember 2.9, so that 1.0 only supports Glimmer 2 16 | ## Action Items -------------------------------------------------------------------------------- /fastboot-team/2016-12/december-09.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2016-12-09 2 | ## Attendees 3 | *Please add yourself.* 4 | Dan McClain, 5 | ## Agenda 6 | - [ ] Last Week's Action Items 7 | - [ ] Tom please review: 8 | - [ ] https://github.com/ember-fastboot/fastboot-app-server/pull/35 9 | - [ ] https://github.com/ember-fastboot/fastboot/pull/100 10 | - [x] https://github.com/ember-fastboot/fastboot/pull/102 11 | - [x] Dan merged and released new version 12 | - [ ] [Version Logging](https://github.com/ember-fastboot/ember-cli-fastboot/pull/300) 13 | ## Notes 14 | - Meeting Cancelled this week 15 | ## Action Items -------------------------------------------------------------------------------- /fastboot-team/2017-03/march-03.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2017-03-03 2 | ## Attendees 3 | *Please add yourself.* 4 | - Dan McClain 5 | - Tom Dale 6 | - Arjan Singh 7 | ## Agenda 8 | - [ ] 2/24 Meeting's Action Item 9 | - [ ] Review & merge [anchor tags for the FastBoot website](https://github.com/ember-fastboot/fastboot-website/pull/65) 10 | - [ ] Website needs review, Tom & Rob to create a punchlist 11 | - [ ] Krati: Create a punchlist issue of FastBoot build meeting notes. That punch list will be updated for other fastboot blocker items 12 | - [x] Reschedule the meeting? 13 | ## Notes 14 | - The work around Krati's items is priority 15 | - Going to sync up via email 16 | ## Action Items 17 | - [ ] Reschedule this meeting -------------------------------------------------------------------------------- /fastboot-team/2017-03/march-17.md: -------------------------------------------------------------------------------- 1 | # FastBoot Meeting Notes 2017-03-17 2 | ## Attendees 3 | *Please add yourself.* 4 | - Dan McClain 5 | - Arjan Singh 6 | - Krati Ahuja 7 | - Kelly Selden 8 | ## Agenda 9 | - [ ] 2/24 Meeting's Action Item 10 | - [ ] Review & merge [anchor tags for the FastBoot website](https://github.com/ember-fastboot/fastboot-website/pull/65) 11 | - [ ] Website needs review, Tom & Rob to create a punchlist 12 | - [x] Krati: Create a punchlist issue of FastBoot build meeting notes. That punch list will be updated for other fastboot blocker items 13 | - [ ] Punch list 14 | - [x] Kelly's PRs 15 | ## Notes 16 | - https://github.com/ember-fastboot/ember-cli-fastboot/issues/360 17 | - Going to use this as the working list 18 | - https://github.com/ember-fastboot/ember-cli-fastboot/pull/351 19 | - Merged 20 | - https://github.com/ember-fastboot/ember-cli-fastboot/pull/362 21 | - Merged 22 | ## Action Items 23 | - [ ] Dan: To PR meeting notes -------------------------------------------------------------------------------- /learning-team/2023/2023-09-18.md: -------------------------------------------------------------------------------- 1 | # September 18th, 2023 2 | 3 | *** The learning team did not hold a meeting so this is a placeholder *** 4 | 5 | Facilitator & Note Taker: 6 | 7 | ## Attendees 8 | 9 | Add yourself to the list if you attend and check the box! 10 | 11 | ### Core Team 12 | 13 | - [ ] Chris Manson (CM) 14 | - [ ] Jared Galanis (JG) 15 | - [ ] Jen Weber (JW) 16 | - [ ] Ricardo Mendes (RM) 17 | - [ ] Robert Wagner (RW) 18 | - [ ] Chris Ng (CN) 19 | - [ ] Anne-Greeth Schot-van Herwijnen (AG) 20 | 21 | ### Guests 22 | 23 | - [] Your name here (INITIALS) 24 | 25 | ## Weekly review 26 | 27 | [Open pull requests](https://help-wanted.emberjs.com/pull-requests) 28 | 29 | [RFC review app](https://rfcs.emberjs.com/) 30 | 31 | [RFC PR Queue](https://github.com/emberjs/rfcs/pulls) 32 | 33 | ## Topics 34 | 35 | ### Release Week 36 | 37 | ### Polaris info page followups? 38 | 39 | 40 | 41 | 42 | ## Ember Times suggestions 43 | 44 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 45 | 46 | ## Any Questions? 47 | 48 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 49 | -------------------------------------------------------------------------------- /learning-team/2024/2024-01-08.md: -------------------------------------------------------------------------------- 1 | # 8th January 2024 2 | 3 | Facilitator & Note Taker: Chris Manson 4 | 5 | ## Attendees 6 | 7 | Add yourself to the list if you attend and check the box! 8 | 9 | ### Core Team 10 | 11 | - [ ] Chris Manson (CM) 12 | - [ ] Jared Galanis (JG) 13 | - [ ] Jen Weber (JW) 14 | - [ ] Ricardo Mendes (RM) 15 | - [ ] Robert Wagner (RW) 16 | - [ ] Chris Ng (CN) 17 | - [ ] Anne-Greeth Schot-van Herwijnen (AG) 18 | 19 | ### Guests 20 | 21 | 22 | ## Weekly review 23 | 24 | [Open pull requests](https://help-wanted.emberjs.com/pull-requests) 25 | 26 | [RFC review app](https://rfcs.emberjs.com/) 27 | 28 | [RFC PR Queue](https://github.com/emberjs/rfcs/pulls) 29 | 30 | ## Topics 31 | 32 | ### Template Tag PR in guides (CM, 10m) 33 | 34 | - live review and potentially merge https://github.com/ember-learn/guides-source/pull/1978 ? 35 | 36 | ### Polaris page updates (CM, 10m) 37 | 38 | - review and discuss https://github.com/ember-learn/ember-website/pull/1069 39 | 40 | 41 | ## Ember Times suggestions 42 | 43 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 44 | 45 | ## Any Questions? 46 | 47 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 48 | -------------------------------------------------------------------------------- /learning-team/README.md: -------------------------------------------------------------------------------- 1 | Home for Learning Team meeting notes. 2 | 3 | For Docs Team (now known as Learning Team) meeting notes prior to May 2016, see the [docs-team](/docs-team) folder. -------------------------------------------------------------------------------- /learning-team/previous years/2015/july-30.md: -------------------------------------------------------------------------------- 1 | ### July 30 2015 2 | 3 | These minutes are worse than @locks's. Sorry. God willing he will be back next week. 4 | 5 | * stefanpenner said he has had several companies make the same ember data mistakes and wants to help with the guides 6 | * wecc and tomdale are very excited to help with models/ember data too 7 | * michaelrkn said to loop in with locks on that 8 | * https://github.com/emberjs/guides/issues/408 - michael will close this and open specific issues 9 | * mixonic will take on updating the guides with closure actions 10 | * how to get content back ported into 1.13 - moratorium or cherry-picking? 11 | * michaelrkn says cherry-picking, says that locks says moratorium 12 | * 2.0 and 1.13 will be mostly be the same 13 | * trek points out actually they will diverge 14 | * after some discussion, cherry-picking is chosen 15 | -------------------------------------------------------------------------------- /learning-team/previous years/2015/november-12.md: -------------------------------------------------------------------------------- 1 | Attending: 2 | 3 | * David Baker 4 | * Michael Kaiser-Nyman 5 | * Ricardo Mendes 6 | 7 | --- 8 | 9 | MKN: Style updates look good! 10 | 11 | RM: not much left, mainly cross-browser testing. Let's merge, deploy to staging, and get people to try it out. 12 | 13 | MKN: Let's throw this at the Slack channels and ask the front-end peeps who have been helping out 14 | 15 | --- 16 | 17 | MKN: Thanks David for your work on the Tutorial. 18 | 19 | DB: I can finish up the models stuff, but I won't have bandwidth for much else. 20 | 21 | RM: I don't have much bandwidth for a while. 22 | 23 | MKN: I can take on the rest of cleaning things up and getting it ready for release. 24 | 25 | DB: Some people at my meetup last night pointed out a couple problems. 26 | 27 | MKN: I will fix them, but it won't be for a couple weeks. 28 | 29 | --- 30 | 31 | DB: What about the rest of the content for the tutorial that isn't written? 32 | 33 | MKN: Nobody has time to write it. 34 | 35 | RM: I'll share my notes for the remaining items so that we know what needs to be done after this release. 36 | 37 | --- 38 | 39 | RM: There is a problem with search, where the version number gets duplicated in the URL. 40 | 41 | MKN: I will investigate. 42 | -------------------------------------------------------------------------------- /learning-team/previous years/2015/november-19.md: -------------------------------------------------------------------------------- 1 | Attending: 2 | 3 | * David Baker 4 | * Michael Kaiser-Nyman 5 | 6 | --- 7 | 8 | MKN: We shipped 2.2! Yay! But I'm a bit unhappy about a couple things: 9 | 10 | 1. We had no idea 2.2 was shipping early until the day before. 11 | 2. The tutorial didn't get shipped, in part because... 12 | 3. We put a bunch of effort into the redesign at the expense of the tutorial. 13 | And the redesign didn't even ship either. 14 | 15 | That said, we'll just ship the tutorial and redesign, and re-release. 16 | 17 | --- 18 | 19 | MKN: Are you going to do some work on https://github.com/emberjs/guides/pull/977 with Dave? 20 | 21 | DB: I'm running out of time these days. 22 | 23 | DB: Leah had some concerns about the new design, so it might take some more work to ship it. But I don't see any more comments from her on the PR. 24 | 25 | MKN: Can you loop back with her and see if anything is outstanding? 26 | 27 | DB: Yup. 28 | -------------------------------------------------------------------------------- /learning-team/previous years/2015/october-01.md: -------------------------------------------------------------------------------- 1 | Attendees: Michael, Tom 2 | 3 | MKN: Only a couple things to chat about. Thanks for getting the closure actions 4 | stuff together. Anything I can do to help get it finished off? 5 | 6 | TD: I'll make some progress tonight. 7 | 8 | MKN: I'm happy to help out with editing existing content if you need it. 9 | 10 | TD: We'll get it wrapped up soon. 11 | 12 | MKN: dgeb created a new Application Concerns section that looks great. 13 | 14 | TD: Looks good to me too. We should move the Run Loop guide there. 15 | -------------------------------------------------------------------------------- /learning-team/previous years/2016/january-07.md: -------------------------------------------------------------------------------- 1 | Attending: 2 | 3 | * Dave Wassmer 4 | * David Baker 5 | * Ricardo Mendes 6 | 7 | --- 8 | 9 | DB: Lifecycle hook documentation, I'll review 10 | 11 | --- 12 | 13 | RM: Autocomplete component, doesn't strike me as idiomatic Ember yet. Given its prominence early in the tutorial, I'd like eyes on it from core 14 | 15 | DB: Agreed 16 | 17 | --- 18 | 19 | RM: Quick start / tutorial / getting started, we need to keep from having three sections here. 20 | 21 | DB: Seems like we should keep Getting Started assumptions out of Tutorial 22 | 23 | RM: Agreed. I'll start moving pages around and will merge the Quick Start in under Getting Started 24 | 25 | --- 26 | 27 | RM: Glossary also needs to be merged, but will move that to the bottom of the menu. Wonder about linking mostly to MDN to save on duplicating effort ... 28 | 29 | --- 30 | 31 | RM: Tips and tricks, we should get a design for this 32 | 33 | DB: Let's open an issue to act as a placeholder 34 | 35 | --- 36 | 37 | DB: People keep having issues with ember-cli betas and Mirage. 38 | 39 | RM: I was working with a guy earlier today, it should all be working 40 | 41 | DB: I'll run through the tutorial again to make sure and will send in a PR about using CLI betas. 42 | -------------------------------------------------------------------------------- /learning-team/previous years/2016/january-21.md: -------------------------------------------------------------------------------- 1 | Attending 2 | 3 | - David Baker 4 | - James Kyle 5 | - Leah Silber 6 | - Robert Jackson 7 | - Todd Jordan 8 | 9 | ---- 10 | 11 | Internationalization 12 | 13 | - LS: start with a few languages, Japanese, Portuguese? or something else 14 | - choose only subset of docs, so can actually ship 15 | - RJ: what url should we use? have concerns about how this will work 16 | - DB: I'll take a look at how CrowdIn syncing might work, based on the issue 17 | - RJ: concerned that need a trusted person to verify translations 18 | - JK: happy to give you a quick demo of how CrowdIn works 19 | - https://github.com/crowdin/crowdin-cli 20 | - can use webhooks to deploy (and can setup a translations bot to commit the translations back to the main rep) 21 | - has ability to handle issues if there are problems with translations 22 | - support has been quite responsive 23 | - RJ: much happier to see this working in action 24 | - LS: JK, would you be willing to help get infrastructure setup for us? 25 | - JK: yes, I'll start working on getting Ember translations working with CrowdIn 26 | - just need a crowdin.yaml file (https://github.com/thejameskyle/babel-handbook/blob/master/crowdin.yaml) 27 | 28 | --- 29 | 30 | Workflow for getting core attention on issues 31 | - discussion for a while, note-taker got busy talking :-) 32 | 33 | Summary: we'll add a weekly issue to the Github guides repo (tagged with "needs core attention" with a few chosen guides / api docs issues). But we'll plan to only request attention on 3-5 issues per week 34 | 35 | --- 36 | Search engine issues with versioned guides 37 | 38 | - discussion of the problem, note-taker got talking :-) 39 | 40 | Summary: RJ will bring up at core team meeting tomorrow, DB will write up an issue with thoughts (https://github.com/emberjs/guides/issues/1185) 41 | -------------------------------------------------------------------------------- /learning-team/previous years/2016/june-30.md: -------------------------------------------------------------------------------- 1 | # 2016-06-30 Agenda 2 | 3 | Previously 4 | 5 | - [x] TJ: Coordinate getting out a quality tutorial in the April-May timeframe 6 | - [ ] TJ: Private API work (on hold) 7 | - [ ] TJ: work with volunteers to finish subroutes in tutorial 8 | 9 | # Topics 10 | 11 | - Fastboot environment followup (for new Ember site) - LS 12 | - Learn team repos / Permissions bot update (we're ready ) - DB 13 | - Learn page - RM 14 | - F2F core notes + annotations - RM 15 | - Barely any Mixin reference in the Guides (are these discouraged?) 16 | - Tutorial Update 17 | - Ember Data / imports issue - BM 18 | - Cleaning up actions, to make the various approaches easier to understand? - DB 19 | - Blog post about Learning team - RM 20 | 21 | # Minutes 22 | 23 | ## Attendees 24 | 25 | - DB: David Baker @acorncom 26 | - TJ: Todd Jordan @toddjordan 27 | - LS: Leah Silber @wifette 28 | - RM: Ricardo Mendes @locks 29 | - SK: Sivakumar Kailasam @siva 30 | - BM: Brendan McLoughlin @bmac 31 | 32 | ## Notes 33 | 34 | --- 35 | 36 | ### Fastboot / Ember site 37 | 38 | - LS: will contact Heroku, slipped through the cracks 39 | 40 | ### Builds page app 41 | 42 | - siva gonna push it over finish line 43 | - deploy builds to S3 44 | - website links directly 45 | 46 | ### Ember Data, change to blueprints 47 | 48 | - BM: wanting to revert changes to Ember Data import format 49 | - RM / DB: we're in favor, would love to work out the larger import shim question as well so guides include accurate import statements 50 | 51 | -------------------------------------------------------------------------------- /learning-team/previous years/2019/2019 08 01.md: -------------------------------------------------------------------------------- 1 | # 2019-08-01 2 | 3 | Facilitator & Note Taker: 4 | 5 | ## Today's Topics 6 | 7 | - Inspector release issues 8 | - Website redesign status 9 | - Next release scheduled for week of Aug 5th 10 | 11 | ## Attendees 12 | 13 | - [ ] Chris Manson (CM) 14 | - [ ] Amy Lam (AL) 15 | - [ ] Ricardo Mendes (RM) 16 | - [x] Jessica Jordan (JJ) 17 | - [ ] Sivakumar Kailasam (SK) 18 | - [x] Melanie Sumner (MS) 19 | - [x] Jen Weber (JW) 20 | - [ ] Kenneth Larsen (KL) 21 | - [ ] David Baker (DB) 22 | - [x] Robert Wagner (RW) 23 | 24 | ## Action Items 25 | 26 | - [ ] Facilitator to add notes to [core-notes GitHub repo](https://github.com/emberjs/core-notes/) 27 | - [x] RW - leading next week 28 | - [ ] JW - Ask Amy to add pull panda volunteers 29 | - [x] JW - ask Siva if there is a week he can drop by 30 | - [x] JW - PR to the handbook for the community maintainer 31 | - [x] Next week - showing working group/strike teams on the website 32 | - [ ] Facilitator to add notes to [core-notes GitHub repo](https://github.com/emberjs/core-notes/) (last 2 weeks) 33 | - [x] Try adding Embroider to Guides tests 34 | - [x] CM and MS will meet to hand over Mel’s champion items 35 | - [ ] ~~JW - boilerplate in RFC tracking - WIP~~ 36 | - [ ] CM - review [https://github.com/ember-learn/ember-styleguide/pull/130](https://github.com/ember-learn/ember-styleguide/pull/130) 37 | - [x] CM/JW finish off stale PRs in the spreadsheet that we are the authors of (plus Mel) 38 | 39 | ## Minutes 40 | 41 | - Inspector release issues 42 | - Releases keep breaking Ember Inspector -------------------------------------------------------------------------------- /learning-team/previous years/2019/2019 09 05.md: -------------------------------------------------------------------------------- 1 | # 2019-09-05 2 | 3 | ## Today's Topics 4 | 5 | - Tutorial update (JW) 6 | 7 | ## Attendees 8 | 9 | - [ ] Chris Manson (CM) 10 | - [ ] Amy Lam (AL) 11 | - [ ] Ricard Mendes (RM) 12 | - [ ] Jessica Jordan (JJ) 13 | - [x] Sivakumar Kailasam (SK) 14 | 15 | - [x] Melanie Sumner (MS) 16 | - [x] Jen Weber (JW) 17 | - [x] Kenneth Larsen (KL) 18 | - [ ] David Baker (DB) 19 | - [ ] Robert Wagner (RW) 20 | 21 | ## Action Items 22 | 23 | - [ ] Facilitator to add notes to [core-notes GitHub repo](https://github.com/emberjs/core-notes/) (KL) 24 | - [ ] Upload last meeting's notes (JW) 25 | - [ ] To-do... 26 | 27 | ## Minutes 28 | 29 | - Tutorial update: 30 | - Jen paired on the super rentals tutorial 31 | - Lot of stuff has been automated - but there is still work needed (80% done) 32 | - Unsure if it's ready for 3.13 33 | - API docs 34 | - SK - For the current app, it's difficult to merge confidently. Currently working on a rewrite in Octane, as a way to learn Octane too. Will incorporate the new designs and styleguide 35 | - We need to discuss how to migrate existing apps. 36 | - MS - We are doing light changes at first for the API docs 37 | - JW - do we need to wrangle help from other people? 38 | - MS - no, I think this is a one-weekend, one person kind of job 39 | - JW - have to watch out for fastboot issues in the API docs. that's what blocked using styleguide in the past -------------------------------------------------------------------------------- /learning-team/previous years/2019/2019 10 03.md: -------------------------------------------------------------------------------- 1 | # 2019-10-03 2 | 3 | Facilitator & Note Taker: Kenneth 4 | 5 | ## Today's Topics 6 | 7 | - Nesting in the Guides (CG) 8 | - Outcomes of links conversation (JW) 9 | - Hacktoberfest! (JW) 10 | - Volunteers to help review final Octane PRs (JW) 11 | - Website redesign update 12 | 13 | ## Attendees 14 | 15 | - [x] Chris Manson (CM) 16 | - [ ] Amy Lam (AL) 17 | - [x] Ricard Mendes (RM) 18 | - [ ] Jessica Jordan (JJ) 19 | - [ ] Sivakumar Kailasam (SK) 20 | - [ ] Melanie Sumner (MS) 21 | - [x] Jen Weber (JW) 22 | - [x] Kenneth Larsen (KL) 23 | - [ ] David Baker (DB) 24 | - [x] Robert Wagner (RW) 25 | 26 | ## Action Items 27 | 28 | - [ ] Facilitator to add notes to [core-notes GitHub repo](https://github.com/emberjs/core-notes/) 29 | - [x] Ask about Ember.js repo permissions in core-meta 30 | - [x] Assign time for RFC tracking for next meeting @Kenneth Larsen 31 | - [x] @Ricardo Mendes Ask about RFCs with no tracking issue in core-meta 32 | - [x] Everyone: Think about nesting in the guides. 33 | 34 | ## Minutes 35 | 36 | - Nesting in the Guides (CG): 37 | - JW: Chris has implemented menu nesting in the guide template which has been merged and released. 38 | - JW: After Octane: We should figure out when to go three levels deep. -------------------------------------------------------------------------------- /learning-team/previous years/2019/2019 10 10.md: -------------------------------------------------------------------------------- 1 | # 2019-10-10 2 | 3 | Facilitator & Note Taker: Kenneth Larsen 4 | 5 | ## Today's Topics 6 | 7 | - Go through existing RFC tracking issues together (15 minutes) 8 | - tutorials.emberjs.com 9 | - Website issues: 10 | - frequent 404's 11 | - site is taking a really long time to load (11-17 seconds) 12 | - no loading state when trying to move to new sections of the guides 13 | - Website Re-design issues: 14 | - project has become too closed off for anyone else to help 15 | - we need to have a working prototype for review in three weeks 16 | - Nested navigation - [gist](https://gist.github.com/jenweber/2db1fdaa39f31f45490f9126fcfa8215) 17 | 18 | ## Attendees 19 | 20 | - [ ] Chris Manson (CM) 21 | - [ ] Amy Lam (AL) 22 | - [ ] Ricard Mendes (RM) 23 | - [ ] Jessica Jordan (JJ) 24 | - [ ] Sivakumar Kailasam (SK) 25 | 26 | - [x] Melanie Sumner (MS) 27 | - [ ] Jen Weber (JW) 28 | - [x] Kenneth Larsen (KL) 29 | - [ ] David Baker (DB) 30 | - [x] Todd Jordan (TJ) 31 | - [x] Robert Wagner (RW) 32 | 33 | ## Action Items 34 | 35 | - [ ] Facilitator to add notes to [core-notes GitHub repo](https://github.com/emberjs/core-notes/) 36 | - [x] Everyone: Review the nested navigation gist/handbook PR 37 | 38 | ## Minutes 39 | 40 | - Facilitator: Robert -------------------------------------------------------------------------------- /learning-team/previous years/2019/may-02.md: -------------------------------------------------------------------------------- 1 | # May 2, 2019 - Ember Learning Core Team Meeting 2 | 3 | ## Attendees 4 | 5 | Attendees (Initials: Name @Discord) 6 | - TJ: Todd Jordan (todd.jordan) 7 | - JJ: Jessica Jordan (jessica) 8 | - CM: Chris Manson (Chris Manson) 9 | - MS: Melanie Sumner (melsumner) 10 | - JW: Jen Weber (jenweber) 11 | - KL: Kenneth Larsen (kennethlarsen) 12 | 13 | ## Agenda/Discussion 14 | - Review last week’s action items for accountability purposes 15 | - Review PR queue - How many issues are older than a week? Tracking sheet 16 | - Review new RFCs/RFC Tracking 17 | - Most burning issues for Octane actionables are here https://github.com/ember-learn/guides-source/issues/669 18 | - (JW) changes to GitHub PR management process (skipped last week) 19 | - (JW) Octane Guides: how do we mitigate not having a pre-Octane tutorial readily available? It will still be in older Guides versions I guess, but that won’t help us when there’s the next edition. (skipped last week) 20 | - (MS) Proposal: “why Ember” in the same style as kentico.github.io as a first step (since we still haven’t shipped the larger initiative for the same thing) 21 | 22 | ## Resulting Action Items 23 | - Determine history of ember-cli-addon-docs (how did it come to join ember-learn?) @Todd J 24 | - A11y updates PR to tutorial - @Todd J (or write issue to allow folks to help) 25 | - Update branch and merge guides-source PR 455 @Melanie S 26 | - Update RFC tracking to match Airtable & add item to next week’s agenda @Melanie S 27 | - Write documentation for handbook regarding GitHub PR management process so team can review @Jennifer W 28 | - Ask: please schedule time to help with https://github.com/ember-learn/guides-source/issues/669 @Melanie S @Chris M @Jennifer W @Todd J @Ricardo M @Sivakumar K @Amy L @Kenneth L @Jessica J 29 | 30 | -------------------------------------------------------------------------------- /learning-team/previous years/2020/2020-03-05.md: -------------------------------------------------------------------------------- 1 | # Mar 05, 2020 2 | 3 | ## Today's Topics 4 | 5 | - New proposed meeting notes template 6 | - [https://github.com/ember-learn/ember-website/pull/612](https://github.com/ember-learn/ember-website/pull/612#issuecomment-594764931) What show we show in the LTS schedule? Active LTS + next candidate? 7 | - What should we present at the general f2f? 8 | 9 | ## Attendees 10 | 11 | - [ ] Chris Manson (CM) 12 | - [ ] Amy Lam (AL) 13 | - [x] Ricard Mendes (RM) 14 | - [x] Jessica Jordan (JJ) 15 | - [x] Sivakumar Kailasam (SK) 16 | - [ ] Melanie Sumner (MS) 17 | - [x] Jen Weber (JW) 18 | - [x] Kenneth Larsen (KL) 19 | - [ ] David Baker (DB) 20 | - [ ] Robert Wagner (RW) 21 | - [x] Jared Galanis (JG) 22 | 23 | ## Minutes 24 | 25 | ### New proposed meeting notes template 26 | 27 | RM: my proposal for a new meetings notes template noves the action items into its own document to make it easier to track them across meetings 28 | 29 | RM: it also moves the topic items inline so we don't have to continually scan up and down for the order of topics. 30 | 31 | Action: Implement it 32 | 33 | ### LTS schedule? 34 | 35 | RM: we currently show versions in the LTS schedule that are no longer active 36 | 37 | JW,JG: showing past LTS versions might be useful for people upgrading older versions of Ember 38 | 39 | Action: keep active LTSs + 3.8 in the schedule table, and then list in prose past LTSs 40 | 41 | ### What should we present at the general f2f? 42 | 43 | - Implement redesign across all our properties 44 | - Finish emberizing web properties (blog) 45 | - Improve API documentation 46 | - Releases page proposal 47 | - Community engagements via Office Hours/other projects 48 | -------------------------------------------------------------------------------- /learning-team/previous years/2020/2020-08-13.md: -------------------------------------------------------------------------------- 1 | # 13th of August 2020 2 | 3 | Meeting was skipped due to absence of various members. 4 | -------------------------------------------------------------------------------- /learning-team/previous years/2020/2020-10-08.md: -------------------------------------------------------------------------------- 1 | # October 8, 2020 2 | 3 | Facilitator & Note Taker: Melanie Sumner 4 | 5 | ## Attendees 6 | 7 | Add yourself to the list if you attend and check the box! 8 | 9 | ### Core Team 10 | - [ ] Amy Lam (AL) 11 | - [x] Chris Manson (CM) 12 | - [x] Isaac Lee (IL) 13 | - [x] Jared Galanis (JG) 14 | - [x] Jen Weber (JW) 15 | - [ ] Jessica Jordan (JJ) 16 | - [ ] Kenneth Larsen (KL) 17 | - [x] Melanie Sumner (MS) 18 | - [x] Ricardo Mendes (RM) 19 | - [x] Robert Wagner (RW) 20 | 21 | ### Guests 22 | - [] Your name here (INITIALS) 23 | 24 | ## Weekly review 25 | 26 | ### Review action items (weekly) 27 | See: [Action items board](https://github.com/orgs/ember-learn/projects/47) 28 | 29 | ### Review Initiatives board (every other week) 30 | See: [Initiatives board](https://github.com/orgs/ember-learn/projects/33) 31 | 32 | ### Review PR queue 33 | See: [tracking sheet](https://docs.google.com/spreadsheets/d/1sPyN9z9wZMpTNwqCfa6R9QSPZkIW4iQd-H4gZC7ILLk/edit#gid=2035777454) 34 | 35 | ## Topics 36 | 37 | This meeting was an internal team discussion and not open to the public. 38 | 39 | ## Ember Times suggestions 40 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 41 | 42 | ## Any Questions? 43 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 44 | -------------------------------------------------------------------------------- /learning-team/previous years/2020/2020-11-26.md: -------------------------------------------------------------------------------- 1 | # November 26th, 2020 2 | 3 | Facilitator & Note Taker: locks 4 | 5 | ## Attendees 6 | 7 | Add yourself to the list if you attend and check the box! 8 | 9 | ### Core Team 10 | - [ ] Amy Lam (AL) 11 | - [x] Chris Manson (CM) 12 | - [ ] Isaac Lee (IL) 13 | - [ ] Jared Galanis (JG) 14 | - [ ] Jen Weber (JW) 15 | - [ ] Jessica Jordan (JJ) 16 | - [ ] Kenneth Larsen (KL) 17 | - [ ] Melanie Sumner (MS) 18 | - [x] Ricardo Mendes (RM) 19 | - [ ] Robert Wagner (RW) 20 | 21 | ### Guests 22 | - [x] Nick Schot (NS) 23 | 24 | ## Weekly review 25 | 26 | ### Review action items (weekly) 27 | See: [Action items board](https://github.com/orgs/ember-learn/projects/47) 28 | 29 | ### Review Initiatives board (every other week) 30 | See: [Initiatives board](https://github.com/orgs/ember-learn/projects/33) 31 | 32 | ### Review PR queue 33 | See: [tracking sheet](https://docs.google.com/spreadsheets/d/1sPyN9z9wZMpTNwqCfa6R9QSPZkIW4iQd-H4gZC7ILLk/edit#gid=2035777454) 34 | 35 | ## Topics 36 | 37 | ### ember-blog 38 | 39 | work is mostly done and ready for final review. 40 | 41 | ## Ember Times suggestions 42 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 43 | 44 | ## Any Questions? 45 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 46 | -------------------------------------------------------------------------------- /learning-team/previous years/2020/2020-12-24.md: -------------------------------------------------------------------------------- 1 | # December 24th, 2020 2 | 3 | Facilitator & Note Taker: 4 | 5 | ## Attendees 6 | 7 | Add yourself to the list if you attend and check the box! 8 | 9 | ### Core Team 10 | - [ ] Amy Lam (AL) 11 | - [ ] Chris Manson (CM) 12 | - [ ] Isaac Lee (IL) 13 | - [ ] Jared Galanis (JG) 14 | - [ ] Jen Weber (JW) 15 | - [ ] Jessica Jordan (JJ) 16 | - [ ] Kenneth Larsen (KL) 17 | - [ ] Melanie Sumner (MS) 18 | - [ ] Ricardo Mendes (RM) 19 | - [ ] Robert Wagner (RW) 20 | 21 | ### Guests 22 | - [] Your name here (INITIALS) 23 | 24 | ## Weekly review 25 | 26 | ### Review action items (weekly) 27 | See: [Action items board](https://github.com/orgs/ember-learn/projects/47) 28 | 29 | ### Review Initiatives board (every other week) 30 | See: [Initiatives board](https://github.com/orgs/ember-learn/projects/33) 31 | 32 | ### Review PR queue 33 | See: [tracking sheet](https://docs.google.com/spreadsheets/d/1sPyN9z9wZMpTNwqCfa6R9QSPZkIW4iQd-H4gZC7ILLk/edit#gid=2035777454) 34 | 35 | ## Topics 36 | 37 | Meeting skipped due to Christmas. 38 | -------------------------------------------------------------------------------- /learning-team/previous years/2020/2020-12-31.md: -------------------------------------------------------------------------------- 1 | # December 31st, 2020 2 | 3 | Facilitator & Note Taker: 4 | 5 | ## Attendees 6 | 7 | Add yourself to the list if you attend and check the box! 8 | 9 | ### Core Team 10 | - [ ] Amy Lam (AL) 11 | - [ ] Chris Manson (CM) 12 | - [ ] Isaac Lee (IL) 13 | - [ ] Jared Galanis (JG) 14 | - [ ] Jen Weber (JW) 15 | - [ ] Jessica Jordan (JJ) 16 | - [ ] Kenneth Larsen (KL) 17 | - [ ] Melanie Sumner (MS) 18 | - [ ] Ricardo Mendes (RM) 19 | - [ ] Robert Wagner (RW) 20 | 21 | ### Guests 22 | - [] Your name here (INITIALS) 23 | 24 | ## Weekly review 25 | 26 | ### Review action items (weekly) 27 | See: [Action items board](https://github.com/orgs/ember-learn/projects/47) 28 | 29 | ### Review Initiatives board (every other week) 30 | See: [Initiatives board](https://github.com/orgs/ember-learn/projects/33) 31 | 32 | ### Review PR queue 33 | See: [tracking sheet](https://docs.google.com/spreadsheets/d/1sPyN9z9wZMpTNwqCfa6R9QSPZkIW4iQd-H4gZC7ILLk/edit#gid=2035777454) 34 | 35 | ## Topics 36 | 37 | Meeting skipped due to New Year. 38 | -------------------------------------------------------------------------------- /learning-team/previous years/2020/Feb 06 2020.md: -------------------------------------------------------------------------------- 1 | # @Feb 06, 2020 2 | 3 | ## Today's Topics 4 | 5 | - 6 | 7 | ## Attendees 8 | 9 | - [ ] Chris Manson (CM) 10 | - [ ] Amy Lam (AL) 11 | - [ ] Ricard Mendes (RM) 12 | - [ ] Jessica Jordan (JJ) 13 | - [ ] Sivakumar Kailasam (SK) 14 | - [x] Melanie Sumner (MS) 15 | - [ ] Jen Weber (JW) 16 | - [ ] Kenneth Larsen (KL) 17 | - [ ] David Baker (DB) 18 | - [ ] Robert Wagner (RW) 19 | 20 | ## Action Items 21 | 22 | - [ ] Facilitator to add notes to [core-notes GitHub repo](https://github.com/emberjs/core-notes/) 23 | - [ ] To-do... 24 | 25 | ## Minutes 26 | 27 | - Jared and Dan were also present 28 | - Reviewed survey and received feedback 29 | - reviewed website redesign in current state and received feedback. -------------------------------------------------------------------------------- /learning-team/previous years/2020/Jan 09 2020.md: -------------------------------------------------------------------------------- 1 | # @Jan 09, 2020 2 | 3 | ## Today's Topics 4 | 5 | - 2020 Community Survey (MS)- 6 | - F2F - agenda, meeting invitees, etc (begin prep) 7 | 8 | ## Attendees 9 | 10 | - [ ] Chris Manson (CM) 11 | - [ ] Amy Lam (AL) 12 | - [ ] Ricard Mendes (RM) 13 | - [ ] Jessica Jordan (JJ) 14 | - [ ] Sivakumar Kailasam (SK) 15 | 16 | - [ ] Melanie Sumner (MS) 17 | - [ ] Jen Weber (JW) 18 | - [ ] Kenneth Larsen (KL) 19 | - [ ] David Baker (DB) 20 | - [ ] Robert Wagner (RW) 21 | 22 | ## Action Items 23 | 24 | - [ ] Facilitator to add notes to [core-notes GitHub repo](https://github.com/emberjs/core-notes/) 25 | - [ ] To-do... 26 | 27 | ## Minutes 28 | 29 | - -------------------------------------------------------------------------------- /learning-team/previous years/2020/Jan 23 2020.md: -------------------------------------------------------------------------------- 1 | # @Jan 23, 2020 2 | 3 | ## Today's Topics 4 | 5 | - Integration of [ember-cli.com](http://ember-cli.com), ember-engines.com, ember-fastboot.com 6 | 7 | ## Attendees 8 | 9 | - [ ] Chris Manson (CM) 10 | - [ ] Amy Lam (AL) 11 | - [ ] Ricard Mendes (RM) 12 | - [ ] Jessica Jordan (JJ) 13 | - [ ] Sivakumar Kailasam (SK) 14 | - [ ] Melanie Sumner (MS) 15 | - [ ] Jen Weber (JW) 16 | - [ ] Kenneth Larsen (KL) 17 | - [ ] David Baker (DB) 18 | - [ ] Robert Wagner (RW) 19 | 20 | ## Action Items 21 | 22 | - [ ] Facilitator to add notes to [core-notes GitHub repo](https://github.com/emberjs/core-notes/) 23 | - [ ] To-do... 24 | 25 | ## Minutes 26 | 27 | - -------------------------------------------------------------------------------- /learning-team/previous years/2021/2021-01-21.md: -------------------------------------------------------------------------------- 1 | # January 21, 2021 2 | 3 | We ended up not having a meeting on January 21. 4 | -------------------------------------------------------------------------------- /learning-team/previous years/2021/2021-11-11.md: -------------------------------------------------------------------------------- 1 | # November 11th, 2021 2 | 3 | Facilitator & Note Taker: RM 4 | 5 | ## Attendees 6 | 7 | Add yourself to the list if you attend and check the box! 8 | 9 | ### Core Team 10 | 11 | - [ ] Amy Lam (AL) 12 | - [ ] Chris Manson (CM) 13 | - [ ] Isaac Lee (IL) 14 | - [x] Jared Galanis (JG) 15 | - [ ] Jen Weber (JW) 16 | - [x] Ricardo Mendes (RM) 17 | - [ ] Robert Wagner (RW) 18 | 19 | ### Guests 20 | 21 | - [x] rajakvk 22 | 23 | ## Weekly review 24 | 25 | ### Review Initiatives board (every other week) 26 | 27 | See: [Initiatives board](https://github.com/orgs/ember-learn/projects/51) 28 | 29 | ### Review PR queue 30 | 31 | See: [tracking sheet](https://docs.google.com/spreadsheets/d/1sPyN9z9wZMpTNwqCfa6R9QSPZkIW4iQd-H4gZC7ILLk/edit#gid=2035777454) 32 | 33 | ## Topics 34 | 35 | ### 1Password Teams for Open Source 36 | 37 | RM: there was a sentence in the README about paid contributors which is confusing, so I reached out and am waiting for a reply. 38 | 39 | ### ember-api-docs 40 | 41 | RM: "keep PR branch up-to-date" protection is really annoying for contributors. 42 | RM: I'll bring it up next week when we have quorum. 43 | 44 | ## Ember Times suggestions 45 | 46 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 47 | 48 | ## Any Questions? 49 | 50 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 51 | -------------------------------------------------------------------------------- /learning-team/previous years/2022/2022-01-27.md: -------------------------------------------------------------------------------- 1 | # January 27th, 2022 2 | 3 | ## *** no meeting was held as there was a core teams all hands *** 4 | 5 | Facilitator & Note Taker: 6 | 7 | ## Attendees 8 | 9 | Add yourself to the list if you attend and check the box! 10 | 11 | - [ ] Chris Manson (CM) 12 | - [ ] Jared Galanis (JG) 13 | - [ ] Jen Weber (JW) 14 | - [ ] Ricardo Mendes (RM) 15 | - [ ] Robert Wagner (RW) 16 | 17 | ## Weekly review 18 | 19 | ## Topics 20 | 21 | ### what is a release (RM, 20 min) 22 | 23 | - The concept of a release. We have a concept of project release. We should make 24 | sure we are all in sync and figure out next steps to communicate with other 25 | core teams and the community. 26 | 27 | 28 | 29 | 30 | 31 | ## Ember Times suggestions 32 | 33 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 34 | 35 | ## Any Questions? 36 | 37 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 38 | -------------------------------------------------------------------------------- /learning-team/previous years/2022/2022-03-03.md: -------------------------------------------------------------------------------- 1 | # March 3, 2022 2 | 3 | Facilitator & Note Taker: Jared Galanis 4 | 5 | ## Attendees 6 | 7 | Add yourself to the list if you attend and check the box! 8 | 9 | ### Core Team 10 | 11 | - [x] Chris Manson (CM) 12 | - [x] Jared Galanis (JG) 13 | - [x] Jen Weber (JW) 14 | - [ ] Ricardo Mendes (RM) 15 | - [ ] Robert Wagner (RW) 16 | 17 | ### Guests 18 | 19 | - [x] Chris Ng (CN) 20 | 21 | ## Weekly review 22 | 23 | ## Topics 24 | 25 | ### 4.2 Release Post (JW & JG) 26 | 27 | We jointly worked on the Ember 4.2 release blog post. 28 | 29 | ### Code mod bug (JW & JG) 30 | 31 | We also jointly looked at a potential bug when running the angle bracket and named args code mods in a certain order. JG opened this PR to potentially solve the problem and for documenting the issue: https://github.com/ember-learn/guides-source/pull/1794. 32 | 33 | ## Ember Times suggestions 34 | 35 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 36 | 37 | ## Any Questions? 38 | 39 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 40 | -------------------------------------------------------------------------------- /learning-team/previous years/2022/2022-03-24.md: -------------------------------------------------------------------------------- 1 | # March 24th, 2022 2 | 3 | Facilitator & Note Taker: @locks 4 | 5 | ## Attendees 6 | 7 | Add yourself to the list if you attend and check the box! 8 | 9 | ### Core Team 10 | 11 | - [ ] Chris Manson (CM) 12 | - [x] Jared Galanis (JG) 13 | - [x] Jen Weber (JW) 14 | - [x] Ricardo Mendes (RM) 15 | - [ ] Robert Wagner (RW) 16 | 17 | ## Weekly review 18 | 19 | ## Topics 20 | 21 | ### Team membership (10m) 22 | 23 | RM: we could look at StackOverflow and Discuss to find active contributors and reach out to them 24 | JW: let's look at JennyJudova's StackOverflow data next meeting 25 | 26 | ### https://github.com/ember-learn/guides-source/pull/1798 (RM, 5min) 27 | RM: just need a quick okay from the rest of the team 28 | JW: can we tweak the phrasing to de-emphasize the "unstable" part of the name before merging? 29 | 30 | ## Ember Times suggestions 31 | 32 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 33 | 34 | ## Any Questions? 35 | 36 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 37 | -------------------------------------------------------------------------------- /learning-team/previous years/2022/2022-04-28.md: -------------------------------------------------------------------------------- 1 | # Month Day, Year 2 | 3 | Facilitator & Note Taker: Jared Galanis 4 | 5 | ## *** no meeting was held as we delayed a week to give space for the adjustment to the new meeting time and ember conf decompression *** 6 | 7 | ## Attendees 8 | 9 | Add yourself to the list if you attend and check the box! 10 | 11 | ### Core Team 12 | 13 | - [ ] Chris Manson (CM) 14 | - [ ] Jared Galanis (JG) 15 | - [ ] Jen Weber (JW) 16 | - [ ] Ricardo Mendes (RM) 17 | - [ ] Robert Wagner (RW) 18 | - [ ] Chris Ng (CN) 19 | - [ ] Anne-Greeth (AG) 20 | 21 | ### Guests 22 | 23 | ## Weekly review 24 | 25 | ## Topics 26 | 27 | ## Ember Times suggestions 28 | 29 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 30 | 31 | ## Any Questions? 32 | 33 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 34 | -------------------------------------------------------------------------------- /learning-team/previous years/2022/2022-05-16.md: -------------------------------------------------------------------------------- 1 | # May 16, 2022 2 | 3 | ******* the learning team is meeting privately for goals and brainstorming session ******* 4 | 5 | Facilitator & Note Taker: 6 | 7 | ## Attendees 8 | 9 | Add yourself to the list if you attend and check the box! 10 | 11 | ### Core Team 12 | 13 | - [x] Chris Manson (CM) 14 | - [x] Jared Galanis (JG) 15 | - [x] Jen Weber (JW) 16 | - [x] Ricardo Mendes (RM) 17 | - [ ] Robert Wagner (RW) 18 | - [x] Chris Ng (CN) 19 | - [x] Anne-Greeth Schot-van Herwijnen (AG) 20 | 21 | ## Weekly review 22 | 23 | Brainstorm session on the goals of the learning team and our motivations to be part of the team 24 | -------------------------------------------------------------------------------- /learning-team/previous years/2022/2022-06-06.md: -------------------------------------------------------------------------------- 1 | # June 6th, 2022 2 | 3 | Facilitator & Note Taker: JW 4 | 5 | ## Attendees 6 | 7 | Add yourself to the list if you attend and check the box! 8 | 9 | ### Core Team 10 | 11 | - [ ] Chris Manson (CM) 12 | - [x] Jared Galanis (JG) 13 | - [x] Jen Weber (JW) 14 | - [x] Ricardo Mendes (RM) 15 | - [ ] Robert Wagner (RW) 16 | - [x] Chris Ng (CN) 17 | - [ ] Anne-Greeth Schot-van Herwijnen (AG) 18 | 19 | ### Guests 20 | 21 | Shubham, Mehul, Dhanush 22 | 23 | ## Weekly review 24 | 25 | [Open pull requests](https://help-wanted.emberjs.com/pull-requests) 26 | 27 | ## Topics 28 | 29 | ### PR reviews 30 | 31 | We took today to review some PRs related to the Guides for Ember Data 32 | and if statements. 33 | 34 | We created one new issue, https://github.com/emberjs/data/issues/8001 35 | 36 | 37 | 38 | 39 | ## Ember Times suggestions 40 | 41 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 42 | 43 | ## Any Questions? 44 | 45 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 46 | -------------------------------------------------------------------------------- /learning-team/previous years/2022/2022-07-04.md: -------------------------------------------------------------------------------- 1 | # July 4, 2022 2 | 3 | Facilitator & Note Taker: Anne-Greeth 4 | 5 | ## Attendees 6 | 7 | Add yourself to the list if you attend and check the box! 8 | 9 | ### Core Team 10 | 11 | - [x] Chris Manson (CM) 12 | - [ ] Jared Galanis (JG) 13 | - [ ] Jen Weber (JW) 14 | - [ ] Ricardo Mendes (RM) 15 | - [ ] Robert Wagner (RW) 16 | - [ ] Chris Ng (CN) 17 | - [x] Anne-Greeth Schot-van Herwijnen (AG) 18 | 19 | ### Guests 20 | 21 | - [] Your name here (INITIALS) 22 | 23 | ## Weekly review 24 | 25 | [Open pull requests](https://help-wanted.emberjs.com/pull-requests) 26 | 27 | ## Topics 28 | 29 | ### Ember help wanted server 30 | 31 | CM creates a heroku review app for the ember-help-wanted-server to verify if the following PRs work: 32 | - https://github.com/ember-learn/ember-help-wanted-server/pull/46 33 | - https://github.com/ember-learn/ember-help-wanted-server/pull/47 34 | Currently the Heroku app is broken :( 35 | 36 | ## Ember Times suggestions 37 | 38 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 39 | 40 | ## Any Questions? 41 | 42 | Questions, comments or concerns? Submit a comment or PR for this set of notes. -------------------------------------------------------------------------------- /learning-team/previous years/2022/2022-09-19.md: -------------------------------------------------------------------------------- 1 | # September 19, 2022 2 | 3 | *** the Learning team decided to skip this meeting due to scheduling conflicts *** 4 | 5 | Facilitator & Note Taker: 6 | 7 | ## Attendees 8 | 9 | Add yourself to the list if you attend and check the box! 10 | 11 | ### Core Team 12 | 13 | - [] Chris Manson (CM) 14 | - [] Jared Galanis (JG) 15 | - [] Jen Weber (JW) 16 | - [] Ricardo Mendes (RM) 17 | - [] Robert Wagner (RW) 18 | - [] Chris Ng (CN) 19 | - [] Anne-Greeth Schot-van Herwijnen (AG) 20 | 21 | ### Guests 22 | 23 | - [] Your name here (INITIALS) 24 | 25 | ## Weekly review 26 | 27 | [Open pull requests](https://help-wanted.emberjs.com/pull-requests) 28 | 29 | ## Topics 30 | 31 | 32 | 33 | 34 | ## Ember Times suggestions 35 | 36 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 37 | 38 | ## Any Questions? 39 | 40 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 41 | -------------------------------------------------------------------------------- /learning-team/previous years/2022/2022-10-17.md: -------------------------------------------------------------------------------- 1 | # October 17, 2022 2 | 3 | *** the Learning team decided to skip this meeting due to scheduling conflicts *** 4 | 5 | Facilitator & Note Taker: 6 | 7 | ## Attendees 8 | 9 | Add yourself to the list if you attend and check the box! 10 | 11 | ### Core Team 12 | 13 | - [ ] Chris Manson (CM) 14 | - [ ] Jared Galanis (JG) 15 | - [ ] Jen Weber (JW) 16 | - [ ] Ricardo Mendes (RM) 17 | - [ ] Robert Wagner (RW) 18 | - [ ] Chris Ng (CN) 19 | - [ ] Anne-Greeth Schot-van Herwijnen (AG) 20 | 21 | ### Guests 22 | 23 | - [ ] Your name here (INITIALS) 24 | 25 | ## Weekly review 26 | 27 | [Open pull requests](https://help-wanted.emberjs.com/pull-requests) 28 | 29 | ## Topics 30 | 31 | ## Ember Times suggestions 32 | 33 | Add writeup ideas / call for contributors / suggestions to [the latest PR](https://github.com/ember-learn/ember-blog/pulls?q=is%3Aopen+is%3Apr+label%3A%22%F0%9F%97%9E+embertimes%22%20or%20#support-ember-times) or [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on Discord. 34 | 35 | ## Any Questions? 36 | 37 | Questions, comments or concerns? Submit a comment or PR for this set of notes. 38 | -------------------------------------------------------------------------------- /learning-team/template.md: -------------------------------------------------------------------------------- 1 | # YYYY-MM-DD 2 | 3 | Note Taker: 4 | Time Keeper: 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | ### Core Team 11 | 12 | - [ ] Chris Manson (CM) 13 | - [ ] Jared Galanis (JG) 14 | - [ ] Jen Weber (JW) 15 | - [ ] Ricardo Mendes (RM) 16 | - [ ] Robert Wagner (RW) 17 | - [ ] Anne-Greeth Schot-van Herwijnen (AG) 18 | - [ ] Ignace Maes (IM) 19 | - [ ] Guest name here (INITIALS) 20 | 21 | ## Topics 22 | 23 | 24 | -------------------------------------------------------------------------------- /spec-meeting/2023/2023-08-03.md: -------------------------------------------------------------------------------- 1 | # Spec Meeting 2023-08-03 2 | 3 | As this is the start of our new recurring public spec meeting, the goal for this week is to generate the list of known community priorities that need design work. 4 | 5 | ### Topics we identified: 6 | 7 | - Modifier capabilities 8 | - attributes, properties, ssr (real_ate interested in fastboot-related concerns) 9 | - timing 10 | - Asset import spec RFC (kategengler interested) 11 | - V2 App Spec 12 | - V2 Addon Blueprint RFC (making it the default) (NullVoxPopuli interested) 13 | - Router 14 | - [import.meta.glob](https://github.com/emberjs/rfcs/pull/939) (ef4) 15 | - [ES Module Reform](https://github.com/emberjs/rfcs/pull/938) (ef4) 16 | - ES Module based services (ef4) 17 | - Invokables Reform (NullVoxPopuli interested) 18 | - we have multiple kinds of invokables, they could share a common interface (which is resource-like) 19 | - currying and invoking in Javascript 20 | - Stable Decorators 21 | - Glimmer template compiler API cleanup 22 | - deprecating moduleName and replacing with better debugging API 23 | - [Missing template features and syntaxes](https://github.com/emberjs/rfcs/issues/816) 24 | - array and hash literal syntax might be easy enough to do by themselves for Polaris. (locks interested in championing) 25 | - Maybe closure syntax. 26 | - named blocks in curly syntax 27 | - investigate expression syntax (probably not Polaris?) 28 | - Scoped CSS 29 | - Authoring Spec (ef4 and wycats) 30 | - goal would be centralizing the spec, we have a lot of bits of it in a lot of places 31 | 32 | 33 | ### Next week 34 | 35 | - Prioritize any well-prepared proposals anyone wants to bring to the group 36 | - Work through our topics list to figure out potential interdependencies and a rough prioritization -------------------------------------------------------------------------------- /spec-meeting/2023/2023-10-12.md: -------------------------------------------------------------------------------- 1 | # Spec Meeting 2023-10-12 2 | 3 | ## On Removing the classic Ember.Object model 4 | 5 | - Application 6 | - extends Namespace.extend(RegsitryProxyMixn) 7 | - customEvents delegation still exists, bubbling changes are potentially complex to manage if we don't provide a good compat story 8 | - EmberArray, MutableArray 9 | - Ember.A deprecation would deprecate every feature beyond native array 10 | - an optional feature to disable the Ember.A-enforced mutation of instances would be good. It makes Ember.A a noop, returning a native array. 11 | - `@ember/component` 12 | - https://github.com/emberjs/rfcs/pull/389 is merged but unimplemented, we need to do this first 13 | - we need to check if any existing framework-provided components still extend `@ember/component` 14 | - 15 | - computed macros 16 | - runspired has a reimplementation of many of the macros in a tracked-based way, could serve as a transitional package for people. 17 | - reference system supports two-way binding everywhere, would be good to limit it to one specific case 18 | - deprecate `mut` helper 19 | - but provide some `compat-two-way` alternative that provides a narrower behavior (doesn't call `set`, for example) 20 | - Controller 21 | - exists because QPs, routing story needs to cover that 22 | - some like https://github.com/discourse/ember-route-template 23 | - Helper 24 | - class-based helpers extend Ember.Object 25 | - we could keep it and just remove the base class (via optional feature or new import) 26 | - having no base class at all would be better, existing helper manager API probably covers this 27 | - ember data 28 | - store extends Ember.Object 29 | - tracked property compat 30 | - don't use array proxy, etc 31 | - Model code is tied to classic object model (but plan is to replace it) -------------------------------------------------------------------------------- /st-embroider/2023/2023-07-25.md: -------------------------------------------------------------------------------- 1 | # 2023-07-22 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Aaron Chambers 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [x] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [x] Preston Sego (PS) 15 | - [x] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [x] Peter Meehan (PM) 18 | - [x] Andrey Mikhaylov (AM) 19 | - [x] Ricardo Mendes (RM) 20 | - [x] Prakash 21 | - [x] sol 22 | 23 | ## Topics 24 | 25 | 26 | ### Project organization - do we declare a list of orgs we're responsible for? 27 | 28 | https://github.com/orgs/ember-tooling/repositories (locks & evo) 29 | https://github.com/emberjs/ember-inspector (mostly robbiethewagner) 30 | 31 | - RM: ember-tooling was a previously created org (for code-editor location) 32 | - the name for the new core team is tooling, what should we do? 33 | - EF: we don't need to move any repos 34 | - but we do need a list of repos that we care about (and stand behind) 35 | - KG: I have a WIP list of repos in notion right now 36 | 37 | 38 | ### RFC Review https://github.com/emberjs/rfcs/pull/831 <@NullVoxPopuli, requested by Locks> 39 | 40 | - (team discussion) generally agree this is good to continue with 41 | 42 | 43 | ### can/should the published @embroider/vite package include transplied source? (current contents, error) <@22a> 44 | 45 | - human error - should have run `pnpm i` before deploying so that typescript would compile 46 | - should be fixed once we move to CI releasing 47 | 48 | ### https://github.com/embroider-build/embroider/issues/1514 <@simonihmig> 49 | 50 | - this is a real bug 51 | - we should create a test that covers it 52 | 53 | -------------------------------------------------------------------------------- /st-embroider/2023/2023-11-14.md: -------------------------------------------------------------------------------- 1 | # 2023-11-14 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Aaron Chambers 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [x] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [ ] Preston Sego (PS) 15 | - [ ] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [x] Andrey Mikhaylov (AM) 19 | - [x] tommyjr 20 | 21 | ## Topics 22 | 23 | ### https://github.com/typed-ember/glint/issues/628<@NullVoxPopuli, @Simon> 24 | - now with easy reproduction link 25 | - NVP doesn't have an idea for how to resolve 26 | - NVP also tried moduleResolution: node16 with module node16, no dice 27 | 28 | - because we're not publishing GTS files to npm your declarations definitely can't have .gts in our declarations 29 | - also not sure what to do here 30 | - we just need to put this on someone's todo list or as an item that we can work on together at office hours 31 | - it looks like glint has implemented the required .gts support for typechecking but not for declarations 32 | - the change need to happen in glint 33 | 34 | ### can we merge https://github.com/embroider-build/ember-auto-import/pull/587? 😱 <@mansona> 35 | 36 | - EF: the readme description could be improved but we can do this a follow-up PR 37 | - we might want to give a better description of the architecture of ember-auto-import to explain why this feature is needed 38 | - merged 🎉 39 | 40 | ### can we merge https://github.com/emberobserver/client/pull/240 CC Katie <@lolmaus> 41 | 42 | - KG: I'll merge this when I'm ready to release (which is not now) 43 | - you can work on embroider-optimised starting from this branch 👍 44 | 45 | -------------------------------------------------------------------------------- /st-embroider/2023/2023-12-05.md: -------------------------------------------------------------------------------- 1 | # 2023-11-21 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Andrey Mikhaylov 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [x] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [x] Preston Sego (PS) 15 | - [x] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [x] Andrey Mikhaylov (AM) 19 | - [x] Godfrey Chan (GC) 20 | - [x] Tommy JR (TJ) 21 | - [x] heroiceric 22 | - [x] Nick Schot (NS) 23 | 24 | ## Topics 25 | 26 | ### Add release-plan to https://github.com/orgs/embroider-build/teams/embroider-core/repositories and/or add me to owner? <@mansona> 27 | 28 | - added 👍 29 | 30 | ### fix for rollup file watching issue <@chancancode> 31 | 32 | - https://github.com/embroider-build/embroider/pull/1696 33 | 34 | - GC: it was smaller than I expected 35 | - CM: this should be targeting stable now 36 | - also we have tests for v2 addons watch mode that we can a test to that 37 | 38 | ### NVP hasn't had time to fix type=module for v2 addons, anyone want to take it? <@NullVoxPopuli> 39 | 40 | - EF: what's the leading edge of brokenness? 41 | - PS: not sure extactly 42 | - EF: this could be fixed eventually on main - part of the breaking change 43 | 44 | 45 | ### `ember-cli-deprecation-workflow` is still unmtaintained. Ed, were you gonna look into it? <@lolmaus> 46 | 47 | - discussion about potentially moving it to ember-cli org 48 | - probably just need to add this to the top of the list -------------------------------------------------------------------------------- /st-embroider/2024/2024-01-30.md: -------------------------------------------------------------------------------- 1 | # 2024-01-30 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Andrey Mikhaylov 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [x] Preston Sego (PS) 15 | - [x] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [x] Krystan HuffMenne (KH) 19 | - [ ] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [x] Andrey Mikhaylov (AM) 22 | 23 | ## Topics 24 | 25 | ### strange issues with template-complier when testing vite on a real app - apparently fixed with ember-source 5.6 <@mansona> 26 | 27 | - CM: do we need to tell people who are trying vite with their own apps to just use `ember-source@beta`? 28 | - EF: yes we think the current state of main is that it requires the beta, we think we can expand support but that work will happen later 29 | 30 | ### embroider codemod scope app vs v1 addon vs v2 addon <@void_mAlex> 31 | 32 | - (discussion of using the codemod with addons) 33 | - (discussion about using resolve from the module-resolver) 34 | - 35 | 36 | 37 | -------------------------------------------------------------------------------- /st-embroider/2024/2024-02-20.md: -------------------------------------------------------------------------------- 1 | # 2024-02-20 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Aaron Chambers 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [x] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [x] Preston Sego (PS) 15 | - [x] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [x] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [x] Marine Dunstetter (MD) 22 | - [x] tommyjr 23 | 24 | 25 | ## Topics 26 | 27 | ### Can I be made an admin of https://github.com/embroider-build/github-changelog so I can set things up properly for release <@mansona> 28 | 29 | - EF: done 30 | 31 | ### any objection to moving create-release-plan-setup to the embroider-build repo? Or is it time to create a release-plan org? https://github.com/mansona/create-release-plan-setup/issues/83 <@mansona> 32 | 33 | - EF: no objection 34 | 35 | 36 | ### Allow branch elimination for getConfig macro: https://github.com/embroider-build/embroider/issues/1804 <@simonihmig> 37 | 38 | - in dev the getconfig is considered dynamic 39 | - for fastboot cases - use top-level await and optionally import things if not in fastboot 40 | - for the linked case - we probably don't want to roll out a breaking change 41 | - we could provide a different API or an opt-in to prevent config from being dynamic 42 | - for fastboot we could add something to macros 43 | - or we could change getConfig smarter so it only says that it has a runtime implementation when it's fastboot 44 | 45 | ### https://github.com/embroider-build/release-plan/issues/59 <@nullvoxpopuli> 46 | 47 | - (long discussion) 48 | - EF: I'm going to respond to the issue sketching a good plugin API 49 | 50 | -------------------------------------------------------------------------------- /st-embroider/2024/2024-04-16.md: -------------------------------------------------------------------------------- 1 | # 2024-04-16 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: TommyJR 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [ ] Alex (A) 14 | - [ ] Preston Sego (PS) 15 | - [ ] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [x] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [x] Marine Dunstetter (MD) 22 | - [ ] David Taylor 23 | - [ ] TommyJR 24 | 25 | ## Topics 26 | 27 | ### Can I merge https://github.com/embroider-build/embroider/pull/1868 and am I right in saying it should be a major? <@mansona> 28 | 29 | - EF: agree that it should be a major 30 | - LGTM 31 | 32 | ### any word on getting a release out for ember-cli-deprecation-workflow? Or moving it to ember-cli org? <@mansona> 33 | 34 | - EF: I'll follow up with Matt 35 | - 36 | 37 | ### https://github.com/ef4/decorator-transforms/pull/17 next steps? <@davidtaylorhq> 38 | 39 | - EF: looks good 🎉 40 | - this change might unlock adding this to ember-cli-babel 41 | - CM: we can't add this by default because it doesn't support safari 12 (which is still technically supported) 42 | - DT: it could still work if you do things in a separate babel pass 43 | - CM: it could be added to the v2 addon blueprint then? 44 | - EF: if it is not there already then yes it should 45 | 46 | ### Review Deprecate component template resolution https://github.com/emberjs/ember.js/pull/20660 <@NullVoxPopuli> 47 | 48 | - (deep review) 49 | 50 | ### Release plan for decorator-transforms: https://github.com/ef4/decorator-transforms/pull/22 <@mansona> 51 | 52 | - merged and released -------------------------------------------------------------------------------- /st-embroider/2024/2024-05-07.md: -------------------------------------------------------------------------------- 1 | # 2024-05-07 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [ ] Preston Sego (PS) 15 | - [x] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [x] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | 22 | ## Topics 23 | 24 | ### Fixturify-project PRs https://github.com/stefanpenner/node-fixturify-project/pulls/mansona <@mansona> 25 | 26 | - EF: this is most likely a bug in TSup 27 | - (discussion of the interop question) 28 | - EF: try it with createRequire from node 29 | 30 | ### Discussion of serverMiddleware hook a) generically and b) specifically for fastboot <@mansona> 31 | 32 | - (discussed the fastboot case in office-hours) 33 | - we will need to make fastboot work differently than using an express server 34 | - CM: the main dependencies that are using it don't seem to need this: https://emberobserver.com/code-search?codeQuery=serverMiddleware&sort=updated&sortAscending=false 35 | - (discussion about the list) 36 | - general concensus: it's ok to not support this going forward 37 | - CM: I assume we don't need to do an RFC to continue 38 | - EF: we will have to do a garbage collection pass much later to disable each of these things 39 | 40 | ### Narrowed down broccoli trees for optimized file watching https://github.com/embroider-build/embroider/pull/1901 <@simonihmig> 41 | 42 | - (discussion about the whole process) 43 | - EF: looks good (approved) 44 | - 45 | 46 | 47 | -------------------------------------------------------------------------------- /st-embroider/2024/2024-05-14.md: -------------------------------------------------------------------------------- 1 | # 2024-05-14 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Tommy JR 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [ ] Preston Sego (PS) 15 | - [ ] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [x] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [x] Marine Dunstetter (MD) 22 | - [x] mikek2252 23 | - [x] tommyjr 24 | - [x] nickschot 25 | 26 | ## Topics 27 | 28 | ### ember-cli-babel is not set up for gts, though v1 addons can do this https://github.com/appuniversum/ember-appuniversum/pull/492/commits/f243124ec8c07f295da0a47615b2e9e4db009b51 29 | 30 | - not sure what is being asked here 31 | - added to next week's agenda 32 | 33 | 34 | ### https://github.com/embroider-build/addon-blueprint/issues/287 @mikek2252 35 | 36 | - EF: seems like we should fix this 37 | - we should use the syntax version of the plugin not the proposal one 38 | 39 | ### stop using query params for es compat https://github.com/embroider-build/embroider/pull/1900 <@mansona on behalf of @patricklx> 40 | 41 | - EF: seems good 42 | - merged 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /st-embroider/2024/2024-06-11.md: -------------------------------------------------------------------------------- 1 | # 2024-06-11 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Alex 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [x] Preston Sego (PS) 15 | - [ ] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [x] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [ ] Marine Dunstetter (MD) 22 | - [x] David Taylor (DT) 23 | - [x] Tommy JR 24 | 25 | ## Topics 26 | 27 | - no topics this week but lots of progress 28 | - extending office hours to keep progress going 💪 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /st-embroider/2024/2024-06-25.md: -------------------------------------------------------------------------------- 1 | # 2024-06-25 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Preston Sego 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [x] Preston Sego (PS) 15 | - [ ] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [ ] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [ ] Marine Dunstetter (MD) 22 | 23 | ## Topics 24 | 25 | ### Windows hard-link errors in node-fixturify-project https://github.com/stefanpenner/node-fixturify-project/pull/99 <@mansona on behalf of @patricklx> 26 | 27 | - (long discussion about the specifics) 28 | - CM: I misunderstood, this actually has exactly the behaviour I wanted 29 | - merge it!! 30 | - EF: merged 31 | - and released 32 | 33 | ### Template only names for inspector https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/58 <@patricklx> 34 | 35 | - EF: do we want this 36 | - PS: is this something to opt-into for certain builds 37 | - A: dev builds maybe it should be there 38 | - EF: not unreasonable as a default 39 | - (discussion about the merits of the change) 40 | - EF: added a comment to the PR to cover what we discussed 41 | 42 | ### Any known reason why service initialisation would be off with ember-route-template? I’m getting undefined services where I didn’t have them before <@mansona> 43 | 44 | - (discussion of the problem) 45 | - EF: probalby not ember-route-template 46 | - everything that is being described is expected to work 47 | - it's probably worth debugging the actual issue 48 | 49 | -------------------------------------------------------------------------------- /st-embroider/2024/2024-07-16.md: -------------------------------------------------------------------------------- 1 | # 2024-07-16 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Preston Sego 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [ ] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [x] Preston Sego (PS) 15 | - [x] Simon Ihmig (SI) 16 | - [ ] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [ ] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [ ] Marine Dunstetter (MD) 22 | - [x] DavidTaylorHQ 23 | 24 | ## Topics 25 | 26 | No topics today 27 | 28 | - paired on getting https://github.com/embroider-build/embroider/pull/2029 merged 29 | - paired on https://github.com/embroider-build/embroider/pull/1842 30 | 31 | -------------------------------------------------------------------------------- /st-embroider/2024/2024-07-23.md: -------------------------------------------------------------------------------- 1 | # 2024-07-30 2 | 3 | Note Taker: David Taylor 4 | Time Keeper: Preston Sego 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [ ] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [x] Preston Sego (PS) 15 | - [ ] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [ ] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [ ] Marine Dunstetter (MD) 22 | - [x] DavidTaylorHQ 23 | 24 | ## Roadmap review 25 | 26 | - EF: working on Ember 5.10 issues with test waiters 27 | 28 | - A: has been working on gjs codemod. Currently living in `@embroider/compat` 29 | 30 | PR: https://github.com/embroider-build/embroider/pull/1842 31 | 32 | docs: https://github.com/embroider-build/embroider/tree/stable?tab=readme-ov-file#template-tag-codemod 33 | 34 | Discussed how resolution works. Currently it depends on the Embroider resolver, which means apps need to be compatible with Embroider's static flags. That means it can't be used as a tool by complex apps to migrate apps towards the static flags. 35 | 36 | EF suggested that perhaps codemods should spit out a list of 'questions', they could be answered by pasting something into the console in a running app, which would return JSON. Codemod would then finish the transformation. Kinda like the existing runtime codemods, but without the fragile puppetteer integration. 37 | 38 | - Progress is being made on Embroider/Vite plugin. Next big step is https://github.com/embroider-build/embroider/pull/1936 39 | 40 | - Done with adding deprecations to Ember 5.x. Runtime module resolution deprecation didn't land, but that's ok 41 | 42 | ## Topics 43 | 44 | none today 45 | 46 | -------------------------------------------------------------------------------- /st-embroider/2024/2024-08-06.md: -------------------------------------------------------------------------------- 1 | # 2024-08-06 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Alex 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [ ] Preston Sego (PS) 15 | - [x] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [x] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [ ] Marine Dunstetter (MD) 22 | 23 | ## Topics 24 | 25 | ### Embroider Roadmap discussion 26 | 27 | - Almost there on the vite stuff. Two more steps 28 | - stop declaring app as auto-upgraded 29 | - stop flattening the app and test folders 30 | - discussion about v2 addon RFC - simple app booting 31 | 32 | ### template compiler issue in ember-source https://github.com/emberjs/ember.js/issues/20718 <@mansona> 33 | 34 | - EF: the way that it used to work needs to continue to work 35 | - KG: should this block the release patch? 36 | - EF: no go ahead 37 | - the patch is very important 38 | - we could debug the issue on the call if we have time 39 | 40 | ### Glint generic components <@ef4> 41 | 42 | - EF: it's not possible to make components that are generic over their components 43 | - PW: what's the issue? it's just the template only component that has the issue 44 | - EF: we could implement some way to use class syntax to define a "template only component" only for the types 45 | - the issue is that we only have 2 base classes `@ember/component` and `@glimmer/component` which both have behaviours 46 | - we could implement some other base class that gives us the ability to define generics 47 | - we could also reuse the techinque in ember-route-template used 48 | - 49 | 50 | -------------------------------------------------------------------------------- /st-embroider/2024/2024-08-13.md: -------------------------------------------------------------------------------- 1 | # 2024-08-13 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Preston Sego 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [ ] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [x] Preston Sego (PS) 15 | - [ ] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [x] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [ ] Marine Dunstetter (MD) 22 | - [ ] Your name here (INITIALS) 23 | 24 | ## Topics 25 | 26 | 27 | 28 | 29 | ### Project update 30 | 31 | - Vite plugin is almost done. One more PR and then we can try building without the rewritten app. 32 | - Work still working on the GJS codemod. The next version will try upgrading a typescript project. 33 | 34 | ### No AppTree Merging <@NullVoxPopuli> 35 | 36 | - outstanding issue overriding things in your app with javascript and typescript not working well together 37 | - if you override with TS the base JS still wins 38 | - CM: is this fixed in the new Vite situation? 39 | - PS: not sure 40 | - the option that I'm proposing here is that we stop automatic app tree merging and instead splat the addon app tress into the end user's app folder 41 | - CM: i discussed this with EF a while back when we were struggling to justify the work of creating a app tree syncing implementation 42 | - Ed's recent PR to fix extension search is likely a better fix for this 43 | - CM & PS will work on testing this in https://github.com/NullVoxPopuli/package-majors 44 | 45 | -------------------------------------------------------------------------------- /st-embroider/2024/2024-10-15.md: -------------------------------------------------------------------------------- 1 | # 2024-10-15 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Alex 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [ ] Preston Sego (PS) 15 | - [x] Simon Ihmig (SI) 16 | - [ ] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [ ] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [ ] Marine Dunstetter (MD) 22 | - [x] David Taylor (DT) 23 | - [x] Patrick 24 | 25 | ## Topics 26 | 27 | ### Going through the roadmap 28 | 29 | - https://github.com/orgs/embroider-build/projects/1 30 | 31 | ### should we just merge these? https://github.com/ember-cli/ember-cli/pulls/mansona <@mansona> 32 | 33 | - CM: sense check 34 | - EF: merged them all 35 | 36 | ### ember-cli stuff <@NullVoxPopuli> 37 | 38 | - https://github.com/ember-cli/ember-cli/pull/10521 39 | - PS: just to make it more convenient to run tests 40 | - EF: what about docs 41 | - CM: if you could add a paragraph for running one test that would be great 42 | - EF: aggreed - we can merge it now if you add that 43 | 44 | - continuing to work on PRs to ember-cli 45 | 46 | 47 | -------------------------------------------------------------------------------- /st-embroider/2024/2025-01-21.md: -------------------------------------------------------------------------------- 1 | # 2025-01-21 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Chris Manson 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [x] Preston Sego (PS) 15 | - [x] Simon Ihmig (SI) 16 | - [ ] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [x] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [x] Patricklx 22 | - [x] David Taylor 23 | 24 | ## Topics 25 | 26 | 27 | 28 | 29 | very short agenda this week - no topics 30 | 31 | (various discussions about work priority and things needed for the alpha release) 32 | 33 | (also discussing getting ember-help-wanted and other test apps like crates.io to modern implementation of vite etc) 34 | 35 | (discussion about ember-css-module support) 36 | 37 | (discussion about scope in ember-template lint - should all our rules just be eslint rules now?) 38 | 39 | -------------------------------------------------------------------------------- /st-embroider/2024/2025-02-25.md: -------------------------------------------------------------------------------- 1 | # 2025-02-25 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Chris Manson 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Falkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [ ] Preston Sego (PS) 15 | - [x] Simon Ihmig (SI) 16 | - [ ] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [ ] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [ ] Marine Dunstetter (MD) 22 | - [x] David Taylor 23 | - [x] Nick Schot 24 | - [x] tommyjr 25 | 26 | ## Topics 27 | 28 | - no topics today 29 | - going back to debugging codemod things 30 | - fixed https://github.com/glimmerjs/glimmer-vm/pull/1720 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /st-embroider/2024/2025-04-08.md: -------------------------------------------------------------------------------- 1 | # 2025-04-08 2 | 3 | Note Taker: Chris Manson 4 | Time Keeper: Chris Manson 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [x] Ed Faulkner (EF) 11 | - [x] Chris Manson (CM) 12 | - [ ] Aaron Chambers (AC) 13 | - [x] Alex (A) 14 | - [x] Preston Sego (PS) 15 | - [ ] Simon Ihmig (SI) 16 | - [x] Katie Gengler (KG) 17 | - [ ] Peter Meehan (PM) 18 | - [ ] Krystan HuffMenne (KH) 19 | - [x] Peter Wagenet (PW) 20 | - [ ] James Davis (JD) 21 | - [x] TommyJR 22 | 23 | ## Topics 24 | 25 | ### Compatibility issues post stable release <@ef4> 26 | 27 | - CM: should we do anything in the tracking issue: https://github.com/embroider-build/embroider/issues/1860 28 | - (discussion about webpack plugin) 29 | - (discussion about adding a better error for people) 30 | - A: we can release a new patch of `@embroider/webpack` that is "marked" in some way that we can throw an error in modern `@embroider/compat` 31 | - EF: yes let's do that 32 | 33 | - (discussion about app.import with custom output paths) 34 | - KG: can we just deprecate the whole app.import 35 | - EVERYONE: YES!! 36 | - (added to the board) 37 | 38 | - we should try to turn back on engines tests with no fastboot 39 | - CM: we discuss doing this in the engines repo before because they have more runtime tests 40 | - that would stop us from having to update the build tests we currently have 41 | 42 | - (long discussion about how to implement fastboot support) 43 | - (general agreement that we should try to make this work via fastboot-app-server) 44 | - CM: I'll take a look at it 45 | - EF: we want to push forward on native SSR -------------------------------------------------------------------------------- /st-embroider/template.md: -------------------------------------------------------------------------------- 1 | # YYYY-MM-DD 2 | 3 | Note Taker: 4 | Time Keeper: 5 | 6 | ## Attendees 7 | 8 | Add yourself to the list if you attend and check the box! 9 | 10 | - [ ] Ed Faulkner (EF) 11 | - [ ] Chris Manson (CM) 12 | - [ ] Alex (A) 13 | - [ ] Preston Sego (PS) 14 | - [ ] Simon Ihmig (SI) 15 | - [ ] Katie Gengler (KG) 16 | - [ ] Peter Meehan (PM) 17 | - [ ] Krystan HuffMenne (KH) 18 | - [ ] Peter Wagenet (PW) 19 | - [ ] James Davis (JD) 20 | - [ ] Your name here (INITIALS) 21 | 22 | ## Topics 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /st-octane/2018-12/december-18.md: -------------------------------------------------------------------------------- 1 | Meeting: Octane Strike Team 2018/12/18 2 | 3 | Overview 4 | Location 5 | 6 | BlueJeans: https://bluejeans.com/236115101 7 | WebRTC: https://bluejeans.com/236115101/webrtc 8 | #st-octane on Discord 9 | 10 | ## Attendees 11 | - [x] Chris Garrett (CG) 12 | - [ ] Jen Weber (JW) 13 | - [x] Melanie Sumner (MS) 14 | - [x] NullVoxPopuli (NVP) 15 | - [ ] Robert Jackson (RJ) 16 | - [x] Tom Dale (TD) 17 | - [ ] Stefan Penner (SP) 18 | - [ ] Izel Nakri (IN) 19 | - [ ] Yehuda Katz (YK) 20 | - [ ] Ricardo Mendes (RM) 21 | - [x] Tobias Bieniek (TB) 22 | 23 | ## Agenda 24 | 25 | Last week’s agenda: +Meeting Octane Strike Team 20181211 26 | 27 | 28 | - [ ] Review last week’s action items 29 | - [ ] Template imports 30 | - [ ] New file extension 31 | - [ ] Timeline 32 | 33 | Action Items 34 | - [ ] @Tom D to write issues describing needed RFCs for 35 | - [ ] Rehydration 36 | - [ ] Incremental rendering 37 | - [ ] @Tom D to review Mini Guide’s open questions 38 | - [ ] @Michael N to organize “someone without context” to review docs 39 | - [ ] @Chris G work on codemod/documentation 40 | - [ ] https://github.com/scalvert/ember-es6-class-codemod/issues/46 41 | - [ ] @NullVox P proof of concept for decorators 42 | - [ ] @Tom D to update Decorators RFC to describe plan to wait for possible Stage 3 at next TC39 43 | - [ ] @Tom D to find someone to work on router helpers RFC implementation 44 | - [ ] @Tom D first pass update of Editions RFC 45 | - [ ] @Tom D to talk to Stefan Penner about reporting requirements for different flag permutations in errors 46 | 47 | 48 | 49 | ## Notes 50 | 51 | Conversation Topic (Usually an Agenda Item) 52 | 53 | Timeline by EmberConf: 54 | 55 | - features are at least beta (we PR it as “Octane Preview”) 56 | - documentation is shipped 57 | - 58 | 59 | -------------------------------------------------------------------------------- /st-octane/2019-01/january-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emberjs/core-notes/a4c71a8147bb3b951d43731f7ac6e3bce96fef5d/st-octane/2019-01/january-01.md -------------------------------------------------------------------------------- /st-octane/2019-01/january-29.md: -------------------------------------------------------------------------------- 1 | Meeting: Octane Strike Team 2019/01/29 2 | 3 | Overview 4 | Location 5 | 6 | BlueJeans: https://bluejeans.com/236115101 7 | WebRTC: https://bluejeans.com/236115101/webrtc 8 | #st-octane on Discord 9 | 10 | ## Attendees 11 | 12 | - [ ] Chris Garrett (CG) 13 | - [ ] Jen Weber (JW) 14 | - [x] Melanie Sumner (MS) 15 | - [ ] NullVoxPopuli (NVP) 16 | - [ ] Robert Jackson (RJ) 17 | - [ ] Tom Dale (TD) 18 | - [ ] Stefan Penner (SP) 19 | - [ ] Izel Nakri (IN) 20 | - [ ] Yehuda Katz (YK) 21 | - [ ] Ricardo Mendes (RM) 22 | 23 | ## Agenda 24 | 25 | Last week’s agenda: +Meeting: Octane Strike Team 2018/01/22 26 | 27 | 28 | - [ ] Review last week’s action items 29 | - [ ] Ember Inspector & Octane/Editions 30 | 31 | Action Items 32 | - [ ] Action item 1 33 | 34 | 35 | ## Notes 36 | 37 | Conversation Topic (Usually an Agenda Item) 38 | 39 | TD: Blah blah blah. 40 | CG: I agree wholeheartedly. 41 | -------------------------------------------------------------------------------- /st-octane/2019-02/february-05.md: -------------------------------------------------------------------------------- 1 | Meeting: Octane Strike Team 2019/02/05 2 | 3 | Overview 4 | Location 5 | 6 | BlueJeans: https://bluejeans.com/236115101 7 | WebRTC: https://bluejeans.com/236115101/webrtc 8 | #st-octane on Discord 9 | 10 | ## Attendees 11 | - [ ] Chris Garrett (CG) 12 | - [ ] Jen Weber (JW) 13 | - [x] Melanie Sumner (MS) 14 | - [x] NullVoxPopuli (NVP) 15 | - [ ] Robert Jackson (RJ) 16 | - [x] Tom Dale (TD) 17 | - [ ] Stefan Penner (SP) 18 | - [ ] Izel Nakri (IN) 19 | - [ ] Yehuda Katz (YK) 20 | - [x] Ricardo Mendes (RM) 21 | - [x] Robert Wagner (RW) 22 | - [x] Mike North (MN) 23 | 24 | ## Agenda 25 | 26 | Last week’s agenda:+Meeting: Octane Strike Team 2019/01/29 27 | 28 | 29 | - [ ] Review last week’s action items 30 | - [ ] Review Octane tracking issue 31 | 32 | Action Items 33 | - [ ] Action item 1 34 | 35 | 36 | ## Notes 37 | 38 | Conversation Topic (Usually an Agenda Item) 39 | 40 | TD: Blah blah blah. 41 | CG: I agree wholeheartedly. 42 | -------------------------------------------------------------------------------- /st-octane/2019-02/february-19.md: -------------------------------------------------------------------------------- 1 | Meeting: Octane Strike Team 2019/02/19 2 | 3 | Overview 4 | Location 5 | 6 | BlueJeans: https://bluejeans.com/236115101 7 | WebRTC: https://bluejeans.com/236115101/webrtc 8 | #st-octane on Discord 9 | 10 | ## Attendees 11 | - [ ] Chris Garrett (CG) 12 | - [ ] Jen Weber (JW) 13 | - [x] Melanie Sumner (MS) 14 | - [x] NullVoxPopuli (NVP) 15 | - [x] Robert Jackson (RJ) 16 | - [x] Tom Dale (TD) 17 | - [ ] Stefan Penner (SP) 18 | - [ ] Izel Nakri (IN) 19 | - [ ] Yehuda Katz (YK) 20 | - [ ] Ricardo Mendes (RM) 21 | 22 | ## Agenda 23 | 24 | Last week’s agenda: Link 25 | 26 | 27 | - [ ] Review last week’s action items 28 | - [ ] Agenda item 1 (TD) 29 | 30 | Action Items 31 | - [ ] Action item 1 32 | 33 | 34 | ## Notes 35 | 36 | Conversation Topic (Usually an Agenda Item) 37 | 38 | TD: Blah blah blah. 39 | CG: I agree wholeheartedly. 40 | -------------------------------------------------------------------------------- /st-octane/2019-02/february-26.md: -------------------------------------------------------------------------------- 1 | Meeting: Octane Strike Team 2019/02/26 2 | 3 | Overview 4 | Location 5 | 6 | BlueJeans: https://bluejeans.com/236115101 7 | WebRTC: https://bluejeans.com/236115101/webrtc 8 | #st-octane on Discord 9 | 10 | ## Attendees 11 | 12 | - [ ] Chris Garrett (CG) 13 | - [ ] Jen Weber (JW) 14 | - [ ] Melanie Sumner (MS) 15 | - [ ] NullVoxPopuli (NVP) 16 | - [ ] Robert Jackson (RJ) 17 | - [ ] Tom Dale (TD) 18 | - [ ] Stefan Penner (SP) 19 | - [ ] Izel Nakri (IN) 20 | - [ ] Yehuda Katz (YK) 21 | - [ ] Ricardo Mendes (RM) 22 | 23 | ## Agenda 24 | 25 | Last week’s agenda: Link 26 | 27 | 28 | - [ ] Review last week’s action items 29 | - [ ] Agenda item 1 (TD) 30 | Action Items 31 | - [ ] Action item 1 32 | 33 | 34 | ## Notes 35 | 36 | Conversation Topic (Usually an Agenda Item) 37 | 38 | TD: Blah blah blah. 39 | CG: I agree wholeheartedly. 40 | -------------------------------------------------------------------------------- /st-router/2023-05/May 30 2023.md: -------------------------------------------------------------------------------- 1 | # May 30, 2023 2 | 3 | ## Agenda 4 | 5 | - Demo from void_malex 6 | - Discussion re: the Sveltekit approach 7 | 8 | ## Attendees 9 | 10 | - Melanie S (melsumner) 11 | - Matthew I (meirish) 12 | - Alex M (void_malex) 13 | - Preston S (nullvoxpopuli) 14 | - Chris T (runspired) 15 | 16 | ## Notes 17 | 18 | ### Demo 19 | 20 | Showed a demo exploring the idea of stacked routes 21 | Key is the path that will be in the browser URL 22 | More verbose/explicit 23 | For each route, the user defines the template, loading/error functions, and the data 24 | 25 | Question: should our router be tied to the resolver like it is today? 26 | Question: should the resolver even exist in future Ember? 27 | 28 | We want to being able to parallelize template and data loading by knowing the graph up front 29 | 30 | Note: didn't make it to discussing Sveltekit, so that will be pushed to next week. 31 | --------------------------------------------------------------------------------