| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |\
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Update api docs to finish aligning EE and CE docs
See merge request gitlab-org/gitlab-ce!29852
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Squashing a few commits and continuing work
on merging the 12 api docs that have not
been ported to CE yet.
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Remove old migration specs that violate FactoriesInMigrationSpecs
See merge request gitlab-org/gitlab-ce!30280
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This removes old migrations that violate the
FactoriesinMigrationSpecs cop
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add Redis call details in Peek performance bar
See merge request gitlab-org/gitlab-ce!30191
|
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since Redis timings appear to be increasing in production, this change
makes it easier to see what exactly which queries are being called and
where.
This is done by prepending modules in peek-redis to store the call
details.
This commit redact values for all SET commands (e.g. HMSET, GETSET,
etc.).
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Show Upcoming Status for Releases
See merge request gitlab-org/gitlab-ce!29577
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Add released_at field to releases API
Add released_at column to releases table
Return releases to the API sorted by released_at
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve "Multiple discussions per line in merge request diffs"
Closes #32452
See merge request gitlab-org/gitlab-ce!28748
|
| |/ / /
| | | |
| | | |
| | | | |
- all commits squashed to make danger review happy
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Replace slugifyWithHyphens with improved slugify text util
See merge request gitlab-org/gitlab-ce!30172
|
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Expound backporting a tad bit
See merge request gitlab-org/gitlab-ce!29918
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
This bolsters the information in this document, based on questions
recently raised in issue: https://gitlab.com/gitlab-org/release/framework/issues/378
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove istanbul JavaScript package
Closes #63971
See merge request gitlab-org/gitlab-ce!30232
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix order-dependent Gitaly specs failing
Closes #64006
See merge request gitlab-org/gitlab-ce!30282
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If `spec/tasks/gitlab/cleanup_rake_spec.rb` preceded any of the Gitaly
request specs, it would import the `cleanup.rake` and the global
function `limit`. For some reason, the Protobuf implementation would use
the global function instead of the getter method. For example:
```
def limit
puts "hi"
end
req = Gitaly::WikiGetAllPagesRequest.new
req.send(:limit)
hi
=> nil
```
To fix this problem, access the field value using the [] operator
instead.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64006
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Docs: Fix markdown to reduce number of kramdown warnings (part 1b)
Closes #64055
See merge request gitlab-org/gitlab-ce!30246
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Add backticks around square brackets, or fix links, as necessary.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Don't let logged out user do manual order
See merge request gitlab-org/gitlab-ce!30264
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add a check for logged out user in the manual order
so that they don't see an flash message when they try to
reorder issues.
|
| |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | | |
Vue-i18n: autofix for app/assets/javascripts/ide directory
See merge request gitlab-org/gitlab-ce!29967
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
i18n linting for .vue files under the
app/assets/javascripts/ide directory
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update job_artifacts.md to reflect change: https://gitlab.com/gitlab-org/gitlab-ce/issues/31771
See merge request gitlab-org/gitlab-ce!30175
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/31771
"Developers should only be able to delete jobs if they own them or are Master"
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Docs update for visibility restriction on GitLab.com
Closes gitlab-ee#12501
See merge request gitlab-org/gitlab-ce!30203
|
| |/ / / / / / / |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
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.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Docs: Clean up markdown spacing in geo docs
See merge request gitlab-org/gitlab-ce!30112
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Spacing following lists should be 2 spaces, and 3 for numbered lists
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Wait for 'Uninstall' when installing Prometheus
See merge request gitlab-org/gitlab-ce!30251
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Prometheus is uninstallable so waiting won't see 'Install' at all.
We'll see 'Uninstall' instead.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Docs/Comments only: Better autodevops customization documentation
See merge request gitlab-org/gitlab-ce!30247
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This will make it more obvious to anyone looking to customize these
files what the source code actually is.
|
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|/ / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | | |
Update doc/user/project/merge_requests/squash_and_merge.md
See merge request gitlab-org/gitlab-ce!30103
|
| |/ / / / / / / |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix typo in updateResolvableDiscussionsCounts action
See merge request gitlab-org/gitlab-ce!30278
|
| |/ / / / / / / |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'63869-store-prometheus-metrics-in-separate-dirs-in-test-and-prod' into 'master'
Use separate Prometheus metrics dirs in dev/test
Closes #63869
See merge request gitlab-org/gitlab-ce!30253
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Store Sidekiq and Web server metrics from Prometheus in separate
directories in `development` and `test` environments.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Use PostgreSQL 9.6.11 in CI tests
See merge request gitlab-org/gitlab-ce!30270
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Specify the minor version of postgresql for CI
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |\ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|/
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Include username in auth log
Closes #62756
See merge request gitlab-org/gitlab-ce!29821
|