User Tools

Site Tools


dev:meetings:2011-08-02

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dev:meetings:2011-08-02 [2011/08/02 08:32] – created dbsdev:meetings:2011-08-02 [2022/02/10 13:34] (current) – external edit 127.0.0.1
Line 22: Line 22:
 ===== Agenda ===== ===== Agenda =====
  
-  - Determine the taker of minutes: +  - Determine the taker of minutes: Ben Shum (bshum) 
-  - Determine meeting leader:+  - Determine meeting leader: Anoop Atre (moodaepo)
   - Review action items   - Review action items
     - gmcharlt working on: [[https://bugs.launchpad.net/evergreen/+bug/740320|LP 740320]] and [[https://bugs.launchpad.net/evergreen/+bug/520175|LP 520175]] ([[http://git.evergreen-ils.org/?p=evergreen/equinox.git;a=shortlog;h=refs/heads/ext/pioneer-autogrid-improvements | related work ]])     - gmcharlt working on: [[https://bugs.launchpad.net/evergreen/+bug/740320|LP 740320]] and [[https://bugs.launchpad.net/evergreen/+bug/520175|LP 520175]] ([[http://git.evergreen-ils.org/?p=evergreen/equinox.git;a=shortlog;h=refs/heads/ext/pioneer-autogrid-improvements | related work ]])
-      * **STATUS**: Open. +      * **STATUS**: LP740320 was assigned to eeevil, LP520175 continues to be gmcharlt.
-       * **ACTION ITEM**: gmcharlt will respond when possible.+
     - gmcharlt to review [[https://bugs.launchpad.net/evergreen/+bug/787162|LP 787162]], [[https://bugs.launchpad.net/evergreen/+bug/758945|LP 758945]]     - gmcharlt to review [[https://bugs.launchpad.net/evergreen/+bug/787162|LP 787162]], [[https://bugs.launchpad.net/evergreen/+bug/758945|LP 758945]]
-      * **STATUS**: Still in process, deferred to next.+      * **STATUS**: Still in process.
     - gmcharlt suggested that we have a pullrequests review meeting opposite to dev meetings (to be added to mailing list for discussion)     - gmcharlt suggested that we have a pullrequests review meeting opposite to dev meetings (to be added to mailing list for discussion)
-      * **STATUS**:  Open. +      * **STATUS**: Voted through by participating dev members and first meeting took place on 2011-08-08 at 12 pm EST
-        * Possibly have pullrequest meetings more frequently to supplement the committfests +      Main goal was for core devs to clear the pullrequest queue, but testers with signoff ability were welcome to attend.
-        * tsbere noted that gmcharlt was thinking the weeks we don't have a dev meeting. So every tuesday at noon there would be a dev meeting or a pullrequest meeting+
-       **ACTION ITEM**: Still need to find a volunteer to confirm schedule, send out notification, and arrange other admin overhead stuff+
     - phasefx will take an action for making a custom git command to spit out the invocation for checking out a specific branch from a specific repository     - phasefx will take an action for making a custom git command to spit out the invocation for checking out a specific branch from a specific repository
-      * **STATUS**: Open. +      * **STATUS**: tsbere pointed at [[dev:git#helpful_scripts|helpful_scripts]]
-       * **ACTION ITEM**: tsbere will be looking at custom git commands. <code bash> +
-#!/bin/sh +
-# Have this be something like /usr/local/bin/git-url and invoke as "git url" while sitting in the checked out branch. +
-# Not perfect.  For example, you may have the repo URL be something like git@git.evergreen-ils.org while others may +
-# need git://git.evergreen-ils.org/, or vice versa +
-giturlbranch=`git branch --no-color 2> /dev/null sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'+
-giturlrepo=`git config -l | grep ${giturlbranch}.remote | cut -f2 -d=` +
-giturlrepourl=`git config -l | grep ${giturlrepo}.url | cut -f2 -d=` +
-echo git add remote $giturlrepo $giturlrepourl +
-echo git co -b $giturlbranch $giturlrepo/$giturlbranch +
-</code>+
  
 ===== Template::Toolkit merge status ===== ===== Template::Toolkit merge status =====
  
   * [[http://evergreen-ils.org/dokuwiki/doku.php?id=dev:opac:template-toolkit:todos|Rough TT OPAC todo list]]   * [[http://evergreen-ils.org/dokuwiki/doku.php?id=dev:opac:template-toolkit:todos|Rough TT OPAC todo list]]
-  * Conifer hosted a dev session in June in the attempt the accelerate the development of the TT OPAC; there is strong interest in adopting the TT OPAC prior to September (for obvious academic year reasons)d +  * Conifer hosted a dev session in June in the attempt the accelerate the development of the TT OPAC; there is strong interest in adopting the TT OPAC prior to September (for obvious academic year reasons) 
-  * On July 29, Dan Scott asked on IRC what steps would need to be taken to get TT OPAC branches merged to master; Lebbeous Fogle-Weekly [[http://evergreen-ils.org/irc_logs/evergreen/2011-07/%23evergreen.29-Fri-2011.log|replied]]:+  * On July 29, Dan Scott asked on IRC what steps would need to be taken to get TT OPAC branches merged to master; Lebbeous Fogle-Weekley [[http://evergreen-ils.org/irc_logs/evergreen/2011-07/%23evergreen.29-Fri-2011.log|replied]]:
 <code> <code>
 I have a strong desire to merge equinox work and conifer work on I have a strong desire to merge equinox work and conifer work on
Line 70: Line 56:
 possible to use T-pac for both with a small amount of configuration. possible to use T-pac for both with a small amount of configuration.
 </code> </code>
-  * Question: Do we have any rough dates for 2.2?+  * Question: Do we have any rough dates for 2.2? (NO)
   * Jason Stephenson offered to start testing TT OPAC integration branches but needs to be pointed at appropriate branches   * Jason Stephenson offered to start testing TT OPAC integration branches but needs to be pointed at appropriate branches
     ** http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/dbs/template-toolkit-integration-on-master was current as of 4 weeks ago     ** http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/dbs/template-toolkit-integration-on-master was current as of 4 weeks ago
     ** http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/ttopac-refworks-ou-patch would apply on top of that     ** http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/ttopac-refworks-ou-patch would apply on top of that
 +  * eeevil mentioned: some TT-supporting QP (QueryParser) work coming soon (likely from senator) to deliver a easy-to-use serialization of the QP instance structure
  
 ===== Patch review queue ===== ===== Patch review queue =====
Line 84: Line 71:
 A spreadsheet of bugs that could use some attention (statuses, confirmation, etc.) is available at http://goo.gl/a9SAQ A spreadsheet of bugs that could use some attention (statuses, confirmation, etc.) is available at http://goo.gl/a9SAQ
   * mrpeters-isl has started a FAQ page for bug wranglers http://open-ils.org/dokuwiki/doku.php?id=dev:bug_wrangler:faq   * mrpeters-isl has started a FAQ page for bug wranglers http://open-ils.org/dokuwiki/doku.php?id=dev:bug_wrangler:faq
 +
 +(Note: patch review was pushed off to 2011-08-08 pullrequest meeting)
 +
 ===== Evergreen release statuses ===== ===== Evergreen release statuses =====
  
Line 90: Line 80:
       - Bugs targeted to [[https://launchpad.net/evergreen/+milestone/1.6.1.9|1.6.1.9]]       - Bugs targeted to [[https://launchpad.net/evergreen/+milestone/1.6.1.9|1.6.1.9]]
     - 2.0.x (current release = 2.0.7)     - 2.0.x (current release = 2.0.7)
-      - Need to mark 2.0.7 as closed and released on LP.+      - Need to mark 2.0.7 as closed and released on LP.  (Done)
       - Bugs targeted to [[https://launchpad.net/evergreen/+milestone/2.0.8|2.0.8]]       - Bugs targeted to [[https://launchpad.net/evergreen/+milestone/2.0.8|2.0.8]]
     - 2.1.x (current release = 2.1-rc1)     - 2.1.x (current release = 2.1-rc1)
dev/meetings/2011-08-02.1312288325.txt.gz · Last modified: 2022/02/10 13:34 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.