| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Revert "Remove HipChat integration from GitLab"
Closes #60042
See merge request gitlab-org/gitlab-ce!27172
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The newer version of HTTParty we now use will try harder to get a valid
URL out of a relative one. Unfortunately, when there's no room (as was
the case in this spec), the relative URL begins with `//`, which is
actually a protocol-relative URL, not a simple path.
Adding a room - which will always be the case in 'real life' - fixes
this.
|
| | |
|
| |
| |
| |
| | |
This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
|
|\ \
| | |
| | |
| | |
| | | |
Quarantine Issue suggestions spec
See merge request gitlab-org/gitlab-ce!27259
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Better documentation on repo mirroring enqueuing
Closes gitlab-ee#10345
See merge request gitlab-org/gitlab-ce!27093
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Docs: Refactor Pages' intro guide
See merge request gitlab-org/gitlab-ce!27136
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Remove redundancies:
- Domains
- User/group/project sites
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Edits for GKE whitepaper note
Closes gitlab-ee#11103
See merge request gitlab-org/gitlab-ce!27243
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes Web IDE not loading merge request files
Closes #60243
See merge request gitlab-org/gitlab-ce!27225
|
| | | |
| | | |
| | | |
| | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60243
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Revert "Merge branch '24704-download-repository-path' into 'master'"
See merge request gitlab-org/gitlab-ce!27249
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing
changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix ApplicationSetting development seed
Closes #60278
See merge request gitlab-org/gitlab-ce!27213
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It could happen that there's a cached (in Redis) ApplicationSetting
record, and calling
`Gitlab::CurrentSettings.current_application_settings` only returns it
instead of creating a new DB record, which makes the
`ApplicationSetting.current_without_cache.update!` call fail.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'59928-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-stat_graph-scss' into 'master'
Resolve "Fix the following style-lint errors and warnings for `app/assets/stylesheets/pages/stat_graph.scss`"
Closes #59928
See merge request gitlab-org/gitlab-ce!27180
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
The class makes a svg tag 100% width
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Process at most 4 pipelines during push
See merge request gitlab-org/gitlab-ce!27205
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This adds a limitation that we will try to create pipeline
for at most 4 first changes (branches and tags).
This does not affect processing of Pipelines for Merge Requests,
as each updated MR will have associated pipeline created.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
'ce-6120-extract-ee-specific-files-lines-for-spec-services-merge_requests' into 'master'
[CE-port] Extract EE specific files/lines for spec/services/merge_requests
See merge request gitlab-org/gitlab-ce!26977
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ALso makes it consistent with EE
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Guard against nil dereferenced_target
Closes #60076
See merge request gitlab-org/gitlab-ce!27192
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Enable eslint-plugin-jest for Jest
Closes #59636
See merge request gitlab-org/gitlab-ce!26715
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Delete static_fixtures.rb for static HAML fixtures
Closes #59200
See merge request gitlab-org/gitlab-ce!27145
|
|/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Fix styling for `app/assets/stylesheets/pages/detail_page.scss`
Closes #59909
See merge request gitlab-org/gitlab-ce!26873
|
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
'3353-trainee-backend-maintainer-ash-mckenzie-update-codeowners' into 'master'
Add @ashmckenzie to backend CODEOWNERS
Closes gitlab-com/www-gitlab-com#3353
See merge request gitlab-org/gitlab-ce!27204
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ /
|/| | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
'10017-move-ee-differences-for-app-assets-javascripts-boards-models-list-js' into 'master'
Backport of Resolve "Move EE differences for `app/assets/javascripts/boards/models/list.js`"
See merge request gitlab-org/gitlab-ce!27198
|
| | |_|_|/ / / / /
| |/| | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
'10016-move-ee-differences-for-app-assets-javascripts-boards-models-issue-js' into 'master'
Backport of "Move EE differences for `app/assets/javascripts/boards/models/issue.js`"
See merge request gitlab-org/gitlab-ce!27197
|
| |/ / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Align UrlValidator to validate_url gem implementation
See merge request gitlab-org/gitlab-ce!27194
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Renamed UrlValidator to AddressableUrlValidator to avoid 'url:' naming collision with ActiveModel::Validations::UrlValidator in 'validates' statement.
Make use of the options attribute of the parent class ActiveModel::EachValidator.
Add more options: allow_nil, allow_blank, message.
Renamed 'protocols' option to 'schemes' to match the option naming from UrlValidator.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
ci/yaml: add version info to changes only/except
See merge request gitlab-org/gitlab-ce!24062
|
|/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Clarify "Shell commands" link title in style guide doc
See merge request gitlab-org/gitlab-ce!27241
|
|/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Update Time Tracking feature link
Closes #60164
See merge request gitlab-org/gitlab-ce!27211
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Remove executable bits from documentation images
See merge request gitlab-org/gitlab-ce!27242
|