Ok...after a lot of research of my problem, solved it!
Th problem was /var/lib/gems/2.5.0 that have multiple vesrsions of same
gem. I renamed this dir and reconfigured gitlab. Now all is ok!
Just wait to next varsion(11.5.3) in experimental. The last version in
experimental I think is a goog option.
Dragos Jarca
On 09.12.2018 11:36, Dragos Jarca wrote:
Hi
Updated to 11.4.9, but the problem exists.
Seems tat gitlab API not work in all forms described in documentation.
root@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@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@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.