Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ipaaca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Social Cognitive Systems
ipaaca
Commits
adda62a6
Commit
adda62a6
authored
10 years ago
by
Dennis Leroy Wigand
Browse files
Options
Downloads
Patches
Plain Diff
added resend request feature
parent
98c73a9d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ipaacalib/proto/ipaaca.proto
+5
-0
5 additions, 0 deletions
ipaacalib/proto/ipaaca.proto
ipaacalib/python/src/ipaaca/__init__.py
+171
-132
171 additions, 132 deletions
ipaacalib/python/src/ipaaca/__init__.py
with
176 additions
and
132 deletions
ipaacalib/proto/ipaaca.proto
+
5
−
0
View file @
adda62a6
...
@@ -84,6 +84,11 @@ message IUCommission {
...
@@ -84,6 +84,11 @@ message IUCommission {
required
string
writer_name
=
3
;
required
string
writer_name
=
3
;
}
}
message
IUResendRequest
{
required
string
uid
=
1
;
required
string
hidden_name
=
2
;
}
message
IULinkUpdate
{
message
IULinkUpdate
{
required
string
uid
=
1
;
required
string
uid
=
1
;
required
uint32
revision
=
2
;
required
uint32
revision
=
2
;
...
...
This diff is collapsed.
Click to expand it.
ipaacalib/python/src/ipaaca/__init__.py
+
171
−
132
View file @
adda62a6
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment