- 07 Jan, 2019 2 commits
-
-
Reuben Pereira authored
-
Kamil Trzciński authored
This adds `project:, file:, ref:` specification support.
-
- 04 Jan, 2019 13 commits
-
-
Chris Baumbauer authored
-
Kamil Trzciński authored
These are data columns that store runtime configuration of build needed to execute it on runner and within pipeline. The definition of this data is that once used, and when no longer needed (due to retry capability) they can be freely removed. They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking support for json datatype on old enough version).
-
Grzegorz Bizon authored
-
Shinya Maeda authored
-
Shinya Maeda authored
Fix coding style Improve coding style Decouple UPDATE and DELETE operations of asset links Rename links_attributes to assets:links Rename exposed param and updated spec
-
Shinya Maeda authored
Releases::Source and Releases::Link are covered by tests
-
Shinya Maeda authored
- Add Releases::Links model - Expose it in release API - Add integration tests
-
Dylan Griffith authored
Many changes were also made to tests that expected this to default to false.
-
Shinya Maeda authored
-
Shinya Maeda authored
a
-
Shinya Maeda authored
Sort out some logic
-
Stan Hu authored
On GitLab.com, there are hundreds of projects that have visibility levels that are inconsistent with the fork or group settings. Most likely, this happened during a GitLab project import because the validation was bypassed. Attempting to migrate these projects to hashed storage fails even though the migration doesn't touch the visibility settings. Skipping the visibility validation allows the migration to go through. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55881
-
Alexander Kutelev authored
Take contacted_at value from the DB when it is about to be displayed in the Web interface with sorting enabled.
-
- 03 Jan, 2019 7 commits
-
-
Jasper Maes authored
Fix deprecation: returning false in Active Record and Active Model callbacks will not implicitly halt a callback chain
-
Chris Baumbauer authored
-
Brett Walker authored
We now use `-merge-request` instead of `+merge-request+` in order to support catch all email addresses
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This commits adds a new class that is supposed to represent Grape API version, like `v3` or `v4`.
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 02 Jan, 2019 5 commits
-
-
Kamil Trzciński authored
Before_transition does not play nice when used with OptimisticLocking and this can result in triggering multiple events Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55306
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 31 Dec, 2018 6 commits
-
-
Tomasz Maczukin authored
-
Shinya Maeda authored
Add spec for all release API - GET, POST, PUT, DELETE. Also, fixes some minior bugs.
-
Alessio Caiazza authored
CreateReleaseService and UpdateReleaseService now takes all the release attributes as constructor parameters. This will simplify attribute expansion
-
Alessio Caiazza authored
-
Alessio Caiazza authored
-
Alessio Caiazza authored
This commit introduces Releases API under /api/v4/projects/:id/releases * We are introducing release policies at project level. * We are deprecating releases changes from tags, both api and web interface. * Tags::CreateService no longer create a release This feature is controlled by :releases_page feature flag
-
- 28 Dec, 2018 1 commit
-
-
Francisco Javier López authored
-
- 27 Dec, 2018 1 commit
-
-
Francisco Javier López authored
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
-
- 25 Dec, 2018 2 commits
-
-
Stan Hu authored
When object storage is enabled, the logos used to customize a GitLab appearance causes the time-limited URLs to be used. We fix this by forcing all of these URLs to use the /uploads/-/system prefix so that they will always be proxied through GitLab. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/6778
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 22 Dec, 2018 1 commit
-
-
Jacopo authored
Override now cares about parents method arity: if parents arity doesn't match raises an error.
-
- 21 Dec, 2018 2 commits
-
-
Oswaldo Ferreira authored
This commit handles note diffs caching, which considerably improves the performance on merge requests with lots of comments. Important to note that the caching approach taken here is different from `Gitlab::Diff::HighlightCache`. We do not reset the whole cache when a new push is sent or anything else. That's because discussions diffs are persisted and do not change.
-
Douglas Barbosa Alexandre authored
-