| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Rename `build_events` to `job_events`, take 2.
Closes #31620
See merge request !11403
|
| |
| |
| |
| |
| |
| |
| | |
Rename `build_events` to `job_events`
Closes #31620
See merge request !11287
|
|\ \
| | |
| | |
| | |
| | | |
Add more choices to name the branch for docs only tests
See merge request !11413
|
| |/
| |
| |
| | |
http://rubular.com/r/51mKdLm6RF
|
|\ \
| |/
|/|
| |
| | |
Update UX guide to use monospace type for commit, branch, and tag refs
See merge request !11342
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Foreign key for Pipeline schedule owner
Closes #31932
See merge request !11233
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When the owner of a pipelines schedule was either blocked or was removed
from the project, the pipeline schedular would still schedule the
pipeline.
This would than fail however, given the user had no access to the
project and it contents. However, a better way to handle it would be to
not schedule it at all. Furthermore, from now on, such schedules will be
deactivated so the schedule worker can ignore it on the next runs.
|
| |
| |
| | |
This reverts merge request !11287
|
|\ \
| | |
| | |
| | |
| | | |
Technical article "How to install Git"
See merge request !11384
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Rename `build_events` to `job_events`
Closes #31620
See merge request !11287
|
| | |/
| |/|
| | |
| | | |
For backwards compatibility
|
| |/
|/| |
|
|\ \
| |/
|/|
| |
| | |
Runners tab is now CI/CD Pipelines
See merge request !11326
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Allow numeric values in gitlab-ci.yml
Closes #30017
See merge request !10607
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
add username field to push webhook
Closes #32136
See merge request !11272
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: David Turner <novalis@novalis.org>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix typo in code snippet to match text below
See merge request !11101
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix the GitLab EE link
See merge request !11021
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
fix $CI_JOB_ID variable
See merge request !10966
|
| | | | | |
| | | | | |
| | | | | | |
introduced with rename variables commit: a084437b5c1b7226ce64e74bab1972bb1dbd49e0
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Backport New SystemHook: `repository_update`
Closes #26325
See merge request !11140
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Link to a case where we can't support MySQL
Closes #32181
See merge request !11334
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This updates the requirements guide to include a link to an issue where
we discuss dropping MySQL support for nested groups. This should give
users a better understanding of why we highly recommend them to use
PostgreSQL instead.
[ci skip]
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Usage ping updates
Closes #31741 and #31453
See merge request !11231
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Setting `usage_ping_enabled` to false in `gitlab.yml`:
1. Disables the usage ping, regardless of the value stored in the database.
2. Prevents the usage ping from being enabled through the admin panel. It can
only be enabled by either removing the line from `gitlab.yml` and configuring
through the admin panel, or setting it to true in `gitlab.yml`.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix for Follow-up from "Backport of Multiple Assignees feature
Closes #31888
See merge request !11178
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update DB requirements in the documentation
See merge request !11293
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This makes it more obvious that we greatly prefer PostgreSQL over
MySQL/MariaDB and that all users are recommended to use PostgreSQL
instead. This also removes the paragraph mentioning the size per user
row, as this is completely inaccurate and doesn't really help users with
anticipating the database size. Instead we now simply recommend users to
have at least 5-10 GB of storage at minimum.
[ci skip]
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update installation.md - Updated the Ruby section.
See merge request !11251
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fixes my previous my old obsolete/forgotten pull request / patch (sorry about that):
#6262
https://github.com/lpalgarvio/gitlabhq/tree/patch-1
|
| |/ / / / / /
|/| | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update getting_started_part_one.md.
See merge request !11020
|
| | |_|_|/ / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix a broken link for the "How to Configure LDAP with GitLab EE" article
See merge request !11114
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|