summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use more specific test methods (#24265)KN4CK3R2023-04-2215-39/+39
* Update go tool dependencies, restructure lint targets (#24239)silverwind2023-04-222-4/+3
* Remove git sample files and ignore them (#24271)wxiaoguang2023-04-2213-791/+0
* Improve test logger (#24235)wxiaoguang2023-04-211-5/+0
* Fix access token issue on some public endpoints (#24194)harryzcy2023-04-211-8/+14
* Add owner team permission check test (#24096)yp053272023-04-191-0/+20
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-193-18/+112
* fix calReleaseNumCommitsBehind (#24148)oliverpool2023-04-1845-7/+842
* Use double quotes consistently in en-US (#24141)Panagiotis "Ivory" Vasilopoulos2023-04-177-9/+9
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-1/+1
* Refactor cookie (#24107)wxiaoguang2023-04-134-6/+10
* Fix admin team access mode value in team_unit table (#24012)yp053272023-04-131-0/+31
* Avoid recursing into sub-sub-sub-docs folders when looking for READMEs. (#23695)Nick2023-04-101-1/+1
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-1/+4
* Reserve ".png" suffix for user/org names (#23992)65432023-04-101-0/+11
* Show visibility status of email in own profile (#23900)n0toose2023-04-081-8/+8
* Drop "unrolled/render" package (#23965)wxiaoguang2023-04-081-1/+1
* Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#2...65432023-04-073-3/+16
* Improve permission check of packages (#23879)yp053272023-04-061-0/+10
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)wxiaoguang2023-04-042-11/+11
* Display image size for multiarch container images (#23821)KN4CK3R2023-04-021-5/+17
* Use different SVG for pending and running actions (#23836)Hester Gong2023-03-311-1/+5
* Refactor internal API for git commands, use meaningful messages instead of "I...wxiaoguang2023-03-291-24/+24
* Implement Issue Config (#20956)JakobDev2023-03-281-0/+52
* Make minio package support legacy MD5 checksum (#23768)wxiaoguang2023-03-281-0/+1
* Fix profile page email display, respect settings (#23747)wxiaoguang2023-03-271-19/+30
* Clean some legacy files and move some build files (#23699)wxiaoguang2023-03-251-1/+1
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-242-2/+2
* Return `repository` in npm package metadata endpoint (#23539)Zettat1232023-03-171-0/+8
* Replace `repo.namedBlob` by `git.TreeEntry`. (#22898)Nick2023-03-154-5/+35
* Add Swift package registry (#22404)KN4CK3R2023-03-131-0/+326
* add path prefix to ObjectStorage.Iterator (#23332)FuXiaoHei2023-03-131-2/+2
* Split CI pipelines (#23385)John Olheiser2023-03-102-23/+23
* Test renderReadmeFile (#23185)Nick2023-03-0943-0/+171
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-073-9/+9
* Use correct README link to render the README (#23152)yp053272023-03-035-0/+21
* Use context parameter in services/repository (#23186)Jason Song2023-02-282-2/+2
* Remove all package data after tests (#22984)KN4CK3R2023-02-2312-5/+46
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-223-3/+3
* Fix hidden commit status on multiple checks (#22889)oliverpool2023-02-203-16/+78
* Use beforeCommit instead of baseCommit (#22949)Kyle D2023-02-2016-3/+90
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-203-8/+8
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-3/+3
* Scoped labels (#22585)Brecht Van Lommel2023-02-183-15/+15
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-156-11/+15
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-1/+1
* Add `/$count` endpoints for NuGet v2 (#22855)KN4CK3R2023-02-111-11/+20
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-48/+23
* Use import of OCI structs (#22765)KN4CK3R2023-02-061-8/+8
* Add Chef package registry (#22554)KN4CK3R2023-02-061-0/+560
span>to avoid a dependency by the latter on commons-compress. </description> <properties> <translate-qualifier/> </properties> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> </dependency> <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </dependency> </dependencies> <build> <sourceDirectory>src/</sourceDirectory> <resources> <resource> <directory>.</directory> <includes> <include>plugin.properties</include> <include>about.html</include> </includes> </resource> </resources> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestFile>${bundle-manifest}</manifestFile> </archive> </configuration> </plugin> <plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> <version>${japicmp-version}</version> <configuration> <oldVersion> <dependency> <groupId>${project.groupId}</groupId> <artifactId>${project.artifactId}</artifactId> <version>${jgit-last-release-version}</version> </dependency> </oldVersion> <newVersion> <file> <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path> </file> </newVersion> <parameter> <onlyModified>true</onlyModified> <includes> <include>org.eclipse.jgit.*</include> </includes> <accessModifier>public</accessModifier> <breakBuildOnModifications>false</breakBuildOnModifications> <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications> <onlyBinaryIncompatible>false</onlyBinaryIncompatible> <includeSynthetic>false</includeSynthetic> <ignoreMissingClasses>false</ignoreMissingClasses> <skipPomModules>true</skipPomModules> </parameter> <skip>false</skip> </configuration> <executions> <execution> <phase>verify</phase> <goals> <goal>cmp</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> <version>${japicmp-version}</version> <reportSets> <reportSet> <reports> <report>cmp-report</report> </reports> </reportSet> </reportSets> <configuration> <oldVersion> <dependency> <groupId>${project.groupId}</groupId> <artifactId>${project.artifactId}</artifactId> <version>${jgit-last-release-version}</version> </dependency> </oldVersion> <newVersion> <file> <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path> </file> </newVersion> <parameter> <onlyModified>true</onlyModified> <includes> <include>org.eclipse.jgit.*</include> </includes> <accessModifier>public</accessModifier> <breakBuildOnModifications>false</breakBuildOnModifications> <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications> <onlyBinaryIncompatible>false</onlyBinaryIncompatible> <includeSynthetic>false</includeSynthetic> <ignoreMissingClasses>false</ignoreMissingClasses> <skipPomModules>true</skipPomModules> </parameter> <skip>false</skip> </configuration> </plugin> </plugins> </reporting> </project>