Skip to content
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

Improve make PR (force build and help message) #10178

Merged
merged 8 commits into from
Feb 8, 2020
Merged

Conversation

sapk
Copy link
Member

@sapk sapk commented Feb 7, 2020

Add make pr to make help and force build assets before launch (mostly to update ui)

@sapk sapk added type/miscellaneous skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. labels Feb 7, 2020
Makefile Outdated Show resolved Hide resolved
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Feb 7, 2020
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
@codecov-io
Copy link

codecov-io commented Feb 7, 2020

Codecov Report

Merging #10178 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10178      +/-   ##
==========================================
- Coverage   43.42%   43.41%   -0.01%     
==========================================
  Files         576      576              
  Lines       79642    79642              
==========================================
- Hits        34585    34578       -7     
- Misses      40782    40791       +9     
+ Partials     4275     4273       -2
Impacted Files Coverage Δ
models/unit.go 37.03% <0%> (-2.47%) ⬇️
modules/queue/unique_queue_disk_channel.go 52.56% <0%> (-1.93%) ⬇️
modules/queue/workerpool.go 45.55% <0%> (-1.07%) ⬇️
routers/repo/view.go 39.13% <0%> (-0.87%) ⬇️
services/pull/pull.go 33.93% <0%> (+1.5%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6725ab0...416c540. Read the comment docs.

@@ -120,6 +120,7 @@ help:
@echo " - vet examines Go source code and reports suspicious constructs"
@echo " - test run unit test"
@echo " - test-sqlite run integration test for sqlite"
@echo " - pr#<index> build and start gitea from a PR with integration test data loaded"
Copy link
Member

@6543 6543 Feb 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

o nice: didn't know this exist

@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Feb 7, 2020
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Feb 7, 2020
@sapk sapk merged commit 632df9b into go-gitea:master Feb 8, 2020
@sapk sapk deleted the make-pr-2 branch February 8, 2020 00:14
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. type/miscellaneous
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants