v1.3.2 fixed default-limit-set-by-server-bug
This commit is contained in:
parent
05497c5be2
commit
7051919aeb
@ -11,7 +11,7 @@ set -eu
|
|||||||
|
|
||||||
readonly PROGNAME=`/usr/bin/basename $0`
|
readonly PROGNAME=`/usr/bin/basename $0`
|
||||||
readonly PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
|
readonly PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
|
||||||
readonly REVISION="1.3.1"
|
readonly REVISION="1.3.2"
|
||||||
|
|
||||||
repo=""
|
repo=""
|
||||||
login_old=""
|
login_old=""
|
||||||
@ -159,8 +159,8 @@ checkCommand tr
|
|||||||
|
|
||||||
# check access and get data
|
# check access and get data
|
||||||
echo "# checking access to OLD (\"$login_old\") and NEW (\"$login_new\")"
|
echo "# checking access to OLD (\"$login_old\") and NEW (\"$login_new\")"
|
||||||
readonly json_old=$(tea issues list --output json --login "$login_old" --repo "$repo" --state all --fields index,author,assignees)
|
readonly json_old=$(tea issues list --output json --login "$login_old" --repo "$repo" --state all --limit 99999 --fields index,author,assignees)
|
||||||
readonly json_new=$(tea issues list --output json --login "$login_new" --repo "$repo" --state all --fields index,author,assignees)
|
readonly json_new=$(tea issues list --output json --login "$login_new" --repo "$repo" --state all --limit 99999 --fields index,author,assignees)
|
||||||
|
|
||||||
echo "# running consistency checks"
|
echo "# running consistency checks"
|
||||||
readonly json_old_ids=$(echo "$json_old" | jq ".[] | .index" | sort -n)
|
readonly json_old_ids=$(echo "$json_old" | jq ".[] | .index" | sort -n)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user