| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Refactor Deployment#cluster to #deployment_platform_cluster
See merge request gitlab-org/gitlab-ce!29961
|
| |
| |
| |
| |
| | |
We will introduce #cluster at a later stage.
Also deprecate this method
|
| |
| |
| |
| |
| |
| |
| | |
Environment already has a memoized deployment plaform.
No need to check for respond_to?(:cluster) now that all deployment
platforms are Clusters::Cluster.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Change HTTP Status Code when repository disabled
Closes #50834
See merge request gitlab-org/gitlab-ce!29585
|
|/ / |
|
| |
| |
| | |
[ci skip]
|
|\ \
| | |
| | |
| | |
| | | |
Renew pages domain's certificates through Let's Encrypt
See merge request gitlab-org/gitlab-ce!29363
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Add index for pages domain ssl auto renewal
Add PagesDomain.needs_ssl_renewal scope
Add cron worker for ssl renewal
Add worker for ssl renewal
Add pages ssl renewal worker queues settings
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
'master'
Move `derailed_benchmarks` gem to :default group
See merge request gitlab-org/gitlab-ce!29975
|
| | |
| | |
| | |
| | |
| | | |
Some benchmarks of the gem require booting the app in `production`
environment.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Vue-i18n: autofix for app/assets/javascripts/jobs directory
See merge request gitlab-org/gitlab-ce!29969
|
| | | |
| | | |
| | | |
| | | |
| | | | |
i18n linting for .vue files under the
app/assets/javascripts/jobs directory
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Eliminate N+1 queries in Dashboard::TodosController
Closes #43042
See merge request gitlab-org/gitlab-ce!29954
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since this scope is used in both the controller and the API, we rename
it to make it clear that it's used for both.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This appears to bring down the number of SQL queries on GitLab.com for
my Todos page from 672 to 100.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43042
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve "Runner tags search dropdown is empty"
Closes #63656
See merge request gitlab-org/gitlab-ce!29985
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Revert "Fix copying a single line from Firefox"
See merge request gitlab-org/gitlab-ce!29993
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
This reverts merge request !29832
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add doc for ServiceResponse
Closes #62356
See merge request gitlab-org/gitlab-ce!29992
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Require database reviews for migrations
See merge request gitlab-org/gitlab-ce!29895
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Upgrade jquery to 3.4.1
See merge request gitlab-org/gitlab-ce!29980
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add column chart component to the monitoring bundle
See merge request gitlab-org/gitlab-ce!29293
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This merge request just adds the column chart
component without integrating it to the dashboard
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve "Avatar in "Please sign in" pattern too large"
Closes #63559
See merge request gitlab-org/gitlab-ce!29944
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Render branch divergence graph with Vue
See merge request gitlab-org/gitlab-ce!29743
|
| | |_|/ / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
(CE Port) New user onboarding (Guided Tour)
See merge request gitlab-org/gitlab-ce!29927
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Add button styles for onboarding welcome page
- Fix qa selector (due to additional class)
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Remove requirement for personal access token in profiling
See merge request gitlab-org/gitlab-ce!29972
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23320,
personal access tokens are no longer needed for profiling an endpoint
since users are stubbed directly.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Build correct basenames for title search results
See merge request gitlab-org/gitlab-ce!29898
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The "basename" here needs to be the full path without the trailing
extension, instead of stripping the leading path as well.
This was previously fixed in 2f36efa0871 inside the view, but the
problematic code was still present in FoundBlob, and the corresponding
spec didn't actually use a child wiki page to properly verify the fix.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add name & search parameters to project environments API
See merge request gitlab-org/gitlab-ce!29385
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Resolve "Improved group lists UI"
Closes #52366
See merge request gitlab-org/gitlab-ce!26542
|
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This updates the groups list UI to match the style of the project list:
- New layout
- Improve loading state when loading group children
- Larger, responsive text
- Icon and text colors changed to secondary
- Smaller button sizes
- Content list description colors were standardized to body text
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
RSpec::Parameterized syntax for CI pipeline build seed specs
See merge request gitlab-org/gitlab-ce!29947
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix label serialisation in issue and note hooks
Closes #63473
See merge request gitlab-org/gitlab-ce!29850
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Based on review comment fetching labels hook_attrs is now
wrapped in an issue's model method.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
We were not calling hook_attrs on the labels correctly. Specs were
passing because the issues under test did not have any labels!
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Show create merge request button on confidential issues
See merge request gitlab-org/gitlab-ce!29688
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Update tar to 2.2.2
See merge request gitlab-org/gitlab-ce!29949
|