1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
Commit graph

112 commits

Author SHA1 Message Date
mar1ad
843da0ca2b Allow for user gitea to be added to a list of secondary groups via 'gitea_groups' 2022-06-08 15:43:29 +02:00
L3D
624ee008b4
change default gitea_version to latest
This commit changes the default gitea_version to ``latest`` as discussed in Issue #46
CLOSE https://github.com/roles-ansible/ansible_role_gitea/issues/46
2022-03-27 04:08:55 +02:00
L3D
17d67f3ba0
New gitea version 1.16.0
https://github.com/go-gitea/gitea/releases/tag/v1.16.0 is available \o/
2022-02-05 03:07:02 +01:00
L3D
828e0f2b24
gitea v1.15.10 is available
See https://github.com/go-gitea/gitea/releases/tag/v1.15.10
2022-01-16 17:50:04 +01:00
L3D
13d48ba3f9
v1.16.7 is available
https://github.com/go-gitea/gitea/releases/tag/v1.15.7
2021-12-05 23:39:30 +01:00
L3D
70b7e52071
v1.15.6 released
https://github.com/go-gitea/gitea/releases/tag/v1.15.6
2021-11-03 17:16:30 +01:00
L3D
ce5e61b379
gitea v1.15.5 available
https://github.com/go-gitea/gitea/releases/tag/v1.15.5
2021-10-25 14:01:36 +02:00
L3D
b32877dc46
gitea 1.15.4 released
https://github.com/go-gitea/gitea/releases/tag/v1.15.4
2021-10-13 00:47:10 +02:00
L3D
00b30c0106
increase gitea version to 1.15.3
https://github.com/go-gitea/gitea/releases/tag/v1.15.3
2021-09-22 00:18:51 +02:00
L3D
bf9d7d9442
v1.15.1: * BUGFIXES
https://github.com/go-gitea/gitea/releases/tag/v1.15.1
2021-09-02 21:42:04 +02:00
L3D
42c5013bc6
v1.15.0 is available
https://github.com/go-gitea/gitea/releases/tag/v1.15.0 is available.
2021-08-28 12:08:29 +02:00
L3D
9b5db4c896
add DEFAULT_PRIVATE option and increment version 2021-07-25 01:18:59 +02:00
L3D
ab15ba77fb
fix linting 2021-07-19 15:22:43 +02:00
L3D
1906c68636
add gitea_repository_upload_extra_config to defaults 2021-07-19 15:18:38 +02:00
L3D
011f8095b1
gitea v1.14.5 is available
https://github.com/go-gitea/gitea/releases/tag/v1.14.5 is available
2021-07-19 01:28:02 +02:00
Robert Pufky
39e76e2359 Add 'latest' version to automatically download the latest gitea release.
* Versioning logic moved into separate file; versioning is determined in that
  file and appropriate facts are set.
* Removed 'gitea_dl_url' from defaults/main.yml. This is now a generated fact
  from tasks/set_version.yml.
* Remote gitea version is only checked if 'latest' is set, otherwise no logic
  change.
* 'gitea_version' used in tasks is now 'gitea_version_target'. This is the
  target install version after versioning logic is applied. No change to end
  user usage of 'gitea_version' in defaults/main.yml.
* Updated documentation with usage and removal of 'gitea_dl_url'.
2021-07-16 10:16:54 -07:00
L3D
8f040b6582
gitea v1.14.4
https://github.com/go-gitea/gitea/releases/tag/v1.14.4
2021-07-06 23:02:29 +02:00
L3D
3bb824938e
Update gitea to v1.14.3
https://github.com/go-gitea/gitea/releases/tag/v1.14.3
2021-06-20 23:03:20 +02:00
L3D
b898edfd48
allow optional public files 2021-06-03 22:51:28 +02:00
L3D
5824df7f6d
Merge pull request #38 from roles-ansible/docs
create gitea_fqdn variable
2021-06-03 21:25:06 +02:00
L3D
d640300d61
create gitea_fqdn variable 2021-06-03 21:14:42 +02:00
L3D
265bca3eeb
Add custom footer support 2021-06-03 21:06:04 +02:00
L3D
e27ef27706
implement custom logos 2021-06-03 17:59:14 +02:00
L3D
fecabe2a73
gitea 1.14.2 is available
https://github.com/go-gitea/gitea/releases/tag/v1.14.2
2021-05-10 19:16:03 +02:00
L3D
b173721bcd
gitea v1.14.1 available
https://github.com/go-gitea/gitea/releases/tag/v1.14.1
2021-04-16 15:09:48 +02:00
L3D
aadbf4c805
New gitea version 1.14.0
https://github.com/go-gitea/gitea/releases/tag/v1.14.0
2021-04-11 15:14:26 +02:00
L3D
967ee18c6f
Gitea Update to 1.13.7
https://github.com/go-gitea/gitea/releases/tag/v1.13.7
2021-04-07 19:01:53 +02:00
L3D
8fccc8a179
Update main.yml 2021-04-07 18:44:22 +02:00
L3D
c6b70f22d4
change gitea key server
based on https://docs.gitea.io/en-us/install-from-binary/ gitea is recomending keys.openpgp.org as key server.

Thanks to @DC7IA for noticing it!
2021-04-07 18:02:13 +02:00
L3D
f8fc1a8fe3
New Gitea Release 1.13.6
https://github.com/go-gitea/gitea/releases/tag/v1.13.6
2021-03-23 22:06:58 +01:00
L3D
6f4b740a43
new gitea version 2021-03-22 03:05:17 +01:00
L3D
8e1735117d
Merge pull request #9 from roles-ansible/v
add optional versionscheck
2021-03-22 02:26:10 +01:00
L3D
791ae23361
add optional versionscheck
a simple version check that can prevent you from accidentally running an older version of this role.
2021-03-22 02:22:22 +01:00
L3D
ff2cfb1edc
improve default privacy rules 2021-03-22 02:16:11 +01:00
L3D
42f6a4e594
cleanup README 2021-03-22 00:35:16 +01:00
L3D
7d8ff11f5e
reorder metrics and oauth2 variables 2021-03-22 00:17:13 +01:00
L3D
889c3ac713
reorder logging variables 2021-03-22 00:06:53 +01:00
L3D
9f867af9ca
reorder Issue and pull request attachments variables 2021-03-21 23:45:20 +01:00
L3D
4aa5562c49
reorder pictures variables 2021-03-21 23:34:25 +01:00
L3D
f568d8f13c
reorder session variables 2021-03-21 23:26:42 +01:00
L3D
fc7025755a
reorder mailer variables 2021-03-21 23:17:13 +01:00
L3D
9e98056b43
reorder service variables 2021-03-21 22:58:34 +01:00
L3D
ced73dde98
reorder security variables and add have I been pwned var 2021-03-21 22:45:27 +01:00
L3D
1ca44426ff
add missing variable 2021-03-21 21:06:05 +01:00
L3D
62b0bc8ef8
improve linting 2021-03-21 17:57:41 +01:00
L3D
0b23826553
reorder gitea indexer config 2021-03-21 17:56:16 +01:00
L3D
32a1532f7a
reorder gitea database config 2021-03-21 17:42:28 +01:00
L3D
1cb903924a
reorder gitea server variables 2021-03-21 17:29:04 +01:00
L3D
db9c8c4341
reorder variables based on config-cheat-sheet 2021-03-21 17:08:17 +01:00
L3D
1a8164b5ac
resolve linting error 2021-03-21 02:29:29 +01:00