| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Resolve EE differences in the lib/ directory
See merge request gitlab-org/gitlab-ce!31582
|
| |
| |
| |
| |
| |
| | |
EE added a single line to this file that can easily be backported to CE,
but it appears this was overlooked. The method called is a noop in CE,
so no additional changes are necessary.
|
|\ \
| | |
| | |
| | |
| | | |
Remove KubernetesService integration
See merge request gitlab-org/gitlab-ce!31365
|
| | |
| | |
| | |
| | |
| | |
| | | |
Creating new records has been disabled, and all
existing records been migrated to clusters as of
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Remove label issue and MR counts from default API responses
See merge request gitlab-org/gitlab-ce!31543
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
These counts significantly increase the load time for these
requests. Users can now opt in to receiving the counts by setting
`with_counts=true` in requests. This is a breaking change, but hopefully
a fairly minor one.
|
| | |
| | |
| | |
| | | |
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
Use NotesFinder#target to find Epics
See merge request gitlab-org/gitlab-ce!31408
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
private profiles here as well
|
| | |
| | |
| | |
| | | |
projects on profile to documentation
|
| | | |
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
API endpoints for requesting container repositories
and container repositories with their tag information
are enabled for users that want to specify the group
containing the repository rather than the specific project.
|
|/
|
|
|
| |
`allow_local_requests_for_hooks_and_services` was renamed to
`allow_local_requests_for_web_hooks_and_services`.
|
|
|
|
|
|
|
|
|
|
| |
Remove project from NotesFinder constructor
Add project parameter to specs
Also look for methods in private scope
Fix specs to match new NotesFinder constructor
|
|
|
|
| |
Creates a new item in help dropdown to show configured support page link
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'master'
CE: Add project download & project export audit event
See merge request gitlab-org/gitlab-ce!31103
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
This change adds audit events for
download of repository and export of
project.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Expose git blame in api
Closes #51345
See merge request gitlab-org/gitlab-ce!30675
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Reword Project#latest_successful_build_for to
Project#latest_successful_build_for_ref
* Reword Ci::Pipeline#latest_successful_for to
Ci::Pipeline#latest_successful_build_for_ref
|
| |/ / /
|/| | |
| | | |
| | | |
| | | | |
Convert several occurrences of `map` + `flatten` to
`flat_map` where applicable.
|
|/ / /
| | |
| | |
| | | |
None of this code can be reached any more, so it can all be removed
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Multiple pipeline support for Build status
See merge request gitlab-org/gitlab-ce!30828
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds specs for testing the new behavior of specifying a pipeline when
POSTing a status.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This allows user to specify the pipeline ID
when several pipelines has been triggered
on the same branch and commit.
Signed-off-by: Gaetan Semet <gaetan.semet@renault.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
API: Allow changing only ci_default_git_depth
See merge request gitlab-org/gitlab-ce!30888
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Use correct parent when committing in WebIDE
See merge request gitlab-org/gitlab-ce!29598
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When passing start_branch on committing from the WebIDE, it's possible
that the branch has changed since editing started, which results in the
change being applied on top of the latest commit in the branch and
overwriting the new changes.
By passing the start_sha instead we can make sure that the change is
applied on top of the commit which the user started editing from.
|
|/ / /
| | |
| | |
| | |
| | | |
This MR refactor RedisCounter and WebIdeCommitsCounter
to be reused by other components.
|
| | |
| | |
| | |
| | | |
EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14598
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
CE Backport: Read and write User "Admin notes" via API
See merge request gitlab-org/gitlab-ce!30775
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This change adds the ability to read and
write admin notes for a user via the
USER API
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We're adding more redis base counters to the web ide and other
classes. We're refactoring this class in other to use the logic
in other places.
|
| | | |
| | | |
| | | |
| | | | |
Include released_at parameter
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Background migration for changing null values to false
- Set false as default value for private_profile DB column
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Currently the base64-encoded value of the push-to-secondary data is
saved in `api_json.log`, and this can easily be hundreds of
megabytes. We should filter this from the logs.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
[CE] Upgrade to Rails 5.2
See merge request gitlab-org/gitlab-ce!30052
|
| |/ /
| | |
| | |
| | | |
Updates changed method names and fixes spec failures
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Resolve "API support for group-level clusters"
Closes #55623
See merge request gitlab-org/gitlab-ce!30213
|