- 09 Oct, 2018 3 commits
-
-
GitLab Bot authored
# Conflicts: # doc/user/project/issues/create_new_issue.md [ci skip]
-
Rémy Coutable authored
QA: Allow the registration e2e test to be skipped See merge request gitlab-org/gitlab-ce!22205
-
Stan Hu authored
Geo: Disable backoff for file attachment types See merge request gitlab-org/gitlab-ee!7826
-
- 08 Oct, 2018 37 commits
-
-
Robert Speicher authored
Bump rugged to 0.27.5 for security fixes See merge request gitlab-org/gitlab-ce!22208
-
Ash McKenzie authored
Don't backoff for uploads, LFS objects or CI job artifacts
-
Robert Speicher authored
Use project-level license check for Batch Comments See merge request gitlab-org/gitlab-ee!7838
-
Stan Hu authored
See: https://github.com/libgit2/libgit2/releases
-
Douglas Barbosa Alexandre authored
Move Issue#related_issues method to EE scope Closes #7906 See merge request gitlab-org/gitlab-ee!7836
-
Mike Greiling authored
Merge branch '52353-keyboard-navigation-project-slug-is-not-focused-on-new-project-page' into 'master' Resolve "Keyboard navigation: "Project slug" is not focused on "New project" page" Closes #52353 See merge request gitlab-org/gitlab-ce!22198
-
André Luís authored
Instead of using instance-level. Prevents projects in GitLab.com that don't have EEP level from showing the EEP feature.
-
Oswaldo Ferreira authored
This is an EE only method. So ideally we should move to EE scope to avoid conflicts on CE -> EE.
-
Mark Lapierre authored
If SIGNUP_DISABLED is true skip any tests with a context :skip_signup_disabled. The context is set for the registration tests. This allows the tests to be skipped when run on the staging, which doesn't allow registration
-
Robert Speicher authored
Removes expensive dead code on main MR page request Closes #51172 See merge request gitlab-org/gitlab-ce!22153
-
Filipa Lacerda authored
Group-level Security Dashboard – Counts/Overview See merge request gitlab-org/gitlab-ee!7564
-
Rémy Coutable authored
Add review app to gitlab-ce See merge request gitlab-org/gitlab-ee!7804
-
Martin Wortschack authored
-
samdbeckham authored
- Improves the vulnerabilities store to accomodate the counts - Adds Components for the vulnerability counts - Adds extra actions, getters, and methods for the counts - Adds skeletal loading to the vulnerabilities tablet - Adds integration tests for the components that use stores
-
Clement Ho authored
Remove duplicate button from the markdown header toolbar See merge request gitlab-org/gitlab-ce!22192
-
George Tsiolis authored
-
Filipa Lacerda authored
Resolve "Pipeline graph is not vertically aligned in commit page" Closes #52193 See merge request gitlab-org/gitlab-ce!22173
-
Robert Speicher authored
Fix comments in app/models/note.rb See merge request gitlab-org/gitlab-ce!22171
-
Johann Hubert Sonntagbauer authored
-
Achilleas Pipinellis authored
Update installation and update docs for 11 4 See merge request gitlab-org/gitlab-ce!22030
-
Thiago Presa authored
-
Dmitriy Zaporozhets authored
Clean up ActiveRecord code in TodosFinder and TodoService See merge request gitlab-org/gitlab-ce!21838
-
Achilleas Pipinellis authored
Add note in docs for docker executor for interactive web terminal See merge request gitlab-org/gitlab-ce!21880
-
Achilleas Pipinellis authored
Fix links to auth resources external to docs See merge request gitlab-org/gitlab-ce!22180
-
Stan Hu authored
CE upstream - 2018-10-08 09:21 UTC See merge request gitlab-org/gitlab-ee!7833
-
Ian Baum authored
* Use 2 space indentation in review-apps.sh script * Move automated_review_cleanup back to build stage
-
Yorick Peterse authored
This refactors the TodoService class according to our code reuse guidelines. The resulting code is a wee bit more verbose, but it allows us to decouple the column names from the input, resulting in fewer changes being necessary when we change the schema. One particular noteworthy line in TodoService is the following: todos_ids = todos.update_state(state) Technically this is a violation of the guidelines, because `update_state` is a class method, which services are not supposed to use (safe for a few allowed ones). I decided to keep this, since there is no alternative. `update_state` doesn't produce a relation so it doesn't belong in a Finder, and we can't move it to another Service either. As such I opted to just use the method directly. Cases like this may happen more frequently, at which point we should update our documentation with some sort of recommendation. For now, I want to refrain from doing so until we have a few more examples.
-
Yorick Peterse authored
This refactors the TodosFinder finder according to the new code reuse rules, as enforced by the CodeReuse cops. I also changed some of the methods to use regular if statements, instead of assignments and/or early returns. This results in a more natural flow when reading the code, and it makes it harder to accidentally return the wrong result.
-
Rémy Coutable authored
docs: cleanup term settings wording See merge request gitlab-org/gitlab-ce!22162
-
Achilleas Pipinellis authored
Replace old "secret variables" image for variables with new "variables" image See merge request gitlab-org/gitlab-ce!22184
-
Achilleas Pipinellis authored
Docs - Prefilled fields for new issue link See merge request gitlab-org/gitlab-ee!7796
-
Victor Wu authored
-
Grzegorz Bizon authored
Redirect to the pipeline builds page when a build is canceled Closes #39161 See merge request gitlab-org/gitlab-ce!21595
-
Fatih Acet authored
Resolve "Merge request buttons spacing incorrect" Closes #48494 See merge request gitlab-org/gitlab-ce!22135
-
Jacques Erasmus authored
-
Achilleas Pipinellis authored
Docs - Prefilled fields for new issue link See merge request gitlab-org/gitlab-ce!22082
-
Victor Wu authored
-