Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow addition of thumbnail image to repositories #804

Closed
filippomc opened this issue Nov 9, 2023 · 3 comments
Closed

Allow addition of thumbnail image to repositories #804

filippomc opened this issue Nov 9, 2023 · 3 comments
Assignees
Labels
C: backend backend related C: frontend frontend related C: repositories related to repositories L: javascript Pull requests that update Javascript code L: python Pull requests that update Python code Priority T: enhancement New feature or request
Milestone

Comments

@filippomc
Copy link
Contributor

No description provided.

@filippomc filippomc added T: enhancement New feature or request L: python Pull requests that update Python code L: javascript Pull requests that update Javascript code C: repositories related to repositories C: backend backend related C: frontend frontend related labels Nov 9, 2023
@pgleeson
Copy link
Member

Is this for thumbnail images, or does it refer to docker images..?

@pgleeson pgleeson added this to the v0.7.5 milestone Nov 17, 2023
@pgleeson pgleeson changed the title Add image to a repository Allow addition of thumbnail image to repositories Nov 23, 2023
@D-GopalKrishna D-GopalKrishna self-assigned this Dec 12, 2023
@filippomc
Copy link
Contributor Author

filippomc commented Dec 13, 2023

As a default, show the logo of the repo as thumbnail (logo without the name)

D-GopalKrishna added a commit that referenced this issue Dec 25, 2023
D-GopalKrishna added a commit that referenced this issue Jan 22, 2024
D-GopalKrishna added a commit that referenced this issue Jan 22, 2024
D-GopalKrishna added a commit that referenced this issue Jan 22, 2024
D-GopalKrishna added a commit that referenced this issue Feb 19, 2024
D-GopalKrishna added a commit that referenced this issue Feb 19, 2024
@D-GopalKrishna
Copy link
Contributor

To add the thumbnail column in the osbrepository table. WE alter the table with the following query:
ALTER TABLE osbrepository ADD COLUMN thumbnail VARCHAR(255);

the thumbnail string saved is of the format - repositories/1/thumbnail.bin; so VARCHAR(255) is good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: backend backend related C: frontend frontend related C: repositories related to repositories L: javascript Pull requests that update Javascript code L: python Pull requests that update Python code Priority T: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants