Closed
Bug 440788
Opened 17 years ago
Closed 17 years ago
align on one repository for graph server code
Categories
(Webtools Graveyard :: Graph Server, defect, P2)
Webtools Graveyard
Graph Server
Tracking
(Not tracked)
RESOLVED
FIXED
0.3
People
(Reporter: anodelman, Assigned: anodelman)
References
Details
Attachments
(1 file, 3 obsolete files)
|
539 bytes,
patch
|
rdoherty
:
review+
|
Details | Diff | Splinter Review |
Currently the old code is in cvs and the new in hg and we run a mix of cvs/hg code on graphs.m.o and graphs-stage.m.o. We need to line up on a single code base.
Comment 1•17 years ago
|
||
Alice, can you split this out into smaller bugs so others can help?
Assignee: nobody → anodelman
Target Milestone: --- → 0.3
| Assignee | ||
Updated•17 years ago
|
Priority: -- → P2
Comment 2•17 years ago
|
||
I'm curious what the eta is on this. I think myself and others are blocked until either all code is in 1 repo or there's documentation on how to get it up and running. Thanks!
| Assignee | ||
Comment 3•17 years ago
|
||
All new code should be in hg, and we should only be doing fixes on the new front end (which is the one already in hg). The current state is a little confusing, but as long as you aren't touching server code (collect.cgi/getdata.cgi/bulk.cgi) then everything that you need is in hg.
The list of blockers might not be quite correct - since I've mixed together bugs having to do with aligning on a single repository along with bugs having to do with only hosting a single front end.
For the single repository, we should be able to get to a stable state pretty easily by applying the few patches that are cvs only to the hg version.
| Assignee | ||
Comment 4•17 years ago
|
||
For those looking for the hg repository it's here: http://hg.mozilla.org/index.cgi/graphs/
Comment 5•17 years ago
|
||
I think this is finished -- is there anything left to do here?
| Assignee | ||
Comment 6•17 years ago
|
||
The hg repository has the server code in a directory called 'server' - this is just making the link to getdata.cgi match with that.
Attachment #330120 -
Flags: review?(rdoherty)
Comment 7•17 years ago
|
||
Comment on attachment 330120 [details] [diff] [review]
fix path to getdata.cgi in hg repository
Pretty sure we can just use /server/getdata.cgi. This would remove the need to change it locally on stage.
Attachment #330120 -
Flags: review?(rdoherty) → review-
| Assignee | ||
Comment 8•17 years ago
|
||
Same as before, but will work on both graphs-stage.m.o and graphs.m.o without local changes.
Attachment #330120 -
Attachment is obsolete: true
Attachment #330123 -
Flags: review?(rdoherty)
| Assignee | ||
Comment 9•17 years ago
|
||
Sorry for the spam, just realized that I broke getdatacgi_local with the previous patch.
I swear that I'll get this two line change right eventually.
Attachment #330123 -
Attachment is obsolete: true
Attachment #330124 -
Flags: review?(rdoherty)
Attachment #330123 -
Flags: review?(rdoherty)
Comment 10•17 years ago
|
||
Comment on attachment 330123 [details] [diff] [review]
fix path to getdata.cgi in hg repository (take 2)
You need to remove lines 42 & 43, I get a js error on my local dev machine:
getdatacgi_local is not defined
getdatacgi = getdatacgi_local;
Attachment #330123 -
Flags: review-
Comment 11•17 years ago
|
||
Comment on attachment 330124 [details] [diff] [review]
fix path to getdata.cgi in hg repository (take 3)
I don't think we need any localhost detection if all links are relative.
Attachment #330124 -
Flags: review?(rdoherty) → review-
| Assignee | ||
Comment 12•17 years ago
|
||
I can't believe that I'm giving this a fourth try.
Attachment #330124 -
Attachment is obsolete: true
Attachment #330133 -
Flags: review?(rdoherty)
Comment 13•17 years ago
|
||
Comment on attachment 330133 [details] [diff] [review]
[Checked in]fix path to getdata.cgi in hg repository (take 4)
Yay, 4th time's the charm!
Attachment #330133 -
Flags: review?(rdoherty) → review+
| Assignee | ||
Comment 14•17 years ago
|
||
Comment on attachment 330133 [details] [diff] [review]
[Checked in]fix path to getdata.cgi in hg repository (take 4)
changeset: 96:5a51eecc9288
Attachment #330133 -
Attachment description: fix path to getdata.cgi in hg repository (take 4) → [Checked in]fix path to getdata.cgi in hg repository (take 4)
| Assignee | ||
Comment 15•17 years ago
|
||
All done here.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•