- 07 Feb, 2020 40 commits
-
-
charlieablett authored
Replace pronouns he -> they in generalised examples.
-
Sean McGivern authored
Create LfsObjectsProject record for forks as well See merge request gitlab-org/gitlab!22418
-
Toon Claes authored
Service model: Rename template attribute to instance See merge request gitlab-org/gitlab!23595
-
Andy Soiron authored
It adds a new column `instance` to the services table and removes the template column after deployment
-
Bob Van Landuyt authored
SAST ci template to support multi line env vars by using -e instead of .env file See merge request gitlab-org/gitlab!24108
-
Toon Claes authored
Make sure project_feature records always exist See merge request gitlab-org/gitlab!23766
-
Bob Van Landuyt authored
GraphQL: Extend keyset pagination to support `LOWER()` See merge request gitlab-org/gitlab!24011
-
Achilleas Pipinellis authored
Document third party integration for Security Reports See merge request gitlab-org/gitlab!21636
-
Fabien Catteau authored
[skip ci]
-
Martin Wortschack authored
Connect new package API to vue implementation See merge request gitlab-org/gitlab!24367
-
Nicolò Maria Mezzopera authored
- explicit sort - event tracking
-
Phil Hughes authored
Time series chart filters out "view logs" link See merge request gitlab-org/gitlab!24343
-
Walmyr Lima e Silva Filho authored
Unquarantine mattermost login spec Closes #202069 See merge request gitlab-org/gitlab!24617
-
Sean McGivern authored
Fix HTML being rendered in mirror error message See merge request gitlab-org/gitlab!24651
-
Sean McGivern authored
Add validation for project_feature See merge request gitlab-org/gitlab!24588
-
Sean McGivern authored
Resolve "Make project buttons fit in 1 row" Closes #202101 See merge request gitlab-org/gitlab!24487
-
Mark Florian authored
added an overflow:hidden to prevent h2 and h1 lines from overlapping images Closes #27142 See merge request gitlab-org/gitlab!24181
-
Dmytro Zaporozhets authored
Fix ambiguous column errors when sorting dashboard with a CTE See merge request gitlab-org/gitlab!24562
-
Lin Jen-Shin authored
Resolve "Review parallel count for `rspec *` jobs" Closes #201725 See merge request gitlab-org/gitlab!24561
-
Albert Salim authored
-
Mark Florian authored
Add link in dashboard panels to go to logs page See merge request gitlab-org/gitlab!24240
-
Phil Hughes authored
Use 'their' instead of 'his' See merge request gitlab-org/gitlab!24654
-
Kushal Pandya authored
Update GitLab Packages See merge request gitlab-org/gitlab!24638
-
Dylan Griffith authored
Fix link to base domain help in clusters view See merge request gitlab-org/gitlab!24658
-
Martin Wortschack authored
Avoid loading user activity calendar on user profile on mobile Closes #201743 See merge request gitlab-org/gitlab!24277
-
Kushal Pandya authored
Partially Resolve "Migrate spec/javascripts/environments/ to Jest" See merge request gitlab-org/gitlab!24104
-
Emily Ring authored
Moved environments_store_spec and mock_data from karma testing to jest testing
-
GitLab Bot authored
-
Mike Greiling authored
Add `design_note_pin` component See merge request gitlab-org/gitlab!24246
-
Tom Quirk authored
These tests were simply "testing the framework itself" and therefore should be removed
-
Heinrich Lee Yu authored
Fix nuget package file update See merge request gitlab-org/gitlab!24064
-
Heinrich Lee Yu authored
Only use RspecFlaky::Listener when 'FLAKY_RSPEC_GENERATE_REPORT' is set See merge request gitlab-org/gitlab!24613
-
Peter Leitzen authored
The link led to a help which does not cover "Pointing your DNS at the external endpoint".
-
Dylan Griffith authored
Validate package_type for metadatum records Closes #199673 See merge request gitlab-org/gitlab!24530
-
Miguel Rincon authored
The time series chart filtered time range (datazoom) becomes reflected in the View logs link - Adds an emmitted datazoom event handler for time charts - Event handler is throttled. - Responds to changes in zoom by updating the logs url.
-
charlieablett authored
Modify non-code instances (in descriptions, etc) of 'his'
-
Evan Read authored
Docs: Create substitution word test for Vale Closes #202335 See merge request gitlab-org/gitlab!24609
-
Ash McKenzie authored
Add HamService unit tests Closes #199671 See merge request gitlab-org/gitlab!24628
-
Miguel Rincon authored
- Add time range to the dashboard stores to allow inner components to create a link to the current time range. - Have the logs page read time parameters from the URL. - Add link in panel type component to the logs page. - Update embed function so logs path is checked for - Improve and extend specs for panel type
-
Heinrich Lee Yu authored
In Rails 6, String manipulation methods are now HTML-safe aware. https://github.com/rails/rails/pull/33990 This means, when doing the `#insert` here it first escapes the HTML before inserting into the HTML-safe string
-