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

Sign setup #2594

Merged
merged 49 commits into from
Jun 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
3f0262d
feat: Sign setup
vitormattos Mar 26, 2024
c8fc4c5
chore: Update baseline
vitormattos Apr 22, 2024
551e71f
chore: ignore appinfo/install-signature.json file
vitormattos May 31, 2024
d373376
chore: remove DIRECTORY_SEPARATOR
vitormattos May 31, 2024
1c9ea5f
chore: consider architecture to signature files
vitormattos May 31, 2024
87f246d
chore: make method private
vitormattos May 31, 2024
64bfef8
chore: get architecture when construct class
vitormattos May 31, 2024
3b6b05c
chore: store install files inside specific processor architecture folder
vitormattos May 31, 2024
ebfbeae
feat: make possible choose architecture when install binaries
vitormattos May 31, 2024
398df6a
fix: prevent to use Nextcloud internal classes
vitormattos Jun 1, 2024
4f67f72
chore: performance optimization
vitormattos Jun 1, 2024
6a4de2d
fix: check if don't throw exception
vitormattos Jun 1, 2024
b8111d2
chore: add more scenarios
vitormattos Jun 1, 2024
b3247d7
fix: get binary path from database
vitormattos Jun 1, 2024
1d9a1d2
fix: cs
vitormattos Jun 1, 2024
9756e48
chore: feedback improvement
vitormattos Jun 1, 2024
15bcd67
chore: move java version to constant
vitormattos Jun 1, 2024
4227f94
fix: setup cfssl arm
vitormattos Jun 1, 2024
60db564
chore: remove cache files
vitormattos Jun 1, 2024
2dfd7d3
chore: simplify hash function
vitormattos Jun 1, 2024
223aa2b
chore: remove duplicated call to finish progress bar
vitormattos Jun 1, 2024
419181a
chore: psalm update baseline
vitormattos Jun 1, 2024
d265428
chore: increase test coverage
vitormattos Jun 1, 2024
1a17013
fix: prevent wrong error when got a failure on test
vitormattos Jun 1, 2024
b3764db
chore: make protected to be possible mock this method
vitormattos Jun 1, 2024
30bba30
chore: use mockbuilder to be possible mock methods of class
vitormattos Jun 1, 2024
b219ab1
chore: start to implement unit tests
vitormattos Jun 1, 2024
3c31aa7
chore: start to implement validate method
vitormattos Jun 1, 2024
e374d42
fix: unit test
vitormattos Jun 3, 2024
37af29b
chore: use default permission
vitormattos Jun 3, 2024
615018b
feat: implement verify method
vitormattos Jun 3, 2024
f202057
feat: Check hash of binaries when validate setup
vitormattos Jun 3, 2024
eb18a00
chore: update header to new pattern
vitormattos Jun 3, 2024
f25b599
chore: signature files
vitormattos Jun 3, 2024
cab4c7c
chore: rename class
vitormattos Jun 4, 2024
e78a2fb
chore: psalm update baseline
vitormattos Jun 4, 2024
894de65
chore: use architecture to uninstall dependencies
vitormattos Jun 4, 2024
f7c74b3
chore: clean getHash function
vitormattos Jun 4, 2024
6db61d0
chore: unify cfssl setup methods
vitormattos Jun 4, 2024
128480d
chore: store downloaded files at resource folder
vitormattos Jun 4, 2024
f55d4ce
chore: validate signature by resource
vitormattos Jun 4, 2024
05f7301
fix: shrink package
vitormattos Jun 4, 2024
bfb24c0
chore: sign dependencies when build app
vitormattos Jun 4, 2024
5ebf7de
chore: remove unused var
vitormattos Jun 4, 2024
35ade2e
chore: clean folder before download binaries
vitormattos Jun 5, 2024
a250256
chore: remove namespase that already was declared at this file
vitormattos Jun 5, 2024
d8ccd9e
fix: SPDX
vitormattos Jun 5, 2024
fa0c03b
chore: Update baseline
vitormattos Jun 5, 2024
a808f49
feat: implement repair step to delete previous setup files
vitormattos Jun 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: ignore appinfo/install-signature.json file
Signed-off-by: Vitor Mattos <[email protected]>
vitormattos committed Jun 4, 2024

Verified

This commit was signed with the committer’s verified signature.
aduh95 Antoine du Hamel
commit 551e71ffe0ef606b8fe6e7c81b7992002f078154
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -12,3 +12,4 @@ node_modules/
.phpunit.result.cache
*.phar
/src/__test__/coverage
/appinfo/install-signature.json
282 changes: 0 additions & 282 deletions appinfo/install-signature.json

This file was deleted.