Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
93afe7c
add commands to export config into config-manager structure and format
cparkertrivir Jan 10, 2025
f4d151c
bugfix: Remove duplicate file with different casing
devintrivir Mar 3, 2025
30ad0e0
config-manager uiConfig export feature edited
devintrivir Mar 31, 2025
2aa69da
WORK IN PROGRESS
devintrivir Apr 3, 2025
de0851e
reorganized fr-config style command files
devintrivir Apr 28, 2025
68e8d4c
wip
devintrivir May 29, 2025
711be99
Merge pull request #1 from trivir/config-manager
mricketttrivir May 29, 2025
05ecb9a
Created empty config-manager export authz-policies command.
mricketttrivir May 29, 2025
ab6bfc0
Added command options
mricketttrivir May 30, 2025
fa99df1
Finished config-manager export authz-policies command
mricketttrivir Jun 2, 2025
8f0451f
removed ui_configuration export test
mricketttrivir Jun 2, 2025
2fd4a88
Added and completed config-manager export config-metadata command
mricketttrivir Jun 3, 2025
a399899
applied PR changes
mricketttrivir Jun 4, 2025
a42dac5
Created single test for config-manager export authz-policies
mricketttrivir Jun 4, 2025
7a2a845
Finished tests for config-manager export authz-policies
mricketttrivir Jun 5, 2025
2151d84
Added config-manager export connector-definitions command
mricketttrivir Jun 5, 2025
29c4a22
Added tests fro config-manager export connector-definitions
mricketttrivir Jun 6, 2025
594b02f
Added config-manager export cors command
mricketttrivir Jun 6, 2025
7497651
Added config-manager export csp command
mricketttrivir Jun 6, 2025
2d7b93f
Added config-manager export email-provider command
mricketttrivir Jun 6, 2025
72bca83
Added config-manager export org-privileges command. ran lint:fix
mricketttrivir Jun 6, 2025
724abe2
push beofre upstream just in case
skootrivir Jun 10, 2025
1f1b5f7
Merge remote-tracking branch 'upstream/main' into config-manager
skootrivir Jun 10, 2025
348c9df
sdlkf
skootrivir Jun 10, 2025
e316d75
frodo config-manager export scripts has been redone.
mricketttrivir Jun 10, 2025
a88dafc
Getting ready to update
mricketttrivir Jun 11, 2025
c16bc35
updated. Now using frodo lib branch: https://github.com/trivir/frodo-…
mricketttrivir Jun 11, 2025
589dfaa
Added frodo config-manager export oauth2-agents
mricketttrivir Jun 11, 2025
b6a0833
Merge branch 'config-manager' of https://github.com/trivir/frodo-cli …
mricketttrivir Jun 11, 2025
43ada39
Refactored mappings command
mricketttrivir Jun 11, 2025
88a53c6
Added option to read config file for policies and agents
mricketttrivir Jun 12, 2025
7424aa7
Updated csp command to use config file
mricketttrivir Jun 13, 2025
e96ce3c
started export raw command
mricketttrivir Jun 13, 2025
9a01c21
Added export raw command
mricketttrivir Jun 16, 2025
ab6e3f5
config-manager commands,
skootrivir Jun 17, 2025
bf6b084
updated authz tests
mricketttrivir Jun 17, 2025
7123c24
Changed by lint:fix
skootrivir Jun 17, 2025
f697234
Created empty config-manager export authz-policies command.
mricketttrivir May 29, 2025
006f49a
Added command options
mricketttrivir May 30, 2025
89968ef
Finished config-manager export authz-policies command
mricketttrivir Jun 2, 2025
ba68067
removed ui_configuration export test
mricketttrivir Jun 2, 2025
d9148f3
Added and completed config-manager export config-metadata command
mricketttrivir Jun 3, 2025
e7b15f1
applied PR changes
mricketttrivir Jun 4, 2025
6325c86
Created single test for config-manager export authz-policies
mricketttrivir Jun 4, 2025
3d06ca6
Finished tests for config-manager export authz-policies
mricketttrivir Jun 5, 2025
dcefce1
Added config-manager export connector-definitions command
mricketttrivir Jun 5, 2025
57a7b51
Added tests fro config-manager export connector-definitions
mricketttrivir Jun 6, 2025
ff90eb0
Added config-manager export cors command
mricketttrivir Jun 6, 2025
8b99b16
Added config-manager export csp command
mricketttrivir Jun 6, 2025
d90a584
Added config-manager export email-provider command
mricketttrivir Jun 6, 2025
c4649d2
Added config-manager export org-privileges command. ran lint:fix
mricketttrivir Jun 6, 2025
f40aa38
frodo config-manager export scripts has been redone.
mricketttrivir Jun 10, 2025
cf18082
Getting ready to update
mricketttrivir Jun 11, 2025
dd3d467
Added frodo config-manager export oauth2-agents
mricketttrivir Jun 11, 2025
c90b98b
Refactored mappings command
mricketttrivir Jun 11, 2025
a6fceda
Added option to read config file for policies and agents
mricketttrivir Jun 12, 2025
1f261da
Updated csp command to use config file
mricketttrivir Jun 13, 2025
b8f1689
started export raw command
mricketttrivir Jun 13, 2025
5c66e94
Added export raw command
mricketttrivir Jun 16, 2025
e9f06b5
updated authz tests
mricketttrivir Jun 17, 2025
b46e282
changes after running lint
skootrivir Jun 17, 2025
88ebe6c
changes for config-manager-export
skootrivir Jun 17, 2025
56a0d7e
Renamed ops functions to match frodo format
mricketttrivir Jun 17, 2025
c8b11a3
Merge branch 'feature/config-manager-mrickett' of https://github.com/…
mricketttrivir Jun 17, 2025
386853b
Merge pull request #31 from trivir/feature/config-manager-mrickett
skootrivir Jun 17, 2025
2c69569
Fixed config-manager function names
mricketttrivir Jun 17, 2025
ed69bef
fixed a failed merge
mricketttrivir Jun 17, 2025
9ca6cf8
Please dont touch my branch
mricketttrivir Jun 17, 2025
59bf24d
ran lint, merging with Murphy's directory
skootrivir Jun 18, 2025
98a774c
Merge branch 'config-manager' of https://github.com/trivir/frodo-cli …
mricketttrivir Jun 18, 2025
d56ec46
Created recordings for export scripts command
mricketttrivir Jun 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
"test/**/*.test_.ts",
"tsup.config.ts"
]
}
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,6 @@ out

test/fs_tmp/*
!test/fs_tmp/.gitkeep

temp
.vscode/settings.json
18 changes: 13 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"type": "node",
"request": "attach",
"name": "Attach Debugger",
"port": 2000,
"restart": true
"request": "launch",
"name": "Debug",
"runtimeExecutable": "C:\\Users\\Devin\\AppData\\Local\\fnm_multishells\\1916_1742404469042\\node.exe",
"args": ["dist/app.cjs", "config-manager", "export", "scripts", "webinar"],
"outFiles": [
"${workspaceFolder}/dist/*.cjs",
],
"sourceMaps": true,
"resolveSourceMapLocations": [
"${workspaceFolder}/dist/*",
],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal"
}
]
}
Loading