Check for valid user token in integration tests (#21520)#21529
Merged
lunny merged 2 commits intogo-gitea:release/v1.17from Oct 22, 2022
Merged
Check for valid user token in integration tests (#21520)#21529lunny merged 2 commits intogo-gitea:release/v1.17from
lunny merged 2 commits intogo-gitea:release/v1.17from
Conversation
Added checks for logged user token. Some builds fail at unrelated tests, due to missing token. Example: https://drone.gitea.io/go-gitea/gitea/62011/2/14 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
lunny
approved these changes
Oct 21, 2022
wxiaoguang
approved these changes
Oct 22, 2022
Member
|
make L-G-T-M work |
vanhoang1107
added a commit
to vanhoang1107/gitea
that referenced
this pull request
Nov 7, 2022
* src/release/v1.17: (48 commits) Fix repository adoption on Windows (go-gitea#21646) (go-gitea#21651) Sync git hooks when config file path changed (go-gitea#21619) (go-gitea#21625) Fix package access for admins and inactive users (go-gitea#21580) (go-gitea#21592) Fix `Timestamp.IsZero` (go-gitea#21593) (go-gitea#21604) Added check for disabled Packages (go-gitea#21540) (go-gitea#21614) Fix issues count bug (go-gitea#21600) Update milestone counters when issue is deleted (go-gitea#21459) (go-gitea#21586) Suppress `ExternalLoginUserNotExist` error (go-gitea#21504) (go-gitea#21572) support binary deploy in npm packages (go-gitea#21589) SessionUser protection against nil pointer dereference (go-gitea#21581) Case-insensitive NuGet symbol file GUID (go-gitea#21409) (go-gitea#21575) Prevent Authorization header for presigned LFS urls (go-gitea#21531) (go-gitea#21569) Update binding to fix bugs (go-gitea#21560) Check for valid user token in integration tests (go-gitea#21520) (go-gitea#21529) Fix generating compare link (go-gitea#21519) (go-gitea#21530) Ignore error when retrieving changed PR review files (go-gitea#21487) (go-gitea#21524) Enable Monaco automaticLayout (go-gitea#21516) Fix incorrect notification commit url (go-gitea#21479) (go-gitea#21483) Display total commit count in hook message (go-gitea#21400) (go-gitea#21481) Enforce grouped NuGet search results (go-gitea#21442) (go-gitea#21480) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #21520
Added checks for logged user token.
Some builds fail at unrelated tests, due to missing token.