| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Start improving English grammar and consistency.
* Apply review comments, push translation further.
* Additional review changes; expand translation.
* Undo team/organization change, further translation.
* Add site administration; review comments; merge.
* Update hardcoded branch protection string tests.
* Update hardcoded branch deletion string test.
* Update another hardcoded translation string test.
* Add my nickname to the list of translators.
* Implement @lafriks review comments.
* Remove (now) unused branch deletion warnings.
* Remove (now) unused branch deletion warnings.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Make URL scheme unambiguous
Redirect old routes to new routes
* Fix redirects to new URL scheme, and update template
* Fix branches/_new endpoints, and update integration test
|
|
|
|
|
|
|
|
| |
* Integration test for activity page
* Small code refactoring for acitvity page
* Move activity stats calculation logic to model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* improve protected branch to add whitelist support
* fix lint
* fix style check
* fix tests
* fix description on UI and import
* fix test
* bug fixed
* fix tests and languages
* move isSliceInt64Eq to util pkg; improve function names & typo
|
|
|
| |
* Helper functions for intergration test boilerplate
|
|
|
| |
Set request headers in helper functions, and new helper for requests with string-formatted URLs
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Make branch deletion URL more like GitHub's, fixes #1397
* Add PR branch deletion integration test
* Do not allow deleting protected branch
* Change http error code to 403 if user has no write rights to repository
* Add check to not panic if forked repository has alrady been deleted
|
|
|
| |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
* Do not allow commiting to protected branch from online editor
* Add editor integration tests for adding new file and not allowing to add new file to protected branch
|