Commit graph

158 commits

Author SHA1 Message Date
Samuel Lorch
7fe89a34b3
Merge pull request #26 from PiMaDaum/feature/CEL-filter-implementation
feature/CEL filter implementation
2023-02-12 20:55:58 +01:00
PiMaDaum
0a542bfdba Initialize the CEL program in a util function 2023-02-05 22:19:54 +01:00
PiMaDaum
f30590588e Implement CEL filter in list user command 2023-02-05 21:57:01 +01:00
PiMaDaum
6562aeab95 Implement CEL filter in list group command 2023-02-05 21:42:32 +01:00
PiMaDaum
20e3a72c92 Add comment to filterFolders function 2023-02-05 21:30:48 +01:00
PiMaDaum
7db321f130 Implement CEL filter in list folder command 2023-02-05 21:27:40 +01:00
PiMaDaum
5ee20771a8 Define filter argument as persistent flag in list
command
2023-02-05 19:38:58 +01:00
PiMaDaum
4e5983dc43 Remove the overloaded parseTimestamp function 2023-02-01 21:16:28 +01:00
PiMaDaum
e5bb6eceff Outsource the resources filter function
to seperate file
2023-02-01 21:11:06 +01:00
PiMaDaum
9bdc4a96ca create filter flag description 2023-01-29 21:36:45 +01:00
PiMaDaum
3d395a11ed Implement an builtin function to parse timestamps
for filter expressions
2023-01-29 21:06:44 +01:00
PiMaDaum
48604aefd0 Make slice of cel environment options private 2023-01-29 20:14:21 +01:00
PiMaDaum
5a464f48da Implement filtering over CEL on list resources 2023-01-29 01:18:55 +01:00
PiMaDaum
a0b7b7daaf Set deendency of antlr/antlr4/runtime/Go/antlr 2023-01-29 01:18:07 +01:00
PiMaDaum
e9582729ad add google/cel-go as new dependency 2023-01-28 21:04:54 +01:00
Samuel Lorch
0aa392634b
Merge pull request #22 from passbolt/fix-ci
fix ci version
2022-12-30 17:59:39 +01:00
Samuel Lorch
34fedec4f2 fix ci version 2022-12-30 17:55:13 +01:00
Samuel Lorch
6d4879e8b4
Merge pull request #21 from passbolt/update-deps
update deps
2022-12-30 17:20:55 +01:00
Samuel Lorch
6f59446349 update deps 2022-12-30 17:20:02 +01:00
Samuel Lorch
9a2944c6fb
Merge pull request #20 from passbolt/feature-json-output
Json Output Support
2022-12-30 16:29:25 +01:00
Samuel Lorch
05dd936fbc Add Readme Section 2022-12-30 16:22:52 +01:00
Samuel Lorch
4dcb528f70 Add Group Json Output 2022-12-30 16:18:11 +01:00
Samuel Lorch
269e117fbf Add Resource Json Output 2022-12-30 16:08:46 +01:00
Samuel Lorch
e8bb791686 Add Folder Json Output 2022-12-30 16:08:29 +01:00
Samuel Lorch
c8dc067697 Add User Json Output 2022-12-30 16:08:14 +01:00
Samuel Lorch
a2257bc011 Add Json Output to Create Commands 2022-12-30 13:35:26 +01:00
Samuel Lorch
46ceb8176d Add Output Json Flag 2022-12-30 13:28:18 +01:00
Samuel Lorch
45fe21119b
Merge pull request #19 from passbolt/feature-add-created-modified-timestamp-columns
Add CreatedTimestamp and ModifiedTimestamp Columns to list commands
2022-12-30 11:50:02 +01:00
Samuel Lorch
d142f14ccc Add CreatedTimestamp and ModifiedTimestamp Columns to list commands 2022-12-30 11:39:59 +01:00
Samuel Lorch
423dfb020c
Merge pull request #18 from passbolt/fix-minor-issues
Fix minor issues
2022-12-30 11:36:27 +01:00
Samuel Lorch
cbf2771935 fix Double Prompting Issue when Reading Secret Input 2022-12-30 11:12:52 +01:00
Samuel Lorch
94165a0f3d Properly Name Groups in Code 2022-12-30 11:08:51 +01:00
Samuel Lorch
2b52c420c4
fix go install 2022-09-11 17:35:36 +02:00
Samuel Lorch
0804a1d9b1
Merge pull request #13 from bersace/patch-1
Lint and fix typos in README
2022-08-21 13:24:07 +02:00
Étienne BERSAC
3ee8f88bbb
Lint and fix typos in README 2022-08-20 12:06:41 +02:00
Samuel Lorch
89abb4f5a3 update deps 2022-05-30 20:00:29 +02:00
Samuel Lorch
6d5327cd95 use string instead of []byte 2022-05-30 19:50:43 +02:00
Samuel Lorch
fe7e6b2a22 fix windows build failing due to syscall 2022-05-30 19:49:02 +02:00
Samuel Lorch
e5c267da42
Merge pull request #12 from Tchoupinax/main
feat: allow password to be taken from pipe
2022-05-30 17:58:41 +02:00
Samuel Lorch
440f41a2af Replace usages of term.ReadPassword with util.ReadPassword 2022-05-30 17:52:17 +02:00
Samuel Lorch
bfbc15bd0d Make util ReadPassword Public 2022-05-30 17:51:54 +02:00
Samuel Lorch
a8b14c959f use golang.org/x/term instead of depricated golang.org/x/crypto/ssh/terminal 2022-05-30 17:51:10 +02:00
Tchoupinax
df187e8a5f feat: allow password to be taken from pipe 2022-05-25 19:00:09 +02:00
Samuel Lorch
4768cd1333
Merge pull request #11 from passbolt/fix-FilterIsSharedWithGroup-type
Fix filter-is-shared-with-group type
2022-04-13 11:36:53 +02:00
Samuel Lorch
14f189261a fix bad usage of type 2022-04-13 11:29:46 +02:00
Samuel Lorch
5989fa2998 update deps 2022-04-13 11:29:30 +02:00
Samuel Lorch
95644e205e
Merge pull request #9 from passbolt/speatzle-issue_template-1
Add Bug Report issue template
2022-04-07 16:35:02 +02:00
Samuel Lorch
f49471e31e
Merge pull request #10 from passbolt/fix-#8
update deps to include bugfix for #8
2022-04-07 16:34:32 +02:00
Samuel Lorch
7b35d8dac7 update deps to include bugfix for #8 2022-04-07 16:29:56 +02:00
Samuel Lorch
c8c7203ef0
Add Bug Report issue template 2022-04-07 11:40:32 +02:00