qwerty287
|
0f9188597e
|
Initiate Pagination Implementation for API and Infinite Scroll in UI (#1651)
- Add pagination support to the API endpoints that return lists of items
- Adjust UI to enable infinite scrolling via pagination
|
2023-04-30 03:40:13 +02:00 |
|
Anbraten
|
fa5b0fb96e
|
Fix linter (#1647)
|
2023-03-18 20:35:27 +01:00 |
|
qwerty287
|
bed3ef104c
|
Support Docker credential helpers (#1075)
* support docker credential and add docker-credential-ecr-login into alpine image
* Remove ecr from docker and add docs
* Update docs/docs/30-administration/22-backends/10-docker.md
Co-authored-by: WeStone <xuecanlong@qq.com>
Co-authored-by: Anbraten <anton@ju60.de>
|
2022-08-14 10:46:18 +02:00 |
|
6543
|
8ae124d5e6
|
Remove unused code (#797)
* delete empty code files
* delete outdated readme
* delete unused code
* dedup license
|
2022-02-25 21:42:45 +01:00 |
|
6543
|
ff8ad5bb83
|
Fix registry delete (#532)
- Make make it possible to delete `"§4fda`
- Reject non urls for registry-address
- Fix #520
|
2021-11-25 19:04:36 +01:00 |
|
John Olheiser
|
4276a04f0c
|
Move entirely to zerolog (#426)
Completely switch to zerolog
(Remove usage of logrus and std logger)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
|
2021-10-12 09:25:13 +02:00 |
|
6543
|
a94807efeb
|
Refactor: move model/ to server/model/ (#366)
|
2021-09-27 19:51:55 +02:00 |
|
6543
|
0bd10fa507
|
Cleanup Code (#348)
* Fix "Empty slice declaration using a literal"
* Fix "collides with imported package name"
* Remove unused code in pipeline
* Remove unused oauth2.providerAuthHeaderWorks()
* Add TODOs
* Format Code
* Cleanup doublestar import
* Migrate deprecated functions
Co-authored-by: Anbraten <anton@ju60.de>
|
2021-09-24 16:29:26 +02:00 |
|
Jacob Floyd
|
e2b59787c1
|
Move plugins/ package to server/plugins/ (#343)
|
2021-09-23 16:12:46 +02:00 |
|