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

Add permission dev #396

Merged
merged 52 commits into from
Jun 19, 2023
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
443e02d
execution permission migration added
Fluder-Paradyne Jun 12, 2023
3169f96
execution permission migration added
Fluder-Paradyne Jun 12, 2023
433d08f
backend poc done
Fluder-Paradyne Jun 13, 2023
ce652cd
agent execution feed id added to permission
Fluder-Paradyne Jun 13, 2023
02afb79
skip feed if it is empty
Fluder-Paradyne Jun 13, 2023
92e61d6
removed agent_execution_feed_id which was added by mistake
Fluder-Paradyne Jun 13, 2023
0c97566
temp save
Fluder-Paradyne Jun 14, 2023
082690e
poc before test
Fluder-Paradyne Jun 14, 2023
1235537
bug fix
Fluder-Paradyne Jun 14, 2023
ebf9c49
new migration
Fluder-Paradyne Jun 14, 2023
1edaab8
add permission_required property to base_tool.py
Fluder-Paradyne Jun 14, 2023
4fc073a
permissions
Parth2506 Jun 14, 2023
b3ca9ff
Merge branch 'add_permission' of github.com:TransformerOptimus/SuperA…
jedan2506 Jun 14, 2023
a4d7cfe
permissions
jedan2506 Jun 14, 2023
b07b361
updates
jedan2506 Jun 14, 2023
522b6e2
updates
jedan2506 Jun 14, 2023
ec4d9e7
added curd for agent_execution_permission
Fluder-Paradyne Jun 15, 2023
1b1010e
added route
Fluder-Paradyne Jun 15, 2023
d7dd927
added update agent_execution_permission api and
Fluder-Paradyne Jun 15, 2023
ba78a69
added user_response to permission update endpoint
Fluder-Paradyne Jun 15, 2023
8da8ca5
permissions updates
jedan2506 Jun 15, 2023
7070732
Merge branch 'add_permission' of github.com:TransformerOptimus/SuperA…
jedan2506 Jun 15, 2023
9f3ed15
revert changes
Fluder-Paradyne Jun 15, 2023
e1b6761
permissions updates
jedan2506 Jun 15, 2023
9b20561
Merge remote-tracking branch 'origin/add_permission' into add_permission
Fluder-Paradyne Jun 15, 2023
f3b6a9d
skip permissions which have already been accepted or denied
Fluder-Paradyne Jun 16, 2023
4805dfc
space added
Fluder-Paradyne Jun 16, 2023
e61efff
merge with master
Fluder-Paradyne Jun 16, 2023
0c066d1
migrations fix
Fluder-Paradyne Jun 16, 2023
4b13f3b
permissions updates
jedan2506 Jun 16, 2023
05053a6
Merge branch 'add_permission' of github.com:TransformerOptimus/SuperA…
jedan2506 Jun 16, 2023
4c43e32
feedback working text
Fluder-Paradyne Jun 16, 2023
733c618
remove !
Fluder-Paradyne Jun 16, 2023
4ebf510
typo
Fluder-Paradyne Jun 16, 2023
44e0ee0
permissions updates
jedan2506 Jun 16, 2023
1b824ef
Merge branch 'add_permission' of github.com:TransformerOptimus/SuperA…
jedan2506 Jun 16, 2023
e612c48
pr changes
Fluder-Paradyne Jun 16, 2023
4a090d3
Merge remote-tracking branch 'origin/add_permission' into add_permission
Fluder-Paradyne Jun 16, 2023
c5929b3
small refactor
Fluder-Paradyne Jun 16, 2023
2f04a76
added .get instead of directly accessing dict
Fluder-Paradyne Jun 16, 2023
c26c165
response to user_feedback
Fluder-Paradyne Jun 16, 2023
ac9cead
added test test_handle_wait_for_permission.py
Fluder-Paradyne Jun 17, 2023
9703d24
added index on agent_execution_id in agent_execution_permissions table
Fluder-Paradyne Jun 17, 2023
ed814c0
check_permission test added
Fluder-Paradyne Jun 17, 2023
711031c
docs for agent_execution_permission.py
Fluder-Paradyne Jun 17, 2023
ed75e1b
dev merge
Fluder-Paradyne Jun 17, 2023
2e595f1
merge with dev
Fluder-Paradyne Jun 19, 2023
21285ae
added comment
Fluder-Paradyne Jun 19, 2023
3c33d90
added comment and UI dropdown text change
Fluder-Paradyne Jun 19, 2023
62e1adc
tests run outside docker
Fluder-Paradyne Jun 19, 2023
fba2b95
comment update
Fluder-Paradyne Jun 19, 2023
b4dc41b
Merge branch 'dev' into add_permission
Jun 19, 2023
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
remove !
  • Loading branch information
Fluder-Paradyne committed Jun 16, 2023
commit 733c61824a216f4f80e953059d464b56dddd90de
2 changes: 1 addition & 1 deletion gui/pages/Content/Agents/ActionConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function ActionConsole({ actions }) {
(
<div style={{display:'flex',flexDirection:'column',alignItems:'center',marginTop:'40px'}}>
<Image width={150} height={60} src="/images/no_permissions.svg" alt="no permissions" />
<span className={styles.feed_title} style={{marginTop: '8px'}}>No Actions to Display!!</span>
<span className={styles.feed_title} style={{marginTop: '8px'}}>No Actions to Display!</span>
</div>)}
</>
);
Expand Down