| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Creates a new item in help dropdown to show configured support page link
|
|
|
|
|
|
|
|
| |
This adds support for a number of new languages (e.g. Ada)
and fixes a number of lexers:
https://github.com/rouge-ruby/rouge/compare/v3.5.1..v3.7.0
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64625
|
|\
| |
| |
| |
| |
| |
| | |
Change qa-merge-request-settings to rspec-merge-request-settings
Closes gitlab-org/quality/team-tasks#182
See merge request gitlab-org/gitlab-ce!31207
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
spec/features/contextual_sidebar_spec.rb
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Change qa-issuable-form-description to rspec-issuable-form-description
Closes gitlab-org/quality/team-tasks#182
See merge request gitlab-org/gitlab-ce!31209
|
| |/ |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Change qa-create-page-button to rspec-create-page-button
Closes gitlab-org/quality/team-tasks#182
See merge request gitlab-org/gitlab-ce!31204
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Change qa-* to rspec-* for save-merge-request-changes
Closes gitlab-org/quality/team-tasks#182
See merge request gitlab-org/gitlab-ce!31205
|
| |/ |
|
|\ \ |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Drop feature to take ownership of a trigger token
Closes #2868
See merge request gitlab/gitlabhq!3198
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removing API and frontend interactions that allowed
users to take ownership of a trigger token.
Removed mentions from the documentation.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Filter params in MR build service
Closes #2879
See merge request gitlab/gitlabhq!3237
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Reusing the existing `IssuableBaseService#filter_params` which uses
the policies to determine what params a user can set, and which values
it can be set to.
This also removed the need for the seperate call to
`IssuableBaseService#ensure_milestone_available`.
The `Issues::BuildService` does not suffer from this because it limits
the params that are assignable to the `title`, `description` and
`milestone_id`.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve EE specific differences in the spec/ directory
See merge request gitlab-org/gitlab-ce!31109
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This changes the spec in question so that it is the same for both CE and
EE. This requires an `if Gitlab.ee?` since EE requires that we stub an
EE specific module, but doing so in CE will break the spec there.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This changes a protected tags feature spec so that it is the same in
both CE and EE. This requires the use of a `if Gitlab.ee?` check, as the
added lines don't work in CE but do work in EE. Removing them entirely
in turn breaks the EE spec.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This ensures that both CE and EE have the same specs.
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We dropped MySQL support and a lot of mysql specific code has been
removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29608.
This comes in from the other direction and removes any `if postgresql?`
branches.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added usage ping counter when the user makes
a search through the navbar search component.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add frozen_string_literal to spec/features
See merge request gitlab-org/gitlab-ce!31131
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use unary plus as recommended by Performance/UnfreezeString cop
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | | |
Adds Job specific variables to facilitate specifying variables when
running manual jobs.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Otherwise capybara hits ambiguous match.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove code related to object hierarchy and MySQL
Closes #65056 and #65055
See merge request gitlab-org/gitlab-ce!31095
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | | |
These are not required because MySQL is not
supported anymore
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Find build by sha from ref
Closes #64534 and #45697
See merge request gitlab-org/gitlab-ce!30843
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adds ability to find builds by sha when only specifying a ref.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It will be hooked up to the markdown editor later
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
By not triggering the callback:
- ActiveSession lookup keys are not cleaned
- Devise also misses its hook related to session cleanup
|
| |_|/ / /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'master'
Resolve "Incorrect message interpolation on project listing"
Closes #65088
See merge request gitlab-org/gitlab-ce!31121
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/65088
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add frozen_string_literal to spec/support
See merge request gitlab-org/gitlab-ce!31132
|
| |/ / / / |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove dead mysql code
Closes #63191
See merge request gitlab-org/gitlab-ce!29608
|
| |/ / /
| | | |
| | | |
| | | | |
None of this code can be reached any more, so it can all be removed
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes fill colors not working with Mermaid and pulls
in a number of other fixes.
* https://github.com/knsv/mermaid/blob/master/CHANGELOG.md
* https://github.com/knsv/mermaid/#special-note-regarding-version-82
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It seems that we missed the backward compatibility support
for profiles in the existing folder.
This commit also fixes some specs to be idempotent
and work in a temporary directory which not always
seems to be the case.
This commit also brings the profile_spec.rb which seems
to be missing.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add a group setting to allow Maintainers to create sub-groups
See merge request gitlab-org/gitlab-ce!29718
|
| | | | |
|
| | | | |
|