| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Now 1 request is performed instead of 2 per submodule
|
|
|
|
| |
Now 1 request is performed instead of 2 per submodule
|
|
|
|
| |
This is part of migration of Folder View to Vue
|
|\
| |
| |
| |
| |
| |
| | |
Unquarantine previously failing autodevops spec
Closes gitlab-org/quality/nightly#108
See merge request gitlab-org/gitlab-ce!30691
|
| |
| |
| |
| |
| |
| |
| | |
create_project_with_auto_devops_spec.rb # runs autodevops
was previous failing
This previously failing test has passed consecutively
|
|\ \
| |/
|/|
| |
| |
| |
| | |
into 'master'
CE backport of reply button tracker refactor
See merge request gitlab-org/gitlab-ce!28298
|
| |
| |
| |
| | |
EE MR https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12578
|
|\ \
| | |
| | |
| | |
| | | |
Move functions for multiple boards in BoardService to core (CE-backport)
See merge request gitlab-org/gitlab-ce!30624
|
|/ /
| |
| |
| | |
(cherry picked from commit 9dbefac95a8b60b93ba7b05fd7bf69b80b395f54)
|
|\ \
| | |
| | |
| | |
| | | |
CE port of "Fix page refresh in retry_until"
See merge request gitlab-org/gitlab-ce!30656
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update lodash to 4.7.14 and lodash.mergewith to 4.6.2
Closes #64416
See merge request gitlab-org/gitlab-ce!30602
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix Project Badge Buttons
See merge request gitlab-org/gitlab-ce!30678
|
| | | | |
| | | | |
| | | | |
| | | | | |
Correct the border colour of the count badge buttons.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
z-index fixed for diff file dropdown
See merge request gitlab-org/gitlab-ce!30657
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix link on end-to-end quick start guide doc
See merge request gitlab-org/gitlab-ce!30680
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove auto ssl feature flags
See merge request gitlab-org/gitlab-ce!30628
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* remove feature flag for admin settings
* remove feature flag for domain settings
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix saving domain without certificate for auto_ssl
See merge request gitlab-org/gitlab-ce!30673
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Open WebIDE in fork when user doesn't have access
See merge request gitlab-org/gitlab-ce!30642
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When opening the IDE on a project where the user doesn't have push
access, we create a fork and then redirect back to the IDE. To make
sure the user can actually commit, we need to open the IDE in the forked
project rather than the upstream project.
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ReviewApps: CI pin external-dns to 2.x version
Closes #64356
See merge request gitlab-org/gitlab-ce!30577
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Pin the version of deployed external-dns to `2.y.z`, using SemVer
matching. (`^2.2.1`)
Update the properties for the service account keys per
*Upgrading to 2.0.0* of the `stable/external-dns` README.
Add `aws.batchChangeSize=400` to combat messages about RDATA being
too large.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64356
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Backports of "Remove feature flag behind MR's multiple assignees"
See merge request gitlab-org/gitlab-ce!30261
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update GitLab Pages to v1.7.0
See merge request gitlab-org/gitlab-ce!30664
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use transactions in JS feature specs
Closes #60207
See merge request gitlab-org/gitlab-ce!27496
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Uses Rails transactional tests instead of DatabaseCleaner
transaction strategy because that doesn't work with JS tests
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add cleanup migration for MR's multiple assignees
See merge request gitlab-org/gitlab-ce!30269
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The migration steals the remaining background jobs
of populating MRs with assignees, executes them
synchronously and then makes sure that all the
assignees are migrated
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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
|