- 30 Jan, 2020 40 commits
-
-
Enrique Alcantara authored
Refactor user popover initializer to only create a single instance of user popover when the page load instead of creating a new instance of the user popover every time a user link emits a mouseenter event.
-
Marcia Ramos authored
Correct spelling in the api section in docs See merge request gitlab-org/gitlab!23555
-
Amy Qualls authored
The following pages in the API section had spelling errors, or words that needed to be written as acronyms. modified: doc/api/groups.md modified: doc/api/pages.md modified: doc/api/projects.md modified: doc/api/settings.md
-
Phil Hughes authored
Merge branch '198520-tag-expiration-only-show-the-cancel-button-when-a-change-has-been-made' into 'master' Docker expiration policy settings: disable cancel button with no changes See merge request gitlab-org/gitlab!23958
-
Nicolò Maria Mezzopera authored
- disable button - add getter to calculate edited state
-
Toon Claes authored
Remove the `Gitlab::Database::Subquery.self_join` helper See merge request gitlab-org/gitlab!23854
-
Marcia Ramos authored
Documentation change redis.md with an updated required Redis version Closes #196699 See merge request gitlab-org/gitlab!23888
-
Chase Southard authored
With GL 12.1 and later we require Redis 3.2 or later for compatibility because we rely on sending an optional parameter to SPOP.
-
Marcia Ramos authored
Add documentation for ReactiveCaching See merge request gitlab-org/gitlab!23331
-
Jan Provaznik authored
Refactor background migration code for user mentions See merge request gitlab-org/gitlab!23951
-
Kushal Pandya authored
Merge branch '198624-disable-apollo-cache-on-the-cases-where-apollo-client-is-used-within-vuex' into 'master' Disable Apollo cache if Apollo Client is used within Vuex Closes #198624 See merge request gitlab-org/gitlab!23768
-
Natalia Tepluhina authored
-
Douglas Barbosa Alexandre authored
Update GitLab Runner Helm Chart to 0.13.1/12.7.1 See merge request gitlab-org/gitlab!23588
-
Kamil Trzciński authored
Fix JIRA::HTTPError initialize parameter See merge request gitlab-org/gitlab!24060
-
Fatih Acet authored
Display warning flash if design upload is skipped See merge request gitlab-org/gitlab!21615
-
Tom Quirk authored
- Also limit listing skipped designs to 2 files in flash
-
Rémy Coutable authored
Add Gitlab.config.gitlab.host to development host whitelist Closes #199701 See merge request gitlab-org/gitlab!24044
-
Mark Florian authored
Resolve "Sort Audit Log in the UI" Closes #10919 See merge request gitlab-org/gitlab!22887
-
Jiaan Louw authored
This is the initial commit that adds a sort by dropdown to audit logs. Updates the audit log event view to add the dropdown. First pass at implementing sorting in the audit log event controller.
-
Marcel Amirault authored
Introduce CI/CD dev guides See merge request gitlab-org/gitlab!23670
-
Fabio Pitino authored
* add first paragraph about job scheduling * add link to dev guides * apply Technical Writer suggestions
-
Fatih Acet authored
Resolve "Set a limit on the date range selection for Cycle Analytics" See merge request gitlab-org/gitlab!22968
-
Brandon Labuschagne authored
This commit adds a range limit to the shared analytics daterange component. It also adds a date range indicator which displays the number of days in the currently selected range.
-
Bob Van Landuyt authored
Correct the MR context commits endpoint Closes #199724 See merge request gitlab-org/gitlab!24054
-
Stan Hu authored
Separate project classes into own class files See merge request gitlab-org/gitlab!23887
-
Rajendra Kadam authored
-
Achilleas Pipinellis authored
Standardize code block naming to shell See merge request gitlab-org/gitlab!24032
-
Heinrich Lee Yu authored
-
Arturo Herrero authored
-
Marcel Amirault authored
Find and replace sh with shell
-
Dmytro Zaporozhets authored
Add glm_ query string parameters to trial URLs See merge request gitlab-org/gitlab!23857
-
Marcel Amirault authored
Find and replace bash with shell
-
Phil Hughes authored
Merge branch '197309-milestone-in-issue-boards-list-not-cropped-when-longer-than-board-list' into 'master' Fix board list milestone overlap issue Closes #197309 See merge request gitlab-org/gitlab!23562
-
Scott Stern authored
-
Bob Van Landuyt authored
Move AkismetService into spam folder See merge request gitlab-org/gitlab!23917
-
Alexandru Croitor authored
Common code for determining columns that do not need to be quoted in bulk insers based on each model class. This change is to be used in specific mentions migration on each of the models: design, snippet, commit(would override this method), issue, merge request.
-
Phil Hughes authored
Resolve "New MR > Changes tab > Edit file button UI polish" Closes #199526 See merge request gitlab-org/gitlab!24041
-
Marcel van Remmerden authored
-
Mark Florian authored
Fixes: Auto-remediation on the pipeline security dashboard See merge request gitlab-org/gitlab!23677
-
Sam Beckham authored
- Moves the pipeline dashboard into it's own component - Passes a source_branch to that component - Adds the nessesary VueX to attach that source branch to the `createMergeRequest` action
-