[frontend, web] refactor: web service frontend rewrite (#221)
- Automatic verification based on regex - Token generation button - Removed unneeded links - public lobby creation [android] Signed-off-by: crueter <swurl@swurl.xyz> Co-authored-by: Aleksandr Popovich <alekpopo@pm.me> Co-authored-by: Aleksandr Popovich <alekpopo@proton.me> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/221 Co-authored-by: crueter <swurl@swurl.xyz> Co-committed-by: crueter <swurl@swurl.xyz>
This commit is contained in:
@@ -4,13 +4,12 @@ HEADER="$(cat "$PWD/.ci/license/header.txt")"
|
||||
|
||||
echo "Getting branch changes"
|
||||
|
||||
# I created this cursed POSIX abomination only to discover a better solution
|
||||
#BRANCH=`git rev-parse --abbrev-ref HEAD`
|
||||
#COMMITS=`git log ${BRANCH} --not master --pretty=format:"%h"`
|
||||
#RANGE="${COMMITS[${#COMMITS[@]}-1]}^..${COMMITS[0]}"
|
||||
#FILES=`git diff-tree --no-commit-id --name-only ${RANGE} -r`
|
||||
BRANCH=`git rev-parse --abbrev-ref HEAD`
|
||||
COMMITS=`git log ${BRANCH} --not master --pretty=format:"%h"`
|
||||
RANGE="${COMMITS[${#COMMITS[@]}-1]}^..${COMMITS[0]}"
|
||||
FILES=`git diff-tree --no-commit-id --name-only ${RANGE} -r`
|
||||
|
||||
FILES=$(git diff --name-only master)
|
||||
#FILES=$(git diff --name-only master)
|
||||
|
||||
echo "Done"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user