- 29 Sep, 2018 1 commit
-
-
Johann Hubert Sonntagbauer authored
-
- 25 Sep, 2018 26 commits
-
-
Johann Hubert Sonntagbauer authored
The header link will now stop event propagation, so that clicking is much simpler. On Windows and Chrome, the link worked 1 out of 5 times because drag operation was immediately fired.
-
Douglas Barbosa Alexandre authored
[CE] Improve review apps See merge request gitlab-org/gitlab-ce!21087
-
Stan Hu authored
Render 412 when invalid UTF-8 is passed as parameter See merge request gitlab-org/gitlab-ce!21774
-
Yorick Peterse authored
Add clean-up phase for ScheduleDiffFilesDeletion migration Closes #51469 See merge request gitlab-org/gitlab-ce!21734
-
Dan Davison authored
QA: Allow registration when LDAP is enabled See merge request gitlab-org/gitlab-ce!21846
-
Nick Thomas authored
Enable the ability to use the force env for rebuilding authorized_keys during a restore See merge request gitlab-org/gitlab-ce!21896
-
Filipa Lacerda authored
Remove stage/unstage buttons from IDE commit list items Closes #51695 See merge request gitlab-org/gitlab-ce!21845
-
Phil Hughes authored
Cleanup polling of merge request widget in tests Closes gitlab-ee#7728 See merge request gitlab-org/gitlab-ce!21906
-
Oswaldo Ferreira authored
Process any remaining ScheduleDiffFilesDeletion workers and remove temporary added index.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Cindy Pallares authored
Fast lookup of authorized SSH keys in the database was ported to CE in v10.4. This change adds the option to enable the setting via the restore rake task and assumes yes if the force env variable is set.
-
Winnie Hellmann authored
-
Douglas Barbosa Alexandre authored
CE port of Adding state to epics See merge request gitlab-org/gitlab-ce!21771
-
Douglas Barbosa Alexandre authored
Resolve "gitlab.com: Unable to import a project that was just exported" Closes #43840, #43896, and #51747 See merge request gitlab-org/gitlab-ce!21875
-
Marcia Ramos authored
Add clarity to EE feature styles for features introduced before and after 9.2 See merge request gitlab-org/gitlab-ce!21874
-
Evan Read authored
-
Yorick Peterse authored
Resolve "Provide NullStore for RequestStore" Closes #51718 See merge request gitlab-org/gitlab-ce!21848
-
Yorick Peterse authored
Postgres alignment padding – logic fixed See merge request gitlab-org/gitlab-ce!21764
-
Rémy Coutable authored
Update ldap.md If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters See merge request gitlab-org/gitlab-ce!20460
-
Rémy Coutable authored
use redirect instead of render to avoid creating keys when refresh - resolves #47942 Closes #47942 See merge request gitlab-org/gitlab-ce!20363
-
Tim Zallmann authored
Update frontend tooling dependencies See merge request gitlab-org/gitlab-ce!21818
-
Phil Hughes authored
-
Phil Hughes authored
Refactor IDE index to support EE specific code See merge request gitlab-org/gitlab-ce!21895
-
Phil Hughes authored
Use Vue component for job artifacts, Commit and Trigger Variables See merge request gitlab-org/gitlab-ce!21777
-
Filipa Lacerda authored
-
Valery Sizov authored
Remove background job throttling feature Closes #51509 See merge request gitlab-org/gitlab-ce!21748
-
- 24 Sep, 2018 13 commits
-
-
Paul Slaughter authored
**Why?** - The web terminal feature is EE specific and will need to inject some specific options / functions into certain components.
-
Jarka Košanová authored
Backport of js and vue files from closing epics
-
Jarka Košanová authored
-
Jarka Košanová authored
-
Michael Kozono authored
* Fix typo in context 'when request store is active' * Rearrange test since the instance variable always gets set now, even if RequestStore is active
-
Michael Kozono authored
Even if it doesn’t save lines of code, since people will tend to use code they’ve seen. And `SafeRequestStore` is safer since you don’t have to remember to check `RequestStore.active?`.
-
Michael Kozono authored
-
Michael Kozono authored
These are clear wins.
-
Michael Kozono authored
Makes it easier and safer to use RequestStore because you don't need to check `RequestStore.active?` before using it. You just have to use `Gitlab::SafeRequestStore` instead.
-
Annabel Dunstone Gray authored
Resolve "Collapsed open and closed sections in boards styling is broken" Closes #51050 See merge request gitlab-org/gitlab-ce!21868
-
Andrea Leone authored
-
Robert Speicher authored
Post a commit note with the downstream pipeline URL for omnibus triggers See merge request gitlab-org/gitlab-ce!21512
-
Rémy Coutable authored
Refactor scripts/trigger-build and post a commit note with the downstream pipeline URL for omnibus triggers Signed-off-by: Rémy Coutable <remy@rymai.me>
-