- 18 Mar, 2019 28 commits
-
-
Mark Fletcher authored
-
Achilleas Pipinellis authored
Updating nginx_status link in index.md to use the proper anchor to nginx.html See merge request gitlab-org/gitlab-ce!26245
-
Mark Lapierre authored
Use the same standard for method names on project activity and menu page objects See merge request gitlab-org/gitlab-ce!24738
-
Walmyr authored
... page objects. Also, update the affected test case. I choose `click_...` instead of `go_to_...` since it describes better what the method really does, which is clicking on something. I know there are other places in the code where methods start with `click_` and others where methods start with `go_to_`, with that I'd like to start a discussion or be pointed to the right issue if there is already one so that we can address this in the whole framework. This contribution could be the start in the direction of using the standard chosen here.
-
Robert Speicher authored
Move EE specific code out of lib/gitlab See merge request gitlab-org/gitlab-ce!25741
-
Phil Hughes authored
Removes EE differences for clusters/_sidebar.html.haml Closes gitlab-ee#10428 See merge request gitlab-org/gitlab-ce!26271
-
Clement Ho authored
Resolve "Spinners are active prematurely in Bitbucket Cloud import" Closes #58889 See merge request gitlab-org/gitlab-ce!26175
-
Brandon Labuschagne authored
-
Douglas Barbosa Alexandre authored
Fix storage migration check for non-empty queues Closes #58739 See merge request gitlab-org/gitlab-ce!26109
-
Phil Hughes authored
Fix skipping of user rendering for none and any See merge request gitlab-org/gitlab-ce!26268
-
Igor authored
-
Phil Hughes authored
Resolve "Z-Index Issue on Pipeline Dropdown" Closes #58999 See merge request gitlab-org/gitlab-ce!26274
-
Lin Jen-Shin authored
Merge branch 'ce-10421-implement-the-retrieval-reading-of-the-insights-file-to-be-used-in-the-insights-controller' into 'master' New Repository#insights_config method Closes gitlab-ee#10421 See merge request gitlab-org/gitlab-ce!26183
-
Yorick Peterse authored
This backports the changes EE made to Gitlab::UserExtractor, removing the need for an EE specific module.
-
James Lopez authored
Update acts-as-taggable-on 5.0 -> 6.0 See merge request gitlab-org/gitlab-ce!26051
-
Nathan Friend authored
This commit lowers the z-index of the .merge-request-tabs-holder class to avoid rendering conflicts with the mini pipeline status dropdown on the merge request page.
-
Phil Hughes authored
Removes EE differences for pipelines/index.html Closes gitlab-ee#6353 See merge request gitlab-org/gitlab-ce!26226
-
Filipa Lacerda authored
-
Pirate Praveen authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Marin Jankovski authored
Set asset image name properly for all possible CE/EE project names See merge request gitlab-org/gitlab-ce!26217
-
Rémy Coutable authored
Fix Error 500 when user commits Wiki page with no commit message Closes #59065 See merge request gitlab-org/gitlab-ce!26247
-
Douwe Maan authored
Fix authorized applications count Closes #43297 See merge request gitlab-org/gitlab-ce!25715
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
Remove unused CSS (similar to BS4's .align-items-center) See merge request gitlab-org/gitlab-ce!26134
-
Phil Hughes authored
Removes EE differences for stage_column_component_spec Closes gitlab-ee#6622 See merge request gitlab-org/gitlab-ce!26219
-
Evan Read authored
Fix simple typo in Documentation See merge request gitlab-org/gitlab-ce!26243
-
Evan Read authored
`untracked: true` does not adhere to .gitignore, see gitlab-org/gitlab-runner#3378 See merge request gitlab-org/gitlab-ce!24122
-
Michael Bisbjerg authored
-
- 17 Mar, 2019 1 commit
-
-
Stan Hu authored
Previously if a user submitted a blank commit message, Gitaly would error out with `3:WikiWritePage: empty CommitDetails.Message` since Gitaly checks whether any content is present for the message. We now use a default commit message if a user leaves it blank. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59065
-
- 16 Mar, 2019 6 commits
-
-
Gabriel Mazetto authored
The previous code works fine when running specs, but the API does not exist outside that environment.
-
Chris Horne authored
-
fschl authored
-
Marcia Ramos authored
Add logging info to Go guide Closes #57298 See merge request gitlab-org/gitlab-ce!25714
-
Steve Azzopardi authored
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57298
-
moyuru authored
-
- 15 Mar, 2019 5 commits
-
-
Marcia Ramos authored
On GitLab University readme, add link to Education solutions page See merge request gitlab-org/gitlab-ce!26230
-
Mike Lewis authored
-
Yorick Peterse authored
-
Mek Stittri authored
Document better the package-and-qa job See merge request gitlab-org/gitlab-ce!25978
-
Filipa Lacerda authored
Moves shared runner partial behind render_if_exists
-