- 16 Mar, 2017 1 commit
-
-
Jacopo authored
Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
-
- 14 Mar, 2017 11 commits
-
-
Achilleas Pipinellis authored
Patch 15 Closes #29361 See merge request !9922
-
Xiaogang Wen authored
-
Sean McGivern authored
Add count badges to both dashboard and group milestones Closes #24421 See merge request !9836
-
Achilleas Pipinellis authored
Update markdown.md example with asterisks and underscores for clarity See merge request !9915
-
Achilleas Pipinellis authored
Fix miswording See merge request !9832
-
Stan Hu authored
Fix 'ExecJS disabled' error on issues index Closes #28743 See merge request !9916
-
Rémy Coutable authored
Fix regression in runners registration v1 api See merge request !9904
-
Alfredo Sumaran authored
Use a button and a post request instead of UJS links - part 1 - Environments See merge request !9688
-
Filipa Lacerda authored
-
James Edwards-Jones authored
Occurred in production when an issue had an associated MR
-
Alfredo Sumaran authored
Fix missing blob line permalink updater on blob:show See merge request !9914
-
- 13 Mar, 2017 28 commits
-
-
Lee Matos authored
-
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.
-
Tomasz Maczukin authored
-
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
-