Re: [Development] Qt code browser url changed (cgit <-> cgit.cgi)?

2023-03-27 Thread Thiago Macieira
On Monday, 27 March 2023 11:54:01 EDT Konrad Rosenbaum wrote:
> Hi,
> 
> 
> Oh, yes, that works too.
> 
> I originally just used the first working URL I could infer from the web 
> page. It would be really super if cgit could show a proper clone URL.

It does, at the bottom of the page. It lists not just one proper clone URL, 
but three (two of which you shouldn't use, because they aren't encrypted).

Now, it would be nice if the clone and the web URL version were the same.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering


smime.p7s
Description: S/MIME cryptographic signature
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Qt code browser url changed (cgit <-> cgit.cgi)?

2023-03-27 Thread Konrad Rosenbaum

Hi,


Oh, yes, that works too.

I originally just used the first working URL I could infer from the web 
page. It would be really super if cgit could show a proper clone URL.



    Konrad

On 27/03/2023 15:31, Jukka Jokiniva via Development wrote:


Hi,

Should the repository url be without the “cgit”, like 
'https://code.qt.io/qt/qt3d.git' ?


“git clone https://code.qt.io/qt/qt3d.git” works for me.

    --Jukka




OpenPGP_0xBE96A6EE776FE5D0.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Qt code browser url changed (cgit <-> cgit.cgi)?

2023-03-27 Thread Jukka Jokiniva via Development
Hi,

Should the repository url be without the “cgit”, like 
'https://code.qt.io/qt/qt3d.git' ?
“git clone https://code.qt.io/qt/qt3d.git” works for me.

--Jukka

From: Development  on behalf of Konrad 
Rosenbaum 
Date: Monday, 27. March 2023 at 9.20
To: development@qt-project.org 
Subject: Re: [Development] Qt code browser url changed (cgit <-> cgit.cgi)?

On 26/03/2023 23:05, Andrey Leman wrote:
Hi,

Yes, the server has been upgraded to new version. Could you please test if it 
works as before now? e.g https://code.qt.io/cgit/...


Nope, still getting errors on fetch:

cd qt3d.git

git fetch --all --tags

Fetching origin

fatal: repository 'https://code.qt.io/cgit/qt/qt3d.git/' not found

error: could not fetch origin

Konrad

-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Qt code browser url changed (cgit <-> cgit.cgi)?

2023-03-27 Thread Konrad Rosenbaum


On 26/03/2023 23:05, Andrey Leman wrote:


Hi,

Yes, the server has been upgraded to new version. Could you please 
test if it works as before now? e.g https://code.qt.io/cgit/...




Nope, still getting errors on fetch:

cd qt3d.git
git fetch --all --tags
Fetching origin
fatal: repository 'https://code.qt.io/cgit/qt/qt3d.git/' not found
error: could not fetch origin


    Konrad



OpenPGP_0xBE96A6EE776FE5D0.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Qt code browser url changed (cgit <-> cgit.cgi)?

2023-03-26 Thread EXT Mitch Curtis via Development
The source code text seems to be missing - the line numbers seem to be correct 
by I don't see any code. Inspecting the HTML shows that there is no text there, 
so it's not just a CSS issue.

> -Original Message-
> From: Development  On Behalf Of
> Andrey Leman via Development
> Sent: Monday, March 27, 2023 5:06 AM
> To: Konrad Rosenbaum ; development@qt-project.org
> Subject: Re: [Development] Qt code browser url changed (cgit <-> cgit.cgi)?
> 
> Hi,
> 
> 
> 
> Yes, the server has been upgraded to new version. Could you please test if it
> works as before now? e.g https://code.qt.io/cgit/...
> 
> 
> 
> From: Development  on behalf of
> Konrad Rosenbaum 
> Date: Sunday, 26 March 2023, 18:07
> To: development@qt-project.org 
> Subject: Re: [Development] Qt code browser url changed (cgit <-> cgit.cgi)?
> 
> Hi,
> 
> On 26/03/2023 14:16, Christian Ehrlicher wrote:
> > today there was a thread on stackoverflow which mentions that the
> > links to the examples don't work anymore. The links in the docs (and
> > also in the source repo) are
> >
> > https://code.qt.io/cgit/qt/qtbase.git/tree/examples/widgets/...
> >
> > But it needs to be
> >
> > https://code.qt.io/cgit.cgi/qt/qtbase.git/tree/examples/...
> >
> >
> > Did something changed recently wrt this? Do you need a bug report for it?
> 
> It changed some time before or around noon on March 25th. I have a regular
> git pull job running in the background and it failed since the afternoon of 
> that
> day. My guess would be that someone did maintenance or installed a new
> version and some minor mayhem was overseen...
> 
> Question to the admins: will you fix the cgit URLs or does everybody else need
> to fix their links?
> 
> 
> 
>  Konrad

-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Qt code browser url changed (cgit <-> cgit.cgi)?

2023-03-26 Thread Andrey Leman via Development
Hi,

Yes, the server has been upgraded to new version. Could you please test if it 
works as before now? e.g https://code.qt.io/cgit/...

From: Development  on behalf of Konrad 
Rosenbaum 
Date: Sunday, 26 March 2023, 18:07
To: development@qt-project.org 
Subject: Re: [Development] Qt code browser url changed (cgit <-> cgit.cgi)?
Hi,

On 26/03/2023 14:16, Christian Ehrlicher wrote:
> today there was a thread on stackoverflow which mentions that the links
> to the examples don't work anymore. The links in the docs (and also in
> the source repo) are
>
> https://code.qt.io/cgit/qt/qtbase.git/tree/examples/widgets/...
>
> But it needs to be
>
> https://code.qt.io/cgit.cgi/qt/qtbase.git/tree/examples/...
>
>
> Did something changed recently wrt this? Do you need a bug report for it?

It changed some time before or around noon on March 25th. I have a
regular git pull job running in the background and it failed since the
afternoon of that day. My guess would be that someone did maintenance or
installed a new version and some minor mayhem was overseen...

Question to the admins: will you fix the cgit URLs or does everybody
else need to fix their links?



 Konrad
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


Re: [Development] Qt code browser url changed (cgit <-> cgit.cgi)?

2023-03-26 Thread Konrad Rosenbaum

Hi,

On 26/03/2023 14:16, Christian Ehrlicher wrote:

today there was a thread on stackoverflow which mentions that the links
to the examples don't work anymore. The links in the docs (and also in
the source repo) are

https://code.qt.io/cgit/qt/qtbase.git/tree/examples/widgets/...

But it needs to be

https://code.qt.io/cgit.cgi/qt/qtbase.git/tree/examples/...


Did something changed recently wrt this? Do you need a bug report for it?


It changed some time before or around noon on March 25th. I have a 
regular git pull job running in the background and it failed since the 
afternoon of that day. My guess would be that someone did maintenance or 
installed a new version and some minor mayhem was overseen...


Question to the admins: will you fix the cgit URLs or does everybody 
else need to fix their links?




    Konrad



OpenPGP_0xBE96A6EE776FE5D0.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
-- 
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development


[Development] Qt code browser url changed (cgit <-> cgit.cgi)?

2023-03-26 Thread Christian Ehrlicher

Hi,

today there was a thread on stackoverflow which mentions that the links
to the examples don't work anymore. The links in the docs (and also in
the source repo) are

https://code.qt.io/cgit/qt/qtbase.git/tree/examples/widgets/...

But it needs to be

https://code.qt.io/cgit.cgi/qt/qtbase.git/tree/examples/...


Did something changed recently wrt this? Do you need a bug report for it?


Thx,

Christian

--
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development