- 12 Sep, 2019 5 commits
-
-
techknowlogick authored
* use go 1.13 * use go 1.13 in gomod file * Update Makefile * update swagger deps
-
jaqra authored
-
GiteaBot authored
-
jaqra authored
* Move ref (branch or tag) location on issue list page * Make looks better * move branch label also on milestone/{id} page * [/issues page] Add milestone, Add Ref, Fix Assignees * [repo issues page] reorder tasks, milestone and ref
-
Filip Navara authored
* Fix reading notes from nested trees The GIT documentation for notes states "Permitted pathnames have the form ab/cd/ef/.../abcdef...: a sequence of directory names of two hexadecimal digits each followed by a filename with the rest of the object ID." * Add test case * Fix new lines
-
- 11 Sep, 2019 4 commits
-
-
GiteaBot authored
-
Johan Van de Wauw authored
The link without slash is not working
-
guillep2k authored
* Restrict repository indexing by file extension * Use REPO_EXTENSIONS_LIST_INCLUDE instead of REPO_EXTENSIONS_LIST_EXCLUDE and have a more flexible extension pattern * Corrected to pass lint gosimple * Add wildcard support to REPO_INDEXER_EXTENSIONS * This reverts commit 72a650c8e42f4abf59d5df7cd5dc27b451494cc6. * Add wildcard support to REPO_INDEXER_EXTENSIONS (no make vendor) * Simplify isIndexable() for better clarity * Add gobwas/glob to vendors * manually set appengine new release * Implement better REPO_INDEXER_INCLUDE and REPO_INDEXER_EXCLUDE * Add unit and integration tests * Update app.ini.sample and reword config-cheat-sheet * Add doc page and correct app.ini.sample * Some polish on the doc * Simplify code as suggested by @lafriks
-
techknowlogick authored
-
- 10 Sep, 2019 2 commits
-
-
GiteaBot authored
-
jaqra authored
* Make link last commit massages in repository home page and commit tables * Use RenderCommitMessageLink instead surround with a * deleted __debug_bin file * Exclude email to link from latest commit title * Exclude email processor from commit table Co-Authored-By:
mrsdizzie <info@mrsdizzie.com> * Add class parameter to a html element creator functions. Make links underline dashed that are not commit * fix tests * Show dashed underline when also not hovered
-
- 09 Sep, 2019 2 commits
- 08 Sep, 2019 1 commit
-
-
John Olheiser authored
* Add optional label sets on repo creation * Fix CRLF * Instead of hardcoding default, make it the helper * Move label set init out of repo init Add a new error for the router Combine router label init with repo creation label init Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Add issue labels to Swagger for repo creation Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Update models/issue_label.go Co-Authored-By:
Lauris BH <lauris@nix.lv> * Update models/issue_label.go Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-
- 07 Sep, 2019 4 commits
-
-
GiteaBot authored
-
guillep2k authored
-
GiteaBot authored
-
pmdematagoda authored
This replicates how the commit view works in split view.
-
- 06 Sep, 2019 5 commits
-
-
GiteaBot authored
-
guillep2k authored
-
Lunny Xiao authored
* Fix Go 1.13 invalid import path creation Signed-off-by:
Rutger Broekhoff <rutger@viasalix.nl> * Apply suggested changes from #8100 Signed-off-by:
Rutger Broekhoff <rutger@viasalix.nl>
-
Lunny Xiao authored
* move git diff codes from models to services/gitdiff * fix template * fix test * fix template
-
Rinat authored
* feat: highlight issue references with : e.g. #1287: my commit msg e.g. ABC-1234: my commit msg * ref: update model regex to consistent with issueNumericPattern * test: check highlight issue with : in commits messages
-
- 05 Sep, 2019 5 commits
-
-
Feodor Fitsner authored
-
GiteaBot authored
-
jpellegrini authored
docker/root/usr/bin/entrypoint already allows for the specification of USER, USER_UID, USER_GID. But since AllowedUsers is hardcoded in sshd_config, one cannot log in as a user different ftom git. This change substitutes ${USER} for git in the sshd_config template. Signed-off-by:
Jeronimo Pellegrini <j_p@aleph0.info>
-
GiteaBot authored
-
micw authored
-
- 04 Sep, 2019 4 commits
-
-
nu_no authored
-
GiteaBot authored
-
Antoine GIRARD authored
* Use vendored go-swagger * vendor go-swagger * revert un wanteed change * remove un-needed GO111MODULE * Update Makefile Co-Authored-By:
techknowlogick <matti@mdranta.net>
-
guillep2k authored
* Strict name matching for Repository.GetTagID() * Perform make swagger-check swagger-validate vendor * Add test for GetTagID()
-
- 03 Sep, 2019 8 commits
-
-
GiteaBot authored
-
Mario Lubenka authored
* Fixes deformed emoji in pull request comments or reviews Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Generate css via command Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com>
-
GiteaBot authored
-
David Svantesson authored
* Create API endpoints for repo topics. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Generate swagger Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Add documentation to functions Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Grammar fix Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix function comment Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Can't use FindTopics when looking for a single repo topic, as it doesnt use exact match Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Add PUT /repos/{owner}/{repo}/topics and remove GET /repos/{owner}/{repo}/topics * Ignore if topic is sent twice in same request, refactoring. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix topic dropdown with api changes. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Style fix Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Update API documentation Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Better way to handle duplicate topics in slice Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Make response element TopicName an array of strings, instead of using an array of TopicName Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Add test cases for API Repo Topics. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix format of tests Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix comments Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix unit tests after adding some more topics to the test fixture. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Update models/topic.go Limit multiple if else if ... Co-Authored-By:
Antoine GIRARD <sapk@users.noreply.github.com> * Engine as first parameter in function Co-Authored-By:
Antoine GIRARD <sapk@users.noreply.github.com> * Replace magic numbers with http status code constants. Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix variable scope Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Test one read with login and one with token Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Add some more tests Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Apply suggestions from code review Use empty struct for efficiency Co-Authored-By:
Lauris BH <lauris@nix.lv> * Add test case to check access for user with write access Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Fix access, repo admin required to change topics Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Correct first test to be without token Signed-off-by:
David Svantesson <davidsvantesson@gmail.com> * Any repo reader should be able to access topics. * No need for string pointer Signed-off-by:
David Svantesson <davidsvantesson@gmail.com>
-
GiteaBot authored
-
Mura Li authored
-
Lunny Xiao authored
-
guillep2k authored
-