| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* Fix wrong URL to download link.
The link does not contain trailing slash and cause error page displayed.
* Update version
|
|
|
|
|
|
|
|
| |
* New Issue ?body= query
* Override issue template with body query
* Add documentation for issue body query
|
| |
|
| |
|
|
|
| |
Signed-off-by: Andrew Thornton <art27@cantab.net>
|
|
|
|
|
| |
(#5836)
Revert #3711 overwrite of only show "No Description" to repo admins #2167 and add tests to prevent accidental overwrite again.
|
|
|
|
|
| |
As per @lafriks comment this should be: requested changes
Signed-off-by: Andrew Thornton <art27@cantab.net>
|
| |
|
|
|
| |
Fixes: #5783
|
| |
|
|
|
|
|
|
|
|
|
| |
Add a new config option to enable / disable the automatic watching of
repos for new repositories and if a user is added to a team.
Fixes #653
Signed-off-by: Sebastian Sauer <sauer.sebastian@gmail.com>
|
|
|
|
|
|
| |
* remame reject to 'request changes
* make usee of requested changes in issue's view content
|
|
|
| |
Fixes #5848
|
|
|
| |
Fixes #5847
|
| |
|
|
|
|
|
|
| |
Move input fields to the top so no scrolling is needed to add
new members / repos to a team.
Signed-off-by: Sebastian Sauer <sauer.sebastian@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
| |
* improve the releases api paging
* add max limit on API paging
|
|
|
|
|
|
|
|
| |
* Added docs for the tree api
* Added missing response definition
* Fixed swagger docs
|
| |
|
|
|
|
|
|
| |
* Include Go version
* fix import order
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Ensure valid git author names passed in signatures
Fix #5772 - Git author names are not allowed to include `\n` `<` or `>` and
must not be empty. Ensure that the name passed in a signature is valid.
* Account for pathologically named external users
LDAP and the like usernames are not checked in the same way that users who signup are.
Therefore just ensure that user names are also git safe and if totally pathological -
Set them to "user-$UID"
* Add Tests and adjust test users
Make our testcases a little more pathological so that we be sure that integration
tests have a chance to spot these cases.
Signed-off-by: Andrew Thornton <art27@cantab.net>
|
| |
|
|
|
|
|
|
| |
* Make sure .git/info is created before generating .git/info/sparse-checkout
* fix permissions
|
|
|
|
|
|
|
|
|
|
| |
* Remove tidb reference from docs
* Update from-source.fr-fr.md
* Update from-source.zh-cn.md
* Update from-source.zh-tw.md
|
| |
|
| |
|
|
|
|
|
|
| |
* Update go-ldap dependency
* Request for public keys only if attribute is set
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* New API routes added
* Comments added
* Build fix
* swagger_v1_json.tmpl without new line character
* Typo fix
* Code review changes
* Code review changes
* Add copyright
* Add copyright
* Add copyright
* Update per @lafriks feedback
* Update org.go
* Update user.go
* Update user.go
* make fmt
|
| |
|
|
|
|
|
| |
Updates documentation to account for the renamed ENABLE_SWAGGER_ENDPOINT from #3572 (commit a74426d631e3311cc3c460ae9917f76f0221f4de)
Signed-off-by: Peter Colberg <peter@colberg.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Optimize pulls merging
By utilizing `git clone -s --no-checkout` rather than cloning the whole
repo.
* Use sparse-checkout to speedup pulls merge
* Use bytes.Buffer instead of strings.Builder for backward compatibility
* Fix empty diff-tree output for repos with only the initial commit
* Fix missing argument for the format string
* Rework diff-tree-list generation
* Remove logging code
* File list for sparse-checkout must be prefix with /
Otherwise, they would match all files with the same name under
subdirectories.
* Update onto the rebased head
* Use referecen repo to avoid fetching objects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Pooled and buffered gzip implementation
* Add test for gzip
* Add integration test
* Ensure lfs check within transaction
The previous code made it possible for a race condition to occur whereby a LFSMetaObject could be checked into the database twice. We should check if the LFSMetaObject is within the database and insert it if not in one transaction.
* Try to avoid primary key problem in postgres
The integration tests are being affected by
https://github.com/go-testfixtures/testfixtures/issues/39 if we set the
primary key high enough, keep a count of this and remove at the end of
each test we shouldn't be affected by this.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Allow markdown table to scroll
`overflow:auto` isn't effective when a table is wider than the container. Adding `display:block` fixes this issue.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add util method and tests
* make sure the title of an issue cannot be empty
* wiki title cannot be empty
* pull request title cannot be empty
* update to make use of the new util methof
|
| |
|
| |
|
|
|
| |
Unfortunately a scoping problem was missed on the previous PR which meant that the only nil error was logged on failure to connect to the db. This pr fixes this.
|
|
|
|
| |
#4391 (#5777)
|
|
|
|
|
|
|
|
| |
Unfortunately the last fix didn't completely fix the migration to v79 of the db
due to bug with schema locking during Sync2. This should fix this issue.
Fix #5759
Signed-off-by: Andrew Thornton <art27@cantab.net>
|
|
|
|
| |
* Fix #5737
|
| |
|
| |
|