An error occurred fetching the project authors.
- 05 Mar, 2018 1 commit
-
-
Eric Eastwood authored
See https://gitlab.com/gitlab-org/gitlab-ee/issues/3839 Conflicts: app/assets/javascripts/projects/project_new.js app/views/shared/_import_form.html.haml ee/app/controllers/ee/projects_controller.rb ee/spec/features/projects/new_project_spec.rb locale/gitlab.pot
-
- 02 Mar, 2018 1 commit
-
-
- 22 Feb, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 21 Feb, 2018 1 commit
-
-
Sean McGivern authored
By extracting a new `filter_items` method, we can override that in the IssuesFinder and MergeRequestsFinder separately, so we don't need checks that the model is the correct one, because we can just use the class we're in to know that. We can do the same for the VALID_PARAMS constant, by making it a class method.
-
- 20 Feb, 2018 1 commit
-
-
- 02 Feb, 2018 1 commit
-
-
Mario de la Ossa authored
-
- 01 Feb, 2018 1 commit
-
-
Yorick Peterse authored
This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users.
-
- 31 Jan, 2018 1 commit
-
-
Takuya Noguchi authored
-
- 11 Jan, 2018 1 commit
-
-
🙈 jacopo beschi 🙉 authored
-
- 04 Jan, 2018 2 commits
-
-
Matija Čupić authored
-
Jacob Vosmaer authored
-
- 21 Dec, 2017 2 commits
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- 14 Dec, 2017 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 08 Dec, 2017 1 commit
-
-
Douwe Maan authored
Fixes project visibility guidelines See merge request gitlab/gitlabhq!2226 (cherry picked from commit 877c42c0aaf3298d6001614c9706bc366ae4014c) e4fd1c26 Ensure project wiki visibility guidelines are met
-
- 05 Dec, 2017 1 commit
-
-
Jan Provaznik authored
* new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
-
- 16 Nov, 2017 1 commit
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
- 07 Nov, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 06 Nov, 2017 1 commit
-
-
Francisco Javier López authored
-
- 17 Oct, 2017 2 commits
-
-
Jen-Shin Lin authored
Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
-
Winnie Hellmann authored
-
- 11 Oct, 2017 1 commit
-
-
Vitaliy @blackst0ne Klachkov authored
-
- 20 Sep, 2017 1 commit
-
-
Valery Sizov authored
-
- 06 Sep, 2017 2 commits
-
-
Ashley Dumaine authored
-
Ashley Dumaine authored
-
- 30 Aug, 2017 1 commit
-
-
Rubén Dávila authored
-
- 29 Aug, 2017 1 commit
-
-
Rubén Dávila authored
-
- 26 Aug, 2017 1 commit
-
-
Rubén Dávila authored
-
- 17 Aug, 2017 2 commits
-
-
Zeger-Jan van de Weg authored
The link pointed to the wrong page, this is corrected by both writing the documentation and linking to that instead. (internal) Reference: https://gitlab.slack.com/archives/C0NFPSFA8/p1502791719000238
-
Zeger-Jan van de Weg authored
The params were not getting a value other than `project_templates:"on"` so the backend wasn't sure what template to use. Fixes gitlab-org/gitlab-ce#36492
-
- 11 Aug, 2017 1 commit
-
-
Robin Bobbitt authored
-
- 10 Aug, 2017 1 commit
-
-
Yorick Peterse authored
This changes various controllers to use the new EventCollection class for retrieving events. This class uses a JOIN LATERAL query on PostgreSQL to retrieve queries in a more efficient way, while falling back to a simpler / less efficient query for MySQL. The EventCollection class also includes a limit on the number of events to display to prevent malicious users from cycling through all events, as doing so could put a lot of pressure on the database. JOIN LATERAL is only supported on PostgreSQL starting with version 9.3.0 and as such this optimisation is only used when using PostgreSQL 9.3 or newer.
-
- 07 Aug, 2017 2 commits
-
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
-
- 03 Aug, 2017 1 commit
-
-
Douwe Maan authored
-
- 01 Aug, 2017 3 commits
-
-
Luke "Jared" Bennett authored
-
Luke "Jared" Bennett authored
-
Z.J. van de Weg authored
First round of review, main changes: - templates.title is human readable, #name will be passed around - GitLabProjectImporterService has been renamed
-
- 28 Jul, 2017 1 commit
-
-
Jacob Schatz authored
-