Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rpc-netid-php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
adi-ia
rpc-netid-php
Graph
b752316d4d51005249836b11af151cf0a00f065f
Select Git revision
Branches
1
master
default
protected
Tags
11
2.3.1
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
12 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Feb
5
6
Oct
5
22
Jan
9
Jul
8
6
11
May
29
Apr
28
11
Mar
Merge branch 'NETID-238' into 'master'
2.3.1 master
2.3.1 master
NETID-238 Dockerize PHP NetID RPC
Merge branch 'master' into 'master'
switch reasons and valid
2.2.2
2.2.2
Merge branch 'master' into 'master'
Remove array requirement
2.2.1
2.2.1
Merge branch 'master' into 'master'
2.2.0
2.2.0
wrap in array if needed
Merge branch 'master' into 'master'
2.1.0
2.1.0
Maintains functionality with current code
Passing in reasons array instead of string
Updating documentation
Merge branch 'master' into 'master'
Updating to new phpunit version
2.0.0
2.0.0
Merge branch 'bitbucket-migration' into 'master'
Replace bitbucket urls with git.doit.wisc.edu equivalents
README-release.md edited online with Bitbucket
Merged in ahoffmann_wisc/rpc-netid-php/add-ping-method (pull request #4)
1.4.1
1.4.1
Created an integration test for ping(). found out it doesn't return a result code, so I can only go off of the "version" string for success. Updated client accordingly.
Added the ping() method to RpcNetidClientSoap
Merged uwmadison_doit/rpc-netid-php into master
composer.json edited online with Bitbucket
1.4.0
1.4.0
Merged in ahoffmann_wisc/rpc-netid-php/ACCTREC-299 (pull request #3)
Changed the $wiscard parameter to a string in checkLOA() to match the WSDL and to avoid integer overflow with 11 digits.
Merged uwmadison_doit/rpc-netid-php into master
composer.json edited online with Bitbucket
1.3.1
1.3.1
Merged uwmadison_doit/rpc-netid-php into master
Merged in ahoffmann_wisc/rpc-netid-php/ACCTREC-280 (pull request #2)
When receiving 4xx responses from checkLOA, the client will return a RpcNetidStructValidationResponse with valid = false instead of throwing an exception. 4xx are not considered "unexpected states". We need to be consistent on the return type at some point. (405 returns an integere, all the rest return a string).
Merged uwmadison_doit/rpc-netid-php into master
Updating version to 1.3.0 for release
1.3.0
1.3.0
Merged uwmadison_doit/rpc-netid-php into master
Merged in ahoffmann_wisc/rpc-netid-php/ACCTREC-254 (pull request #1)
checkAnswers now requires an IP address because Middleware web service
Removed credentialCheck as it is deprecated in favor of checkLOA
Updated the changePassword documentation to indicate that it does not
Added integration tests for checkLOA. Some don't pass because of data
Added additional documentation to checkLOA to mention the specific case
Implemented RpcNetidClientSoap::checkLOA. All unit tests pass.
Added the checkLOA method to the RpcNetidClient interface. Created a
Loading