- 04 Jul, 2017 25 commits
-
-
Filipa Lacerda authored
Enables the option in user preferences to turn on the new navigation See merge request !12630
-
Rémy Coutable authored
Instrument Unicorn with Ruby exporter Closes #33410 See merge request !12115
-
Paweł Chojnacki authored
-
Achilleas Pipinellis authored
Add documentation for extended docker configuration options for CI See merge request !12164
-
Rémy Coutable authored
Remove group modal like remove project modal. Closes #33130 Closes #33130 See merge request !12569
-
Diego Souza authored
-
Douwe Maan authored
Hopefully reduce the rate of this intermittent failure in CI Closes #31128 See merge request !12567
-
Douwe Maan authored
Strings ready for translation; Pipeline charts See merge request !12480
-
Douwe Maan authored
CE counterpart of: Namespace license checks for multiple assignees See merge request !11825
-
Rémy Coutable authored
Allow unauthenticated access to the `/api/v4/users` API Closes #34141 See merge request !12445
-
Phil Hughes authored
-
Sean McGivern authored
wait_for_requests is not needed when AJAX is not in play Closes #34647 See merge request !12626
-
Sean McGivern authored
Don't resolve fork relationships for projects pending delete See merge request !12603
-
Sean McGivern authored
Clean up Gitaly tests See merge request !12526
-
Timothy Andrew authored
- Rather than using an explicit check to turn off authentication for the `/users` endpoint, simply call `authenticate_non_get!`. - All `GET` endpoints we wish to restrict already call `authenticated_as_admin!`, and so remain inacessible to anonymous users. - This _does_ open up the `/users/:id` endpoint to anonymous access. It contains the same access check that `/users` users, and so is safe for use here. - More context: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12445#note_34031323
-
Rémy Coutable authored
Also, using page.current_path instead of current_url and move the URL expectation after the page content expectations. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
DeleteMergedBranchesService should not delete protected branches Closes #34553 See merge request !12624
-
Nick Thomas authored
-
Nick Thomas authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Rémy Coutable authored
Optimize creation of commit API by using Repository#commit instead of Repository#commits See merge request !12623
-
Toon Claes authored
When deleting all the branches that are merged, the protected branches should not be deleted.
-
Sean McGivern authored
Hide archived project labels from the group issue tracker Closes #26389 See merge request !12547
-
Phil Hughes authored
Fixed the y_label not setting correctly for each graph on the monitoring dashboard Closes #34599 See merge request !12613
-
- 03 Jul, 2017 15 commits
-
-
Stan Hu authored
Repository#commits is expensive because it has to use Rugged to walk the Git tree as opposed to doing a direct ref lookup. Improves performance in #34533
-
James Edwards-Jones authored
[ci skip]
-
James Edwards-Jones authored
Update GITLAB_SHELL_VERSION to 5.1.1 See merge request !12615
-
Clement Ho authored
Make autosize fields more performant and remove broken autosize handle See merge request !12532
-
Bryce Johnson authored
-
Sean McGivern authored
Make Project#ensure_repository force create a repo Closes gitlab-ee#2800 See merge request !12580
-
Kamil Trzciński authored
Add environment_scope column to ci_variables table See merge request !12363
-
Grzegorz Bizon authored
Set default for "Remove source branch" to false Closes #32885 See merge request !12576
-
Rémy Coutable authored
Speed up operations performed by gitlab-shell See merge request !12597
-
Stan Hu authored
-
Clement Ho authored
Resolve "Shared runners admin buttons have odd spacing" Closes #32048 See merge request !12535
-
Achilleas Pipinellis authored
Add overview and use-cases to Issue Boards doc See merge request !12543
-
Lin Jen-Shin authored
* upstream/master: (79 commits) Reset @full_path to nil when cache expires add margin between captcha and register button Eagerly create a milestone that is used in a feature spec Adjust readme repo width Resolve "Issue Board -> "Remove from board" button when viewing an issue gives js error and fails" Fix rubocop offenses Make entrypoint and command keys to be array of strings Add issuable-list class to shared mr/issue lists to fix new responsive layout New navigation breadcrumbs Restore timeago translations in renderTimeago. Fix curl example paths (missing the 'files' segment) Automatically hide sidebar on smaller screens Fix typo in IssuesFinder comment Remove placeholder note when award emoji slash command is applied Make setSidebarHeight more efficient with SidebarHeightManager. Update CHANGELOG.md for 9.3.3 Resolve "More actions dropdown hidden by end of diff" Use Gitaly 0.14.0 Improve support for external issue references Make issuables_count_for_state public ...
-
Douglas Barbosa Alexandre authored
-
Marcia Ramos authored
-