- 07 Apr, 2017 4 commits
-
-
Douwe Maan authored
-
Annabel Dunstone Gray authored
-
Douwe Maan authored
Wait for AJAX requests to complete so they don't blow up if they are only handled after DatabaseCleaner has already run
-
Bob Van Landuyt authored
-
- 06 Apr, 2017 8 commits
-
-
Filipa Lacerda authored
-
Annabel Dunstone Gray authored
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
Eric Eastwood authored
-
Kamil Trzciński authored
-
- 05 Apr, 2017 3 commits
-
-
Douwe Maan authored
-
Luke "Jared" Bennett authored
-
Stan Hu authored
Hover and then click seems to make this work more reliably. Closes #30399
-
- 03 Apr, 2017 3 commits
-
-
Rémy Coutable authored
Once https://github.com/ArturT/knapsack/issues/57 is solved and released in a new gem version, we can remove the KNAPSACK_TEST_DIR in .gitlab-ci.yml. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Annabel Dunstone Gray authored
-
- 02 Apr, 2017 2 commits
-
-
Stan Hu authored
Potentially fixes intermittent failures such as https://gitlab.com/gitlab-org/gitlab-ce/builds/13484375
-
Stan Hu authored
Closes #30347
-
- 31 Mar, 2017 3 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Also disabled assets warming for Capybara/RSpec and remove a check to skip assets warming when ./tmp/cache/assets/test exists because assets are now served by webpack-dev-server. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 29 Mar, 2017 2 commits
-
-
Annabel Dunstone Gray authored
-
Robert Speicher authored
Before: Scenario: Viewing invitation when signed out
Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8 After: Scenario: Viewing invitation when signed out # features/invites.feature:6 Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8 Now if a scenario fails we can easily rerun it with a specific line number.
-
- 28 Mar, 2017 1 commit
-
- 25 Mar, 2017 2 commits
-
-
Mike Greiling authored
-
Eric Eastwood authored
Some discussion, https://gitlab.slack.com/archives/C0GQHHPGW/p1490398531185144 -> MR to fix failing emoji test: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10230
-
- 16 Mar, 2017 4 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
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.
-
Filipa Lacerda authored
-
- 13 Mar, 2017 2 commits
-
-
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.
-
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.
-
- 08 Mar, 2017 3 commits
-
-
Robert Speicher authored
-
Nick Thomas authored
-
Jose Ivan Vargas authored
-
- 06 Mar, 2017 3 commits
-
-
Kushal Pandya authored
-
Eric Eastwood authored
- gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
-
Jose Ivan Vargas authored
Also modified the render calls to the deploy_keys and protected_branches partials
-