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

462 commits

Author SHA1 Message Date
L3D
872b7317ff
Merge pull request #58 from roles-ansible/groups
user gitea is now part of gitea group
2021-10-18 14:28:25 +02:00
L3D
3509f6bd66
user gitea is now part of gitea group 2021-10-18 14:24:07 +02:00
L3D
6a29a8d028
Merge pull request #57 from roles-ansible/1.15.4
gitea 1.15.4 released
2021-10-13 00:50:26 +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
e3536340f4
Merge pull request #56 from roles-ansible/action
delete gh-action cron entry
2021-09-28 01:52:13 +02:00
L3D
540c46103d
delete gh-action cron entry 2021-09-28 01:48:53 +02:00
L3D
5e3f20a8fa
Merge pull request #55 from JensTimmerman/patch-1
gitea secrets aren't necessarily strings
2021-09-25 20:56:56 +02:00
Jens Timmerman
722c7e1ddd
Update main.yml 2021-09-24 11:52:30 +02:00
Jens Timmerman
ad24ff74f2
gitea secrets aren't necessarily strings
fixes errors like 	fatal: [gitea]: FAILED! => {"msg": "The conditional check 'gitea_secret_key | length == 0' failed. The error was: Unexpected templating type error occurred on ({% if gitea_secret_key | length == 0 %} True {% else %} False {% endif %}): object of type 'AnsibleVaultEncryptedUnicode' has no len()
when using an encrypted string in vault for secrets
2021-09-24 11:50:31 +02:00
L3D
9326cd01f1
Merge pull request #54 from roles-ansible/1.15.3
increase gitea version to 1.15.3
2021-09-22 00:22:34 +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
d231b1c8c7
Merge pull request #53 from roles-ansible/v1.15.1
v1.15.1: * BUGFIXES
2021-09-02 21:48:58 +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
cbba4f33f6
Merge pull request #52 from roles-ansible/1.15.0
v1.15.0 is available
2021-08-31 23:20:39 +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
e6000876e4
Merge pull request #50 from JoFo-IT/patch-1
Add DEFAULT_PRIVATE
2021-07-25 01:21:56 +02:00
L3D
9b5db4c896
add DEFAULT_PRIVATE option and increment version 2021-07-25 01:18:59 +02:00
JoFo
d136df1bac
Add DEFAULT_PRIVATE
Fix: DEFAULT_PRIVATE #49 --> https://github.com/roles-ansible/ansible_role_gitea/issues/49#issue-952155695
2021-07-25 00:25:12 +02:00
L3D
6713941896
Merge pull request #48 from roles-ansible/repository.upload
adding variables for [repository.upload]
2021-07-19 15:25:41 +02:00
L3D
ab15ba77fb
fix linting 2021-07-19 15:22:43 +02:00
L3D
ca583c2a1f
increase simplified version for versionscheck 2021-07-19 15:20:19 +02:00
L3D
c869ab3c35
explain [repository.upload] 2021-07-19 15:19:45 +02:00
L3D
1906c68636
add gitea_repository_upload_extra_config to defaults 2021-07-19 15:18:38 +02:00
L3D
43e8682148
improving [repository] and [repository.upload] section
add gitea_repository_upload_extra_config  variable
2021-07-19 15:17:50 +02:00
L3D
9b4e0a7cd4
Merge pull request #47 from roles-ansible/docs
improve and simplify README.md
2021-07-19 15:14:09 +02:00
L3D
81ab8456cc
improve and simplify README.md 2021-07-19 15:11:17 +02:00
L3D
b16c163f17
Merge pull request #45 from roles-ansible/v1.14.5
gitea v1.14.5 is available
2021-07-19 01:32:20 +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
L3D
ad48853d72
Merge pull request #44 from r-pufky/latest-version-flag
Add 'latest' version to automatically download the latest gitea release.
2021-07-19 01:18:35 +02:00
L3D
32f0a15715
Add some description to the README
Add some description to the README and increment the basic versionscheck
2021-07-19 01:10:05 +02:00
L3D
aabcf8beb8
Fixing yamllinting errors 2021-07-19 00:55:37 +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
fe715c1589
Merge pull request #42 from roles-ansible/DO1JLR-patch-1
Gitea version v1.14.4
2021-07-06 23:05:56 +02:00
L3D
4cbd2ce4f0
Update main.yml 2021-07-06 23:03:07 +02: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
cc64db9d01
Merge pull request #41 from roles-ansible/DO1JLR-patch-1
increase optional versionschecknumber
2021-06-20 23:25:39 +02:00
L3D
79f5450a7e
increase optional versionschecknumber 2021-06-20 23:22:46 +02:00
L3D
edc756aa64
Merge pull request #40 from roles-ansible/1.14.3
Update gitea to v1.14.3
2021-06-20 23:15:49 +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
90305e94f1
Merge pull request #39 from roles-ansible/files
allow optional public files
2021-06-03 22:54:42 +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
6f0be6998e
Merge pull request #37 from roles-ansible/imprint
Add custom footer support
2021-06-03 21:10:20 +02:00
L3D
265bca3eeb
Add custom footer support 2021-06-03 21:06:04 +02:00
L3D
0fc5aaae7d
Merge pull request #36 from roles-ansible/custom
implement custom logos
2021-06-03 18:05:38 +02:00
L3D
e27ef27706
implement custom logos 2021-06-03 17:59:14 +02:00
L3D
2fbcfb5483
Merge pull request #35 from roles-ansible/DO1JLR-patch-1
increase versionscheck number
2021-06-01 20:08:28 +02:00
L3D
9509321a37
Merge pull request #34 from abrain/patch-2
Set explicit default repository upload temp path
2021-06-01 20:06:22 +02:00
L3D
cc2e00a87b
increase versionscheck number 2021-06-01 20:05:50 +02:00