- 02 Mar, 2017 3 commits
-
-
Jan Christophersen authored
-
Robert Speicher authored
Add internal endpoint to notify post-receive to Gitaly See merge request !8983
-
Alfredo Sumaran authored
Fix ES6 interpolation in GitLabCrop class Closes #28647 See merge request !9624
-
- 01 Mar, 2017 37 commits
-
-
Alejandro Rodríguez authored
-
Douwe Maan authored
Use v4 endpoint in API docs See merge request !9631
-
Douwe Maan authored
Rename MWBS to MWPS Closes #24707 See merge request !9335
-
Kamil Trzciński authored
Improve internal API for new merge request Closes #27866 See merge request !9304
-
Kamil Trzciński authored
API: Add environment action with /stop action Closes #27142 See merge request !8808
-
Kamil Trzciński authored
Remove unused method from CI/CD build class See merge request !9615
-
Allison Whilden authored
Persona images See merge request !9556
-
Sarah O'Donnell authored
-
Rémy Coutable authored
remove duplicate backup skip details See merge request !9525
-
Rémy Coutable authored
fix GitLab download archives link See merge request !9528
-
Rémy Coutable authored
Clarification of list repository tree API call Closes #26136 See merge request !9532
-
Marius Kleiner authored
-
Clement Ho authored
Improve a11y in sidebar Closes #27778 See merge request !9593
-
Robert Speicher authored
Fix the redirect to custom home page URL and move it to RootController Closes #28609 See merge request !9518
-
Sean McGivern authored
Add changelog for !9614 See merge request !9626
-
Robert Schilling authored
-
Robert Speicher authored
Add RuboCop cop for custom error classes Closes #28770 See merge request !9573
-
Filipa Lacerda authored
Fixed long filename being under action buttons Closes #26607 See merge request !9608
-
Sean McGivern authored
Remove the newrelic gem Closes #12860 See merge request !9622
-
Filipa Lacerda authored
-
Annabel Dunstone Gray authored
Removed top border from contribution calendar Closes #28844 See merge request !9605
-
Sean McGivern authored
-
Sean McGivern authored
The frontend should use the v3 API for now Closes #28863 and #28853 See merge request !9614
-
Annabel Dunstone Gray authored
Visually display that expanded diff lines cant be commented on See merge request !9465
-
Robert Speicher authored
-
Robert Speicher authored
Add view specs for CI/CD detailed status badge Closes #25611 See merge request !9473
-
Sean McGivern authored
-
Sean McGivern authored
Disable the inheritance column of services in DisableInvalidServiceTemplates migration Closes #28850 See merge request !9613
-
Robert Schilling authored
-
Achilleas Pipinellis authored
Replace create_new_project_button.png See merge request !9403
-
Jacob Schatz authored
Update docs to reflect Yarn support added in 8.17 not 9.0 See merge request !9590
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Docs: Tags: Fix typo in parent_ids in example response See merge request !9550
-
Rémy Coutable authored
The `unless defined?(Service)` was useless since in production env, models are eager loaded, thus we wouldn't disable the STI, resulting in the following error: The single-table inheritance mechanism failed to locate the subclass: 'GitlabCiService'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Service.inheritance_column to use another column for that information./opt/gitlab/embedded/service/gitlab-rails/db/post_migrate/20170211073944_disable_invalid_service_templates.rb:11:in `up' Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Add note about how to use or escape variables inside other variables See merge request !9601
-