900a21008c 
								
							
								 
							
						 
						
							
							
								
								Added errcheck make task ( #242 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								fd13b71fb2 
								
									
								
							
								 
							
						 
						
							
							
								
								Added drone instead of travis detection to makefile  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								cd7e661870 
								
									
								
							
								 
							
						 
						
							
							
								
								Added dummy tasks for mysql and pgsql tests  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								cc8c57458f 
								
									
								
							
								 
							
						 
						
							
							
								
								Really use go install on make install  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								5301a5db3a 
								
							
								 
							
						 
						
							
							
								
								Have the deault 'all' rule just build  
							
							... 
							
							
 
							
							Clean and test are saner being seperate targets 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4247304f5a 
								
							
								 
							
						 
						
							
							
								
								Update import paths from github.com/go-gitea to code.gitea.io ( #135 )  
							
							... 
							
							
 
							
							- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path  
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f430d26f7e 
								
							
								 
							
						 
						
							
							
								
								Hush dangerous GNU comment, mark "check" rule as phony  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3f18111cbe 
								
							
								 
							
						 
						
							
							
								
								Add "check" alias for testing  
							
							... 
							
							
 
							
							Follows GNU Coding Standards, see
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html#Standard-Targets  
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ec054ba582 
								
									
								
							
								 
							
						 
						
							
							
								
								Totally refactored the makefile and adjusted travis config  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f01d927efb 
								
							
								 
							
						 
						
							
							
								
								Rename all occurrences of gogs.go  
							
							... 
							
							
 
							
							Signed-off-by: Matthias Loibl <mail@matthiasloibl.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ff54e4d929 
								
							
								 
							
						 
						
							
							
								
								Set default less and css to new default name  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2d68bd1ef9 
								
							
								 
							
						 
						
							
							
								
								Change import reference to match gitea instead of gogs ( #37 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								47a3243ff1 
								
							
								 
							
						 
						
							
							
								
								Add all, check and dist Makefile rules ( #3549 )  
							
							... 
							
							
 
							
							These are to follow the GNU Coding Standards Makefile Targets:
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html  
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f70343660d 
								
							
								 
							
						 
						
							
							
								
								Little code refactoring  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								08c976f811 
								
							
								 
							
						 
						
							
							
								
								Only do go vet on this codebase  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								cf6d321991 
								
							
								 
							
						 
						
							
							
								
								Ignore repository with issue disabled or use external tracker in dashboard issues  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								899e799459 
								
							
								 
							
						 
						
							
							
								
								#1601  support delete issue comment  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								db3905c0a3 
								
							
								 
							
						 
						
							
							
								
								Make go's build flags a variable  
							
							... 
							
							
 
							
							This allows the user to specify build flags from the make command
line. For example to force a complete rebuild one could use:
make BUILD_FLAGS='-v -a' TAGS="sqlite" 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								58f0c68151 
								
							
								 
							
						 
						
							
							
								
								Some minor changes  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								58e004f7da 
								
							
								 
							
						 
						
							
							
								
								Remove cache avatar support and add its tests  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a1d97e8f5c 
								
							
								 
							
						 
						
							
							
								
								Minor fix for  #2567  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								b8d0367a6c 
								
							
								 
							
						 
						
							
							
								
								Add command to run the test suite in Makefile.  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								db719abff2 
								
							
								 
							
						 
						
							
							
								
								stop compile bindata for TRANSLATORS  
							
							... 
							
							
 
							
							- update required version of git-module for #2373  
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a49af93faf 
								
							
								 
							
						 
						
							
							
								
								#1692  APIs: Users Followers  
							
							... 
							
							
 
							
							- User profile un/follow
- List user's followers/following 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								eb6c634475 
								
							
								 
							
						 
						
							
							
								
								Makefile: Do not fail build on missing lessc  
							
							... 
							
							
 
							
							This is achieved by adding public/css/gogs.css to special .IGNORE target, which
makes inability to generate/update gogs.css non-fatal and not stopping whole
build process. User is still notified about missing lessc command though, since
inability to update CSS may lead to potential problems:
    lessc public/less/gogs.less public/css/gogs.css
    make: lessc: No such file or directory
    make: [public/css/gogs.css] Error 1 (ignored)
More info at:
  https://www.gnu.org/software/make/manual/html_node/Special-Targets.html  
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								19e8ce0354 
								
							
								 
							
						 
						
							
							
								
								Makefile: Remove trailing whitespace & add last LF  
							
							... 
							
							
 
							
							This is pure cleanup commit. 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								f907a5c98b 
								
							
								 
							
						 
						
							
							
								
								Makefile: Auto-build CSS & bin-data when necessary  
							
							... 
							
							
 
							
							This will ensure that running `make` we will get all necessary files built and
we do not need manually remember to rebuild them. 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								da607c611d 
								
							
								 
							
						 
						
							
							
								
								Makefile: Copy installed binary instead 2nd build  
							
							... 
							
							
 
							
							This speeds up single build/rebuild rather than install & build which compiles
everything twice, we just copy installed binary back to the project root. 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								b55499d039 
								
							
								 
							
						 
						
							
							
								
								go vet and  fix   #1890  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a374751eb8 
								
							
								 
							
						 
						
							
							
								
								add Makefile  
							
							
 
							
						 
						
							10 years ago