summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | removed useless v-ifPhil Hughes2018-03-145-55/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed pointless test & changed some deployment tests to make more sense added in v-tooltip
| * | | | | | | | | | | | | improved markupPhil Hughes2018-03-131-24/+20
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | fixed breakpointPhil Hughes2018-03-132-46/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disable stop button when loading
| * | | | | | | | | | | | | fixed scss-lintPhil Hughes2018-03-131-4/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | fixed eslintPhil Hughes2018-03-132-11/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | adjust styling to remove gapsPhil Hughes2018-03-131-1/+21
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | updated specsPhil Hughes2018-03-134-198/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | | Fix styling of multiple environments in merge request widgetPhil Hughes2018-03-135-120/+162
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #40610
* | | | | | | | | | | | | Merge branch 'zj-create-repo-opt-out' into 'master'Sean McGivern2018-03-1413-30/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move CreateRepository to OPT_OUT for Gitaly See merge request gitlab-org/gitlab-ce!17740
| * | | | | | | | | | | | | Set Gitlab::Shell#create_repository as OPT_OUTZeger-Jan van de Weg2018-03-141-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On .com repositories are created through Gitaly for a while now. For customers this is not the case unless these have chosen to do so through feature flags. By moving this to opt out, everyone will be using this. This move is part of the migration issue https://gitlab.com/gitlab-org/gitaly/issues/593 The bigger impact this commit will have is that tests that use a repository through `FactoryBot.create(:project, :repository)` will now use Gitaly to do so. As tests run on the same disk, or at least machine, this will most probably slow them down.
| * | | | | | | | | | | | | Change Gitlab::Shell#add_namespace to #create_namespaceZeger-Jan van de Weg2018-03-1413-26/+26
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this change, this method was called add_namespace, which broke the CRUD convention and made it harder to grep for what I was looking for. Given the change was a find and replace kind of fix, this was changed without opening an issue and on another feature branch. If more dynamic calls are made to add_namespace, these could've been missed which might lead to incorrect bahaviour. However, going through the commit log it seems thats not the case.
* | | | | | | | | | | | | Merge branch 'projects-graphs-rspec' into 'master'Grzegorz Bizon2018-03-143-83/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace project graphs spinach tests with RSpec analog See merge request gitlab-org/gitlab-ce!17675
| * | | | | | | | | | | | | Replace project graphs spinach tests with RSpec analogSemyon Pupkov2018-03-143-83/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | | | | | | | | | | | | | Merge branch 'project-redirects-rspec' into 'master'Lin Jen-Shin2018-03-143-105/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace project redirects spinach tests with RSpec analog See merge request gitlab-org/gitlab-ce!17676
| * | | | | | | | | | | | | | Replace project redirects spinach tests with RSpec analogSemyon Pupkov2018-03-143-105/+74
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | | | | | | | | | | | | | Merge branch 'fix-emoji-popup' into 'master'Sean McGivern2018-03-142-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide emoji popup after multiple spaces or blank lines, closes #40620,#33678 Closes #40620 and #33678 See merge request gitlab-org/gitlab-ce!17680
| * | | | | | | | | | | | | | Hide emoji popup after multiple spaces or blank linesJan Beckmann2018-03-112-2/+6
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #40620,#33678
* | | | | | | | | | | | | | Merge branch 'backstage/gb/add-pipeline-build-variables-tests' into 'master'Kamil Trzciński2018-03-142-39/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve tests for predefined variables See merge request gitlab-org/gitlab-ce!17597
| * | | | | | | | | | | | | Remove enforcing uniqueness of build variablesbackstage/gb/add-pipeline-build-variables-testsGrzegorz Bizon2018-03-072-10/+9
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Improve pipeline tests for variables to test orderingGrzegorz Bizon2018-03-071-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Improve tests for predefined variables for a buildGrzegorz Bizon2018-03-072-37/+89
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'revert-238781a6' into 'master'Robert Speicher2018-03-131-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'sh-filter-secret-variables' into 'master'" See merge request gitlab-org/gitlab-ce!17733
| * | | | | | | | | | | | | Revert "Merge branch 'sh-filter-secret-variables' into 'master'"Stan Hu2018-03-131-2/+0
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts merge request !17159
* | | | | | | | | | | | | Merge branch 'pages-0-7-1' into 'master'Robert Speicher2018-03-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade GitLab Pages to v0.7.1 See merge request gitlab-org/gitlab-ce!17732
| * | | | | | | | | | | | | Upgrade GitLab Pages to v0.7.1Nick Thomas2018-03-131-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch '44024-fix-table-extra-column' into 'master'Clement Ho2018-03-133-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix markdown table showing extra fake column v1 Closes #44024 See merge request gitlab-org/gitlab-ce!17669
| * | | | | | | | | | | | | Fix markdown table showing an extra rake column44024-fix-table-extra-columnEric Eastwood2018-03-093-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/44024
* | | | | | | | | | | | | | Merge branch 'jivl-fix-timescale-prometheus-charts-overlapping' into 'master'Mike Greiling2018-03-131-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix timescale prometheus charts overlapping Closes #43458 See merge request gitlab-org/gitlab-ce!17657
| * | | | | | | | | | | | | | Use graph width to determine tick numberjivl-fix-timescale-prometheus-charts-overlappingJose Ivan Vargas2018-03-123-36/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix timescale prometheus charts overlappingJose Ivan Vargas2018-03-083-2/+36
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'docs-download-ce' into 'master'Douwe Maan2018-03-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specify installation type for link See merge request gitlab-org/gitlab-ce!17713
| * | | | | | | | | | | | | | | Specify installation type for linkdocs-download-ceAndrey Maslennikov2018-03-131-1/+1
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch '44161-use-configured-git' into 'master'Douwe Maan2018-03-132-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "lib/gitlab/git/gitlab_projects.rb does not respect Gitlab.config.git.bin_path" Closes #44161 See merge request gitlab-org/gitlab-ce!17693
| * | | | | | | | | | | | | | | Respect the configured git path for imported gitlab-shell operations44161-use-configured-gitNick Thomas2018-03-122-13/+13
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch '43805-list-gitaly-calls-and-arguments-in-the-performance-bar' ↵Grzegorz Bizon2018-03-1314-49/+144
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "List Gitaly calls and arguments in the performance bar" Closes #43805 See merge request gitlab-org/gitlab-ce!17564
| * | | | | | | | | | | | | | | Capture Gitaly calls that don't go through `migrate`Sean McGivern2018-03-132-13/+23
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Make Gitaly more prominent in the performance barSean McGivern2018-03-134-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is as important as SQL timings, and much more important most of the time than GC, Redis, or Sidekiq.
| * | | | | | | | | | | | | | | Improve the frontend code for the performance barSean McGivern2018-03-137-49/+52
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add Gitaly call details to the performance barSean McGivern2018-03-136-30/+108
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The same as the SQL queries, show the details of Gitaly calls in the performance bar, as a modal that can be opened in the same way.
* | | | | | | | | | | | | | | Merge branch 'docs-fe-security' into 'master'Tim Zallmann2018-03-131-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add frontend security documentation See merge request gitlab-org/gitlab-ce!17622
| * | | | | | | | | | | | | | | Add frontend security documentationdocs-fe-securityClement Ho2018-03-071-1/+12
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch '44152l-last-pipeline-link' into 'master'Phil Hughes2018-03-131-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make commit pipeline accessible on file page Closes #44152 See merge request gitlab-org/gitlab-ce!17716
| * | | | | | | | | | | | | | | Make commit pipeline accessible on file pageFilipa Lacerda2018-03-131-4/+2
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch '35475-lazy-diff' into 'master'Fatih Acet2018-03-138-14/+117
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Projects::MergeRequestsController#show is slow (implement skeleton loading)" Closes #35475 See merge request gitlab-org/gitlab-ce!15200
| * | | | | | | | | | | | | | | Resolve "Projects::MergeRequestsController#show is slow (implement skeleton ↵Simon Knox2018-03-138-14/+117
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | loading)"
* | | | | | | | | | | | | | | Merge branch '43720-update-fe-webpack-docs' into 'master'Jacob Schatz2018-03-137-68/+118
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Document webpack_bundle_tag replacement method" Closes #43720 and #42704 See merge request gitlab-org/gitlab-ce!17706
| * | | | | | | | | | | | | | | move tip into blockquote43720-update-fe-webpack-docsMike Greiling2018-03-121-8/+5
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | specify that webpack entry points are exempt from unit tests, not ↵Mike Greiling2018-03-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integration tests
| * | | | | | | | | | | | | | | address wording feedbackMike Greiling2018-03-121-9/+9
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | update node and yarn dependencies within install/upgrade docsMike Greiling2018-03-124-13/+20
| | | | | | | | | | | | | | | |