- 04 Jan, 2020 1 commit
-
-
6543 authored
* draft 1 * add suggestions thanks to @bagasme @techknowlogick @davidsvantesson * http methods * use permalinks * Apply suggestions from code review Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * code format + add to INDEX Co-authored-by:
John Olheiser <42128690+jolheiser@users.noreply.github.com> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 24 Dec, 2019 1 commit
-
-
sunboyy authored
* Update CONTRIBUTING.md to include building JS Signed-off-by:
sunboyy <sura_sun@hotmail.com> * Edit minimum Node.js version in CONTRIBUTING.md Signed-off-by:
sunboyy <sura_sun@hotmail.com> Co-authored-by:
Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by:
techknowlogick <matti@mdranta.net> Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
zeripath <art27@cantab.net>
-
- 08 Dec, 2019 1 commit
-
-
techknowlogick authored
Close #9230
-
- 21 Oct, 2019 1 commit
-
-
Lukas authored
* More information for drone-cli in CONTRIBUTING.md * Increases the version of drone-cli to 1.2.0 * Adds a note for the Docker Toolbox on Windows Signed-off-by:
LukBukkit <luk.bukkit@gmail.com> * Fix the url for the blog repository (now on gitea.com) Signed-off-by:
LukBukkit <luk.bukkit@gmail.com>
-
- 20 Oct, 2019 1 commit
-
-
David Svantesson authored
* Design guidelines with description of different parts of code * Better readability with code parts in bold.
-
- 17 Jul, 2019 1 commit
-
-
techknowlogick authored
* Update CONTRIBUTING.md with information about DCO References: #7389 More information: https://about.gitlab.com/handbook/marketing/community-relations/code-contributor-program/#developer-certificate-of-origin-dco * Update CONTRIBUTING.md Co-Authored-By:
zeripath <art27@cantab.net>
-
- 03 Jul, 2019 1 commit
-
-
techknowlogick authored
fix #7350
-
- 16 May, 2019 1 commit
-
-
silverwind authored
* add make targets for js,css, add javascript linter - add `make js`, deprecating `make javascripts` - add `make css`, deprecating `make generate-stylesheets` and `make stylesheets-check` - changed the unclean css check to only run on CI - add JS linting via eslint with basic configuration and fixed discovered issues - changed autoprefixer to use official `postcss-cli` avoiding the need to loop in the makefile - moved browserslist to package.json so other future tools can use it too. - update documentation for new make targets and added JS section * fix indentation * move functions used in html to 'exported' list * Run lessc binary without having to install anything to node_modules * use relative paths to node bin scripts, removing npx * Revert "use relative paths to node bin scripts, removing npx" This reverts commit 119b725525a8430b32ee7a6e6009b4ece544e39b. * fix lessc and postcss plugins * check for node...
-
- 27 Mar, 2019 1 commit
-
-
Mura Li authored
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
-
- 18 Mar, 2019 1 commit
-
-
stevegt authored
* add scripts/test-local.sh and fix CONTRIBUTING.md - fixes #6243 - partial fix for #6269 Signed-off-by:
Steve Traugott <stevegt@t7a.org> * remove reference to possible automated drone run * remove bash version of drone-cli test script * fix issue number links in testing instructions * remove scripts/test-local.sh
-
- 20 Feb, 2019 1 commit
-
-
John Olheiser authored
* Added Go Path and node_modules to PATH * Uses npx now for generate-stylesheets * Uses `go env GOPATH` to calculate adding GOPATH/bin to PATH * Added note about installing Node 8.0+ to generate stylesheets * Added preferred Node version to CONTRIBUTING.md
-
- 02 Jan, 2019 1 commit
-
-
techknowlogick authored
-
- 16 Oct, 2018 1 commit
-
-
Lauris BH authored
-
- 10 Oct, 2018 1 commit
-
-
SagePtr authored
-
- 09 Oct, 2018 1 commit
-
-
techknowlogick authored
* Add HOWTO for releasing Gitea Used instructions from: https://github.com/go-gitea/gitea/pull/2609#issuecomment-352159155 * Update CONTRIBUTING.md
-
- 09 Jun, 2018 1 commit
-
-
Antoine GIRARD authored
* Improve contributing guidelines for security
-
- 30 May, 2018 1 commit
-
-
techknowlogick authored
-
- 29 May, 2018 1 commit
-
-
stevegt authored
Fixes #4070
-
- 27 May, 2018 1 commit
-
-
techknowlogick authored
-
- 21 May, 2018 1 commit
-
-
Antoine GIRARD authored
-
- 03 Jan, 2018 1 commit
-
-
techknowlogick authored
-
- 01 Jan, 2018 1 commit
-
-
techknowlogick authored
* Add in new owners to contributing.md * Update date
-
- 04 Dec, 2017 1 commit
-
-
znegva authored
-
- 02 Dec, 2017 1 commit
-
-
silverwind authored
-
- 27 Nov, 2017 2 commits
-
-
techknowlogick authored
-
techknowlogick authored
Kubernetes merged guides, and this is now the current location of guide
-
- 28 Oct, 2017 1 commit
-
-
Omar Assadi authored
* Fix Comma Splices Replace comma splices with more fitting punctuation—usually semicolons. Signed-off-by:
Omar Assadi <omar@assadi.ru> * Turn Some Conjunctions into Sentences Turn conjunctions—which are capable of standing on their own—into their standalone sentences. Signed-off-by:
Omar Assadi <omar@assadi.ru> * Reword Sections and Fix Issues in Docs Reword sections of the contributing docs and readme file to be more natural and clear. Additionally, fix the majority of the grammar mistakes. Signed-off-by:
Omar Assadi <omar@assadi.co.il>
-
- 21 Sep, 2017 1 commit
-
-
silverwind authored
* Use standard lessc and minify CSS using Node.js This changes the previous nonstandard `lessc` to the official one and enables CSS minification via the clean-css module. To build CSS, Node.js is required along with a `npm install` to get the tools installed locally in node_modules so there is no dependency on binaries in PATH. Benefits include: - Allows one to have a standard lessc in PATH. - Can now use command line switches on lessc. - Minified CSS brings faster page load times and also has the benefit of discouraging contributors from editing CSS directly. To build CSS, Node.js is required along with a `npm install` to get the tools installed locally based on the information in `package.json`. The 'make stylesheet' task was modified to run without condition. This makes it easier to work on the make task itself without having to delete files. Also fixes: https://github.com/go-gitea/gitea/issues/2198 * install node, npm and modules on drone * .PHONY * use 'minify' to minify CSS
-
- 12 Sep, 2017 1 commit
-
-
Lauris BH authored
* Basic VSCode configuration for building and debugging * Fix building and debugging in Windows * Move to contrib folder and add instructions
-
- 02 Sep, 2017 1 commit
-
-
Sandro Santilli authored
-
- 28 Aug, 2017 2 commits
-
-
Antoine GIRARD authored
Creation of release branch before end of release dev and releases candidates + follow semver semantic (minor, patch)
-
Kim "BKC" Carlbäcker authored
* Clarify Translation Process. Also fix branch names * Update CONTRIBUTING.md
-
- 11 Jun, 2017 1 commit
-
-
Jonas Östanbäck authored
-
- 28 Apr, 2017 1 commit
-
-
Peter Dave Hello authored
-
- 18 Apr, 2017 1 commit
-
-
Antoine GIRARD authored
* Use MAINTAINERS file in repository because teams are not publicly available * Use relative link
-
- 22 Feb, 2017 1 commit
-
-
Bo-Yi Wu authored
-
- 19 Feb, 2017 1 commit
-
-
Lunny Xiao authored
-
- 13 Feb, 2017 1 commit
-
-
Kim "BKC" Carlbäcker authored
* Add import-styleguide to Contributing.md Question: should we group all `code.gitea.io`-packages together as local imports? (including `code.gitea.io/sdk` and `code.gitea.io/git` etc) * reorg * be specific FFS
-
- 11 Feb, 2017 1 commit
-
-
Lunny Xiao authored
-
- 24 Jan, 2017 1 commit
-
-
Bwko authored
-