Commit Graph

33 Commits

Author SHA1 Message Date
Lauréline Guérin 508fcc9999
applications: add visible flag (#75115)
gitea/hobo/pipeline/head This commit looks good Details
2023-04-17 16:26:25 +02:00
Lauréline Guérin a1e8c69eef
applications: unlink app in services on deletion (#74659)
gitea/hobo/pipeline/head This commit looks good Details
2023-04-17 15:26:24 +02:00
Lauréline Guérin 3bb0a0c3ca
applications: declare an app to services on version generation (#74659) 2023-04-17 15:26:24 +02:00
Lauréline Guérin 13f0821c66
applications: fix Element type size (#74233)
gitea-wip/hobo/pipeline/pr-main This commit looks good Details
2023-02-06 17:50:05 +01:00
Frédéric Péters 727dece839 applications: add menu entry to delete application (#71967) 2022-12-02 13:58:58 +01:00
Frédéric Péters 1d5794ef2a misc: raise 404 on applications that do not exist (#71961) 2022-12-02 11:09:53 +01:00
Benjamin Dauvergne 92cdad5f8c tests: make version counting more determinist in applications tests (#71907) 2022-12-01 10:59:42 +01:00
Lauréline Guérin f939e727f0
applications: refresh elements cache on deployment (#70897)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-11-29 08:41:33 +01:00
Lauréline Guérin c24f7ee58a
applications: mark relation as in error on scan failure (#71452)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
mark relation, and not element
2022-11-18 11:10:48 +01:00
Lauréline Guérin 8ea3ded995
applications: shortcut to update an app (#71398)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-11-18 11:05:19 +01:00
Lauréline Guérin e4fa439f49
applications: display job progress on import (#70942)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-11-18 10:59:12 +01:00
Lauréline Guérin 825432a60a
applications: refresh selected elements on scan (#71251)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-11-18 10:52:48 +01:00
Lauréline Guérin cc5e852abc
applications: sort elements on manifest page (#63882)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-11-18 10:45:24 +01:00
Lauréline Guérin 25a3dda4a4
applications: sort elements by category in add popup (#63883)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-11-18 10:35:38 +01:00
Benjamin Dauvergne 0f80485968 tests: improve determinism of some asserts (#70933) 2022-11-14 18:05:23 +01:00
Lauréline Guérin 25d01c5567
applications: mark element as in error on scan failure (#70981)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-11-04 11:20:23 +01:00
Lauréline Guérin f699c76306
applications: report scan errors (#68017)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-11-04 10:18:13 +01:00
Lauréline Guérin 8986dd9592
applications: report deployment errors (#69655)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-11-04 10:12:46 +01:00
Lauréline Guérin 736e3e3df6
applications: list jobs on version page (#69655) 2022-11-04 10:12:46 +01:00
Lauréline Guérin 6fc211c7ca
applications: fix version creation on generation (#69655) 2022-11-04 10:12:45 +01:00
Lauréline Guérin b48bd6e23b
applications: install & new version only if number changed (#69655) 2022-11-04 10:12:45 +01:00
Lauréline Guérin 907426d00b
applications: do not modify a non editable app (#70891) 2022-11-04 10:07:17 +01:00
Lauréline Guérin 0165713e53
application: add documentation_url field (#69662)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-10-29 11:07:02 +02:00
Lauréline Guérin 89b9a5285d
applications: list versions (#69654)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-10-29 11:03:32 +02:00
Lauréline Guérin d6d9665824
applications: add version number & notes (#69654) 2022-10-29 11:01:52 +02:00
Lauréline Guérin fce0d6b80f
applications: auto scan deps on generation (#69651)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-10-29 10:27:20 +02:00
Lauréline Guérin 7215ca84bd
applications: add links to element's definition (#70442)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-10-29 10:07:45 +02:00
Lauréline Guérin 55988f5867
applications: add icon (#69652)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2022-10-29 09:56:27 +02:00
Frédéric Péters 20dcea566c applications: skip unknown (lateral) services (#68783) 2022-09-13 12:44:34 +02:00
Frédéric Péters aec67138b0 applications: let requests wrapper apply signature (#68783) 2022-09-13 10:08:10 +02:00
Frédéric Péters 128c9fa79e applications: handle roles in app bundles (#68061) 2022-08-16 15:08:35 +02:00
Corentin Sechet 6ab83a0e17 applications: add link to delete applications (#63273) 2022-05-20 09:37:14 +02:00
Frédéric Péters 62220edc86 add section to create/deploy applications (#60699) 2022-02-17 16:05:53 +01:00