- 01 Jul, 2019 24 commits
-
-
Bob Van Landuyt authored
Remove ignored circuit_breaker columns See merge request gitlab-org/gitlab-ce!30159
-
Grzegorz Bizon authored
Add endpoint for fetching diverging commit counts See merge request gitlab-org/gitlab-ce!29802
-
Dmitriy Zaporozhets authored
Add rake task to clean orphan artifact files See merge request gitlab-org/gitlab-ce!29681
-
Dmitriy Zaporozhets authored
Remove deprecated `#forked_from?` check See merge request gitlab-org/gitlab-ce!30132
-
Achilleas Pipinellis authored
Clarify requirements for pipelines for MRs Closes #62056 See merge request gitlab-org/gitlab-ce!30107
-
Evan Read authored
-
Phil Hughes authored
Fix IDE editor to update dimensions on show change Closes #45120 See merge request gitlab-org/gitlab-ce!30135
-
Mark Lapierre authored
[CE] Add e2e test comparing archives of identically named user projects Closes #52703 See merge request gitlab-org/gitlab-ce!29937
-
Grant Young authored
Checks that archives of two different user projects with the same name aren't the same via checksum. I.E. a user can't download the archive of another's project by mistake. To enable the test some enhancements were made. Namely updating the client module to handle more than one API instance and the creation a custom rest call method that downloads to tmp.
-
Evan Read authored
Docs: minor fix to link format See merge request gitlab-org/gitlab-ce!30098
-
czmj authored
-
Evan Read authored
Update styleguide.md to add Notes usage guidelines See merge request gitlab-org/gitlab-ce!29429
-
Mike Lewis authored
-
Lin Jen-Shin authored
Add clusters association to deployment See merge request gitlab-org/gitlab-ce!29960
-
Evan Read authored
Docs: Fix spacing in code blocks in webhook raketask doc See merge request gitlab-org/gitlab-ce!30208
-
Marcel Amirault authored
-
Evan Read authored
Docs: Enforce consistent prefix for bullet lists See merge request gitlab-org/gitlab-ce!30206
-
Marcel Amirault authored
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
-
Evan Read authored
Fix typo in docs about Elasticsearch See merge request gitlab-org/gitlab-ce!30162
-
Evan Read authored
Refactor the 2FA docs See merge request gitlab-org/gitlab-ce!30087
-
Evan Read authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62080 Closes #62080 See merge request gitlab-org/gitlab-ce!30148
-
-
Thong Kuah authored
Quarantine schema_version_check because tests after it failed See merge request gitlab-org/gitlab-ce!30198
-
Lin Jen-Shin authored
-
- 29 Jun, 2019 2 commits
-
-
Achilleas Pipinellis authored
Add a link in the docs to the epic that defined the Insights feature Closes #63463 See merge request gitlab-org/gitlab-ce!30181
-
Lin Jen-Shin authored
Copy Settings initializer from EE See merge request gitlab-org/gitlab-ce!30140
-
- 28 Jun, 2019 14 commits
-
-
Robert Speicher authored
Ensure we are on a supported version before migrating See merge request gitlab-org/gitlab-ce!29882
-
Mike Greiling authored
Allow collapsing all issue boards Closes #40630 See merge request gitlab-org/gitlab-ce!29955
-
Martin Hanzel authored
All issue boards can now be collapsed via a button, re-ordered by dragging the header, and the vertical collapsed header style was reworked.
-
Stan Hu authored
Use PROCESS_CPUTIME_ID for cpu time metrics Closes #63874 See merge request gitlab-org/gitlab-ce!30166
-
Mike Greiling authored
Vue-i18n: autofix for 'app/assetsjavascripts/boards' dir See merge request gitlab-org/gitlab-ce!29877
-
Ezekiel Kigbo authored
i18n linting for .vue files under the app/javascripts/boards directory
-
Mike Greiling authored
Use absolute paths for SCSS imports See merge request gitlab-org/gitlab-ce!30161
-
Bob Van Landuyt authored
I forgot to clean up this bit in we switched the `forked_from_project` relation to use fork networks in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22226
-
Robert Speicher authored
-
Paul Gascou-Vaillancourt authored
-
Lukas Eipert authored
-
Paul Slaughter authored
Also: - stub MutationObserver in Jest
-
Lukas Eipert authored
A recent update in [GitLab UI] and setting the [config.assets.paths] to include `node_modules` for the resolution of SCSS imports, allows us to have much nicer imports which don't rely on brittle relative paths. This change also forwards @gitlab/ui to the newest version [GitLab UI]: https://gitlab.com/gitlab-org/gitlab-ui/merge_requests/602 [config.assets.paths]: https://gitlab.com/gitlab-org/gitlab-ce/blob/d9026d0ffa0/config/application.rb#L169
-
DJ Mountney authored
-