- 22 Sep, 2017 24 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
This was caused by the `@projects` value being empty when the current user does not have any personal projects.
-
Phil Hughes authored
This allows users to quickly switch between all projects they have access to & there own namespace projects. These tabs also keep the same filtering/search options selected so the user can quickly switch between the two different contexts. Closes #29045
-
Douwe Maan authored
Fix `rake gitlab:incoming_email:check` Closes #38197 See merge request gitlab-org/gitlab-ce!14423
-
Rémy Coutable authored
Reserve refs/replace because `git-replace` is using it Closes #38234 See merge request gitlab-org/gitlab-ce!14436
-
Rémy Coutable authored
Adds gitlab features and components to usage ping data. Closes #33328 See merge request gitlab-org/gitlab-ce!14305
-
Douwe Maan authored
Ensure that Blob.raw returns always returns a valid blob object See merge request gitlab-org/gitlab-ce!14412
-
Tim Zallmann authored
Add i18n support to pagination widget See merge request gitlab-org/gitlab-ce!14407
-
Fatih Acet authored
Improve emoji menu rendering performance Closes #36949 See merge request gitlab-org/gitlab-ce!14233
-
Achilleas Pipinellis authored
Fix bad link on GitLab Omnibus Helm chart page - docs Closes #38016 See merge request gitlab-org/gitlab-ce!14346
-
Rémy Coutable authored
Simplify a test See merge request gitlab-org/gitlab-ce!14415
-
Phil Hughes authored
Resolve "Better SVG Usage in the Frontend" Closes #36231 See merge request gitlab-org/gitlab-ce!13435
-
Tim Zallmann authored
-
Rémy Coutable authored
Add view replaced file link for image diffs See merge request gitlab-org/gitlab-ce!14394
-
Rémy Coutable authored
Do not clone the repo when running the review-docs jobs See merge request gitlab-org/gitlab-ce!14420
-
Rémy Coutable authored
Replace the 'project/service.feature' spinach test with an rspec analog Closes #23036 See merge request gitlab-org/gitlab-ce!14432
-
Rémy Coutable authored
Removed two legacy config options See merge request gitlab-org/gitlab-ce!14425
-
Rémy Coutable authored
Display full pre-receive and post-receive hook output in GitLab UI Closes #25214 See merge request gitlab-org/gitlab-ce!14222
-
Vitaliy @blackst0ne Klachkov authored
-
Jacob Schatz authored
Fix rendering double note issue Closes #38139 See merge request gitlab-org/gitlab-ce!14429
-
Daniel Voogsgerd authored
Removed the max_size and timeout options from the git config in gitlab.yml.
-
Jacob Schatz authored
IssueNotes: Switch back to Write pane when note cancel or submit. Closes #37907 See merge request gitlab-org/gitlab-ce!14402
-
Fatih Acet authored
-
- 21 Sep, 2017 16 commits
-
-
Fatih Acet authored
-
Robert Speicher authored
Upgrade Nokogiri because of CVE-2017-9050 See merge request gitlab-org/gitlab-ce!14427
-
Jacob Schatz authored
IssueNotes: Resize comment form after note submit and discard. Closes #38115 See merge request gitlab-org/gitlab-ce!14401
-
Robert Speicher authored
Bump VERSION to 10.1.0-pre [ci skip] See merge request gitlab-org/gitlab-ce!14426
-
Winnie Hellmann authored
-
Toon Claes authored
-
Stan Hu authored
In gitlab-org/gitlab-ee!2976, we saw that a given OID could point to a commit, which would cause the delta size check to fail. Gitaly already returns nil if the OID isn't a blob, so this change makes the Rugged implementation consistent.
-
Lin Jen-Shin authored
report error properly, so that we know what's really wrong.
-
Phil Hughes authored
Standardize access to CSRF token in JavaScript Closes #37773 See merge request gitlab-org/gitlab-ce!14241
-
Bryce Johnson authored
-
Robert Speicher authored
Do not show YAML frontmatter for doc pages under /help See merge request gitlab-org/gitlab-ce!14345
-
Filipa Lacerda authored
Force two up view Closes #32613 See merge request gitlab-org/gitlab-ce!14397
-
Douwe Maan authored
Don't memoize storage configuration on `FsShardsCheck` Closes #38140 See merge request gitlab-org/gitlab-ce!14419
-
Robert Speicher authored
Correctly detect multiple issue URLs after 'Closes...' in MR descriptions Closes #33745 See merge request gitlab-org/gitlab-ce!14411
-
Achilleas Pipinellis authored
Previously, we checked out the branch and ran the script from there. However, when the MR got merged and the cleanup job was run it would fail since it could not find the now deleted branch. This commit rather downloads the script from GitLab and skips downloading the artifacts/dependencies/cache to speed up the process.
-
Bob Van Landuyt authored
These values are already coming from memory, so we don't need to memoize. If we do memoize these, than the would not be stubbed when calling `stub_storage_settings` in specs
-