- 18 Sep, 2020 15 commits
-
-
Patrick Bajao authored
Resolve undefined method `invite_email' Closes #241359 See merge request gitlab-org/gitlab!42349
-
Ash McKenzie authored
Use a random password when generating users See merge request gitlab-org/gitlab!42311
-
Sean Arnold authored
-
Ash McKenzie authored
Add copy states to DesignCollection See merge request gitlab-org/gitlab!42291
-
Mark Chao authored
Merge branch '233703-replace-bootstrap-alerts-in-app/views/projects/forks/error.html.haml' into 'master' Replace bootstrap alerts in app/.../error.html.haml Closes #233703 See merge request gitlab-org/gitlab!41292
-
Gilang Gumilar authored
-
Mayra Cabrera authored
Merge branch '221028-skip-the-who-will-be-using-gitlab-question-in-signup-when-a-user-is-invited' into 'master' Skip the who question in signup when a user is invited See merge request gitlab-org/gitlab!42264
-
Doug Stull authored
- simplify signup flow.
-
Mark Chao authored
Change `track_usage_event` method to accept any value Closes #247862 See merge request gitlab-org/gitlab!42452
-
Marcel Amirault authored
Document That Deploy Boards Assumes Stable Track When None is Present See merge request gitlab-org/gitlab!42523
-
Jason Goodman authored
-
Russell Dickenson authored
Doc for exporting usage ping definitions See merge request gitlab-org/gitlab!42457
-
Alper Akgun authored
-
Mek Stittri authored
Quarantine two snippet tests due to a bug See merge request gitlab-org/gitlab!42646
-
Anastasia McDonald authored
See https://gitlab.com/gitlab-org/gitaly/-/issues/3143 for bug description QA issue - https://gitlab.com/gitlab-org/gitlab/-/issues/239091
-
- 17 Sep, 2020 25 commits
-
-
Thong Kuah authored
Rake task to reindex an index See merge request gitlab-org/gitlab!39245
-
Patrick Bair authored
Add a new rake task to seamlessly rebuild a non-unique index, which can be used as a replacement for some of the functionality provided by pg_repack.
-
Tiger Watson authored
Database changes to support tf state version replicaiton Closes #237924 See merge request gitlab-org/gitlab!42492
-
Dylan Griffith authored
Resolve "NoMethodError - Saving Jira integration with invalid credentials" Closes #247870 See merge request gitlab-org/gitlab!42361
-
Dylan Griffith authored
Resolve "Add API endpoint for generating the user data export file" See merge request gitlab-org/gitlab!42026
-
Tyler Amos authored
Introduces a new controller, Admin::Licenses::UsageExportsController, which defines a show action for downloading the usage export CSV. Adds the `License.in_license_term` method for returning all HistoricalData within the dates of a license.
-
Robert Speicher authored
Setup boilerplate for CI lint to Vue See merge request gitlab-org/gitlab!42401
-
Luke Duncalfe authored
The copying of designs from one issue to another happens async, so the state of the copy is tracked through the new `copy_state` state machine. The state is persisted in redis as the DesignCollection model is a PORO and not persisted in PostgreSQL. https://gitlab.com/gitlab-org/gitlab/-/issues/13426
-
Robert Speicher authored
Convert group wikis into a licensed feature See merge request gitlab-org/gitlab!42219
-
Add product badge for the Agent page See merge request gitlab-org/gitlab!42647
-
Mike Jang authored
Improve details around access_level inheritance in members API See merge request gitlab-org/gitlab!42305
-
Ben Bodenmiller authored
-
James Fargher authored
Add ability to track unique uses of API endpoints See merge request gitlab-org/gitlab!41689
-
Nathan Friend authored
Update docs for CSV report See merge request gitlab-org/gitlab!42507
-
Amy Qualls authored
Since the Agent is not available to everyone, add badging so the release post item won't get flagged.
-
Mike Jang authored
Add documentation for Audit Log CSV report feature See merge request gitlab-org/gitlab!42554
-
Tan Le authored
-
Kamil Trzciński authored
Enable ci_child_of_child_pipeline by default See merge request gitlab-org/gitlab!42580
-
Furkan Ayhan authored
Also add a changelog for the feature
-
Mayra Cabrera authored
Fix iterations quickaction to show opened iterations See merge request gitlab-org/gitlab!42528
-
Scott Hampton authored
Text descriptions are easier to maintain.
-
Scott Hampton authored
Reworded the paragraph to be more clear and include a link to the related issue. Also refactored how we are setting the project IDs param.
-
Scott Hampton authored
We can simplify our path creation by using the URLSearchParams utility.
-
Scott Hampton authored
Update the documentation to include info on how the modal works. Also updated the project selection to not include project_id params if the user selects all projects. This ensures that the user can download a report for all projects even if they aren't in the dropdown list.
-
Douglas Barbosa Alexandre authored
Remove without_index_namespace_callback trait See merge request gitlab-org/gitlab!42082
-