- 14 Mar, 2017 2 commits
-
-
Filipa Lacerda authored
-
Alfredo Sumaran authored
Fix missing blob line permalink updater on blob:show See merge request !9914
-
- 13 Mar, 2017 38 commits
-
-
Alfredo Sumaran authored
Remove IIFEs for several JS files - Part 1 See merge request !9884
-
Alfredo Sumaran authored
Organize our polyfills and standardize on core-js See merge request !9749
-
Mike Greiling authored
-
Douwe Maan authored
Do not show LFS object when LFS is disabled Closes #28817 See merge request !9779
-
Robert Speicher authored
Adds docs for QueryRecorder tests Closes #28492 See merge request !9838
-
Douwe Maan authored
Display error message when deleting tag in web UI fails See merge request !9906
-
Mike Greiling authored
-
Mike Greiling authored
-
Alfredo Sumaran authored
Update permalink/blame buttons with line number fragment hash Closes #19742 See merge request !9461
-
James Edwards-Jones authored
-
Douwe Maan authored
Create a new issue for a single discussion See merge request !8266
-
Robert Speicher authored
Implement `json_response` as a `let` variable Closes #29242 See merge request !9825
-
Christopher Bartz authored
Do not display a 404, when a user tries to retrieve the raw content of an LFS file (pointer) if the config option "lfs_enabled" is set to false. Instead, display the LFS pointer file directly.
-
Adam Niedzielski authored
-
-
Sean McGivern authored
New file from interface on existing branch Closes #24501 See merge request !8427
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
This is not a good idea to memoize `json_response` using an instance variable because `rspec-retry` doesn't clear instance variables on retries, only `let` variables. This will avoid issues where retries would fail on a different line that the original failure, blurrying what's the real failure. Also, automatically add api: true to specs under /spec/requests/(ci/)?api/, and include JsonHelpers in controller, request and API specs. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Add the generated license.csv for 9.0 See merge request !9826
-
Douwe Maan authored
Blacklist nested groups and project names that can cause ambiguous routing for HA Closes #29324 See merge request !9898
-
Robert Speicher authored
Use GitLab Pages v0.4.0 See merge request !9896
-
Jacopo authored
Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.
-
Sean McGivern authored
Use gitlab-workhorse 1.4.1 See merge request !9900
-
Sean McGivern authored
Add 'Undo' to Todos in the Done tab Closes #27114 See merge request !8782
-
Grzegorz Bizon authored
Add GitLab QA integrations tests to GitLab CE / EE Closes gitlab-qa#30 See merge request !9370
-
Douwe Maan authored
Backport changes from gitlab-org/gitlab-ee!1406 See merge request !9897
-
Rémy Coutable authored
Trigger refreshing of permissions in a migration See merge request !8914
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
That have wildcard routes associated and not reserved yet: artifacts, graphs, badges and refs Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Grzegorz Bizon authored
-
Yorick Peterse authored
This migration resets `users.authorized_projects_populated` (in batches) so that active users' permissions are refreshed on the next request. This ensures that their permissions are properly stored.
-
Adam Niedzielski authored
-
Nick Thomas authored
-
Fatih Acet authored
Simplify jQuery selector See merge request !9881
-
Sean McGivern authored
Refactor/global permissions for internal users See merge request !9598
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
[ci skip]