- 27 Nov, 2018 1 commit
-
-
Tiago Botelho authored
Clears the import related columns and code from the Project model over to the ProjectImportState model
-
- 26 Nov, 2018 1 commit
-
-
George Tsiolis authored
-
- 23 Nov, 2018 1 commit
-
-
George Tsiolis authored
-
- 20 Nov, 2018 2 commits
-
-
George Tsiolis authored
-
George Tsiolis authored
-
- 19 Nov, 2018 2 commits
-
-
George Tsiolis authored
-
Nick Thomas authored
-
- 17 Nov, 2018 1 commit
-
-
Harry Kiselev authored
-
- 16 Nov, 2018 1 commit
-
-
Paul Slaughter authored
This is for the upcoming feature for MR approval rules (https://gitlab.com/gitlab-org/gitlab-ee/issues/1979)
-
- 14 Nov, 2018 1 commit
-
-
George Tsiolis authored
-
- 13 Nov, 2018 1 commit
-
-
Annabel Dunstone Gray authored
-
- 09 Nov, 2018 3 commits
-
-
Stan Hu authored
In Ruby 2.4, `URI.join("http://test//", "a").to_s` will remove the double slash, however it's not the case in Ruby 2.5. Using chomp should work better for the intention, as we're not trying to allow things like ../ or / paths resolution. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53180
-
Scott Hampton authored
-
Mark Lapierre authored
These are changes from EE that are also relevant to CE from: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8372
-
- 08 Nov, 2018 2 commits
-
-
Thong Kuah authored
Use presenters instead otherwise we will have x2 overides in EE
-
Thong Kuah authored
Refacotr project or group specific `if` logic to be contained within each presenter instead. Also add :override to ensure super method exists.
-
- 07 Nov, 2018 1 commit
-
-
Jeremy Watson authored
-
- 06 Nov, 2018 1 commit
-
-
Fabian Peter Hammerle authored
adapted regular expression to correctly parse total coverage when using pytest-cov > ----------- coverage: platform linux, python 3.6.6-final-0 ----------- > Name Stmts Miss Cover > --------------------------------------------- > integrade/__init__.py 0 0 100% > integrade/api.py 86 0 100% > integrade/config.py 36 1 97% > integrade/exceptions.py 3 0 100% > integrade/utils.py 11 0 100% > tests/test_api.py 153 0 100% > tests/test_config.py 46 0 100% > tests/test_integrade.py 6 0 100% > tests/test_utils.py 12 0 100% > --------------------------------------------- > TOTAL 353 1 99% issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/48613
-
- 05 Nov, 2018 1 commit
-
-
Kamil Trzciński authored
The soft-archived builds cannot be run after some deadline time. The intent is to aggressively recycle old builds after sometime.
-
- 03 Nov, 2018 1 commit
-
-
Amit Rathi authored
-
- 02 Nov, 2018 1 commit
-
-
George Tsiolis authored
-
- 01 Nov, 2018 3 commits
-
-
Winnie Hellmann authored
-
George Tsiolis authored
-
Thong Kuah authored
In preparation so that we can create both cluster attached to project and cluster attached to group. - Move ClustersController to top level - Move Clusters::ApplicationsController to top-level too - Creates a Clusters::BaseController to share common functions - Do not rely on @project ivar. Anything could set the ivar. - Fix Vue page components due to new data-page value Because of the controller change we have gone from `projects:clusters:new` to `clusters:new`, so we need to update the file location of the page components. There is somewhere a function that will convert data-page to a file location. On that note, projects/clusters/gcp/new/, translate to Projects::Clusters::Gcp#new doesn't exist so replace that with clusters/create_gcp/ and clusters/create_user/
-
- 31 Oct, 2018 1 commit
-
-
Drew Blessing authored
Rails is slow to generate paths dynamically especially when called hundreds/thousands of times. Also, rendering many partials hundreds of times can be slower. This change reduces the number of partials rendered and introduces two fast path methods to speed up path generation.
-
- 30 Oct, 2018 2 commits
-
-
at.ramya authored
-
Mark Chao authored
This replaces the repository param. This allows more flexiblity as sometimes we have highlight content not related to repository. Sometimes we know ahead of time the language of the content. Lastly language determination seems better fit as a logic in the Blob class. `repository` param is only used to determine the language, which seems to be the responsiblity of Blob.
-
- 29 Oct, 2018 2 commits
-
-
Takuya Noguchi authored
-
George Tsiolis authored
-
- 27 Oct, 2018 1 commit
-
-
blackst0ne authored
-
- 26 Oct, 2018 1 commit
-
-
blackst0ne authored
-
- 25 Oct, 2018 2 commits
-
-
James Ramsay authored
The short commit message may be truncated making the truncated portion unreadable. The title of the link should be the commit message so that the commit message is shown when hovering the commit message anchor. Closes gitlab-org/gitlab-ce#42673
-
Chris Baumbauer authored
-
- 24 Oct, 2018 2 commits
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- 23 Oct, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 22 Oct, 2018 1 commit
-
-
George Tsiolis authored
-
- 19 Oct, 2018 3 commits
-
-
Shinya Maeda authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Takuya Noguchi authored
Replaces .card-header > hX.card-title with hX.card-header to remove .card-title. At a occurrence where bold styling is not necessary, div.card-header is used instead. By full removal of .card-title at the moment, all workarounds for BS4's card-title are removed as well. More information: https://getbootstrap.com/docs/4.0/migration/#panels Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-