summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove related links in MR widget when empty stateClement Ho2017-12-197-14/+84
|
* Merge branch 'show-inline-edit-btn' into 'master'Jacob Schatz2017-12-197-21/+10
|\ | | | | | | | | | | | | Show inline edit button for issues Closes #37474 See merge request gitlab-org/gitlab-ce!15812
| * Show inline edit button for issuesClement Ho2017-12-197-21/+10
|/
* Merge branch '33028-event-tag-links' into 'master'Rémy Coutable2017-12-193-1/+62
|\ | | | | | | | | | | | | Fix tags in the Activity tab not being clickable Closes #33028 See merge request gitlab-org/gitlab-ce!15996
| * Fix tags in the Activity tab not being clickableMario de la Ossa2017-12-193-1/+62
|/
* Merge branch '36020-private-npm-modules' into 'master'Douwe Maan2017-12-195-4/+81
|\ | | | | | | | | | | | | Do not generate links for private NPM modules in blob view Closes #36020 See merge request gitlab-org/gitlab-ce!16002
| * BlobViewer::PackageJson - if private link to homepageMario de la Ossa2017-12-183-7/+14
| |
| * Do not generate links for private NPM modules in blob viewMario de la Ossa2017-12-185-4/+74
| |
* | Merge branch 'zj-gitaly-pipelines-n-1' into 'master'Robert Speicher2017-12-1914-49/+184
|\ \ | | | | | | | | | | | | Improve performance of Pipelines#index.json See merge request gitlab-org/gitlab-ce!14846
| * | Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-1914-49/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses `list_commits_by_oid` on the CommitService, to request the needed commits for pipelines. These commits are needed to display the user that created the commit and the commit title. This includes fixes for tests failing that depended on the commit being `nil`. However, now these are batch loaded, this doesn't happen anymore and the commits are an instance of BatchLoader.
* | | Merge branch 'fix-docs-help-shortcut' into 'master'Phil Hughes2017-12-196-4/+53
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix shortcut links on help page Closes #41097 See merge request gitlab-org/gitlab-ce!16001
| * | | Fix shortcut links on help pageClement Ho2017-12-196-4/+53
|/ / /
* | | Merge branch 'fl-update-axios-docs' into 'master'Phil Hughes2017-12-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Update axios.md See merge request gitlab-org/gitlab-ce!16008
| * \ \ Merge branch 'master' into fl-update-axios-docsFilipa Lacerda2017-12-192-38/+29
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * master: Tidy up the documentation of Gitlab HA/Gitlab Application Make sure two except won't overwrite each other
| * | | | Update axios.mdfl-update-axios-docsFilipa Lacerda2017-12-191-1/+1
| | | | |
* | | | | Merge branch 'preserve-gem-path' into 'master'Rémy Coutable2017-12-191-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Preserve gem path so that we use the same gems See merge request gitlab-org/gitlab-ce!15986
| * | | | Preserve gem path so that we use the same gemspreserve-gem-pathLin Jen-Shin2017-12-191-1/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch, I would end up with: ``` An error occurred in a `before(:suite)` hook. Failure/Error: raise "could not connect to gitaly at #{socket.inspect} after #{sleep_time} seconds" RuntimeError: could not connect to gitaly at "tmp/tests/gitaly/gitaly.socket" after 10 seconds ``` Digging into it, it's because `scripts/gitaly-test-spawn` could not spawn the process, because it cannot find the installed gems. I personally installed all my gems under $HOME, namely with: * `gem install rake --user-install` or: * `bundle install --path ~/.gem` The gems would be installed to `~/.gem/ruby/2.4.0/gems`, where the version is Ruby ABI version. Now we're changing $HOME, making RubyGems think that the gems would be installed to `tmp/tests/ruby/2.4.0/gems` which is apparently not the case. In order to workaround this, we could preserve $GEM_PATH populated by RubyGems, ignoring the default path based on $HOME.
* | | | Merge branch 'docs/omnibus-2452-tidy-gitlab-application' into 'master'Marin Jankovski2017-12-191-12/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Tidy up the documentation of Gitlab HA/Gitlab Application See merge request gitlab-org/gitlab-ce!16011
| * | | | Tidy up the documentation of Gitlab HA/Gitlab ApplicationRichard Clamp2017-12-191-12/+11
|/ / / /
* | | | Merge branch 'except-qa-and-docs' into 'master'Grzegorz Bizon2017-12-191-26/+18
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Make sure two except won't overwrite each other See merge request gitlab-org/gitlab-ce!16010
| * | | Make sure two except won't overwrite each otherLin Jen-Shin2017-12-191-26/+18
|/ / / | | | | | | | | | | | | | | | This is a pretty boring solution, but I can't think of a good idea right now and this might be good enough for now...
* | | Merge branch 'fix-cluster-enviroment-missing' into 'master'Kamil Trzciński2017-12-198-0/+24
|\ \ \ | | | | | | | | | | | | | | | | Fix cluster enviroment missing See merge request gitlab-org/gitlab-ce!15973
| * | | Inverse the has_multiple_clusters? helper usagefix-cluster-enviroment-missingMatija Čupić2017-12-184-4/+4
| | | |
| * | | Hardcode clusters helper in CEMatija Čupić2017-12-181-1/+1
| | | |
| * | | Use helper for feature check in cluster partialsMatija Čupić2017-12-185-2/+15
| | | |
| * | | Revert save button caption changeMatija Čupić2017-12-161-1/+1
| | | |
| * | | Add environment scope field to cluster formsMatija Čupić2017-12-164-1/+8
| | | |
| * | | Allow environment_scope in cluster controllersMatija Čupić2017-12-163-0/+4
| | | |
* | | | Merge branch ↵Kamil Trzciński2017-12-191-19/+23
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | '41139-codequality-and-qa-internal-is-leaking-to-shared-runners' into 'master' Resolve "Codequality and qa:internal is leaking to Shared Runners" Closes #41139 See merge request gitlab-org/gitlab-ce!15957
| * | | Use dedicated runners for all the CI jobs41139-codequality-and-qa-internal-is-leaking-to-shared-runnersRémy Coutable2017-12-181-19/+23
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'sh-fix-milestone-id-migration' into 'master'Oswaldo Ferreira2017-12-191-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing WHERE clause in 20171106135924_issues_milestone_id_foreign_key migration Closes gitlab-com/infrastructure#3416 See merge request gitlab-org/gitlab-ce!15997
| * | | | Fix missing WHERE clause in 20171106135924_issues_milestone_id_foreign_key ↵Stan Hu2017-12-181-0/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | migration If milestone_id is NULL, we shouldn't need to update it to be NULL again. This was causing us to touch almost all rows in the issues table for no good reason. Closes https://gitlab.com/gitlab-com/infrastructure/issues/3416
* | | | Merge branch 'commit-diff-discussion-in-mr-context-fix-links' into 'master'41248-datetime_utility-calls-a-missing-lang-export-function-from-locale-index-js⛄️ Sean McGivern ⛄️2017-12-182-7/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | fix the commit diff discussion sending the wrong url See merge request gitlab-org/gitlab-ce!15988
| * | | | rework the merge_request_version_params to use Object#tapcommit-diff-discussion-in-mr-context-fix-linksMicaël Bergeron2017-12-181-8/+4
| | | | |
| * | | | fix the commit diff discussion sending the wrong urlMicaël Bergeron2017-12-182-7/+26
| | | | | | | | | | | | | | | | | | | | it should now send you to the merge request diff path scoped to the commit.
* | | | | Merge branch 'use-queue_namespace' into 'master'Stan Hu2017-12-182-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use queue_namespace rather than enqueue_in See merge request gitlab-org/gitlab-ce!15989
| * | | | | Add pipeline_creation:run_pipeline_schedule into Sidekiq queue listuse-queue_namespaceStan Hu2017-12-181-0/+1
| | | | | |
| * | | | | Use queue_namespace rather than enqueue_inLin Jen-Shin2017-12-181-1/+1
| |/ / / /
* | | | | Merge branch 'ph-es-notes-module' into 'master'Filipa Lacerda2017-12-188-24/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Export and use Notes ES module See merge request gitlab-org/gitlab-ce!15953
| * \ \ \ \ Merge branch 'master' into 'ph-es-notes-module'ph-es-notes-modulePhil Hughes2017-12-18252-903/+1709
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | # Conflicts: # app/assets/javascripts/main.js
| * | | | | Export and use Notes ES modulePhil Hughes2017-12-158-24/+25
| | | | | |
* | | | | | Merge branch '41117-empty-state' into 'master'Phil Hughes2017-12-182-497/+522
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only render signout screen when user is signed out Closes #41117 and #39843 See merge request gitlab-org/gitlab-ce!15935
| * | | | | Only render signout screen when user is signed outFilipa Lacerda2017-12-182-497/+522
|/ / / / /
* | | | | Merge branch ↵Douwe Maan2017-12-1810-18/+73
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '40871-todo-notification-count-shows-notification-without-having-a-todo' into 'master' Resolve "Todo notification count shows notification without having a todo" Closes #40871 See merge request gitlab-org/gitlab-ce!15807
| * | | | | Reset todo counters when the target is deleted40871-todo-notification-count-shows-notification-without-having-a-todoSean McGivern2017-12-1810-18/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the target is deleted, todos are destroyed, but we did not reset the todo cache for users with todos on the deleted target. This would only update after the next time the todo cache was updated for that user.
* | | | | | Merge branch '39298-list-of-avatars-2' into 'master'Rémy Coutable2017-12-182-11/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | List of avatars should never show +1 Closes #39298 See merge request gitlab-org/gitlab-ce!15972
| * | | | | | List of avatars should never show +1Jacopo2017-12-182-11/+12
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | The list of avatars should never show +1. If you have +1, that means you can use that space to show that person's avatar, for that reason should always start with +2.
* | | | | | Merge branch 'sh-add-schedule-pipeline-run-now' into 'master'Kamil Trzciński2017-12-1815-12/+371
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add button to run scheduled pipeline immediately Closes #38741 See merge request gitlab-org/gitlab-ce!15700
| * | | | | | Address review comments with playing pipeline schedulersh-add-schedule-pipeline-run-nowStan Hu2017-12-124-21/+53
| | | | | | |
| * | | | | | Fix Rubocop offense and use a symbol instead of a stringStan Hu2017-12-122-2/+2
| | | | | | |