| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
We should include users who have access from parent groups, not just direct
members of the current group.
|
|\
| |
| |
| |
| | |
Update Services API documentation for Kubernetes service
See merge request gitlab-org/gitlab-ce!15343
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Export text utils as ES6 modules
Closes #40018 and #37851
See merge request gitlab-org/gitlab-ce!15320
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
into 'master'
Fix permissions link for project member docs
Closes #40038
See merge request gitlab-org/gitlab-ce!15325
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Clear filter on gl_dropdown open
Closes #39564
See merge request gitlab-org/gitlab-ce!15214
|
| | |
| | |
| | |
| | | |
cause by only selecting elements for that dropdown instance
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix QA page refresh address by using absolute URLs
Closes gitlab-qa#99
See merge request gitlab-org/gitlab-ce!15338
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
This makes QA page refresh address to be absolute URL since we dropped
`Capybara.app_host`, thus there is no support for relative URLs with
`visit` now.
|
| | |
| | |
| | | |
[ci skip]
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Revert "Merge branch 'add-typescript' into 'master'"
See merge request gitlab-org/gitlab-ce!15327
|
|/ / /
| | |
| | | |
This reverts merge request !15264
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add Update guide for 10.2
See merge request gitlab-org/gitlab-ce!15316
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Change Page::Main::Entry to only visit an entrypoint and introduce Page::Main::Login to handle actual log-in
See merge request gitlab-org/gitlab-ce!15283
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Page::Main::Login to handle actual log-in
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix another timeout when searching for pipelines
Closes #39054
See merge request gitlab-org/gitlab-ce!15322
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When we consider 'all' pipelines for MRs, we now mean:
1. The last 10,000 commits (unordered).
2. From the last 100 MR versions (newest first).
This seems to fix the MRs that time out on GitLab.com.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update licenses for 10.2
See merge request gitlab-org/gitlab-ce!15318
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update installation.md to 10-2-stable
See merge request gitlab-org/gitlab-ce!15315
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update templates for 10.2
See merge request gitlab-org/gitlab-ce!15317
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Prevent fast forward merge when rebase is required
Closes #39773
See merge request gitlab-org/gitlab-ce!15296
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Prepare Repository#fetch_source_branch for migration
Closes gitaly#681
See merge request gitlab-org/gitlab-ce!14897
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Decouple QA test subject's address from Capybara/RSpec
Closes gitlab-qa#88
See merge request gitlab-org/gitlab-ce!15310
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Clean up the schema of the table "issues"
Closes #31811
See merge request gitlab-org/gitlab-ce!15225
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This adds various foreign key constraints, indexes, missing NOT NULL
constraints, and changes some column types from timestamp to
timestamptz.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix bootable scenario arguments for OptionParser
See merge request gitlab-org/gitlab-ce!15309
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Prevent OAuth phishing attack by presenting detailed wording about app to user during authorization
See merge request gitlab-org/gitlab-ce!15311
|
| | | | | | | |
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Prevent OAuth phishing attack by presenting detailed wording about app to user during authorization
See merge request gitlab/gitlabhq!2205
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use a non-superuser user to access GitLab to ensure permissions are proper
Closes #39932
See merge request gitlab-org/gitlab-ce!15301
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We have run into permission issues with MySQL triggers in #36633 that
would have been caught earlier either if our migration tests or GitLab QA
tests had been testing against non-superuser users. This change creates
a non-superuser that has access to the GitLab test database and uses that.
Closes #39932
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
Icon Sprite URL needs to be local even if asset_host is set
See merge request gitlab-org/gitlab-ce!15289
|