summaryrefslogtreecommitdiffstats
path: root/integrations
Commit message (Collapse)AuthorAgeFilesLines
* Add integration test for repository migration (#1983)Mura Li2017-06-201-0/+70
|
* Add integration test for issue creating (#2002)Mura Li2017-06-181-0/+31
|
* Don't show non-comments in comments API (#2001)Ethan Koenig2017-06-184-10/+47
|
* Let not-logged-in users view releases (#1999)Ethan Koenig2017-06-181-0/+8
|
* fix golint error and rename func for suggestion. (#1997)Bo-Yi Wu2017-06-1711-25/+30
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Use testing benchmark interface (#1993)Antoine GIRARD2017-06-172-9/+9
|
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-1715-168/+147
|
* Set console to debug for integration testsEthan Koenig2017-06-153-7/+7
|
* Add integration test for pull-request merge (#1912)Mura Li2017-06-154-3/+62
|
* Fix typo (#1974)Shuanglei Tao2017-06-151-1/+1
|
* Add pull-create integration test (#1972)Mura Li2017-06-151-0/+56
|
* Fix search by issue type (#1914)Ethan Koenig2017-06-151-0/+50
| | | | * Fix search by issue type
* fix collborators lack of units on orgnization repositories (#1968)Lunny Xiao2017-06-1524-6/+567
| | | | | | * fix collborators lack of units on orgnization repositories * also change log level to debug
* Fix uppercase default branch bug (#1965)Ethan Koenig2017-06-143-0/+60
|
* Fix setting.AppPath for integration tests (#1923)Kim "BKC" Carlbäcker2017-06-131-4/+13
|\ | | | | Fix setting.AppPath for integration tests
| * Absolute path for setting.CustomConfEthan Koenig2017-06-091-5/+11
| |
| * Fix setting.AppPath for integration testsEthan Koenig2017-06-091-1/+4
| |
* | Display URLs in integration test logs (#1924)Ethan Koenig2017-06-0915-71/+47
|/
* Add integration test for file editing (#1907)Mura Li2017-06-081-0/+45
|
* Add integration test for repository forkingMura Li2017-06-071-0/+67
|
* Display draft releases (#1854)Ethan Koenig2017-06-031-0/+22
| | | | | | | | * Display draft releases * Include ctx.User in user cache * Integration test
* Fix pull request compare link (#1832)Ethan Koenig2017-05-311-0/+31
| | | | | | * Fix pull request compare link * Integration test
* Fix invalid reference in feeds template (#1820)Ethan Koenig2017-05-271-0/+9
| | | | | | | | * Fix invalid reference in feeds template * Comment for GetActAvatar * Add integration test
* Fix 500 for GET /teams/:id endpoints (#1811)Ethan Koenig2017-05-261-0/+38
| | | | | | | | * Fix 500 for GET /teams/:id endpoints * Integration test for GET /team/:id * Clean up integration test
* Fix activity feed (#1779)Ethan Koenig2017-05-261-10/+12
| | | | | | | | | | | | * Fix activity feed Preserve actions after user/repo name change * Add missing comment * Fix migration, and remove fields completely * Tests
* Fix and test for delete user (#1713)Ethan Koenig2017-05-201-0/+41
| | | | | | | | * Fix and test for delete user * Run updates in batches * Unit test
* Don't recreate database in integration tests (#1697)Ethan Koenig2017-05-111-6/+1
|
* remove sqlite tag when integration test with mysql/postgres AND recreate ↵Lunny Xiao2017-05-091-3/+9
| | | | database when init integration test (#1693)
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-083-0/+3
|
* fix bug when push a branch name with / & fix an integration test bug (#1689)Lunny Xiao2017-05-082-5/+51
|
* Show commit status icon in commits table (#1688)Lauris BH2017-05-072-83/+101
| | | | | | | | | | | | | | | | | | * Show commit status icon in commits table * Add comments * Fix icons * Few more places where commit table is displayed * Change integration test to use goquery for parsing html * Add integration tests for commit table and status icons * Fix status to return lates status correctly on all databases * Rewrote lates commit status selects
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-023-2/+297
| | | | | | * 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
* MySQL, Postgres integration tests in drone (#1638)Ethan Koenig2017-04-303-11/+49
| | | | | | | | | | * MySQL, Postgres integration tests in drone * Fix .drone.yml * sign drone * resign drone
* fix #1643 and improve integration test (#1645)Lunny Xiao2017-04-303-9/+30
|
* fix bug on issue view when not login (#1624)Lunny Xiao2017-04-291-0/+21
| | | | | | | | | | * fix bug on issue view when not login * hide issue watch when not login * update the tests * fix test on issue
* bug fixed for API to get user's repos (#1622)Lunny Xiao2017-04-291-0/+23
| | | | | | | | * bug fixed for API to get user's repos * add tests and fix another place * test user2 since user1 has no repos
* improve integration test to resue models/fixtures and store git repos with ↵Lunny Xiao2017-04-2831-11/+577
| | | | | | | | | | tests (#1627) * improve integration test to resue models/fixtures and store git repos with source * use gitea-integration-meta dir instead .tar.gz and cleanup every before every test * fix import package name
* Integration test framework (#1290)Ethan Koenig2017-04-259-332/+337
| | | | | | | | | | * Integration test framework * udpate drone sign * Formatting fixes and move router.go to routers/ * update sign for drone
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-3/+3
|
* Add integration test for signup (#1135)Mura Li2017-03-112-0/+66
| | | | | | | | | | | | | | * Add integration test for signup * Remove unused functions * Refactoring * Add repo_create_test.go * Rollback the incomplete repo create test * Comply with linter requirements and simplify the code a little bit
* Fix stray directories generated by integration tests (#1134)Mura Li2017-03-071-11/+5
|
* Add basic integration test infrastructure (and new endpoint ↵Mura Li2017-03-063-0/+304
`/api/v1/version` for testing it) (#741) * Implement '/api/v1/version' * Cleanup and various fixes * Enhance run.sh * Add install_test.go * Add parameter utils.Config for testing handlers * Re-organize TestVersion.go * Rename functions * handling process cleanup properly * Fix missing function renaming * Cleanup the 'retry' logic * Cleanup * Remove unneeded logging code * Logging messages tweaking * Logging message tweaking * Fix logging messages * Use 'const' instead of hardwired numbers * We don't really need retries anymore * Move constant ServerHttpPort to install_test.go * Restore mistakenly removed constant * Add required comments to make the linter happy. * Fix comments and naming to address linter's complaints * Detect Gitea executale version automatically * Remove tests/run.sh, `go test` suffices. * Make `make build` a prerequisite of `make test` * Do not sleep before trying * Speedup the server pinging loop * Use defined const instead of hardwired numbers * Remove redundant error handling * Use a dedicated target for running code.gitea.io/tests * Do not make 'test' depend on 'build' target * Rectify the excluded package list * Remove redundant 'exit 1' * Change the API to allow passing test.T to test handlers * Make testing.T an embedded field * Use assert.Equal to comparing results * Add copyright info * Parametrized logging output * Use tmpdir instead * Eliminate redundant casting * Remove unneeded variable * Fix last commit * Add missing copyright info * Replace fmt.Fprintf with fmt.Fprint * rename the xtest to integration-test * Use Symlink instead of hard-link for cross-device linking * Turn debugging logs on * Follow the existing framework for APIs * Output logs only if test.v is true * Re-order import statements * Enhance the error message * Fix comment which breaks the linter's rule * Rename 'integration-test' to 'e2e-test' for saving keystrokes * Add comment to avoid possible confusion * Rename tests -> integration-tests Also change back the Makefile to use `make integration-test`. * Use tests/integration for now * tests/integration -> integrations Slightly flattened directory hierarchy is better. * Update Makefile accordingly * Fix a missing change in Makefile * govendor update code.gitea.io/sdk/gitea * Fix comment of struct fields * Fix conditional nonsense * Fix missing updates regarding version string changes * Make variable naming more consistent * Check http status code * Rectify error messages