public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* gnatsweb
@ 2000-12-06 16:22 Gerald Pfeifer
  2000-12-06 18:57 ` gnatsweb Paul Traina
  0 siblings, 1 reply; 17+ messages in thread
From: Gerald Pfeifer @ 2000-12-06 16:22 UTC (permalink / raw)
  To: gnats-devel, Kenneth H. Cox

My patch for gnatsweb has been ignored for two times now

I noticed that also GNATS is more or less unmaintained, but it seems that
gnatsweb is completely unmaintained these days.

Unless someone proves me wrong (and I do hope that this will happen!)
I'm considering making new gnatsweb releases "soon"; the current situation
is frustrating and unacceptable for those projects (like GCC) relying on
gnatsweb.

If there *is* an active gnatsweb maintainer, I'd be glad to donate my
original patch as well as a few further ones that probably will come
soon...

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

^ permalink raw reply	[flat|nested] 17+ messages in thread
[parent not found: <pfeifer@dbai.tuwien.ac.at>]
* Gnatsweb
@ 2001-05-27  2:07 James Dennis
  2001-05-27  2:25 ` Gnatsweb Mark D. Baushke
  0 siblings, 1 reply; 17+ messages in thread
From: James Dennis @ 2001-05-27  2:07 UTC (permalink / raw)
  To: gnats-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

Hey folks,

 

I’ve got the latest gnatsweb and GNATs from CVS and I’ve almost got it
running exactly how I want. One problem is that the person making an edit is
not reported correctly eg:

 

State-Changed-From-To: open->analyzed State-Changed-By: State-Changed-When: Sat, 26 May 2001 20:03:03 BST State-Changed-Why:

 

Emails also come from ‘null’. Anyone know how to fix this?

 

J.







