summaryrefslogtreecommitdiffstats
path: root/integrations/gitea-repositories-meta
Commit message (Collapse)AuthorAgeFilesLines
* Symlink icons (#1416) (#3826)Tris Forster2018-05-0137-0/+705
| | | | | | | | | | | | * Updated vendor code for code.gitea.io/git * Display symlinks correctly for files and directories * Added symlink tests * Applied silverwinds stylesheet patch Signed-off-by: Tris Forster <tris.git@shoddynet.org>
* Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092)Antoine GIRARD2017-12-089-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | * Add failing test * Fix urls * Improve url in tests * improve testing * Remove debug code * Add deps * LFS corner-case : Search on lower but store with case * Temporary comment of blocking action * fix hooks * Use temporary repo for git client test * Use userPassword in place of hard-coded password
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-2817-0/+509
| | | | | | * Update macaron * Various wiki bug fixes
* Complete push webhooks (#2530)David Schneiderbauer2017-09-211-0/+1
| | | | | | | | | | | | | | | | | * implemented missing 'delete' push webhooks moreover created ActionDeleteBranch and ActionDeleteTag * add CommitRepoAction tests for tag/branch creation/deletion * fixed error where push webhook not called if is new branch or tag removed unnecessary code * moved prepare unit test environment into separate method to be used across unit tests * add missing if clause in pushUpdate Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* Fix some tests : make coverage -> test (#2492)Antoine GIRARD2017-09-12102-0/+2177
* Fix test : make coverage -> test * Refactor integration tests to be able to run them in parallel * Add custom local repository temp path