- 03 Apr, 2019 13 commits
-
-
Ezekiel Kigbo authored
Adds optional paramters to the constructor to allow reuse of the timezone dropdown on other pages
-
Rémy Coutable authored
Backport: Fix Release permission spec See merge request gitlab-org/gitlab-ce!26897
-
Filipa Lacerda authored
Fixes duplicate diff too large error messages Closes #59802 See merge request gitlab-org/gitlab-ce!26857
-
Filipa Lacerda authored
Resolve CE/EE difference in FE dependency files See merge request gitlab-org/gitlab-ce!26856
-
Tim Zallmann authored
Set specific reviewers for the GitLab UI WG effort See merge request gitlab-org/gitlab-ce!26760
-
Tim Zallmann authored
Enabled text selection in diffs in Web IDE Closes #47771 See merge request gitlab-org/gitlab-ce!26721
-
Phil Hughes authored
Fix comment typo in noteable_note.vue See merge request gitlab-org/gitlab-ce!26855
-
Evan Read authored
remove html tag See merge request gitlab-org/gitlab-ce!26885
-
Shinya Maeda authored
We recently changed the permission model to disallow guests to read Releases. The spec should be updated as well according to the expectation.
-
Evan Read authored
Document matching refs with an at-symbol See merge request gitlab-org/gitlab-ce!26755
-
Cody Mize authored
At-symbols are used to match a ref to a specific repository path. Currently this is done by string splitting the ref pattern on the at-symbol. In order to pattern match a literal `@` you must use ruby's unicode character matching `\u{0040}`.
-
Evan Read authored
Fix format typo on generate-new-recovery-codes-using-ssh See merge request gitlab-org/gitlab-ce!26819
-
Sanad Liaquat authored
Fix typo on tests style guide See merge request gitlab-org/gitlab-ce!26859
-
- 02 Apr, 2019 27 commits
-
-
Mike Greiling authored
Resolve "Set the size of instance system message text 12px" Closes #59131 See merge request gitlab-org/gitlab-ce!26293
-
Clement Ho authored
Update dependency @gitlab/svgs to ^1.58.0 See merge request gitlab-org/gitlab-ce!26881
-
William Chia authored
-
Douglas Barbosa Alexandre authored
Use the default fetch/clone depth for the review-deploy job See merge request gitlab-org/gitlab-ce!26868
-
Clement Ho authored
Remove non-functional add issue button on welcome list Closes #55980 See merge request gitlab-org/gitlab-ce!26742
-
Donald Cook authored
-
Robert Speicher authored
Revert "Monitor GraphQL with Prometheus" See merge request gitlab-org/gitlab-ce!26864
-
Jan Provaznik authored
This reverts merge request !26569
-
Lukas 'Eipi' Eipert authored
-
Marcia Ramos authored
Docs: revamp/reorg CI variables Closes #58626 See merge request gitlab-org/gitlab-ce!26336
-
Marcia Ramos authored
- Variables overview - Variables triggered via manual pipeline
-
Kamil Trzciński authored
Remove ignore column for PersonalAccessToken#token Closes #53411 See merge request gitlab-org/gitlab-ce!25213
-
Imre Farkas authored
-
Douglas Barbosa Alexandre authored
Add dashboard scope for operations dashboard usage ping See merge request gitlab-org/gitlab-ce!26727
-
Lin Jen-Shin authored
[CE] Reduce diff with EE in `spec/models` See merge request gitlab-org/gitlab-ce!26847
-
Lin Jen-Shin authored
Remove groups destroy race condition spec See merge request gitlab-org/gitlab-ce!26851
-
Dennis Tang authored
-
Dennis Tang authored
-
Kamil Trzciński authored
Cache FindCommit results in pipelines view See merge request gitlab-org/gitlab-ce!26776
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Docs: image realignment See merge request gitlab-org/gitlab-ce!26799
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: move variables reference to its own doc See merge request gitlab-org/gitlab-ce!26763
-
Marcia Ramos authored
Pull master
-
Grzegorz Bizon authored
Stop calling UnlinkRepositoryFromObjectPool RPC Closes #59777 See merge request gitlab-org/gitlab-ce!26821
-
Jacob Vosmaer authored
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/59777. In earlier iterations of our implementation of Git object deduplication we thought we would be making extensive use of Git remotes in pool repositories in the future, and that we should manage these remotes carefully from the start. We now expect we only care about one remote, namely the source project. The other remotes are there only for forensic purposes. Before this MR we tried to also remove pool remotes when member projects got deleted, with the UnlinkRepositoryFromObjectPool RPC. This is fragile when there are race conditions (see https://gitlab.com/gitlab-org/gitaly/issues/1568#note_153955926). We have spent some time making this RPC less fragile in https://gitlab.com/gitlab-org/gitaly/merge_requests/1151 but looking at this problem again, I think we should just stop calling it.
-
Robert Speicher authored
Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846
-