Implement GitLab API to fetch, download and publish releases #24

Closed
opened 2022-12-05 08:16:26 +00:00 by netkas · 7 comments
netkas commented 2022-12-05 08:16:26 +00:00 (Migrated from git-old.n64.cc)

A handler for the GitLab API interface should be implemented to allow GitLab servers to be used as repositories allowing NCC to fetch and install packages from GitLab using releases or branches, or deploy releases to GitLab

A handler for the GitLab API interface should be implemented to allow GitLab servers to be used as repositories allowing NCC to fetch and install packages from GitLab using releases or branches, or deploy releases to GitLab
netkas commented 2022-12-05 08:16:27 +00:00 (Migrated from git-old.n64.cc)

assigned to @netkas

assigned to @netkas
netkas commented 2022-12-15 02:47:42 +00:00 (Migrated from git-old.n64.cc)

mentioned in issue #25

mentioned in issue #25
netkas commented 2022-12-16 06:16:16 +00:00 (Migrated from git-old.n64.cc)

mentioned in commit e1bb4cf92e

mentioned in commit e1bb4cf92e7a49afb0caa0907e3d406c938153a0
netkas commented 2022-12-16 17:12:23 +00:00 (Migrated from git-old.n64.cc)

There's currently a bug where all the dependencies in the main package seems to have incorrect version numbers, this could be fixed by reading the local reference or applying the correct version number to the dependency.

image

There's currently a bug where all the dependencies in the main package seems to have incorrect version numbers, this could be fixed by reading the local reference or applying the correct version number to the dependency. ![image](/uploads/8849a2521994e1a9a4f29beb1b6077d1/image.png)
netkas commented 2022-12-16 17:13:37 +00:00 (Migrated from git-old.n64.cc)

Another bug is that NCC for some reason attempts to install a package that was already installed, the stack trace doesn't explain much.

image

Another bug is that NCC for some reason attempts to install a package that was already installed, the stack trace doesn't explain much. ![image](/uploads/abc04cd13dbb071f5d4944faaf9b2c30/image.png)
netkas commented 2022-12-16 17:15:48 +00:00 (Migrated from git-old.n64.cc)

Another bug is when fetching from a remote repository, it doesn't take in the version number. Further refactoring to Remote Repositories should be done to return a more useful response object than just a URL to depend on.

Another bug is when fetching from a remote repository, it doesn't take in the version number. Further refactoring to Remote Repositories should be done to return a more useful response object than just a URL to depend on.
netkas commented 2022-12-17 05:58:26 +00:00 (Migrated from git-old.n64.cc)

Implemented.

Implemented.
netkas (Migrated from git-old.n64.cc) closed this issue 2022-12-17 05:58:28 +00:00
Sign in to join this conversation.
No description provided.