-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
bugfix bukuserver #546
bugfix bukuserver #546
Conversation
@rachmadaniHaryono anything left to be done here? |
- use f string - don't use string as result variablee - black formatted
OK. Undraft when ready and please leave a note for me. |
while you are here please also read #484 (comment) i need your opinion on that |
- isort format - deduplicate parse_tags test case - test no args parse_tags
0903669
to
b0ca0f5
Compare
This reverts commit dd77595.
@GreenLunar can you confirm this pr work for your issue if yes then @jarun can merge it if jarun agree with this pr |
It has been a while since I've utilized git. |
if you use pipx/pip you can download it from the zip
e: from source > git remote add rachmadaniHaryono https://github.com/rachmadaniHaryono/Buku.git
> git checkout rachmadaniHaryono/bugfix/ftp-link |
Hi, I'll test and send a feedback. I'll be able to begin testing within 26 hours or so. I beg your pardon for my delay. I'll get to it ASAP. |
dont' worry and take your time |
I am fine. Just ensure if someone wants to install only the cmdline part, she doesn't have to install everything. |
i added my fork of flask-reverse-proxy-fix so user don't have to manually install my fork i also update note here #449 |
@rachmadaniHaryono OK to merge? |
i actually wait for @GreenLunar #546 (comment) but it is already 5 day and ci is passed, so maybe merge it and close related issue if there is bug please open new pr or reopen related issue while you are here, i also make mistake by merging commit accidentally c09ecfb so revert that commit before merging this pr related #484 (comment) |
Apologies for the procrastination. I've got work tasks on my shoulders. Again, sorry about it. |
Seems good |
Hi, I've tested all from a remote machine and all worked well. Below are obstacles which I'm trying to resolve.
I went on trying pipx for the first time:
Trying to install dependencies leads me to this message: "No apps associated with package PACKAGE or its dependencies. If you are attempting to install a library, pipx should not be e: Just in case:
|
@rachmadaniHaryono I've commented on the issues one by one. Please let me know if I've missed anything. |
based on this comment 1 seem like you have difficulties getting my branch. but after that you can get it working by this comment 2. so i assume this is working, if not see below > mkdir /tmp/tmp2
> cd /tmp/tmp2
> git clone https://github.com/rachmadaniHaryono/Buku.git
> cd Buku
> git checkout bugfix/ftp-link
> # add --force flag if necessary
> pipx install ".[server]"
> bukuserver run
> # after finished trying the branch
> pipx uninstall buku unfortunately for 5, i may have to put it on new pr so basically if @GreenLunar think 3 is fixed at this point, this pr can be merged for @jarun, can you check if sql command is correct on search_tag function in bukuserver.server module e: note remind me to put above shell example on documentation Footnotes |
done! |
Thank you so much guys! |
Yes, it's working and tested.
As I recall, I've managed to install using |
resolves #543
resolves #545
resolves #547
resolves #548
resolves #553
resolves #554
resolves #559