| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\
| |
| |
| |
| | |
saml/auth_hash: Allow 2FA bypass for SAML 2.0 responses
See merge request gitlab-org/gitlab-ce!22568
|
| |
| |
| |
| | |
Closes gitlab-org/gitlab-ce/#53102.
|
| | |
|
| |
| |
| |
| | |
This reverts commit 8c126525faba40032244328187ba73a53b6eaf4c.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Allow to add patches to merge requests created via email
Closes #40830
See merge request gitlab-org/gitlab-ce!22723
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This allows users to add patches as attachments to merge request
created via email.
When an email to create a merge request is sent, all the attachments
ending in `.patch` will be applied to the branch specified in the
subject of the email. If the branch did not exist, it will be created
from the HEAD of the repository.
When the patches could not be applied, the error message will be
replied to the user.
The patches can have a maximum combined size of 2MB for now.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Expose {closed,merged}_{at,by} in merge requests API index
Closes #52031
See merge request gitlab-org/gitlab-ce!22806
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| | |
The soft-archived builds cannot be run after some deadline time.
The intent is to aggressively recycle old builds after sometime.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add the Play button for delayed jobs in environment page
Closes #52129
See merge request gitlab-org/gitlab-ce!22106
|
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
In order to ensure we have the right endpoint to query for an
issue's possible valid labels, we store that url in the issue
object that gets passed to the frontend.
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Add RAW file format which is used to store security reports
Closes gitlab-ee#7996
See merge request gitlab-org/gitlab-ce!22365
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- This introduces and uses `:raw` format for all legacy reports,
the ones that do not have yet proper parsers on Backend
- Raw format is needed to make Frontend be able to parse reports,
without the need of decompressing,
- This also extends fixtures to seed security reports with database,
even though parser code is part of EE
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Remove Koding integration and documentation
Closes #39697
See merge request gitlab-org/gitlab-ce!22334
|
| |
| |
| |
| |
| |
| | |
This integration no longer works and does not appear to be supported.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
|
|/ |
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | |
| | |
| | | |
[security - master] Filter user sensitive data from discussions JSON
See merge request gitlab/gitlabhq!2536
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Removes icon key from job endpoint
See merge request gitlab-org/gitlab-ce!22085
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This was added because we thought we'd need
to render the environment status but we
already have this information in the
build status
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'52195-backport-removal-of-additionalproperties-false-runners-schema' into 'master'
Remove addtionalProperties in runners schema
Closes #52195
See merge request gitlab-org/gitlab-ce!22105
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
This resulted into failure on EE pipeline, for more information follow
from
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7600#note_105310648
onwards.
|
|/ /
| |
| |
| |
| | |
Replaces the use of OpenSSL::Digest for
Gitlab::SSHPublicKey#fingerprint
|
| | |
|
| |
| |
| |
| | |
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51927
|
|/
|
|
| |
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51925
|
| |
|
|
|
|
| |
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51093
|
|\
| |
| |
| |
| |
| |
| | |
Add retried jobs to pipeline stages
Closes #50461
See merge request gitlab-org/gitlab-ce!21558
|
| |
| |
| |
| | |
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50461
|
|/
|
|
| |
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50460
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'42861-move-include-external-files-in-gitlab-ci-yml-from-starter-to-libre' into 'master'
Resolve "Move "include external files in .gitlab-ci.yml" from Starter to Libre"
Closes #42861
See merge request gitlab-org/gitlab-ce!21603
|
| |
| |
| |
| |
| |
| | |
project
CE mirror of 03c6094997023d9c8875ced421a6c9ef39a4af44
|
| |
| |
| |
| | |
CE mirror of 30ca00f17034f654403ec7cb5dc370d1e5db8152
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Create new entity called TriggerVariablesEnitity for trigger variables,
to aid reuseablity in the future.
Update JSON schema to include trigger information in the response.
Refactor rspec tests a bit to reduce duplication and for the `context`
to make sense.
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50989
|
|/ |
|
|
|
|
| |
closes #51117
|
|\
| |
| |
| |
| | |
Add artifact information in job API
See merge request gitlab-org/gitlab-ce!21328
|