0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-28 18:42:51 -05:00
Commit graph

42 commits

Author SHA1 Message Date
Earl Warren
9991775584 user: actions: variable values can be modified
(cherry picked from commit 54fea18974)
2023-11-24 16:23:35 +00:00
Earl Warren
e2728166f6 {user,admin}: oauth2-provider: pre-registered OAuth applications
(cherry picked from commit be5b8993c9)
2023-11-19 18:09:34 +00:00
Earl Warren
8057367953 user: pull-request: add section on reviews
(cherry picked from commit 05de9ce86a)
2023-11-15 22:58:18 +00:00
Earl Warren
18ec5708b1 user: pull-request: import from Codeberg
(cherry picked from commit 927d806dbc)
2023-11-15 22:15:18 +00:00
Earl Warren
0641dd8004 user: label: section about archiving labels
(cherry picked from commit 4bba2896a5)
2023-11-15 21:24:18 +00:00
Earl Warren
e897153824 user: actions: s/options/container.options/
(cherry picked from commit 44079f17a4)
2023-11-11 00:36:08 +00:00
Earl Warren
e7607cd04c {admin,user}: actions: runner 3.1+ support lxc + self-hosted
The upcoming 3.1 release of the Forgeo runner will allow to specify
which template and release must be must be used for a LXC
container. It also defines the lxc:// scheme as distinct from the
host:// scheme.

The host:// scheme is documented to be used for running jobs directly
from the host, which was not possible with the Forgejo runner versions
prior to 3.1

