| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Use utility class for unstyled list
Remove direct child requirement for highlighting expanded job
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Start drifting toward the new design spec
|
|\
| |
| |
| |
| | |
Add warning about LE wildcard certificate for pages
See merge request gitlab-org/gitlab-ce!32643
|
|/
|
|
| |
doc/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.md
|
|\
| |
| |
| |
| |
| |
| | |
'master'
Create self-monitoring project in background migration
See merge request gitlab-org/gitlab-ce!32819
|
|/
|
|
|
| |
- A regular migration caused problems such as
https://gitlab.com/charts/gitlab/issues/1565.
|
|\
| |
| |
| |
| |
| |
| | |
Fix encoding error in MR diffs
Closes #61841
See merge request gitlab-org/gitlab-ce!32862
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Fix code docs for RuboCop's helper methods
See merge request gitlab-org/gitlab-ce!32937
|
|/ /
| |
| |
| | |
`(const nil :Foo)` vs `(const nil? :Foo)`
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fix member expiration not always working
Closes #67286
See merge request gitlab-org/gitlab-ce!32951
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The Sidekiq job `RemoveExpiredMembersWorker` was failing to run in
production because it was hitting statement timeouts because it was
scanning all rows in order. On staging, where it used to scan 4 million
rows, adding an index brought this down to only a few hundred rows.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/67286
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Setup counter for Productivity Analytics
See merge request gitlab-org/gitlab-ce!32915
|
|/ / /
| | |
| | |
| | | |
This change sets up a usage counter for productivity analytics feature.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Removed padding from project filter field
See merge request gitlab-org/gitlab-ce!32706
|
|/ / /
| | |
| | |
| | | |
Resolves a regression caused by https://bit.ly/2k1GozA
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix merge_request_spec test
See merge request gitlab-org/gitlab-ce!32867
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'50847-automatically-created-mr-uses-wrong-source-branch-when-branching-from-tag' into 'master'
Resolve "Automatically created MR uses wrong source branch (when branching from Tag)"
Closes #50847
See merge request gitlab-org/gitlab-ce!32392
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Creating a MR from an issue using a tag as ref correctly creates the
source branch starting from the tag.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Typo fix 'Sempahore' to 'Semaphore'
See merge request gitlab-org/gitlab-ce!32822
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Creates job log component
See merge request gitlab-org/gitlab-ce!32764
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Creates vue and vuex support for new job log
Creates the new log.vue component to handle the
new format
Updates the store to use the new parser
Creates an utility function to handle the
incremental log
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Make /-/graphql-explorer work again
See merge request gitlab-org/gitlab-ce!32952
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit f222e74d455ec9fc10efb783ffe4684836cc1c3b.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes non interruptible scope name
See merge request gitlab-org/gitlab-ce!32940
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix invalid usage of FormData in karma tests
See merge request gitlab-org/gitlab-ce!32865
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Create EKS cluster Vue app skeleton
See merge request gitlab-org/gitlab-ce!32479
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Load EKS create cluster form as dynamic import dependency.
- Include aws-sdk dependency in package.json
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Add AWS SDK Dependency
- Create placeholders for Vue components
- Create store with state structure
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Bump the CACHE_COMMONMARK_VERSION
See merge request gitlab-org/gitlab-ce!32935
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
to ensure any markdown generated before the asset
proxy default was corrected is re-generated
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Hide resolve thread button from guest
Closes #62122
See merge request gitlab-org/gitlab-ce!32859
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- Show if user can_resolve all of the notes
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add missing ListIssue import
See merge request gitlab-org/gitlab-ce!32850
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Geo - Update HA docs to recommend Gitaly over NFS
See merge request gitlab-org/gitlab-ce!32912
|
| | |_|/ / / / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Fix failing E2E N+1 pipelines
See merge request gitlab-org/gitlab-ce!32913
|