File Changes for max
switch to commits view, user indexv314_preview2 to v314_base (2015-03-23 to 2015-03-30) v314
- src/hg/hgCustom/hgCustom.c
- lines changed 4, context: html, text, full: html, text
This is a go at libifing the CGI startup code. For all CGIs, we need to
call a few basic setup funtions, like UDC config and CGI apoptosis.
(For most CGIs also bottleneck). Instead of adding it to all of our
30+ CGIs, I changed the cart*Shell functions. I think most CGIs call
at least one of these functions. This commit removes the existing
copy/pasted code from a few CGIs and replaces it with one call.
Adding this to the cart-setup means that (like before), UDC is
setup even for small JSON calls and a process is spawned to watch
the CGI and kill it ("Apoptosis"). Any comments on whether this should
be implemented differently are appreciated. I have not added bottleneck
to this function right now as apparently we're calling bottleneck only
from some of our CGIs.
- lines changed 4, context: html, text, full: html, text
Revert "This is a go at libifing the CGI startup code. For all CGIs, we need to"
This reverts commit 6696987406845625c252a13b690e0c4d7d9e59fa.
- src/hg/hgLogin/hgLogin.c
- lines changed 11, context: html, text, full: html, text
changing hgLogin to add special message on mirrors, refs #14718
- src/hg/hgNotYet/hgNotYet.c
- lines changed 7, context: html, text, full: html, text
Removing GSAID code. BrianR said that's OK.
- lines changed 7, context: html, text, full: html, text
Revert "Removing GSAID code. BrianR said that's OK."
This reverts commit 324e56bb2fe619534c60a35706fb7bfc188c737f.
- src/hg/hgTables/hgTables.c
- lines changed 7, context: html, text, full: html, text
This is a go at libifing the CGI startup code. For all CGIs, we need to
call a few basic setup funtions, like UDC config and CGI apoptosis.
(For most CGIs also bottleneck). Instead of adding it to all of our
30+ CGIs, I changed the cart*Shell functions. I think most CGIs call
at least one of these functions. This commit removes the existing
copy/pasted code from a few CGIs and replaces it with one call.
Adding this to the cart-setup means that (like before), UDC is
setup even for small JSON calls and a process is spawned to watch
the CGI and kill it ("Apoptosis"). Any comments on whether this should
be implemented differently are appreciated. I have not added bottleneck
to this function right now as apparently we're calling bottleneck only
from some of our CGIs.
- lines changed 7, context: html, text, full: html, text
Revert "This is a go at libifing the CGI startup code. For all CGIs, we need to"
This reverts commit 6696987406845625c252a13b690e0c4d7d9e59fa.
- src/hg/hgTracks/hgTracks.c
- lines changed 5, context: html, text, full: html, text
Removing GSAID code. BrianR said that's OK.
- lines changed 5, context: html, text, full: html, text
the measureTiming for the cart must be the first call in the function.
I got that wrong when I added the bottleneck measureTiming call.
- lines changed 4, context: html, text, full: html, text
This is a go at libifing the CGI startup code. For all CGIs, we need to
call a few basic setup funtions, like UDC config and CGI apoptosis.
(For most CGIs also bottleneck). Instead of adding it to all of our
30+ CGIs, I changed the cart*Shell functions. I think most CGIs call
at least one of these functions. This commit removes the existing
copy/pasted code from a few CGIs and replaces it with one call.
Adding this to the cart-setup means that (like before), UDC is
setup even for small JSON calls and a process is spawned to watch
the CGI and kill it ("Apoptosis"). Any comments on whether this should
be implemented differently are appreciated. I have not added bottleneck
to this function right now as apparently we're calling bottleneck only
from some of our CGIs.
- lines changed 4, context: html, text, full: html, text
Revert "This is a go at libifing the CGI startup code. For all CGIs, we need to"
This reverts commit 6696987406845625c252a13b690e0c4d7d9e59fa.
- lines changed 5, context: html, text, full: html, text
Revert "the measureTiming for the cart must be the first call in the function."
This reverts commit ae082c232f3bf6ef30c9993e7c4ee1b7256c2f57.
- lines changed 5, context: html, text, full: html, text
Revert "Removing GSAID code. BrianR said that's OK."
This reverts commit 324e56bb2fe619534c60a35706fb7bfc188c737f.
- src/hg/hgTracks/mainMain.c
- lines changed 5, context: html, text, full: html, text
Removing GSAID code. BrianR said that's OK.
- lines changed 4, context: html, text, full: html, text
This is a go at libifing the CGI startup code. For all CGIs, we need to
call a few basic setup funtions, like UDC config and CGI apoptosis.
(For most CGIs also bottleneck). Instead of adding it to all of our
30+ CGIs, I changed the cart*Shell functions. I think most CGIs call
at least one of these functions. This commit removes the existing
copy/pasted code from a few CGIs and replaces it with one call.
Adding this to the cart-setup means that (like before), UDC is
setup even for small JSON calls and a process is spawned to watch
the CGI and kill it ("Apoptosis"). Any comments on whether this should
be implemented differently are appreciated. I have not added bottleneck
to this function right now as apparently we're calling bottleneck only
from some of our CGIs.
- lines changed 4, context: html, text, full: html, text
Revert "This is a go at libifing the CGI startup code. For all CGIs, we need to"
This reverts commit 6696987406845625c252a13b690e0c4d7d9e59fa.
- lines changed 5, context: html, text, full: html, text
Revert "Removing GSAID code. BrianR said that's OK."
This reverts commit 324e56bb2fe619534c60a35706fb7bfc188c737f.
- src/hg/hgTracks/pslTrack.c
- lines changed 115, context: html, text, full: html, text
Removing GSAID code. BrianR said that's OK.
- lines changed 10, context: html, text, full: html, text
This is a go at libifing the CGI startup code. For all CGIs, we need to
call a few basic setup funtions, like UDC config and CGI apoptosis.
(For most CGIs also bottleneck). Instead of adding it to all of our
30+ CGIs, I changed the cart*Shell functions. I think most CGIs call
at least one of these functions. This commit removes the existing
copy/pasted code from a few CGIs and replaces it with one call.
Adding this to the cart-setup means that (like before), UDC is
setup even for small JSON calls and a process is spawned to watch
the CGI and kill it ("Apoptosis"). Any comments on whether this should
be implemented differently are appreciated. I have not added bottleneck
to this function right now as apparently we're calling bottleneck only
from some of our CGIs.
- lines changed 10, context: html, text, full: html, text
Revert "This is a go at libifing the CGI startup code. For all CGIs, we need to"
This reverts commit 6696987406845625c252a13b690e0c4d7d9e59fa.
- lines changed 115, context: html, text, full: html, text
Revert "Removing GSAID code. BrianR said that's OK."
This reverts commit 324e56bb2fe619534c60a35706fb7bfc188c737f.
- src/hg/hgVai/hgVai.c
- lines changed 5, context: html, text, full: html, text
This is a go at libifing the CGI startup code. For all CGIs, we need to
call a few basic setup funtions, like UDC config and CGI apoptosis.
(For most CGIs also bottleneck). Instead of adding it to all of our
30+ CGIs, I changed the cart*Shell functions. I think most CGIs call
at least one of these functions. This commit removes the existing
copy/pasted code from a few CGIs and replaces it with one call.
Adding this to the cart-setup means that (like before), UDC is
setup even for small JSON calls and a process is spawned to watch
the CGI and kill it ("Apoptosis"). Any comments on whether this should
be implemented differently are appreciated. I have not added bottleneck
to this function right now as apparently we're calling bottleneck only
from some of our CGIs.
- lines changed 5, context: html, text, full: html, text
Revert "This is a go at libifing the CGI startup code. For all CGIs, we need to"
This reverts commit 6696987406845625c252a13b690e0c4d7d9e59fa.
- src/hg/hgVarAnnogrator/hgVarAnnogrator.c
- lines changed 6, context: html, text, full: html, text
This is a go at libifing the CGI startup code. For all CGIs, we need to
call a few basic setup funtions, like UDC config and CGI apoptosis.
(For most CGIs also bottleneck). Instead of adding it to all of our
30+ CGIs, I changed the cart*Shell functions. I think most CGIs call
at least one of these functions. This commit removes the existing
copy/pasted code from a few CGIs and replaces it with one call.
Adding this to the cart-setup means that (like before), UDC is
setup even for small JSON calls and a process is spawned to watch
the CGI and kill it ("Apoptosis"). Any comments on whether this should
be implemented differently are appreciated. I have not added bottleneck
to this function right now as apparently we're calling bottleneck only
from some of our CGIs.
- lines changed 6, context: html, text, full: html, text
Revert "This is a go at libifing the CGI startup code. For all CGIs, we need to"
This reverts commit 6696987406845625c252a13b690e0c4d7d9e59fa.
- src/hg/hgc/bamClick.c
- lines changed 4, context: html, text, full: html, text
This is a go at libifing the CGI startup code. For all CGIs, we need to
call a few basic setup funtions, like UDC config and CGI apoptosis.
(For most CGIs also bottleneck). Instead of adding it to all of our
30+ CGIs, I changed the cart*Shell functions. I think most CGIs call
at least one of these functions. This commit removes the existing
copy/pasted code from a few CGIs and replaces it with one call.
Adding this to the cart-setup means that (like before), UDC is
setup even for small JSON calls and a process is spawned to watch
the CGI and kill it ("Apoptosis"). Any comments on whether this should
be implemented differently are appreciated. I have not added bottleneck
to this function right now as apparently we're calling bottleneck only
from some of our CGIs.
- lines changed 4, context: html, text, full: html, text
Revert "This is a go at libifing the CGI startup code. For all CGIs, we need to"
This reverts commit 6696987406845625c252a13b690e0c4d7d9e59fa.
- src/hg/hgc/hgc.c
- lines changed 5, context: html, text, full: html, text
Removing GSAID code. BrianR said that's OK.
- lines changed 5, context: html, text, full: html, text
Revert "Removing GSAID code. BrianR said that's OK."
This reverts commit 324e56bb2fe619534c60a35706fb7bfc188c737f.
- src/hg/hgc/vcfClick.c
- lines changed 3, context: html, text, full: html, text
This is a go at libifing the CGI startup code. For all CGIs, we need to
call a few basic setup funtions, like UDC config and CGI apoptosis.
(For most CGIs also bottleneck). Instead of adding it to all of our
30+ CGIs, I changed the cart*Shell functions. I think most CGIs call
at least one of these functions. This commit removes the existing
copy/pasted code from a few CGIs and replaces it with one call.
Adding this to the cart-setup means that (like before), UDC is
setup even for small JSON calls and a process is spawned to watch
the CGI and kill it ("Apoptosis"). Any comments on whether this should
be implemented differently are appreciated. I have not added bottleneck
to this function right now as apparently we're calling bottleneck only
from some of our CGIs.
- lines changed 3, context: html, text, full: html, text
Revert "This is a go at libifing the CGI startup code. For all CGIs, we need to"
This reverts commit 6696987406845625c252a13b690e0c4d7d9e59fa.
- src/hg/hgc/virusClick.c
- lines changed 1, context: html, text, full: html, text
previous commit was way overzealous, re-adding stubs for old gisaid code.
Should have not touched this, sorry.
- lines changed 1, context: html, text, full: html, text
Revert "previous commit was way overzealous, re-adding stubs for old gisaid code."
This reverts commit a9d79df3cbd3f62b8607f053db951ccc0b7647da.
- src/hg/inc/hCommon.h
- lines changed 18, context: html, text, full: html, text
previous commit was way overzealous, re-adding stubs for old gisaid code.
Should have not touched this, sorry.
- lines changed 18, context: html, text, full: html, text
Revert "previous commit was way overzealous, re-adding stubs for old gisaid code."
This reverts commit a9d79df3cbd3f62b8607f053db951ccc0b7647da.
- src/hg/lib/cart.c
- lines changed 11, context: html, text, full: html, text
This is a go at libifing the CGI startup code. For all CGIs, we need to
call a few basic setup funtions, like UDC config and CGI apoptosis.
(For most CGIs also bottleneck). Instead of adding it to all of our
30+ CGIs, I changed the cart*Shell functions. I think most CGIs call
at least one of these functions. This commit removes the existing
copy/pasted code from a few CGIs and replaces it with one call.
Adding this to the cart-setup means that (like before), UDC is
setup even for small JSON calls and a process is spawned to watch
the CGI and kill it ("Apoptosis"). Any comments on whether this should
be implemented differently are appreciated. I have not added bottleneck
to this function right now as apparently we're calling bottleneck only
from some of our CGIs.
- lines changed 11, context: html, text, full: html, text
Revert "This is a go at libifing the CGI startup code. For all CGIs, we need to"
This reverts commit 6696987406845625c252a13b690e0c4d7d9e59fa.
- src/hg/lib/hCommon.c
- lines changed 29, context: html, text, full: html, text
Removing GSAID code. BrianR said that's OK.
- lines changed 17, context: html, text, full: html, text
previous commit was way overzealous, re-adding stubs for old gisaid code.
Should have not touched this, sorry.
- lines changed 29, context: html, text, full: html, text
This is a go at libifing the CGI startup code. For all CGIs, we need to
call a few basic setup funtions, like UDC config and CGI apoptosis.
(For most CGIs also bottleneck). Instead of adding it to all of our
30+ CGIs, I changed the cart*Shell functions. I think most CGIs call
at least one of these functions. This commit removes the existing
copy/pasted code from a few CGIs and replaces it with one call.
Adding this to the cart-setup means that (like before), UDC is
setup even for small JSON calls and a process is spawned to watch
the CGI and kill it ("Apoptosis"). Any comments on whether this should
be implemented differently are appreciated. I have not added bottleneck
to this function right now as apparently we're calling bottleneck only
from some of our CGIs.
- lines changed 29, context: html, text, full: html, text
Revert "This is a go at libifing the CGI startup code. For all CGIs, we need to"
This reverts commit 6696987406845625c252a13b690e0c4d7d9e59fa.
- lines changed 17, context: html, text, full: html, text
Revert "previous commit was way overzealous, re-adding stubs for old gisaid code."
This reverts commit a9d79df3cbd3f62b8607f053db951ccc0b7647da.
- lines changed 29, context: html, text, full: html, text
Revert "Removing GSAID code. BrianR said that's OK."
This reverts commit 324e56bb2fe619534c60a35706fb7bfc188c737f.
- src/hg/lib/hdb.c
- lines changed 3, context: html, text, full: html, text
Removing GSAID code. BrianR said that's OK.
- lines changed 3, context: html, text, full: html, text
Revert "Removing GSAID code. BrianR said that's OK."
This reverts commit 324e56bb2fe619534c60a35706fb7bfc188c737f.
- src/hg/lib/makefile
- lines changed 1, context: html, text, full: html, text
Removing GSAID code. BrianR said that's OK.
- lines changed 1, context: html, text, full: html, text
taking back another gisaid change.
- lines changed 1, context: html, text, full: html, text
Revert "taking back another gisaid change."
This reverts commit 89fc2fe7eba3cff4710396b22d8bf641b63d0765.
- lines changed 1, context: html, text, full: html, text
Revert "Removing GSAID code. BrianR said that's OK."
This reverts commit 324e56bb2fe619534c60a35706fb7bfc188c737f.
- src/hg/lib/validateGisaid.c
- lines changed 21, context: html, text, full: html, text
Removing GSAID code. BrianR said that's OK.
- lines changed 12, context: html, text, full: html, text
previous commit was way overzealous, re-adding stubs for old gisaid code.
Should have not touched this, sorry.
- lines changed 12, context: html, text, full: html, text
Revert "previous commit was way overzealous, re-adding stubs for old gisaid code."
This reverts commit a9d79df3cbd3f62b8607f053db951ccc0b7647da.
- lines changed 21, context: html, text, full: html, text
Revert "Removing GSAID code. BrianR said that's OK."
This reverts commit 324e56bb2fe619534c60a35706fb7bfc188c737f.
switch to commits view, user index