- 27 Oct, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
Now, when requesting a commit from the Repository model, the results are not cached. This means we're fetching the same commit by oid multiple times during the same request. To prevent us from doing this, we now cache results. Caching is done only based on object id (aka SHA). Given we cache on the Repository model, results are scoped to the associated project, eventhough the change of two repositories having the same oids for different commits is small.
-
- 24 Oct, 2017 1 commit
-
-
Grzegorz Bizon authored
Use the new buttons for creating groups and projects in QA tests Closes #39349 See merge request gitlab-org/gitlab-ce!14997
-
- 23 Oct, 2017 34 commits
-
-
Stan Hu authored
-
Phil Hughes authored
Make pipelines table in MR view usable See merge request gitlab-org/gitlab-ce!14941
-
Phil Hughes authored
Fix CSS in load more participants Closes #39299 See merge request gitlab-org/gitlab-ce!15005
-
Rémy Coutable authored
Refactor `have_http_status` into `have_gitlab_http_status` in the specs Closes #35644 See merge request gitlab-org/gitlab-ce!14958
-
Achilleas Pipinellis authored
Simple docs fixes See merge request gitlab-org/gitlab-ce!15001
-
Connor Shea authored
-
Phil Hughes authored
Removes group_avatar & group_label_subscription from global namespace See merge request gitlab-org/gitlab-ce!15006
-
Achilleas Pipinellis authored
Fix a small typo in the delete merged branches documentation See merge request gitlab-org/gitlab-ce!15003
-
Achilleas Pipinellis authored
Fix the description of the new branch created by an issue's new branch button See merge request gitlab-org/gitlab-ce!15004
-
Phil Hughes authored
Moves vue resource docs into a new file & add documentation to handle 204 Closes #39369 See merge request gitlab-org/gitlab-ce!15002
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Douwe Maan authored
Backport EE changes to group routes Closes gitlab-ee#3794 See merge request gitlab-org/gitlab-ce!14973
-
Douwe Maan authored
Only cache the push event for the fork-source when it exists Closes #39352 See merge request gitlab-org/gitlab-ce!14989
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Mark Fletcher authored
-
Mark Fletcher authored
-
Filipa Lacerda authored
Adds docs regarding handling 204 response
-
Filipa Lacerda authored
Fix escaped text replacement Closes #37724 See merge request gitlab-org/gitlab-ce!14193
-
Filipa Lacerda authored
Create new branch from dropdown. Closes #38485 See merge request gitlab-org/gitlab-ce!14714
-
Jacob Schatz authored
-
Rémy Coutable authored
Show Gitaly data in the peek performance bar Closes #39231 See merge request gitlab-org/gitlab-ce!14949
-
Bob Van Landuyt authored
-
Filipa Lacerda authored
Add loading button See merge request gitlab-org/gitlab-ce!14883
-
Achilleas Pipinellis authored
Update using_docker_images.md See merge request gitlab-org/gitlab-ce!14988
-
Filipa Lacerda authored
* master: (88 commits) Fix deletion of container registry or images returning an error The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: Decrease ABC threshold to 54.28 Update VERSION to 10.2.0-pre Update CHANGELOG.md for 10.1.0 Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT` Fix the external URLs generated for online view of HTML artifacts Use title as placeholder instead of issue title for reusability Fix failure in current_settings_spec.rb Clarify the difference between project_update and project_rename URI decode Page-Title header to preserve UTF-8 characters Update Gitaly version to v0.49.0 Decrease Perceived Complexity threshold to 14 Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)" Force non diff resolved discussion to display when collapse toggled Added submodule support in multi-file editor add note about after_script being run separately Check for element before evaluate_script Merge branch 'master-i18n' into 'master' Update Prometheus gem to fix problems with other files overwriting current file ...
-
Phil Hughes authored
Remove Diff class from global namespace See merge request gitlab-org/gitlab-ce!14965
-
Sean McGivern authored
Fix the broken .tests-metadata-state definition Closes #39308 See merge request gitlab-org/gitlab-ce!14969
-
Zeger-Jan van de Weg authored
-
Filipa Lacerda authored
Fix deletion of container registry or images returning an error Closes #39354 See merge request gitlab-org/gitlab-ce!14992
-
Stan Hu authored
The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This… Closes #39126 See merge request gitlab-org/gitlab-ce!14991
-
Eric Eastwood authored
Encompasses designs from - https://gitlab.com/gitlab-org/gitlab-ce/issues/23206#note_43355199 - https://gitlab.com/gitlab-org/gitlab-ce/issues/29985#note_30417407
-
Stan Hu authored
A successful DELETE call would result in a 204 No Content result, which would have an empty response body. Don't automatically try to parse this value as JSON both because there is no additional information passed in the response body. Closes #39354
-
- 22 Oct, 2017 4 commits
-
-
Paul B authored
The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: https://github.com/fog/fog-aliyun/commit/a7456ca6b63e5a0d88c849914679d2fa4707c10c Closes #39126
-
Paul authored
-
Valery Sizov authored
-
Bob Van Landuyt authored
It is possible for a fork not to have a source anymore, in this case we don't need to keep track of the push event.
-