| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'58256-incorrect-empty-state-message-displayed-on-explore-projects-tab' into 'master'
Resolve Incorrect empty state message on "Explore projects"
Closes #58256
See merge request gitlab-org/gitlab-ce!25578
|
|/ |
|
|\
| |
| |
| |
| | |
Update ldap#security section
See merge request gitlab-org/gitlab-ce!31335
|
|/ |
|
|\
| |
| |
| |
| | |
Exclude docs from ee_compat_check
See merge request gitlab-org/gitlab-ce!31397
|
|/
|
|
| |
Changes * to + to be more precise with acceptable branch names
|
|\
| |
| |
| |
| |
| |
| | |
Document required quotes in Mermaid subgraph titles
Closes #65338
See merge request gitlab-org/gitlab-ce!31312
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Mermaid v8.2.3 added support for styling in subgraphs, but if there are
multiple words in a title, quotes are required.
* https://github.com/knsv/mermaid/pull/845
* https://github.com/knsv/mermaid/issues/391#issuecomment-495602059
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65338
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add rate limit docs
Closes #41308
See merge request gitlab-org/gitlab-ce!30829
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Remove blank block from job sidebar
Closes #59521
See merge request gitlab-org/gitlab-ce!30754
|
|/ /
| |
| |
| |
| |
| | |
Change sidebar's renderBlock() to return true only if
any of the block's <detail-row>s will be rendered
Change block to render only if renderBlock() returns true
|
|\ \
| | |
| | |
| | |
| | | |
Corrected name of Jira group
See merge request gitlab-org/gitlab-ce!31358
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Update global dashboard shortcuts
See merge request gitlab-org/gitlab-ce!31281
|
|/ /
| |
| |
| | |
Needs shift keypress
|
|\ \
| | |
| | |
| | |
| | | |
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14520
See merge request gitlab-org/gitlab-ce!30284
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Move it to DiffPositionableNote concern which will be re-used
in EE in DraftNote model.
|
| | |
| | |
| | |
| | | |
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14520
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add RSpec/TopLevelDescribePath cop
See merge request gitlab-org/gitlab-ce!31241
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
We removed the breadcrumbs in 0def36777e3f9e5f57fd0e1ebd023b43229622fc.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This task was removed in 2014! The spec wasn't, probably because it
didn't fail as it was never executed. See
0fc5c80207a1ebcfbdae1d0d16b9aeb984bac271.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
RSpec only executes files ending in _spec.rb.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The RSpec/FilePath cop checks that a spec file's path is correct, but
only if the file describes a constant. We want to check, for any file
with a top-level `describe`, whether the file path ends in
`_spec.rb`. We don't care what comes before that; just that it will be
executed by RSpec at all.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add documentation for Security Approvals for MRs
See merge request gitlab-org/gitlab-ce!30959
|
|/ / / /
| | | |
| | | |
| | | | |
Documents how to enable security approvals
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
(CE Port) Remove local echarts dependency
See merge request gitlab-org/gitlab-ce!31282
|
|/ / /
| | |
| | |
| | | |
- Update package.json and yarn.lock
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Revert "Merge branch 'mh/editor-indents' into 'master'"
See merge request gitlab-org/gitlab-ce!31391
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing
changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809
See merge request gitlab-org/gitlab-ce!31375
|
| | | | |
| | | | |
| | | | |
| | | | | |
Introducing Docker Registry replication
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add can_merge option to autocomplete response
See merge request gitlab-org/gitlab-ce!30565
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
It's used only if merge_request_iid param is provided
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Skip specs for default relative positions
See merge request gitlab-org/gitlab-ce!31390
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | | |
If a model has a default relative position we don't need to test that
it is moved to the end, it will instead get the default value assigned.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'master'
Document the current state of the Review App clusters
Closes #63707
See merge request gitlab-org/gitlab-ce!31385
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use NotesFinder to fetch notes on API and Controllers
Closes #52123
See merge request gitlab-org/gitlab-ce!31300
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove project from NotesFinder constructor
Add project parameter to specs
Also look for methods in private scope
Fix specs to match new NotesFinder constructor
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Hardcodes namespaces lease timing value to 1.5h
See merge request gitlab-org/gitlab-ce!31341
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
After measuring the response and performance of the workers on
https://gitlab.com/gitlab-org/gitlab-ce/issues/64092, we've decided 1.5
is fine for now. The time can be decreased later in the future when
enforcing the quota limits
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64092
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add exclusive lease to mergeability check process
See merge request gitlab-org/gitlab-ce!31082
|