- 09 Oct, 2018 11 commits
-
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
docs/Tsumitsu Fix render issue in GFM documentation page See merge request gitlab-org/gitlab-ce!21997
-
smit_tooned authored
-
Kamil Trzciński authored
Use the standard PIP_CACHE_DIR for Python dependency caching template Closes #52408 See merge request gitlab-org/gitlab-ce!22211
-
Achilleas Pipinellis authored
Fix links that 404 and style changes See merge request gitlab-org/gitlab-ce!22209
-
Douwe Maan authored
Reject invalid branch names in repository compare controller Closes #51003 See merge request gitlab-org/gitlab-ce!22186
-
Sean McGivern authored
Rails5: fix user edit profile clear status spec See merge request gitlab-org/gitlab-ce!22169
-
Rémy Coutable authored
Update to latest version of contributor-covenant. See merge request gitlab-org/gitlab-ce!21995
-
Jacob Schatz authored
-
Rémy Coutable authored
QA: Allow the registration e2e test to be skipped See merge request gitlab-org/gitlab-ce!22205
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 08 Oct, 2018 29 commits
-
-
Evan Read authored
- Some links internal links were incorrect. - Removed some #overview anchor links, because they don't jump much content. - Made text confirm to suggested proselint and mardownlint rules.
-
Robert Speicher authored
Bump rugged to 0.27.5 for security fixes See merge request gitlab-org/gitlab-ce!22208
-
Stan Hu authored
See: https://github.com/libgit2/libgit2/releases
-
Stan Hu authored
Closes #51003
-
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
-
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
-
Martin Wortschack authored
-
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
-
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
-
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
-
Achilleas Pipinellis authored
Added note to clarify values for hook-name.d See merge request gitlab-org/gitlab-ce!22165
-
Grzegorz Bizon authored
Improve QA page README See merge request gitlab-org/gitlab-ce!22176
-