- Mar 27, 2018
-
-
Douwe Maan authored
-
- Mar 23, 2018
-
-
Jan Provaznik authored
Now the issuable reference check works only in project scope, if we reference an issuable from a non-project resource (e.g. epics), then project is not set, and there is mismatch in generated issue references. This patch enables issuable reference state check also from group scope. Closes gitlab-ee#4683 Related to #30916
-
- Mar 22, 2018
-
-
Toon Claes authored
When the database is in a read-only state, display a banner on each page informing the user they cannot write to that GitLab instance. Closes gitlab-org/gitlab-ce#43937.
-
Fabian Schneider authored
-
Matija Čupić authored
-
Winnie Hellmann authored
-
- Mar 21, 2018
-
-
Jacob Schatz authored
-
Phil Hughes authored
-
Sean McGivern authored
-
Jacob Vosmaer (GitLab) authored
-
[10.6] Fix GitLab Auth0 integration signs in the wrong user See merge request gitlab/gitlabhq!2354
-
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
-
Alejandro Rodríguez authored
-
Phil Hughes authored
Closes #44477
-
Phil Hughes authored
Closes #44298
-
Dylan Griffith authored
This appears to reduce the number of queries in pipeline creation of gitlab-ce's .gitlab-ci.yml by 92 This also means we now need to mock this ci yaml file properly in the test because otherwise the yaml_errors stay on the object and make all the pipelines failed.
-
- Mar 20, 2018
-
-
Andreas Brandl authored
Closes #43887.
-
Andreas Brandl authored
Index creation does not have an effect if the index is present already. Index removal does not have an affect if the index is not present. This helps to avoid patterns like this in migrations: ``` if index_exists?(...) remove_concurrent_index(...) end ```
-
James Edwards-Jones authored
This should simplify refactoring and allow testing
-
-
George Tsiolis authored
-
Tomasz Maczukin authored
-
Phil Hughes authored
-
Phil Hughes authored
This also makes the IDE generally available
-
Pirate Praveen authored
-
Mike Greiling authored
-
Mike Greiling authored
-
- Mar 19, 2018
-
-
Felipe Artur authored
-
Sean McGivern authored
But first, rewrite the performance bar in Vue: 1. Remove the peek-host gem and replace it with existing code. This also allows us to include the host in the JSON response, rather than in the page HTML. 2. Leave the line profiler parts as here-be-dragons: nicer would be a separate endpoint for these, so we could use them on Ajax requests too. 3. The performance bar is too fiddly to rewrite right now, so apply the same logic to that. Then, add features! All requests made through Axios are able to be tracked. To keep a lid on memory usage, only the first two requests for a given URL are tracked, though. Each request that's tracked has the same data as the initial page load, with the exception of the performance bar and the line profiler, as explained above.
-
Jan Provaznik authored
'/-/' delimiter is used only in UI, in API we don't use it for other endpoints. To align search endpoints with the rest of API endpoints, this patch makes '/-/' optional for existing endpoints (to keep backward compatibility). Documentation is updated to prefer paths without '/-/'.
-
Mario de la Ossa authored
-
Jasper Maes authored
Split repository search result on \n instead of $ to prevent the items of the array to start with a newline. Remove the strip from parsing the search result to keep result endlines.
-
Stan Hu authored
-
Shinya Maeda authored
-
Jan authored
-
George Tsiolis authored
-
- Mar 18, 2018
-
-
Andreas Brandl authored
-
-
- Mar 16, 2018
-
-
Sean McGivern authored
These can be a `BatchLoader` which is proxying a nil, while not being concrete nils themselves.
-
Phil Hughes authored
Closes #44198
-