Skip to content

Commit

Permalink
Merge branch 'master' into add_user_as_collaborator_to_organization_repo
Browse files Browse the repository at this point in the history
  • Loading branch information
adelowo committed Sep 4, 2018
2 parents 84f2719 + 668a477 commit e3397d8
Show file tree
Hide file tree
Showing 89 changed files with 6,336 additions and 905 deletions.
20 changes: 10 additions & 10 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline:
branch: [ master ]

update-translations:
image: alpine:3.6
image: alpine:3.7
commands:
- mv ./options/locale/locale_en-US.ini ./options/
- sed -i -e 's/="/=/g' -e 's/"$$//g' ./options/locale/*.ini
Expand Down Expand Up @@ -56,15 +56,15 @@ pipeline:
event: [ push, tag, pull_request ]

build-without-gcc:
image: golang:1.8
image: golang:1.9
pull: true
commands:
- go build -o gitea_no_gcc # test if build succeeds without the sqlite tag
when:
event: [ push, tag, pull_request ]

build:
image: golang:1.10
image: golang:1.11
pull: true
environment:
TAGS: bindata sqlite
Expand All @@ -83,7 +83,7 @@ pipeline:
event: [ push, tag, pull_request ]

test:
image: golang:1.10
image: golang:1.11
pull: true
group: test
environment:
Expand All @@ -95,7 +95,7 @@ pipeline:
branch: [ master ]

test:
image: golang:1.10
image: golang:1.11
pull: true
group: test
environment:
Expand All @@ -107,7 +107,7 @@ pipeline:
branch: [ release/* ]

test:
image: golang:1.10
image: golang:1.11
pull: true
group: test
environment:
Expand All @@ -130,7 +130,7 @@ pipeline:
# event: [ push, tag, pull_request ]

test-mysql:
image: golang:1.10
image: golang:1.11
pull: true
group: test
environment:
Expand All @@ -145,7 +145,7 @@ pipeline:
branch: [ master ]

test-mysql:
image: golang:1.10
image: golang:1.11
pull: true
group: test
environment:
Expand All @@ -159,7 +159,7 @@ pipeline:
event: [ tag ]

test-pgsql:
image: golang:1.10
image: golang:1.11
pull: true
group: test
environment:
Expand All @@ -173,7 +173,7 @@ pipeline:
event: [ push, tag, pull_request ]

generate-coverage:
image: golang:1.10
image: golang:1.11
pull: true
environment:
TAGS: bindata
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).

## [1.5.1](https://github.com/go-gitea/gitea/releases/tag/v1.5.1) - 2018-09-03
* SECURITY
* Don't disclose emails of all users when sending out emails (#4784)
* Improve URL validation for external wiki and external issues (#4710) (#4740)
* Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706) (#4707)
* BUGFIXES
* Fix missing release title in webhook (#4783) (#4800)
* Make sure to reset commit count in the cache on mirror syncing (#4770)
* Fixed bug where team with admin privelege type doesn't get any unit (#4759)
* Fix failure on creating pull request with assignees (#4583) (#4727)
* Hide org/create menu item in Dashboard if user has no rights (#4678) (#4686)
* TRANSLATION
* Fix incorrect caption of webhook setting (#4701) (#4718)

## [1.5.0](https://github.com/go-gitea/gitea/releases/tag/v1.5.0) - 2018-08-10
* SECURITY
* Check that repositories can only be migrated to own user or organizations (#4366) (#4370)
Expand Down
Loading

0 comments on commit e3397d8

Please sign in to comment.