- Mar 27, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Mar 26, 2018
-
-
Lin Jen-Shin authored
-
Dmitriy Zaporozhets authored
To make design consistent with project settings Next admin area application settings are afected by this commit: * Visibility and access control * Account and limit settings * Sign in * Sign up * Help page * Pages Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Mar 23, 2018
-
-
Nick Thomas authored
-
- 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.
-
Rob Watson authored
Closes #28857
-
Micael Bergeron authored
-
Matija Čupić authored
-
- Mar 21, 2018
-
-
Phil Hughes authored
Closes #44477
-
- Mar 20, 2018
-
-
Phil Hughes authored
This also makes the IDE generally available
-
Mike Greiling authored
-
- Mar 19, 2018
-
-
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.
-
- Mar 18, 2018
-
-
- Mar 17, 2018
-
-
Matija Čupić authored
-
- Mar 16, 2018
-
-
Phil Hughes authored
Closes #44198
-
Tiago Botelho authored
and fixes the project description not being imported
-
- Mar 15, 2018
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- Mar 14, 2018
-
-
-
Jose Ivan Vargas Lopez authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- Mar 13, 2018
-
-
Simon Knox authored
-
- Mar 12, 2018
-
-
Kushal Pandya authored
-
- Mar 08, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
Closes #33264
-
Jan Provaznik authored
This reverts commit 0b7d1085.
-
James Edwards-Jones authored
Removes confusing/unnecessary checkboxes when trying to configure an integration. If there is only one supported event we don't need to allow these to be individually disabled since the integration can be disabled instead. E.g. Project Integrations for GitHub, Bugzilla, Asana, Pipeline emails and Gemnasium Allows integrations to override which triggers are configurable
- Mar 07, 2018
-
-
Bob Van Landuyt authored
We only allow users that can merge the merge request to push to the fork.
-
Bob Van Landuyt authored
The query becomes a lot simpler if we can check the branch name as well instead of having to load all branch names.
-
Rubén Dávila authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
When a project is not private, and the source branch not protected the user can now select the option to allow maintainers to push to this branch
-
Douwe Maan authored
Ensure that OTP backup codes are always invalidated - 10.5 port See merge request gitlab/gitlabhq!2324
-
Filipa Lacerda authored
Uses loading button for better UX