List for cgit developers and users
 help / color / mirror / Atom feed
* Tag-Info on the Web-GUI (cgit)
       [not found] <ZR0P278MB0617FD5402C8B4C687D31E4195E69@ZR0P278MB0617.CHEP278.PROD.OUTLOOK.COM>
@ 2022-04-07 14:57 ` Kilian Felder
  2022-04-07 15:17   ` Christian Hesse
  0 siblings, 1 reply; 3+ messages in thread
From: Kilian Felder @ 2022-04-07 14:57 UTC (permalink / raw)
  To: cgit

[-- Attachment #1: Type: text/plain, Size: 771 bytes --]

Hi folks,

As you can see on the attached pics.. For my tags I get the header <Download> (but I do not have an archive to download) and the commit-link.
This may be ok when the tags are not annotated, but my tags are and I expected to see this annotation info at this place.

Instead I have to click on the tag to see my annotation <Release 2022.03 ...> (cgit02.png).

I checked your code but I do not understand how this works and I'm not able to implement this behavior for me. This is then a feature request to modify your code accordingly. Maybe add an additional column with this annotation info (only the first line), or you make it configurable over the cgitrc file to select what info should be displayed.

Thanks in advance and best regards,
Kilian


[-- Attachment #2: cgit01.png --]
[-- Type: image/png, Size: 34743 bytes --]

[-- Attachment #3: cgit02.png --]
[-- Type: image/png, Size: 7864 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Tag-Info on the Web-GUI (cgit)
  2022-04-07 14:57 ` Tag-Info on the Web-GUI (cgit) Kilian Felder
@ 2022-04-07 15:17   ` Christian Hesse
  2022-04-07 16:29     ` AW: " Kilian Felder
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Hesse @ 2022-04-07 15:17 UTC (permalink / raw)
  To: Kilian Felder; +Cc: cgit

[-- Attachment #1: Type: text/plain, Size: 1315 bytes --]

Kilian Felder <kilian.felder@nextstride.com> on Thu, 2022/04/07 14:57:
> Hi folks,
> 
> As you can see on the attached pics.. For my tags I get the header
> <Download> (but I do not have an archive to download) and the commit-link.
> This may be ok when the tags are not annotated, but my tags are and I
> expected to see this annotation info at this place.
> 
> Instead I have to click on the tag to see my annotation <Release 2022.03
> ...> (cgit02.png).
> 
> I checked your code but I do not understand how this works and I'm not able
> to implement this behavior for me. This is then a feature request to modify
> your code accordingly. Maybe add an additional column with this annotation
> info (only the first line), or you make it configurable over the cgitrc
> file to select what info should be displayed.

Usually you find the archive download links there, looks like you did not
enable any snapshot archive formats. Have a look at `snapshots=` in cgitrc.

It looks like this with `snapshots=tar.gz tar.zst`:

https://git.eworm.de/cgit/pacredir/
-- 
main(a){char*c=/*    Schoene Gruesse                         */"B?IJj;MEH"
"CX:;",b;for(a/*    Best regards             my address:    */=0;b=c[a++];)
putchar(b-1/(/*    Chris            cc -ox -xc - && ./x    */b/42*2-3)*42);}

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* AW: Tag-Info on the Web-GUI (cgit)
  2022-04-07 15:17   ` Christian Hesse
@ 2022-04-07 16:29     ` Kilian Felder
  0 siblings, 0 replies; 3+ messages in thread
From: Kilian Felder @ 2022-04-07 16:29 UTC (permalink / raw)
  To: Christian Hesse; +Cc: cgit

Hi Christian,

This does not solve my problem. I don't have snapshots to download (hence snapshots=none).
At this point I want to see my tag annotation (e.g. gitweb does this). I can't configure that.

Das löst mein Problem nicht. Ich habe keine Snapshots zum Downloaden (daher snapshots=none).
An dieser Stelle möchte ich meine Tag-Annotation sehen (z.B. gitweb macht das). Das kann ich nicht konfigurieren.

Regards, Kilian


-----Ursprüngliche Nachricht-----
Von: Christian Hesse <list@eworm.de> 
Gesendet: Donnerstag, 7. April 2022 17:17
An: Kilian Felder <kilian.felder@nextstride.com>
Cc: cgit@lists.zx2c4.com
Betreff: Re: Tag-Info on the Web-GUI (cgit)

Kilian Felder <kilian.felder@nextstride.com> on Thu, 2022/04/07 14:57:
> Hi folks,
> 
> As you can see on the attached pics.. For my tags I get the header 
> <Download> (but I do not have an archive to download) and the commit-link.
> This may be ok when the tags are not annotated, but my tags are and I 
> expected to see this annotation info at this place.
> 
> Instead I have to click on the tag to see my annotation <Release 
> 2022.03 ...> (cgit02.png).
> 
> I checked your code but I do not understand how this works and I'm not 
> able to implement this behavior for me. This is then a feature request 
> to modify your code accordingly. Maybe add an additional column with 
> this annotation info (only the first line), or you make it 
> configurable over the cgitrc file to select what info should be displayed.

Usually you find the archive download links there, looks like you did not enable any snapshot archive formats. Have a look at `snapshots=` in cgitrc.

It looks like this with `snapshots=tar.gz tar.zst`:

https://git.eworm.de/cgit/pacredir/
-- 
main(a){char*c=/*    Schoene Gruesse                         */"B?IJj;MEH"
"CX:;",b;for(a/*    Best regards             my address:    */=0;b=c[a++];)
putchar(b-1/(/*    Chris            cc -ox -xc - && ./x    */b/42*2-3)*42);}

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-07 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <ZR0P278MB0617FD5402C8B4C687D31E4195E69@ZR0P278MB0617.CHEP278.PROD.OUTLOOK.COM>
2022-04-07 14:57 ` Tag-Info on the Web-GUI (cgit) Kilian Felder
2022-04-07 15:17   ` Christian Hesse
2022-04-07 16:29     ` AW: " Kilian Felder

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 NNTP newsgroup(s).