^ permalink raw reply	[flat|nested] 17+ messages in thread
* RE: modular database backends
@ 2001-05-29  0:11 Dirk Bergstrom
  2001-07-09  1:10 ` gnatsweb Margaret BRIERTON
  0 siblings, 1 reply; 17+ messages in thread
From: Dirk Bergstrom @ 2001-05-29  0:11 UTC (permalink / raw)
  To: 'Peter Novodvorsky', gnats-devel

a database backend for gnats, huh?  i've been thinking about this myself.
in fact, it's quite likely to be a major project for me this year.  i
haven't gotten too far along, but i will soon have a lot more time to devote
to thinking about it.  i wouldn't describe myself as a high powered C
programmer (cough cough...), but i've got clue, time, and energy.

we should gather together interested parties, and kick some ideas around.

--
Dirk Bergstrom              dirk@juniper.net
____________________________________________
Juniper Networks Inc.,  Engineering Web Guru
Tel: 408.745.3182          Fax: 408.745.8905


> -----Original Message-----
> From: Peter Novodvorsky [ mailto:nidd@altlinux.ru ]
> Sent: Sunday, May 27, 2001 11:18 AM
> To: gnats-devel@sources.redhat.com
> Subject: modular database backends
> 
> 
> 
> Hello!
> 
>         I always thought about BTS as database and tools to work with
> it. And these things are different. In gnats I see opposite 
> thing: database,
> tools and servers share one source and tools sometimes do too much.
> 
>         So I've began work on making database backends to 
> gnats modular. 
> Just now, gnats has two "backends", network (gnatsd) and filsystem. If
> we make system of backends modular we could have SQL backend, 
> etc., etc.
> 
>         Second thing I don't like in  GNATS, it doesn't has ACLs. This
> modular framework should support them.  Here is the header file that
> will briefly describe what I mean:
> 
> struct _gnats_database {
>   URI *U;
>   
>   FILE *serv_read;
>   FILE *serv_write;
> 
>   void *module_handle;
> 
>   int (* init) (ErrorDesc *err, gnats_database);
>   int (* add_pr) (ErrorDesc *err, gnats_database, PR);
>   int (* update_pr) (ErrorDesc *err, gnats_database, PR);
>   int (* query_pr) (ErrorDesc *err, gnats_database, QueryExpr);
>   int (* disconnect) (ErrorDesc *err, gnats_database);
> };
> 
> typedef struct _gnats_database *gnats_database;
> 
> gnats_database gnats_new_database (ErrorDesc *err, URI *U);
> int gnats_destroy_database (gnats_database db);
> 
>         module_handle is object handle that is returned by dlopen.
> URI is:
> 
> struct _URI
> {
>   char *scheme;
>   char *host;
>   char *user;
>   char *pwd;
>   char *path;
>   unsigned int port;
> };
> 
> typedef struct _URI URI;
> 
>         And there is a function
> 
> URI *gnats_parse_uri (const char *gnats_uri, int length);
> 
> that takes URI (for example 
> gnatsd4x://nidd:pwd@nidd.debian.net:1529/database_name) and converts
> it in such structure (gnatsd4x is 4.0 gnatsd protocol).
> 
>         I'm currently implementing gnatsd4x backend. After this I'll
> make query-pr, pr-edit, gnatsd and other tools to work with 
> this model.
> And then I'll begin to make SQL backend.
> 
>         If everything will be OK in the end following will be 
> possible:
> 
>            user -> client -> gnatsd -> SQL server (MySQL, Postgres)
> 
>         What do you think of this crazy idea?
> 
>                                                 Thanks,
> -- 
> Peter Novodvorsky     http://www.altlinux.ru/    AltLinux Team, Russia
> Debian.Org                                       
http://debian.org/~nidd
            Debian  ---  no need to  wait for tomorrow.

^ permalink raw reply	[flat|nested] 17+ messages in thread
* GNATSWEB
@ 2003-08-08 17:38 Hemant Wadhavankar
  0 siblings, 0 replies; 17+ messages in thread
From: Hemant Wadhavankar @ 2003-08-08 17:38 UTC (permalink / raw)
  To: help-gnats


[-- Attachment #1.1: Type: text/plain, Size: 645 bytes --]

Hello...
I have installed GNATS4 and GNATSWEB 4 as well by procedure. I have done 
it on RedHat Linux 9.0
Apparently almost everything is fine, but get an error while running

# make test USERNAME=hemant PASSWORD=hemant DATABASE=eshdevc
connect...........................................pass
query.............................................FAIL
make: *** [test] Error 9

I am not able to run this command with root login..
Also, after installing GNATSWEB, how to access it thorugh other hosts. I 
tried it accessing it on <server ip>:1529 port, but no results.
Please help in this regard.
Regards
Hemant Wadhavankar
eInfochips Limited.
India


[-- Attachment #1.2: Type: text/html, Size: 1117 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

^ permalink raw reply	[flat|nested] 17+ messages in thread
[parent not found: <20040804160052.588B6E486@mailfilter.gointernet.co.uk>]

end of thread, other threads:[~2004-08-05 16:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-06 16:22 gnatsweb Gerald Pfeifer
2000-12-06 18:57 ` gnatsweb Paul Traina
2000-12-07  1:34   ` gnatsweb Gerald Pfeifer
2000-12-07 15:58     ` gnatsweb Jeffrey A Law
2000-12-07 22:33     ` gnatsweb Paul Traina
2000-12-10 15:46       ` gnatsweb Gerald Pfeifer
2000-12-13 13:21     ` gnatsweb Tom Tromey
     [not found] <pfeifer@dbai.tuwien.ac.at>
2000-12-08  8:17 ` gnatsweb Steffen Opel
2000-12-09 17:25   ` gnatsweb Paul Traina
2001-05-27  2:07 Gnatsweb James Dennis
2001-05-27  2:25 ` Gnatsweb Mark D. Baushke
2001-05-27  2:35   ` Gnatsweb James Dennis
2001-05-29  0:11 modular database backends Dirk Bergstrom
2001-07-09  1:10 ` gnatsweb Margaret BRIERTON
2001-07-09  1:29   ` gnatsweb S Ramesh
2003-08-08 17:38 GNATSWEB Hemant Wadhavankar
     [not found] <20040804160052.588B6E486@mailfilter.gointernet.co.uk>
2004-08-05 16:03 ` GnatsWeb Adam Cade
2004-08-11 15:54   ` GnatsWeb James Eric Lawson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).