summaryrefslogtreecommitdiffstats
path: root/integrations/gitea-integration-meta
Commit message (Collapse)AuthorAgeFilesLines
* Fix some tests : make coverage -> test (#2492)Antoine GIRARD2017-09-12102-2177/+0
| | | | | | | | * Fix test : make coverage -> test * Refactor integration tests to be able to run them in parallel * Add custom local repository temp path
* Only check at least one email gpg key (#2266)Antoine GIRARD2017-09-0529-0/+539
| | | | | | | | | | | | | | | | | | | | | | * Only require one email (possibly not yet validated) * Update message error and check validation of commit * Add integrations tests * Complete integration for import * Add pre-check/optimization * Add some test (not finished) * Finish * Fix fixtures * Fix typo * Don't guess key ID
* Fix bare-repo bugs (#2199)Ethan Koenig2017-07-2719-0/+535
| | | | | | | | * Fix bare-repo bugs * Integration tests * Unused import
* Fix hooks for integration repo (#2216)Ethan Koenig2017-07-277-3/+30
|
* Remove unused files (#2124)Ethan Koenig2017-07-072-23/+0
|
* Fix API for branches with slashes (#2096)Ethan Koenig2017-07-021-0/+1
|
* fix collborators lack of units on orgnization repositories (#1968)Lunny Xiao2017-06-1520-0/+535
| | | | | | * fix collborators lack of units on orgnization repositories * also change log level to debug
* Fix uppercase default branch bug (#1965)Ethan Koenig2017-06-142-0/+2
|
* improve integration test to resue models/fixtures and store git repos with ↵Lunny Xiao2017-04-2827-0/+561
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