| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
doc/user/project/pages/custom_domains_ssl_tls_certification/index.md
|
|
|
|
| |
doc/user/project/pages/custom_domains_ssl_tls_certification/index.md
|
|
|
|
| |
doc/user/project/pages/custom_domains_ssl_tls_certification/index.md
|
|\
| |
| |
| | |
pages-refactor-ssl-documentation
|
| |\
| | |
| | |
| | |
| | | |
Set the name of a user-namespace to the user name
See merge request gitlab-org/gitlab-ce!23272
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes the `Namespace#name` and `Route#name` for all user
namespaces and their personal projects in case they don't match the
user name anymore.
More info info in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23272
|
| | |
| | |
| | |
| | |
| | | |
Since we use `Namespace#path` to build routes and URLs we can lessen
the restrictions on `Namespace#name` so it can accomodate a user's name.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Some of the specs were using namespace names instead of paths for
building URLS. This would fail since we now build a namespace with a
user's name instead of a user's username.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Instead of setting the name of the namespace to the user's username,
set it to the user's name.
This is more consistent with how we name the routes:
The route-name of a namespace is the human name of the routable. In
the case of a user-namespace, this is the owner's name.
When we change a user's name (both on create and update), we now also
update the namespace-name to the user's name. This will make sure that
if we also correctly update all the nested routes.
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
[CE] Upgrade to Rails 5.2
See merge request gitlab-org/gitlab-ce!30052
|
| | | |
| | | |
| | | |
| | | | |
Updates changed method names and fixes spec failures
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'
change the use of boardService in favor of boardsStore on footer for the board component
See merge request gitlab-org/gitlab-ce!30616
|
| |/ / /
| | | |
| | | |
| | | | |
board component
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Prevent errors when CA has no data
See merge request gitlab-org/gitlab-ce!30556
|
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Move the gitlab-docs project under gitlab-org
See merge request gitlab-org/gitlab-ce!30620
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Search and replace gitlab-com/gitlab-docs with gitlab-org/gitlab-docs.
For https://gitlab.com/gitlab-com/gitlab-docs/issues/310
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Port EE: Fix reply to discussion on promoted epic
See merge request gitlab-org/gitlab-ce!30411
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Regenerate discussion_id for notes that are being copied over to the
epic when issue is promoted to epic.
https://gitlab.com/gitlab-org/gitlab-ee/issues/11445
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "Follow up: Simplify sort direction logic"
Closes #60798
See merge request gitlab-org/gitlab-ce!30443
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Minor refactor specs
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Refactor sort direction icon
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Added tests with project_list_filter_bar set to off
Added tests for projects_sort_option_titles
Refactor project sort options hash
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Gather memory usage data during tests
See merge request gitlab-org/gitlab-ce!30292
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Log memory stats after running each spec file and compile the report.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "API support for group-level clusters"
Closes #55623
See merge request gitlab-org/gitlab-ce!30213
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is basically a copy of the API for project clusters.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The current approach requires catching exceptions to handle these errors
and callers are already handling model validations so it seems more
appropriate. Also it seemed to convoluted to add this logic directly to
the model since the model needs to check too many possible associations
to determine whether or not there are more than one cluster since the
model doesn't know what it's being created on. Additionally we only
wanted to validate during create to avoid the risk of existing models
becoming invalid by many different edge cases.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Prevent excessive sanitization of AsciiDoc ouptut
Closes #63298
See merge request gitlab-org/gitlab-ce!30290
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Include AuthorizeResource module for all mutations
See merge request gitlab-org/gitlab-ce!30243
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This makes our authorization calls available to all GraphQL mutations
without the additional step of including the module first.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Remove trailing whitespace in docs (part 1)
See merge request gitlab-org/gitlab-ce!30648
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Add blank lines around code blocks
See merge request gitlab-org/gitlab-ce!30651
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
All code blocks should be surrounded by blank lines
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Remove <pre> tag and other fixes
See merge request gitlab-org/gitlab-ce!30652
|
| |/ / / / / / / / |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Reduce cyclomatic complexity of UrlBlocker.validate!
See merge request gitlab-org/gitlab-ce!30557
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
https://github.com/rubocop-hq/ruby-style-guide#dangerous-method-bang
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Move current issue board serialization to core (CE-backport)
See merge request gitlab-org/gitlab-ce!30507
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
(cherry picked from commit 1e8bdd01bff96122fe80c51fa8f024f18675b58b)
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Format `from` and `to` fields in JSON audit log
See merge request gitlab-org/gitlab-ce!30333
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
To make it possible to index the `from` and `to` fields with
Elasticsearch and other tools, we need the types to be the same.
Currently they are a mix of boolean and string values.
Part of https://gitlab.com/gitlab-org/gitlab-ee/issues/12599
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Port EE analytics route
See merge request gitlab-org/gitlab-ce!30586
|
| | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
'9768-allow-a-template-in-a-namespace-which-is-out-of-the-hierarchy-of-the-group-owning-the-template-ce-doc' into 'master'
Doc for "Allow a template in a namespace which is out of the hierarchy of the Group owning the template"
See merge request gitlab-org/gitlab-ce!30601
|
| |/ / / / / / / / / /
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Doc for "Allow a template in a namespace which is out of the
hierarchy of the Group owning the template"
|
| |\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|/ /
| |/| | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Introduce data-qa-selector to supplant .qa-class
See merge request gitlab-org/gitlab-ce!28906
|