| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Adds more friendly docs for GraphQl implementation
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Currently, the project visibility methods attribute description link to
the descriptions and options for visibility methods. The merge methods
attribute description doesn't should do the same.
|
| |\ |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
- Remove `FeatureConstrainer` call wrapping api endpoint
- Remove `Feature.enabled?(:graphql)` conditionals in back and frontend
- Modify graphql test to be graphql flag agnostic
- Remove api routing spec
- Remove frontend feature flag via `gon`
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
New API endpoint for merge request count
Updates all open tabs at the same time with one call
Restructured API response
API response changed to 401 if no current_user
Added API + JS specs
Fix for Static Check
Updated Count on Open/Close, Assign/Unassign of MR's
Checking if MR Count is refreshed
Added # frozen_string_literal: true to spec
Added Changelog
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
|
| | |
| |
| |
| |
| | |
Removes all the extra whitespaces at end of lines,
inside tags, and removes extra newlines
|
| | |
| |
| |
| | |
Also fixes instances in Markdown that broke the rule.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.
This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.
See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
|
| | |
| |
| |
| |
| | |
First MR in a series updating all redirected links
in CE documentation to the destination URLs
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |/
| |
| |
| |
| |
| | |
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
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
The auto_devops object sometimes doesn't exists. We may need to create
it.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
We map the boolean to the string 'fetch' or 'clone', to be more
explicit.
|
| |/
|
|
|
|
|
|
|
| |
- issues_access_level
- repository_access_level
- merge_requests_access_level
- builds_access_level
- wiki_access_level
- snippets_access_level
|
| |\
| |
| |
| |
| | |
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.
|
| | |
|
| |\
| |
| |
| |
| | |
Add `--globoff` flag to the curl command for Jobs API.
See merge request gitlab-org/gitlab-ce!30118
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The existing command fail in some cases with the following error `curl: (3) [globbing] bad range specification in column 56`.
This was found when running cURL from a `python:3.7` container that comes with curl version `7.52.1`.
```
root@91963a56cd8f:/# curl --version
curl 7.52.1 (x86_64-pc-linux-gnu) libcurl/7.52.1 OpenSSL/1.0.2r zlib/1.2.8 libidn2/0.16 libpsl/0.17.0 (+libidn2/0.16) libssh2/1.7.0 nghttp2/1.18.1 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL
```
This doesn't seem to be an issue with `curl 7.58.0` but it doesn't hurt to have that flag enabled.
|
| | |
| |
| |
| |
| |
| | |
Linting rule not enabled for now
because tooling produces false
positives.
|
| | |
| |
| |
| |
| |
| | |
https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |\ \
| | |
| | |
| | |
| | | |
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14108
See merge request gitlab-org/gitlab-ce!29604
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update the newly added documentation to be more precise and
fix the typos.
Add information about Project aliases into permissions doc.
|
| | | | |
|
| | |/
|/|
| |
| |
| |
| |
| |
| | |
To avoid having to specify an actual password to create users, admins
can now use the `force_random_password` parameter to let Devise generate
a password.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63826
|
| |\ \
| | |
| | |
| | |
| | | |
Remove deprecated user routes
See merge request gitlab-org/gitlab-ce!30044
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Also release `u` from TOP_LEVEL_ROUTES
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |/
|/| |
|
| |\ \
| |/
|/|
| |
| |
| |
| | |
Limit time tracking units to hours
Closes #30355
See merge request gitlab-org/gitlab-ce!29469
|
| | |
| |
| |
| | |
Changes migration and all other places the attribute is used
|
| | |
| |
| |
| |
| | |
Adds an instance setting to limit display of time tracking
values to hours only
|
| |/
|
|
|
| |
Also adds and one linting rule
and makes project conform to it.
|
| | |
|