Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42 | GitLab Bot | 2022-04-20 | 1 | -1/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42 | GitLab Bot | 2022-03-18 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42 | GitLab Bot | 2022-02-18 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42 | GitLab Bot | 2021-11-18 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42 | GitLab Bot | 2021-07-20 | 1 | -1/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42 | GitLab Bot | 2021-06-16 | 1 | -4/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42 | GitLab Bot | 2021-05-19 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43 | GitLab Bot | 2021-04-20 | 1 | -18/+21 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40 | GitLab Bot | 2021-03-16 | 1 | -2/+23 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42 | GitLab Bot | 2021-02-18 | 1 | -0/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42 | GitLab Bot | 2020-10-21 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-3-stable-ee | GitLab Bot | 2020-08-20 | 1 | -2/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-15 | 1 | -0/+1 |
| | |||||
* | Merge branch 'security-commit-private-related-mr' into 'master' | Yorick Peterse | 2019-03-04 | 1 | -1/+5 |
|\ | | | | | | | | | | | | | Don't allow non-members to see private related MRs Closes #2787 See merge request gitlab/gitlabhq!2866 | ||||
| * | Modify MergeRequestsFinder to allow filtering by commit | Patrick Bajao | 2019-01-28 | 1 | -1/+5 |
| | | |||||
* | | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-cop | Rémy Coutable | 2019-01-24 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Adds pagination to pipelines table in merge request page28249-add-pagination | Filipa Lacerda | 2018-10-31 | 1 | -1/+2 |
| | |||||
* | Enable even more frozen string in app/controllers | gfyoung | 2018-09-25 | 1 | -0/+2 |
| | | | | | | | | | | | | Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424. | ||||
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+4 |
| | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | ||||
* | Fix branch name in case of new merge request cherry pick | George Andrinopoulos | 2018-08-19 | 1 | -1/+1 |
| | |||||
* | Add target branch to cherry pick confirmation message | George Andrinopoulos | 2018-08-19 | 1 | -1/+1 |
| | |||||
* | Show the status of a user in interactions | Bob Van Landuyt | 2018-07-30 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user | ||||
* | Workhorse to send raw diff and patch for commits | Zeger-Jan van de Weg | 2018-05-16 | 1 | -2/+6 |
| | | | | | | | | | | | | | Prior to this change, this was done through unicorn. In theory this could time out. Workhorse has been sending these raw patches and diffs for a long time and is stable in doing so. Added bonus is the fact that `Commit#to_patch` can be removed. `Commit#to_diff` too, which closes https://gitlab.com/gitlab-org/gitaly/issues/324 Closes https://gitlab.com/gitlab-org/gitaly/issues/1196 | ||||
* | Resolve "tree/master shows incorrect CI build status" | Lin Jen-Shin | 2018-04-11 | 1 | -0/+1 |
| | |||||
* | Display related merge requests in commit detail page | Hiroyuki Sato | 2018-01-12 | 1 | -1/+13 |
| | |||||
* | Allow commenting on individual commits inside an MR | Douwe Maan | 2017-12-07 | 1 | -0/+17 |
| | |||||
* | Batchload blobs for diff generation | Zeger-Jan van de Weg | 2017-11-21 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | | | | After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431 | ||||
* | implemented using an ivar, and added specs | Brett Walker | 2017-10-13 | 1 | -2/+7 |
| | |||||
* | moved throttling into the controller. if we hit the throttling | Brett Walker | 2017-10-12 | 1 | -2/+5 |
| | | | | threshhold, a message is shown indicating we didn't perform the search | ||||
* | if the branch/tag count is over a certain limit, don't execute | Brett Walker | 2017-10-11 | 1 | -2/+2 |
| | | | | the long running git query | ||||
* | Detect n+1 issues involving Gitaly | Andrew Newdigate | 2017-09-19 | 1 | -1/+6 |
| | |||||
* | WIP: refactor the first-contributor to Issuable | micael.bergeron | 2017-09-06 | 1 | -1/+1 |
| | | | | | | | this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes | ||||
* | Update Pipeline's badge count in Merge Request and Commits view to match ↵ | Filipa Lacerda | 2017-07-14 | 1 | -3/+8 |
| | | | | real-time content | ||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -3/+3 |
| | |||||
* | Merge request widget redesign | Fatih Acet | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | Refactor changing files in web UI | Douwe Maan | 2017-04-20 | 1 | -7/+3 |
| | |||||
* | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussion | Luke "Jared" Bennett | 2017-04-07 | 1 | -0/+2 |
|\ | |||||
| * | Enable polling for pipelines table other pages | Toon Claes | 2017-04-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Also poll for pipeline changes on: - Pipeline table on commit page - Pipeline table on merge request page - Pipeline table on new merge request page | ||||
* | | Address review comments | Douwe Maan | 2017-04-05 | 1 | -1/+1 |
| | | |||||
* | | Correctly display multiple separate discussions on the same diff line | Douwe Maan | 2017-04-05 | 1 | -1/+1 |
| | | |||||
* | | Add option to start a new discussion on an MR | Douwe Maan | 2017-04-05 | 1 | -11/+9 |
|/ | |||||
* | Fix cherry-picking or reverting through an MR | Douwe Maan | 2017-03-02 | 1 | -12/+20 |
| | |||||
* | Merge branch 'route-map' into 'master' | Robert Speicher | 2017-02-07 | 1 | -0/+2 |
|\ | | | | | | | | | Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867 | ||||
| * | Address feedback | Douwe Maan | 2017-02-06 | 1 | -3/+2 |
| | | |||||
| * | Improve performance of finding last deployed environment | Douwe Maan | 2017-02-06 | 1 | -1/+1 |
| | | |||||
| * | Add 'View on [env]' link to blobs and individual files in diffs | Douwe Maan | 2017-02-06 | 1 | -0/+3 |
| | | |||||
* | | Moves pagination to shared folder | Filipa Lacerda | 2017-02-03 | 1 | -1/+0 |
|/ | | | | | | | | | | | | | | | | | | | Document and remove unused code Declare components in a consistent way; Use " instead of ' to improve consistency; Update documentation; Fix commit author verification to match the use cases; Adds tests for the added components Fix paths in pagination spec Adds tests to pipelines table used in merge requests and commits Use same resource interceptor Fix eslint error | ||||
* | Merge remote-tracking branch 'upstream/master' into ↵fix-git-hooks-when-creating-file | Lin Jen-Shin | 2017-02-02 | 1 | -0/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix-git-hooks-when-creating-file * upstream/master: (190 commits) Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion. update spec Change the reply shortcut to focus the field even without a selection. use destroy_all Remove settings cog from within admin scroll tabs; keep links centered add changelog remove old project members from project add spec replicating validation error Fix small typo on new branch button spec Improve styling of the new issue message Don't capitalize environment name in show page Abillity to promote project labels to group labels Edited the column header for the environments list from created to updated and added created to environments detail page colum header titles Update and pin the `jwt` gem to ~> 1.5.6 refactor merge request build service Update index.md Clarify that Auto Deploy requires a public project. 19164 Add settings dropdown to mobile screens cop for gem fetched from a git source Add CHANGELOG entry ... |