- 03 Jun, 2019 40 commits
-
-
Evan Read authored
Fix markdown parsing for doc page See merge request gitlab-org/gitlab-ce!29056
-
Evan Read authored
Snippets API doc fixes: content->code; visibility is required See merge request gitlab-org/gitlab-ce!28571
-
Nikolay Samokhvalov authored
Currently, the field used to fill the contents is called "code". Also "visibility" is now required.
-
Thong Kuah authored
Fix project settings not being able to update Closes #62708 See merge request gitlab-org/gitlab-ce!29097
-
Evan Read authored
Edit *Instance template repository* for SSOT epic See merge request gitlab-org/gitlab-ce!29032
-
Russell Dickenson authored
-
Evan Read authored
Use /bin/herokuish in Auto DevOps docs examples See merge request gitlab-org/gitlab-ce!28974
-
Mike Greiling authored
CE Backport of !13803: "Fix all `no-implicit-coercion` ESLint violations See merge request gitlab-org/gitlab-ce!29007
-
Nathan Friend authored
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
-
Mayra Cabrera authored
Backporting EE fix Closes #61264 See merge request gitlab-org/gitlab-ce!29004
-
rossfuhrman authored
-
Stan Hu authored
Previously import_url would always be present in the update parameters, which would cause the validation to fail. We now only include this parameter only if there is URL given. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62708
-
Mike Greiling authored
Move boardsStore.moving to BoardList component See merge request gitlab-org/gitlab-ce!29076
-
Winnie Hellmann authored
-
Drew Blessing authored
Clarify "support" to mean GitLab.com integration See merge request gitlab-org/gitlab-ce!29091
-
Greg Myers authored
-
Dan Davison authored
Log out in after all hook See merge request gitlab-org/gitlab-ce!28969
-
Kamil Trzciński authored
Add activerecord-explain-analyze gem See merge request gitlab-org/gitlab-ce!29051
-
Dan Davison authored
Backport EE MR See merge request gitlab-org/gitlab-ce!29066
-
Toon Claes authored
This gem allows you to get the `EXPLAIN ANALYZE` query plan, directly from the Rails console. The gem is installed with `require: false`, but if it was loaded on launch, this would be it's memory load: ``` TOP: 145.3086 MiB rails/all: 22.4844 MiB ... activerecord-explain-analyze: 2.9648 MiB active_record/connection_adapters/postgresql_adapter: 2.9648 MiB pg: 2.9648 MiB pg_ext: 2.9648 MiB ... ```
-
Achilleas Pipinellis authored
Update architecture.md to fix typo in GitLabMonito -> GitLabMonitor See merge request gitlab-org/gitlab-ce!28955
-
Lee Matos authored
-
Robert Speicher authored
Reconcile CE and EE differences in members/_member.html.haml See merge request gitlab-org/gitlab-ce!29021
-
Mayra Cabrera authored
Stop two-step rebase from hanging when errors occur Closes #62353 See merge request gitlab-org/gitlab-ce!29068
-
Douwe Maan authored
This change makes sure Gitaly includes a fix to make rebase work again properly. Part of: https://gitlab.com/gitlab-org/gitlab-ce/issues/62353
-
Robert Speicher authored
-
Robert Speicher authored
Reject slug+uri concat if slug is deemed unsafe See merge request gitlab/gitlabhq!3108
-
Robert Speicher authored
Persistent XSS in note objects CE See merge request gitlab/gitlabhq!3075
-
Douwe Maan authored
Automatically update MR merge-ref along merge status Closes #58495 See merge request gitlab-org/gitlab-ce!28513
-
Mike Greiling authored
Do not display Update app button when saving Knative domain name Closes #58269 See merge request gitlab-org/gitlab-ce!28904
-
Marcia Ramos authored
Update invalid anchor link See merge request gitlab-org/gitlab-ce!28822
-
Fabio Pitino authored
-
Marcia Ramos authored
Docs: Fix badly rendered code blocks in JavaScript styleguide See merge request gitlab-org/gitlab-ce!29017
-
-
Marcia Ramos authored
Add some more database docs See merge request gitlab-org/gitlab-ce!28784
-
Kamil Trzciński authored
Update GitLab Runner Helm Chart to 0.5.2/11.11.2 See merge request gitlab-org/gitlab-ce!29050
-
Douglas Barbosa Alexandre authored
Cleans up UpdateProjectStatistics concern See merge request gitlab-org/gitlab-ce!28999
-
Mayra Cabrera authored
- Renames attributes from stat to project_statistiscs_name and attribute to statistic_attribute - Reordes methods on UpdateProjectStatistics concern - Removes unused module from Ci::Build
-
Kushal Pandya authored
Add global isSafeURL utility See merge request gitlab-org/gitlab-ce!28943
-
Clement Ho authored
Move NoteApp tests to Jest Closes #62399 See merge request gitlab-org/gitlab-ce!28903
-