Ettore Di Giacinto
0e46e763d5
Move bus implementation to a separate repo, hook to events in luet
2020-11-13 18:25:44 +01:00
Ettore Di Giacinto
a765147c1d
Add templated finalizers
2020-11-08 21:14:19 +01:00
Ettore Di Giacinto
cead09fb9f
Merge pull request #148 from mudler/respect_rootfs4conf
...
Respect rootfs path for configs and url
2020-11-08 18:25:29 +01:00
Ettore Di Giacinto
b1316b50b4
Add excludes tests
2020-11-08 16:02:11 +01:00
Daniele Rondina
e6c597c7d3
test-integration/12_config_protect.sh: Use repo url related with rootfs path
2020-11-08 00:05:06 +01:00
Daniele Rondina
eea9dad2c6
tests/integration: Add option config_from_host
2020-11-07 19:14:44 +01:00
Daniele Rondina
c72565e019
Integrate tests for config protects with uninstall
2020-11-06 23:30:37 +01:00
Ettore Di Giacinto
f401e2b37f
Add install benchmark test for solver
2020-10-30 22:20:08 +01:00
Ettore Di Giacinto
91dfb8ce3a
Enhance CLI output
2020-10-30 19:15:04 +01:00
Ettore Di Giacinto
b88a81c7ed
Add database command
...
- Allows to override the system db and create/remove entries as desired.
The input format is the same metadata as the one generated by the
artifacts. It contains the Package and the file list that we need.
- Add integration test
Closes #47
2020-10-10 18:26:40 +02:00
Ettore Di Giacinto
74246780d4
Support templated packages
2020-10-04 19:33:15 +02:00
Daniele Rondina
c64660b8d1
Permit to ignore config protect rules
...
* Added command line option --skip-config-protect
* Added config option config_protect_skip
2020-10-02 22:25:21 +02:00
Ettore Di Giacinto
11944f4b8c
Disable tty on docker integration test
2020-08-06 18:11:50 +02:00
Ettore Di Giacinto
694d8656d9
Add xattrs tests
2020-08-05 18:58:50 +02:00
Ettore Di Giacinto
c339e0fed2
Add symlink test
2020-08-05 18:57:27 +02:00
Ettore Di Giacinto
6e3650d3af
Add upgrade_old_repo_revision fixture
2020-07-12 15:38:02 +02:00
Ettore Di Giacinto
5dcf77c987
Add package buildtimestamp and luet upgrade --sync
...
Annotate the package build time when compiling, and use that from the
client to force upgrade of packages that changed the artifact, but
didn't changed any version.
The client can trigger this behavior with `luet upgrade --sync`
2020-07-12 15:29:38 +02:00
Daniele Rondina
364b5648b4
repository loader now support .yaml extension
2020-07-04 20:07:32 +02:00
Daniele Rondina
3a365c709b
Integrate config-protect from package spec
2020-06-06 13:12:54 +02:00
Daniele Rondina
aaa73dc2ac
Add integration test for config-protect
2020-06-06 12:35:16 +02:00
Daniele Rondina
341293c403
tests/integration/09_docker.sh: align new logic
2020-05-30 16:47:11 +02:00
geaaru
8c4f5b2911
Merge pull request #113 from mudler/annotations
...
Add Annotations to package spec
2020-05-23 10:52:32 +02:00
Daniele Rondina
44d68a9583
Add annotations option to package spec
2020-05-23 09:27:38 +02:00
Ettore Di Giacinto
4197d7af61
Add upgrade by using only the SAT core
...
- Adds upgrade --universe and upgrade --universe --clean. It will
attempt to bring the system as much close as the content available in
the repositories. It differs from a standard upgrade which checks
directly that what is pulled in doesn't conflict with the system. In
this new way, we just query the SAT solver to decide that on our
behalf.
- Add uninstall --full-clean. It uses only the SAT solver to uninstall
the package and it will drop as many packages as required (including
revdeps of packages too.
2020-05-22 21:20:58 +02:00
Ettore Di Giacinto
51711dafba
Add package_dir to pack a spec dir as the main artifact
2020-05-16 21:34:27 +02:00
Ettore Di Giacinto
584b980644
Adapt integration test which requires full uninstall
2020-05-03 13:12:14 +02:00
Ettore Di Giacinto
faef3d093a
Add test fixtures
2020-05-02 14:03:34 +02:00
Daniele Rondina
c5b41946dc
Add integration test for tmpdir cleanup
2020-05-02 08:43:25 +02:00
Ettore Di Giacinto
1171987ed3
Adapt integration test to search output change
2020-04-19 10:24:39 +02:00
Ettore Di Giacinto
c972795a30
Tweak upgrade integration test
...
In this way we also test that the user configuration takes precedence
over the one advertized remotely
2020-04-18 17:35:58 +02:00
Ettore Di Giacinto
ee0fe1a86a
Allow to finalizer to specify entrypoint command
...
In this way, finalizer in strict environment can override the default
shell used to run commands.
The shell keyword is a list, as it needs to contain the full command +
args.
2020-04-14 17:46:39 +02:00
Ettore Di Giacinto
579a4f20fc
Add docker fixture for integration tests
2020-04-11 20:12:43 +02:00
Ettore Di Giacinto
dd45a46ed0
Add docker from scratch integration test
2020-04-11 20:07:10 +02:00
Daniele Rondina
d6faa3335f
tests/integration/08_versioning.sh: Add version with _
2020-04-03 18:33:01 +02:00
Daniele Rondina
9e95d7d2a9
tests/integration/08_versioning.sh: Drop wrong assert
2020-04-03 15:24:56 +02:00
Daniele Rondina
e94674fca3
tests/integration/08_versioning.sh: Simplify test
2020-04-03 15:06:27 +02:00
Daniele Rondina
730b9a087a
tests/integration/08_versioning.sh: Fix test
2020-04-02 19:39:31 +02:00
Ettore Di Giacinto
9cf6330146
Build empty packages in versioning fixture
2020-03-29 15:11:20 +02:00
Ettore Di Giacinto
daa0b815c1
Fixup assertEquals on versioning integration test
2020-03-29 14:52:14 +02:00
Ettore Di Giacinto
c705728a2a
Build specific package, it triggers version search
2020-03-29 14:52:12 +02:00
Ettore Di Giacinto
15e772d96d
Fixup versioning of fixture
2020-03-29 14:52:10 +02:00
Ettore Di Giacinto
0d6dc49a95
Add versioning integration test
2020-03-29 14:52:00 +02:00
Ettore Di Giacinto
d45536505b
Add integration test for box finalizers
2020-03-28 16:59:37 +01:00
Ettore Di Giacinto
117554792d
Don't attempt to upgrade packages already in system
2020-03-24 20:30:59 +01:00
Daniele Rondina
d0b7552aca
tests: Align test to new args
2020-03-24 20:01:22 +01:00
Ettore Di Giacinto
bc5d01c3df
Add integration test for search of installed packages
2020-03-24 18:19:09 +01:00
Daniele Rondina
60635a03eb
Fix propagation of repo file name and add test for meta compressed
2020-03-24 00:31:41 +01:00
Daniele Rondina
202ed2651a
💥 Refactor and split repository.yaml file
2020-03-24 00:05:16 +01:00
Daniele Rondina
c7652c8a70
Added labels
to package definition
...
* cmd/search: Add support for search of the packages
with a specific label.
* review Search method of Repositories for permit
different search modes.
* labels are k/v attributes and could be matched
through label key (with HasLabel method) or through
regex that use "$key" + "=" + "$value"
2020-03-21 19:24:27 +01:00
Ettore Di Giacinto
050d9b3095
Adapt to image based on debian instead of alpine for fixture
2020-03-15 15:30:27 +01:00