| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
Line 170(make install) causes permission error.
This command should execute with sudo.
|
|
|
|
|
| |
Change assorted absolute links to ce and ee docs
to relative links
|
|\
| |
| |
| |
| |
| |
| | |
Adding order by to list runner jobs api.
Closes #51794
See merge request gitlab-org/gitlab-ce!29629
|
| | |
|
| | |
|
|/
|
|
|
| |
Clean out workflow directory by moving images
from gitlab_flow doc to /img
|
|
|
|
| |
Includes a PostgreSQL syntax beautifier as a database tooling.
|
|\
| |
| |
| |
| | |
Minor spelling errors fixed
See merge request gitlab-org/gitlab-ce!30303
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixing square brackets, links, etc in:
merge_requests.md
vulnerabilities.md
issues.md
issues_statistics.md
pipelines.md
services.md
group_milestones.md
milestones.md
runners.md
changelog.md
issue_workflow.md
elasticsearch.md
api_graphql_styleguide.md
automatic_ce_ee_merge.md
file_storage.md
architecture.md
database_debugging.md
index.md
index.md
frontend_testing.md
pry_debugging.md
vue.md
development_process.md
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Definition of done includes deployed change
See merge request gitlab-org/gitlab-ce!30362
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
From 12.1, user information (id and username) are also included on
auth.log. Documentation was updated to reflect this.
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/62756
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allow asynchronous rebase operations to be monitored
Closes #54117
See merge request gitlab-org/gitlab-ce!29940
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This MR introduces tracking of the `rebase_jid` for merge requests. As
with `merge_ongoing?`, `rebase_in_progress?` will now return true if a
rebase is proceeding in sidekiq.
After one release, we should remove the Gitaly-based lookup of rebases.
It is much better to track this kind of thing via the database.
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently, we label items to be done as "Todo." This is grammatically
incorrect and (therefore) confusing—especially to our Spanish-speaking
users for whom "todo" has a specific and unrelated meaning.
We should use "To Do" and always use it as singular (not "To Dos").
Updates to wording in a few places per MR (ee) discussion
Updating locale/gitlab.pot
Updates to wording in a few places per MR (ee) discussion
Updating locale/gitlab.pot
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Previously we were recording process start time as seconds from boot.
This makes it so we record as epoch time.
|
| | |
| | |
| | |
| | |
| | | |
Some general code has been added/removed in EE version
which needs to be backported in CE
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Replace the variable DOCKER_AUTH_LOGIN with DOCKER_AUTH_CONFIG
See merge request gitlab-org/gitlab-ce!30339
|
| |/ / |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix incorrect link for prometheus AWS CloudWatch exporter
See merge request gitlab-org/gitlab-ce!30273
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Many small fixes to api docs which were merged from EE to CE,
and tables cleaned up, as noted in issue
https://gitlab.com/gitlab-org/gitlab-ce/issues/64072
|
| | |
| | |
| | |
| | |
| | |
| | | |
Change csv import section to bullet list, add back missing
bulk import section, and resolve minor issues raised in
https://gitlab.com/gitlab-org/gitlab-ce/issues/64102
|
| | |
| | |
| | |
| | |
| | |
| | | |
After review, heading was changed and links to
it needed to be updated, and minor tweaks to
the issues docs such as note formatting
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Updates the yaml docs to match the environment docs regarding `GIT_STRATEGY=none`
See merge request gitlab-org/gitlab-ce!30283
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Notes that `GIT_STRATEGY` should be set to `none` so that the
job doesn't fail when triggered automatically when the branch
is deleted.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Docs: Update Auto Deploy link to page instead of redirect
See merge request gitlab-org/gitlab-ce!30325
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Rename Release groups in issue_workflow.md
See merge request gitlab-org/gitlab-ce!30293
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Based on https://about.gitlab.com/handbook/product/categories/#release-stage:
- 'core release' -> 'progressive delivery'
- 'supporting capabilities' -> 'release management'
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Re-align CE and EE API docs
See merge request gitlab-org/gitlab-ce!30294
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
- Move images to each corresponding img/ folder
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Update Project Aliases API documentation
See merge request gitlab-org/gitlab-ce!30288
|
| |/ /
| | |
| | |
| | |
| | | |
Fix the example for POST /project_aliases since it doesn't need
the project_id to be URL encoded.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Squashing a few commits and continuing work
on merging the 12 api docs that have not
been ported to CE yet.
|
| | |
| | |
| | |
| | |
| | | |
This bolsters the information in this document, based on questions
recently raised in issue: https://gitlab.com/gitlab-org/release/framework/issues/378
|
|/ /
| |
| |
| | |
Add backticks around square brackets, or fix links, as necessary.
|
|\ \
| | |
| | |
| | |
| | | |
Update job_artifacts.md to reflect change: https://gitlab.com/gitlab-org/gitlab-ce/issues/31771
See merge request gitlab-org/gitlab-ce!30175
|