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

Ordering organizations and users by name #49

Closed
wants to merge 45 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
cc1e822
Small UI fixes on full width form titles
joubertredrat Oct 19, 2016
c5f3692
Use proper url for libravatar dep
strk Nov 2, 2016
e683dee
Fix sender of issue notifications
strk Sep 7, 2016
a006984
config lgtm to disable maintainer to LGTM himself's PR
lunny Nov 3, 2016
42883f2
Fix SHA regexp and commit comparisons
thibaultmeyer Nov 3, 2016
e8b45fe
Restore whitespace
thibaultmeyer Nov 3, 2016
ac93682
Change import reference to match gitea instead of gogs (#37)
DblK Nov 3, 2016
2fbebad
Badges and travis testing (#40)
tboerger Nov 3, 2016
cd255db
Ordering organizations and user accounts by name
thibaultmeyer Nov 2, 2016
da9cb6a
Show issue/PR number on title
andreynering Oct 12, 2016
462b654
added CONTRIBUTING
lunny Nov 4, 2016
b38ca66
diff the CONTRIBUTORS and MAINTAINERS
lunny Nov 4, 2016
7cb7baa
typo and contributing improved
lunny Nov 4, 2016
9c7851c
Use user fullname if resolved
thibaultmeyer Oct 29, 2016
afd0e20
Dropped vendoring from gitignore
tboerger Nov 3, 2016
ff2204c
Dropped glide configs
tboerger Nov 3, 2016
6a407f1
Added vendoring config for govendor
tboerger Nov 3, 2016
1975e2f
Added all required dependencies
tboerger Nov 3, 2016
738868c
Dropped go get from travis config
tboerger Nov 3, 2016
f8b6012
Implementation of the feature to redirect to an external issue tracker
DblK Nov 4, 2016
c3ab33a
follow the advisor: add DCO and some improvements
lunny Nov 4, 2016
c441f55
Set default less and css to new default name
joubertredrat Nov 3, 2016
ef8c2fd
Run goimports on the whole project (#34)
metalmatze Nov 4, 2016
8505e79
Rename gogs.go to main.go
metalmatze Nov 4, 2016
b6f2770
Rename all occurrences of gogs.go
metalmatze Nov 4, 2016
d2abf4e
Use a correct format for CONTRIBUTORS and MAINTAINERS
tboerger Nov 4, 2016
31103bb
One more try to validate maintainers and contributors
tboerger Nov 4, 2016
a7943a3
Minor cleanups, look at the specific commits (#67)
tboerger Nov 4, 2016
126b43a
Executed go fmt for all files
tboerger Nov 4, 2016
e681081
Simply made go vet happy, fixed tags
tboerger Nov 4, 2016
c57de62
Vet complains about "should have signature MarshalJSON() ([]byte, err…
tboerger Nov 4, 2016
6c272ac
Linter doesn't like uppercase variables
tboerger Nov 4, 2016
82969eb
Made linter happy in cmd folder
tboerger Nov 4, 2016
5142f94
Regenerated bindata
tboerger Nov 4, 2016
96d7ede
Added a common golang gitignore
tboerger Nov 4, 2016
d66249c
Totally refactored the makefile and adjusted travis config
tboerger Nov 4, 2016
2930243
Fixed "net.UnixAddr composite literal uses unkeyed fields"
tboerger Nov 4, 2016
5cdae21
Dropped outdated build scripts
tboerger Nov 4, 2016
b52c15b
Extended gitignore
tboerger Nov 4, 2016
747a11a
Use tabs in Makefiles
strk Nov 5, 2016
f16c963
Drop indent-size from Makefile section
strk Nov 5, 2016
c4d1c3c
Fix 500 when repo has invalid .editorconfig
andreynering Nov 3, 2016
bcd8d55
Add myself to the MAINTAINERS (#82)
metalmatze Nov 5, 2016
0d02353
Refactor editorconfig middleware
andreynering Nov 5, 2016
c0dc11c
Minor changes
0xBAADF00D Nov 6, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 0 additions & 19 deletions .bra.toml

This file was deleted.

7 changes: 0 additions & 7 deletions .codebeatignore

This file was deleted.

7 changes: 0 additions & 7 deletions .codebeatsettings

This file was deleted.

3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ indent_size = 4
indent_style = tab
indent_size = 2

[Makefile]
indent_style = tab

[*.{less,yml}]
indent_style = space
indent_size = 2
Expand Down
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Depends on the situation, you will:

### Bug Report

If you find something you consider a bug, please create a issue on [GitHub](https://github.com/gogits/gogs/issues). To avoid wasting time and reduce back-and-forth communication with team members, please include at least the following information in a form comfortable for you:
If you find something you consider a bug, please create a issue on [GitHub](https://github.com/go-gitea/gitea/issues). To avoid wasting time and reduce back-and-forth communication with team members, please include at least the following information in a form comfortable for you:

- Bug Description
- Gogs Version
Expand All @@ -24,7 +24,7 @@ If you find something you consider a bug, please create a issue on [GitHub](http
- Error Log
- Other information

Please take a moment to check that an issue on [GitHub](https://github.com/gogits/gogs/issues) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests.
Please take a moment to check that an issue on [GitHub](https://github.com/go-gitea/gitea/issues) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests.

#### Bug Report Example

Expand All @@ -42,7 +42,7 @@ There is no standard form of making a feature request. Just try to describe the

### Pull Request

Please read detailed information on [Wiki](https://github.com/gogits/gogs/wiki/Contributing-Code).
Please read detailed information on [Wiki](https://github.com/go-gitea/gitea/wiki/Contributing-Code).

### Ask For Help

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The pull request will be closed without any reasons if it does not satisfy any o

1. Please make sure you are targeting the `develop` branch.
2. Please read contributing guidelines:
https://github.com/gogits/gogs/wiki/Contributing-Code
https://github.com/go-gitea/gitea/wiki/Contributing-Code
3. Please describe what your pull request does and which issue you're targeting
4. ... if it is not related to any particular issues, explain why we should not reject your pull request.

Expand Down
53 changes: 35 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,37 @@
.DS_Store
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof

coverage.out
gitea

*.db
*.log
log/
custom/
data/
.vendor/
.idea/
*.iml
public/img/avatar/
*.exe
*.exe~
/gogs
profile/
*.pem
output*
gogs.sublime-project
gogs.sublime-workspace
/release
vendor

/bin
/dist
/custom
/data
/log
/public/img/avatar
59 changes: 0 additions & 59 deletions .gopmfile

This file was deleted.

1 change: 1 addition & 0 deletions .lgtm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self_approval_off = false
27 changes: 0 additions & 27 deletions .pkgr.yml

This file was deleted.

34 changes: 19 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
language: go

go:
- 1.4
- 1.5
- 1.6
- 1.7

env:
TAGS: cert sqlite pam miniwinsvc

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libpam-dev
- go get github.com/msteinert/pam

install:
- go get -t -v ./...
script:
- make clean
- make vet

# - make lint

- make test
- make build

script:
- go build -v -tags "pam"
- go test -v -cover -race ./...
after_success:
- bash <(curl -s https://codecov.io/bash)

notifications:
email:
- [email protected]
slack: gophercn:o5pSanyTeNhnfYc3QnG0X7Wx
webhooks:
on_success: change
on_failure: always
on_start: never
urls:
- https://webhooks.gitter.im/e/b590f8e03882f7aedc3e
on_success: change
on_failure: always
on_start: never
- https://webhooks.gitter.im/e/ee6b822f3cf54c98e70c
- https://webhooks.gitter.im/e/87428658ef177ce8a7e4
- https://webhooks.gitter.im/e/a1d2b69804dfda72187e
Loading