- 25 May, 2017 1 commit
-
-
Pawel Chojnacki authored
Additional metrics initial work, with working metrics listing, but without actoual metrics mesurements
-
- 24 May, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 19 May, 2017 2 commits
-
-
Ruben Davila authored
-
Michael Kozono authored
In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a behavior change: When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`.
-
- 18 May, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 17 May, 2017 2 commits
-
-
Douwe Maan authored
-
Z.J. van de Weg authored
Fixes gitlab-org/gitlab-ce#30814
-
- 15 May, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 May, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 12 May, 2017 2 commits
-
-
Sean McGivern authored
I don't know why this happens exactly, but given an upstream and fork repository from a customer, both of which required GC, resolving conflicts would corrupt the fork so badly that it couldn't be cloned. This isn't a perfect fix for that case, because the MR may still need to be merged manually, but it does ensure that the repository is at least usable. My best guess is that when we generate the index for the conflict resolution (which we previously did in the target project), we obtain a reference to an OID that doesn't exist in the source, even though we already fetch the refs from the target into the source. Explicitly setting the source project as the place to get the merge index from seems to prevent repository corruption in this way.
-
Pawel Chojnacki authored
-
- 11 May, 2017 2 commits
-
-
Pawel Chojnacki authored
- Tests for prometheus queries - fix rubocop warnings - Remove unused method. Add more queries to deployment queries. - Wrap BaseQuery in module hierarchy Renname Prometheus class to PrometheusClient
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 May, 2017 8 commits
-
-
Sam Rose authored
-
Oswaldo Ferreira authored
-
Phil Hughes authored
-
Oswaldo Ferreira authored
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Refactor snippets finder & dont return internal snippets for external users See merge request !2094
-
blackst0ne authored
-
- 09 May, 2017 2 commits
-
-
kushalpandya authored
-
Fatih Acet authored
-
- 08 May, 2017 1 commit
-
-
Sam Rose authored
-
- 07 May, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 06 May, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 05 May, 2017 13 commits
-
-
Winnie Hellmann authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
Note: This changes the behavior of user lookups (see the spec change) so it acts the same way as groups and projects. Unauthenticated clients attempting to access a user page will be redirected to login whether the user exists and is publicly restricted, or does not exist at all.
-
Michael Kozono authored
-
James Edwards-Jones authored
-
James Edwards-Jones authored
-
Alejandro Rodríguez authored
-
Jarka Kadlecova authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This makes it possible to workaround a bug in `safe_constantize` which caused a `LoadError` exception when doing ``` "Pipeline".safe_constantize LoadError: Unable to autoload constant Pipeline, expected /home/grzesiek/gdk/gitlab/app/models/ci/pipeline.rb to define it ``` See https://github.com/rails/rails/issues/28854 for more details.
-
Grzegorz Bizon authored
-