- 05 Jun, 2019 10 commits
-
-
Patrick Bajao authored
-
Patrick Bajao authored
It's not needed anymore as we require `#cache_key` instead.
-
Patrick Bajao authored
This commit also includes some changes in specs to use `Class.new` approach.
-
Patrick Bajao authored
This allows using `CacheMarkdownField` for models that are not backed by ActiveRecord. When the including class inherits `ActiveRecord::Base` we include `Gitlab::MarkdownCache::ActiveRecord::Extension`. This will cause the markdown fields to be rendered and the generated HTML stored in a `<field>_html` attribute on the record. We also store the version used for generating the markdown. All other classes that include this model will include the `Gitlab::MarkdownCache::Redis::Extension`. This add the `<field>_html` attributes to that model and will generate the html in them. The generated HTML will be cached in redis under the key `markdown_cache:<class>:<id>`. The class this included in must therefore respond to `id`.
-
Evan Read authored
add info about runner server requirements See merge request gitlab-org/gitlab-ce!25242
-
Andrew Winata authored
Also another factor of consideration for runner server requirements.
-
Evan Read authored
Docs: Update all links to relative in /workflow and /administration See merge request gitlab-org/gitlab-ce!28971
-
Marcel Amirault authored
-
Mayra Cabrera authored
(CE Port) New user onboarding (Skeleton) See merge request gitlab-org/gitlab-ce!28753
-
Martin Wortschack authored
- Render EE specific partial if exists
-
- 04 Jun, 2019 30 commits
-
-
Mike Lewis authored
SSoT - Clean up docs under install/ Closes #61509 See merge request gitlab-org/gitlab-ce!28688
-
Robert Speicher authored
Fix `SyntaxError: Unexpected token` in SAST jobs See merge request gitlab-org/gitlab-ce!29156
-
Paul Gascou-Vaillancourt authored
-
Clement Ho authored
Fix "operation settings external dashboard component" Jest specs See merge request gitlab-org/gitlab-ce!29160
-
Robert Speicher authored
Port: EE adjust burndown chart opened issues count See merge request gitlab-org/gitlab-ce!28777
-
Mike Greiling authored
Jestify some specs that start with "A" See merge request gitlab-org/gitlab-ce!28727
-
Paul Gascou-Vaillancourt authored
-
Filipa Lacerda authored
Resolve "Charts with many overlapping series display incorrectly" Closes #61045 See merge request gitlab-org/gitlab-ce!29127
-
Adriel Santiago authored
-
Bob Van Landuyt authored
Adds ruby and unicorn instrumentation Closes #61964 See merge request gitlab-org/gitlab-ce!28499
-
Fatih Acet authored
Connect Frontend and backend for external dashboard link Closes #61453 See merge request gitlab-org/gitlab-ce!28431
-
Adriel Santiago authored
Connect frontend UI with backend api for external dashboard link
-
Mike Greiling authored
Bump up @gitlab/eslint-config dependency version to 1.6.0 See merge request gitlab-org/gitlab-ce!29147
-
Paul Slaughter authored
The helper was needed because `jest.spyOn` would not work on this special window object property. The only way we could successfully spy on `localStorage` was with this helper.
-
Mayra Cabrera authored
Bump Helm version in Auto-DevOps.gitlab-ci.yml See merge request gitlab-org/gitlab-ce!28527
-
GitLab Release Tools Bot authored
[ci skip]
-
Ryan Cobb authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Nathan Friend authored
-
Clement Ho authored
Extract setIssueDetail() into issue boards store See merge request gitlab-org/gitlab-ce!29071
-
Winnie Hellmann authored
-
Bob Van Landuyt authored
Update GITALY_SERVER_VERSION to 1.45.0 See merge request gitlab-org/gitlab-ce!29109
-
Fatih Acet authored
Fix warning in spec from committing unused mutation See merge request gitlab-org/gitlab-ce!28815
-
Fatih Acet authored
Fix MR checkboxes alignment on mobile Closes #57037 See merge request gitlab-org/gitlab-ce!28845
-
Phil Hughes authored
Extract toggleFilter() into issue boards store See merge request gitlab-org/gitlab-ce!29083
-
Winnie Hellmann authored
-
Douwe Maan authored
Adjustments related to DiffNotes on diffs outside of a project's main repository See merge request gitlab-org/gitlab-ce!29023
-
Filipa Lacerda authored
Update rendering of merge request in merge request widget Closes #40246 See merge request gitlab-org/gitlab-ce!28238
-
Filipa Lacerda authored
Increase height of move issue dropdown See merge request gitlab-org/gitlab-ce!29087
-
Nick Thomas authored
Expose wiki_size on GraphQL API See merge request gitlab-org/gitlab-ce!29123
-