- 31 Jan, 2018 40 commits
-
-
Rémy Coutable authored
CE upstream - 2018-01-31 15:29 UTC Closes gitaly#979 et gitaly#967 See merge request gitlab-org/gitlab-ee!4330
-
Dmitriy Zaporozhets authored
Resolve "Improved visualization of SAST results in MR widget" Closes #3995 and #4358 See merge request gitlab-org/gitlab-ee!4017
-
Achilleas Pipinellis authored
[Geo doc] Keep in mind multiple secondaries when setup database replication Closes #4740 See merge request gitlab-org/gitlab-ee!4316
-
Valery Sizov authored
-
Zeger-Jan van de Weg authored
-
Filipa Lacerda authored
-
Phil Hughes authored
-
Filipa Lacerda authored
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/api.js # app/views/admin/dashboard/index.html.haml # locale/gitlab.pot # spec/javascripts/api_spec.js [ci skip]
-
Fatih Acet authored
Use axios instead of jquery ajax for setCiStatusFavicon See merge request gitlab-org/gitlab-ce!16784
-
Clement Ho authored
-
Rémy Coutable authored
CE upstream - 2018-01-30 21:25 UTC Closes gitaly#958 et gitaly#784 See merge request gitlab-org/gitlab-ee!4322
-
Phil Hughes authored
Resolve "Add Web IDE button to project page" Closes #4613 See merge request gitlab-org/gitlab-ee!4250
-
Tim Zallmann authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Stop rescuing Rugged::Reference in Repository cache See merge request gitlab-org/gitlab-ce!16770
-
Grzegorz Bizon authored
Backport CE cardinality reduction to resolve influx_db.rb conflict in EE See merge request gitlab-org/gitlab-ee!4304
-
Rémy Coutable authored
Remove N+1 queries with /projects/:project_id/{access_requests,members} API endpoints See merge request gitlab-org/gitlab-ce!16751
-
Sean McGivern authored
Gitaly Server info for admin panel See merge request gitlab-org/gitlab-ce!16794
-
Sean McGivern authored
Gitaly Server info for admin panel See merge request gitlab-org/gitlab-ee!4325
-
Sean McGivern authored
Update epics index JSON response See merge request gitlab-org/gitlab-ee!4281
-
Grzegorz Bizon authored
Introduce a new QA::Gitlab::Page::Component::Dropzone class See merge request gitlab-org/gitlab-ce!16805
-
Grzegorz Bizon authored
Move Repository#can_be_merged? to Gitlab::Git::Repository Closes #42544 See merge request gitlab-org/gitlab-ce!16771
-
Rémy Coutable authored
Fix not all events being shown in group dashboard Closes #42560 See merge request gitlab-org/gitlab-ce!16819
-
Filipa Lacerda authored
-
Dmitriy Zaporozhets authored
Remove brakeman from .codeclimate.yml since it's now covered by the sast CI job See merge request gitlab-org/gitlab-ce!16808
-
Rémy Coutable authored
Move the elastic specs into the `ee` folder See merge request gitlab-org/gitlab-ee!4326
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Resolve "mysql-only installation from source broken: Gem::LoadError: pg is not part of the bundle" Closes #42239 See merge request gitlab-org/gitlab-ce!16810
-
Rémy Coutable authored
Unify and split CE/EE for spec/requests/api/jobs_spec.rb See merge request gitlab-org/gitlab-ce!16804
-
Rémy Coutable authored
EE: Unify and split CE/EE for spec/requests/api/jobs_spec.rb Closes #4635 See merge request gitlab-org/gitlab-ee!4321
-
Grzegorz Bizon authored
Add note about needing to be in the `$gdk/gitlab/qa` directory for `bin/qa` to work properly See merge request gitlab-org/gitlab-ce!16824 [ci skip]
-
Filipa Lacerda authored
EE port of ph-ajax-to-axios See merge request gitlab-org/gitlab-ee!4299
-
Filipa Lacerda authored
Converted $.ajax calls in some JS files to axios See merge request gitlab-org/gitlab-ce!16717
-
Achilleas Pipinellis authored
Document format parameter for Repository Archive endpoint Closes #42499 See merge request gitlab-org/gitlab-ce!16766
-
Bob Van Landuyt authored
spec/models/concerns/elastic -> spec/ee/spec/models/concerns/elastic
-
Zeger-Jan van de Weg authored
Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything.
-
Zeger-Jan van de Weg authored
Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything.
-
Eric Eastwood authored
I ran into some issues when trying it out https://gitlab.slack.com/archives/C3JJET4Q6/p1517384135000134
-
Jan Provaznik authored
For JSON requests epics index page returns a JSON array of epics. This will be used on epic roadmap page (#3559). Pagination is disabled in this case - it's not supported for the first iteration on roadmap page. Until now JSON response for epics index action returned an HTML list of epics but it was not used anywhere in our code. Related #3559
-