- 14 Mar, 2018 2 commits
-
-
Zeger-Jan van de Weg authored
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.
-
Zeger-Jan van de Weg authored
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.
-
- 13 Mar, 2018 23 commits
-
-
Robert Speicher authored
Revert "Merge branch 'sh-filter-secret-variables' into 'master'" See merge request gitlab-org/gitlab-ce!17733
-
Stan Hu authored
This reverts merge request !17159
-
Robert Speicher authored
Upgrade GitLab Pages to v0.7.1 See merge request gitlab-org/gitlab-ce!17732
-
Nick Thomas authored
-
Clement Ho authored
Fix markdown table showing extra fake column v1 Closes #44024 See merge request gitlab-org/gitlab-ce!17669
-
Mike Greiling authored
fix timescale prometheus charts overlapping Closes #43458 See merge request gitlab-org/gitlab-ce!17657
-
Douwe Maan authored
Specify installation type for link See merge request gitlab-org/gitlab-ce!17713
-
Douwe Maan authored
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
-
Grzegorz Bizon authored
Resolve "List Gitaly calls and arguments in the performance bar" Closes #43805 See merge request gitlab-org/gitlab-ce!17564
-
Sean McGivern authored
-
Tim Zallmann authored
Add frontend security documentation See merge request gitlab-org/gitlab-ce!17622
-
Phil Hughes authored
Make commit pipeline accessible on file page Closes #44152 See merge request gitlab-org/gitlab-ce!17716
-
Sean McGivern authored
This is as important as SQL timings, and much more important most of the time than GC, Redis, or Sidekiq.
-
Sean McGivern authored
-
Sean McGivern authored
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.
-
Fatih Acet authored
Resolve "Projects::MergeRequestsController#show is slow (implement skeleton loading)" Closes #35475 See merge request gitlab-org/gitlab-ce!15200
-
Simon Knox authored
-
Jacob Schatz authored
Resolve "Document webpack_bundle_tag replacement method" Closes #43720 and #42704 See merge request gitlab-org/gitlab-ce!17706
-
Filipa Lacerda authored
-
Phil Hughes authored
Resolve "Wrong button has the loading state when submitting a comment in issues" Closes #44149 See merge request gitlab-org/gitlab-ce!17698
-
Andrey Maslennikov authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
* master: (29 commits) Fix provider server URL used when listing repos to import Fix inconsistent punctuation on MR form Update dependency for svgs Fix timestamp to include %M instead of %I for post-deploy migrations. Use Gitaly 0.89.0 Resolve "Hover style for sidebar dropdowns is wrong" fixed spec Respect the protocol in `expose_url` Fix removes source branch text being rendered in merged state Fix code and wiki search results when filename is non-ASCII Include the ee/ directory in backtraces Use GitLab fork of zaproxy Updates file extensions on Vue docs fixed note polling not sending updated last fetched at date added spec for polling Add changelog entry Use `list.id` for `:key` added mutation spec Bump parser and unparser gems to remove warnings fix polling not working correctly Fixed issue notes being duplicated ...
-
- 12 Mar, 2018 15 commits
-
-
Jose Ivan Vargas authored
-
Mike Greiling authored
-
Douwe Maan authored
Fix provider server URL used when listing repos to import See merge request gitlab-org/gitlab-ce!17692
-
Mike Greiling authored
-
Mike Greiling authored
-
Yorick Peterse authored
Fix timestamp to include %M instead of %I for post-deploy migrations. Closes #44121 See merge request gitlab-org/gitlab-ce!17699
-
Rubén Dávila authored
Also use Gitlab::Auth::OAuth::Provider.config_for to access OmniAuth config
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Clement Ho authored
Update dependency for svgs See merge request gitlab-org/gitlab-ce!17701
-
Douwe Maan authored
Fix inconsistent punctuation on MR form See merge request gitlab-org/gitlab-ce!17702
-