(cherry picked from commit 9c0d4b25e5)
2023-11-09 12:08:06 +00:00
Earl Warren
69f1c53e29 user: actions: clarify pull_request_target will checkout the base
(cherry picked from commit 7cf8b2fc95)
2023-11-08 15:23:06 +00:00
Gusted
e3bab91462 Refactor blocking users page
- Update images to the 'new' design and have better consistency with
sizes (using Firefox's screenshot node feature).
- Add section for blocking users as a user of where to find the list of
blocked users and how to unblock them.

(cherry picked from commit fcb6347c18)
2023-11-03 13:47:28 +00:00
Earl Warren
5396139979 user/actions: actions/end-to-end => forgejo/end-to-end
(cherry picked from commit 8bd4dac2dc)
2023-10-29 18:08:24 +00:00
Earl Warren
4656050242 user/actions: examples moved to end-to-end
https://code.forgejo.org/forgejo/end-to-end
(cherry picked from commit 129702bd6a)
2023-10-29 17:57:25 +00:00
Earl Warren
ae1f054a9b user/labels: rework the page entirely
(cherry picked from commit 88269f91ca)
2023-10-23 10:49:51 +00:00
Earl Warren
983dff3d3e sync with Gitea abe8fe352711601fbcd24bf4505f7e0b81a93c5d
git diff bd4c7ce578956d9839309b16753bd5505b63b2e3..abe8fe352711601fbcd24bf4505f7e0b81a93c5d -- $(find . -type f -name '*en-us*')

(cherry picked from commit 0b81e66c45)
2023-10-08 15:57:26 +00:00
Earl Warren
593dd0abdc sync with Codeberg 7bb8fa5ca559073c028805888195ee31b1f3d9c2
https://codeberg.org/Codeberg/Documentation

git diff 77bfb6cc15d180d506881e9629e73d1064c11dda..7bb8fa5ca559073c028805888195ee31b1f3d9c2 > doc.patch

(cherry picked from commit 89c24509f0)
2023-10-08 15:22:19 +00:00
Earl Warren
ba6b5ecd3b user: actions: fix links to examples
* the postgresql.yml file was merged into test.yml
* add links to test.yml directly rather than the directory to save one click

(cherry picked from commit c4a2a40f6f)
2023-10-08 12:08:18 +00:00
Earl Warren
ee26e16347 user: actions: ony two level of nesting
(cherry picked from commit aaaff32bb3)
2023-10-07 22:40:18 +00:00
Earl Warren
61fa8164b8 user: actions: explain errors tooltip
(cherry picked from commit 8bd50bb4ef)
2023-10-07 16:26:18 +00:00
Earl Warren
55dba874ef user: actions: fix typo
(cherry picked from commit 6a7a7715d7)
2023-10-05 11:03:21 +00:00
Earl Warren
09d01700ae {admin,user}: actions: update log & artifact storage & usage
(cherry picked from commit f543af1e87)
2023-09-29 22:49:20 +00:00
Earl Warren
a3d22247f7 user: actions: add on.pul_request* and on.schedule examples
(cherry picked from commit d0c10d5716)
2023-09-29 13:42:19 +00:00
Earl Warren
334a5305c3 user: actions: on.pull_request_target workflows are not moderated
(cherry picked from commit 1f7a005627)
2023-09-28 16:58:29 +00:00
Earl Warren
ab3dc4d639 user: actions: disable / enable a workflow from the UI
and also update the screenshots of the list of tasks and the details
of a task.

(cherry picked from commit f5d5e6d7b4)
2023-09-28 16:51:19 +00:00
Earl Warren
c6257e163a user: actions: add `on.pull_request{,_target}
Also remove the list of types because they are unhelpful and probably
misleading.

(cherry picked from commit b4bf3c5a11)
2023-09-28 16:06:20 +00:00
Earl Warren
3cbd9e27e8 user: actions: add on.schedule
(cherry picked from commit f1737a5ecd)
2023-09-24 21:20:27 +00:00
Earl Warren
d8ea86d9e1 user: actions: variables
and also update the secrets list & addition screenshots as the layout
has changed

(cherry picked from commit df703accac)
2023-09-23 15:57:27 +00:00
Earl Warren
10d524b773 user: blame: adapt to Forgejo (#146)
Caution: it needs to be squashed before merge to be backported. It is kept as two commits to preserve the original version.
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/146
Reviewed-by: Loïc Dachary <dachary@noreply.codeberg.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
(cherry picked from commit 43a07a1cba)
2023-09-22 18:10:04 +00:00
Earl Warren
ae97171f57 sync with the latest changes from Gitea
git log --patch faa28b5a44912f1c63afddab9396bae9e6fe061c..8d9e2d07f3f84a86265fdbe0ab7fcf63cc34ddbd . ':(glob)docs/**/*.en-us.md'

(cherry picked from commit b77359bfb1)
2023-09-22 17:36:27 +00:00
Gusted
4479191be8
user: add repository transfers to blocking users documentation
- Ref: https://codeberg.org/forgejo/forgejo/pulls/1436
2023-09-14 07:59:39 +02:00
Earl Warren
ab5076eea3 user: api: explain how to obtain pagination defaults 2023-09-10 09:00:20 +00:00
Flightkick
62d6fc9754 docs: Add an example for registry credentials. 2023-09-10 08:53:05 +00:00
crystal
622ba909cc
fix "customization" typo 2023-09-09 15:07:29 -06:00
Earl Warren
314ca54b64 user: actions: document if (#102)
Also use YAML pseudo path as chapter headings because it makes it easier to find from the TOC

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/102
Reviewed-by: Caesar Schinas <caesar@caesarschinas.com>
Reviewed-by: Forgejo Release Team <release-team@noreply.codeberg.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2023-09-02 19:34:24 +00:00
Caesar Schinas
c64d2ccd06
move images to content dir and use relative paths
This is necessary for the website upgrade to Astro v3, which has a new built-in image API.
2023-08-31 23:07:42 +01:00
crystal
b0319eaa02
Add next.forgejo.org documentation 2023-08-29 19:49:52 -06:00
firefly-cpp
475ef3b3c7 user:issue-pull-request-templates:gitea->forgejo in template 2023-08-26 14:44:38 +02:00
Robin Kloppe
cda78ddf2a serveral improvements 2023-08-26 00:12:52 +02:00
Caesar Schinas
a3c639ff49 better description of input validation attributes
Closes https://codeberg.org/forgejo/website/issues/168
2023-08-19 20:03:28 +00:00
Caesar Schinas
c6ab3c37fb
fix: broken links from Gitea docs import
Invalid link templates left over from docs import from Gitea.

Closes https://codeberg.org/forgejo/website/issues/160
2023-08-19 16:26:57 +01:00
Robin Kloppe
4a3f87ad43
Removed Push Options link from User Index - Bug #30 2023-08-18 22:40:37 +02:00
Robin Kloppe
b8c2ed65c9 Replaced mydomain with example - RFC2606, RFC6761 2023-08-18 22:27:55 +02:00
Caesar Schinas
2d3459594d
document "And Your Own Notifications" setting 2023-08-17 14:11:28 +01:00
Caesar Schinas
27864fec2b
move docs to subfolder 2023-08-15 00:19:15 +01:00