Closed Bug 440788 Opened 16 years ago Closed 16 years ago

align on one repository for graph server code

Categories

(Webtools Graveyard :: Graph Server, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: anodelman, Assigned: anodelman)

References

Details

Attachments

(1 file, 3 obsolete files)

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.
Alice, can you split this out into smaller bugs so others can help?
Assignee: nobody → anodelman
Target Milestone: --- → 0.3
Depends on: 388685
Depends on: 435113
Priority: -- → P2
Depends on: 441651
Depends on: 441653
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!
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.
For those looking for the hg repository it's here: http://hg.mozilla.org/index.cgi/graphs/
I think this is finished -- is there anything left to do here?
Blocks: 445555
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 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-
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)
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 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 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-
I can't believe that I'm giving this a fourth try.
Attachment #330124 - Attachment is obsolete: true
Attachment #330133 - Flags: review?(rdoherty)
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+
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)
All done here.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: