- 24 Jan, 2020 1 commit
-
-
guillep2k authored
-
- 22 Jan, 2020 6 commits
-
-
techknowlogick authored
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
John Olheiser authored
* Don't convert ellipsis Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Formatting Co-Authored-By:
zeripath <art27@cantab.net> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by:
zeripath <art27@cantab.net>
-
6543 authored
* fixed link to issue in issue comments after adding/removing a dependency, before links assumed the issue was in the same repository. also changed the format of the displayed issue since the issue will not necessarily be in the same repo * based on pr comments, changed to use HTMLURL instead of piecing together the issue url, and added an if statement around the issue link display as a nil protection * only showing repo name in dependency comment if the issue is from another repo Co-authored-by:
Brad Albright <32200834+bhalbright@users.noreply.github.com> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com>
-
Lauris BH authored
-
Lunny Xiao authored
* Fix wrong hint when status checking is running on pull request view * fix lint * fix test * fix test * fix wrong tmpl * fix import * rename function name
-
- 21 Jan, 2020 3 commits
-
-
John Olheiser authored
* Fix RocketChat?? Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Don't send attachment for repo create/delete Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Make fmt Signed-off-by:
jolheiser <john.olheiser@gmail.com> Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
zeripath authored
* Do not try to recreate ldap user if they are already created * just remove autoregister Co-authored-by:
techknowlogick <matti@mdranta.net> Co-authored-by:
techknowlogick <matti@mdranta.net>
-
zeripath authored
-
- 20 Jan, 2020 4 commits
-
-
zeripath authored
* Add option to prevent LDAP from deactivating everything on empty search * Update options/locale/locale_en-US.ini Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com>
-
Lunny Xiao authored
* Fix wrong permissions check when issues/prs shared operations * move redirect to the last of the function * fix swagger Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
6543 authored
* Check user != nil before checking values * Handle autoAdmin Co-authored-by:
zeripath <art27@cantab.net>
-
zeripath authored
Co-authored-by:
techknowlogick <matti@mdranta.net>
-
- 19 Jan, 2020 4 commits
-
-
zeripath authored
* Ensure that 2fa is checked on reset-password * Apply suggestions from code review Co-Authored-By:
Lauris BH <lauris@nix.lv> * Properly manage scratch_code regeneration Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
6543 authored
* ci: use docker image for golangci-lint (#9737) * ci: re-ordering Drone CI for optimizing time (#9719) * ci: try re-ordering for optimizing time * ci: try re-ordering for optimizing time * ci: try re-ordering for optimizing time * ci: try re-ordering for optimizing time * ci: try re-ordering for optimizing time * ci: try re-ordering for optimizing time * ci: try offloading mysql8 to arm64 * Revert "ci: try offloading mysql8 to arm64" This reverts commit c60de5db1cf8b5984c3014a57da6490f06c8d980. * ci: try offloading pgsql to arm64 * ci: activate ldap on arm64 * ci: test mysql8 in place pgsql arm64 * chore: clean un-needed move * typo * ci: revert runnning mysql on arm64 * ci: run compliance on arm * chore: limit change * chore: readd maybe need for release fetch-tags * ci: remove docker-linux-amd64-dry-run * ci: remove docker-linux-amd64-dry-run * Revert "ci: remove docker-linux-amd64-dry-run" This reverts commit 0715f65b11c37869359aaaa5d22901da512e8184. Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> * ci: use new mssql image (#9720) Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> * ci: run notify on arm64 (#9762) * ci: run notify on arm64 Free one jobs on amrd64 * Update .drone.yml * Update .drone.yml * Update .drone.yml Based on: https://github.com/appleboy/drone-discord/blob/master/.drone.yml#L339 * improve trigger Co-authored-by:
techknowlogick <matti@mdranta.net> * ci: move some integration tests on arm64 (#9747) * tests: configure github remaining limit + read token (#9800) * ci: configure remaining github limmit * prepend with github since package is common to all migrations * add RefreshRate * Update github.go * add missing space * go fmt * Read env variable GITHUB_READ_TOKEN for token * Update .drone.yml * ci: simplify tag/release by always running coverage (#9774) * ci: simplify tag/release by always running coverage * use mod and vendor for unit test coverage * remove not needed lfs for unit test * use arm drone agent for docs (#9776) * run translations pipeline on arm server (#9865) * add git-check to Makefile Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by:
techknowlogick <matti@mdranta.net>
-
zeripath authored
* Make CertFile and KeyFile relative to CustomPath The current code will absolute CertFile and KeyFile against the current working directory. This is quite unexpected for users. This code makes relative paths absolute against the CustomPath. Fix #4196 * Improve error reporting when reading certificates * Apply suggestions from code review Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com>
-
Lunny Xiao authored
* Fix issues/pulls dependencies problems * fix swagger and api param name * fix js
-
- 18 Jan, 2020 2 commits
-
-
David Svantesson authored
* Explicitly refer to PR in squash-merge commit message in case of external tracker * documentation Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
zeripath <art27@cantab.net>
-
6543 authored
-
- 17 Jan, 2020 6 commits
-
-
6543 authored
-
Moritz authored
-
Lunny Xiao authored
* Fix download file wrong content-type * change the error text to be more precise * fix test Co-authored-by:
Lauris BH <lauris@nix.lv>
-
Lunny Xiao authored
-
Lunny Xiao authored
-
Lunny Xiao authored
Co-authored-by:
techknowlogick <matti@mdranta.net> Co-authored-by:
techknowlogick <matti@mdranta.net>
-
- 16 Jan, 2020 3 commits
-
-
John Olheiser authored
* Fix push-to-create Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Check URL path and service Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Send dummy payload on receive-pack GET Signed-off-by:
jolheiser <john.olheiser@gmail.com> * The space was actually a NUL byte Signed-off-by:
jolheiser <john.olheiser@gmail.com> * Use real bare repo instead of manufactured payload Signed-off-by:
jolheiser <john.olheiser@gmail.com> Co-authored-by:
zeripath <art27@cantab.net>
-
Lunny Xiao authored
-
zeripath authored
-
- 15 Jan, 2020 5 commits
-
-
6543 authored
* backport korean 20-20-01-15 | fix #9761 * update state 14:43:10 UTC
-
David Svantesson authored
-
6543 authored
* backport state of 2020-01-14 * Apply suggestions from code review Co-Authored-By:
6543 <6543@obermui.de> Co-authored-by:
zeripath <art27@cantab.net>
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com> Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
zeripath <art27@cantab.net> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com>
-
6543 authored
Co-authored-by:
zeripath <art27@cantab.net>
-
- 14 Jan, 2020 2 commits
-
-
6543 authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com> Co-authored-by:
John Olheiser <42128690+jolheiser@users.noreply.github.com>
-
Lunny Xiao authored
* Fix missing updated time on migrated issues and comments * Fix testing and missing updated on migrating pullrequest Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com>
-
- 12 Jan, 2020 4 commits
-
-
silverwind authored
webpack polyfills did not work because useBuiltIns: 'entry' expects a explicit core-js import. Changed it to 'usage' which does not require these explicit imports and polyfills based on browserslist. As a result, the built index.js now went from 128kB to 192kB. Ref: https://babeljs.io/docs/en/babel-preset-env#usebuiltins
-
zeripath authored
* Move Errored PRs out of StatusChecking (#9675) * Set Errored PRs out of StatusChecking * Ensure that api status is correctly set too * Update models/pull.go Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> Co-authored-by:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update services/pull/check.go Co-authored-by:
John Olheiser <42128690+jolheiser@users.noreply.github.com>
-
zeripath authored
* Delay printing hook statuses until after 1 second * Move to a 5s delay, wrapped writer structure and add config * Update cmd/hook.go * Apply suggestions from code review * Update cmd/hook.go Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com>
-
6543 authored
* fix * fix options * add TEST Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com>
-