| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Apply the same spam checks to public snippets (either personal snippets
that are public, or public snippets on public projects) as to issues on
public projects.
|
| |
|
|
|
|
|
| |
Fix user validation error in Import/Export
Closes #23833
See merge request !8909
|
| |
|
|
|
| |
Improve performance of triggered chat commands
See merge request !8876
|
| |
|
|
|
|
|
| |
Fix race conditions for AuthorizedProjectsWorker
Closes #26194 and #26310
See merge request !8701
|
| |
|
|
|
| |
Fix CI requests concurrency
See merge request !8760
|
| |
|
|
|
| |
Backport changes introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1078
See merge request !8657
|
| |
|
|
|
| |
Prevent users from creating notes on resources they can't access
See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2054
|
| |
|
|
|
|
| |
Ensure that only privileged users can access merge requests in the API
See merge request !2053
|
| |
|
|
|
| |
Fix users being able to delete instance public deployment keys
See merge request !2049
|
| |
|
|
|
|
|
| |
Fix import no longer mapping users as admin
Closes #25346
See merge request !8625
|
| |
|
|
|
| |
Reduce DB-load for build-queues by storing last_update in Redis
See merge request !8084
|
| |
|
|
|
| |
Gitaly feature flag
See merge request !8440
|
| |
|
|
|
|
|
| |
Link external commit status badges to target URLs
Closes #25662
See merge request !8611
|
| |
|
|
|
| |
Refactor cycle analytics stages (1st iteration)
See merge request !7647
|
| |
|
|
|
|
|
| |
Time tracking API
Closes #25861
See merge request !8483
|
| |
|
|
|
| |
Correct documentation for `data_attribute` method
See merge request !8603
|
| |
|
|
|
| |
Backport timetracking to CE
See merge request !8195
|
| |
|
|
|
|
|
| |
Remove some useless require_relative statements
Closes #26756
See merge request !8609
|
| |
|
|
|
|
|
| |
Remove rerun since it's not used anymore
Closes #19633
See merge request !8598
|
| |
|
|
|
| |
Ensure updating project settings shows a flash message on success
See merge request !8579
|
| |\
| |
| |
| |
| | |
Fix a API deprecation warning
See merge request !8587
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Add a constraint on the query parameter to allow querying for projects with dots in their name.
See merge request !8210
|
| | | |
| | |
| | |
| | | |
dots in their name.
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'25018-gitlab-checks-changeaccess-looks-for-user-permissions-that-don-t-exist' into 'master'
Resolve "`Gitlab::Checks::ChangeAccess` looks for user permissions that don't exist"
Closes #25018
See merge request !8551
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Metrics middleware: endpoint is nil"
Closes #26587
See merge request !8544
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
`endpoint.route` is calling `env[Grape::Env::GRAPE_ROUTING_ARGS][:route_info]`
but `env[Grape::Env::GRAPE_ROUTING_ARGS]` is `nil` in the case of a 405 response
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Allow to use ENV variables in redis config
See merge request !8073
|
| | |/ / |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Use IssuesFinder for the /issues API resouce
- Tests for iid filter in project issues API resource
- Tests for No Milestone filter in issues API resources
The "No Milestone" case was not previously tested, and the `/issues`
resource did not support the the `milestone` parameter.
- Return issues where all labels match from the issues and project issues
API resources, like the group issues resource already does. See
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6825#note_17474533
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
Current filtering for "/projects/:id/issues" endpoint
returns no results for "No Milestone" query.
This PR introduces fix by copying filtering from "/groups/:id/issues"
which works as expected.
|
| |\ \
| | |
| | |
| | |
| | | |
Use configured git rather thans system git
See merge request !8460
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Do not check for valid url for .gitlab-ci.yml
Closes #22970
See merge request !8451
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Until this commit, GitLab would check if the URL in your .gitlab-ci.yml
would be valid and adressable. However, this approach is rather limited.
To begin, the URL couldn't be http://example:$PORT/my-project, as the
PORT value would be interpolated after checking if the URL was valid,
which its not. Also this gem will limit the amount of protocols allowed.
This commit doesn't check, at all, if the URL is valid. This is now the
responsablilty of the user. In my opion this is right, as the user
ultimately benefits from a correct URL, but also, its impossible to
cover all cases.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Search bar first iteration
Closes #21747
See merge request !7345
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add support for PlantUML diagrams in Asciidoc.
Closes #17603
See merge request !8537
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a
PlantUML diagram all we need is to include a plantuml block like:
```
[plantuml, id="myDiagram", width="100px", height="100px"]
--
bob -> alice : ping
alice -> bob : pong
--
```
The plantuml block is substituted by an HTML img element with *src* pointing to
an external PlantUML server.
This MR also add a PlantUML integration section to the Administrator -> Settings
page to configure the PlantUML rendering service and to enable/disable it.
Closes: #17603
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into 'master'
Do not remove "autodeploy" directory when fetching CI templates
See merge request !8517
|
| | |/ / / / |
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Restore backup correctly when "BACKUP" environment variable is passed
Closes #26090
See merge request !8477
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Pipelines Vue
See merge request !7196
|
| | |\ \ \ \ \ |
|
| | |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* master: (35 commits)
Adds back removed class in merge request pipelines table
Fix dropdown icon alignment
Simplify HTML of mini pipeline graph and dropdown Creates individual html for dropdown Adds simplified CSS for the new dropdown Removes old CSS Improves dropdown item in Chrome, Firefox and Safari Use SCSS variables for colors. Fix scss linter errors Adds animation when the stage is hovered. Adds back tooltip on dropdown toggle Fixes broken tests additional css changes to get more into direction of mockups
Adds CHANGELOG entry
Removes unneeded `window` declaration
Decreases font-size on login page
Ensure internal Gitlab::Git references use the namespace
Absorb gitlab_git
Fix review comments.
Add spec for note edit and fix one commented spec.
Review fixes.
Use gl.utils.isInViewport and improve gl.utils.animateToElement.
Make sure elements share the same scope
Hide edit warning element when form reverted.
Remove unnecessary styling came from merge conflicts.
Fix single note edit form specs.
Separate edit form in Changes and Discussions tab.
Fix warning styling for responsive design.
Fix task list for single edit note widget changes.
Fix notes spec.
...
|