[DRE-maint] Bug#915053: gitlab: Err 500 when go to the project page(any project)

Dragos Jarca dragos.jarca at dynamicpuzzle.ro
Sun Dec 9 09:36:24 GMT 2018


Hi

Updated to 11.4.9, but the problem exists.

Seems tat gitlab API not work in all forms described in documentation.

root at omv:/etc/gitlab# curl --header 'PRIVATE-TOKEN: ***' 
https://gitlab.dynamicpuzzle.ro/api/v4/projects/14/repository/files/db%2Fupd%2Esql/raw?ref=master
alter table ws add column if not exists isactive TINYINT not null default 0;
alter table ws add column if not exists apikey varchar(128);
root at omv:/etc/gitlab# curl 
https://gitlab.dynamicpuzzle.ro/api/v4/projects/14/repository/files/db%2Fupd%2Esql/raw?ref=master?private_token=***
{"message":"404 Project Not Found"}
root at omv:/etc/gitlab# curl --header '_gitlab_session=*****' 
https://gitlab.dynamicpuzzle.ro/api/v4/projects/14/repository/files/db%2Fupd%2Esql/raw?ref=master
{"message":"404 Project Not Found"}

In web interface _gitlab_session is responsable, and seems not no work.
Strange is that:

https://gitlab.dynamicpuzzle.ro/meteo/meteo/blob/master/db/upd.sql
not work and return ERR 500

and

https://gitlab.dynamicpuzzle.ro/api/v4/projects/14/repository/files/db%2Fupd.sql/raw?ref=master

work and return content of file.

I can work in external git clients, but cannot see thhe project files 
and commits in the web interface.

Dragos Jarca

On 06.12.2018 10:00, Pirate Praveen wrote:
> On 12/4/18 10:03 PM, Dragos Jarca wrote:
>> Yes, tried on different browsers, different os, different browsers on
>> moile phones, smart tb browser, etc.
> I have just uploaded gitlab 11.4.9 to experimental. See if that fixes
> the issues.
>



More information about the Pkg-ruby-extras-maintainers mailing list