- 18 Jul, 2019 2 commits
-
-
Paul Slaughter authored
Previously `start_sha` was intercepted on the frontend to create the correct branch in a separate API call. Now that the commits API supports the `start_sha` parameter directly this workaround is not needed anymore.
-
Markus Koller authored
When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
-
- 17 Jul, 2019 38 commits
-
-
Lin Jen-Shin authored
Add EE-only class instrumentation See merge request gitlab-org/gitlab-ce!30802
-
Mike Greiling authored
Mockify jquery and axios packages into `spec/frontend` Closes #60136 See merge request gitlab-org/gitlab-ce!29272
-
Martin Hanzel authored
Moved the block that fails tests on unmocked axios requests from test_setup to its own mock, and added a jQuery mock that fails tests if they use unmocked $.ajax().
-
Mike Greiling authored
Add docs about auto-injected Jest mocks Closes #62899 See merge request gitlab-org/gitlab-ce!30791
-
Martin Hanzel authored
-
Mayra Cabrera authored
Add migration for adding rule_type to approval_project_rules See merge request gitlab-org/gitlab-ce!30575
-
Lucas Charles authored
Adds migration to introduce non-regular rule_types to approval_project_rules
-
Nick Thomas authored
Preserve footnote link ids Closes #64645 See merge request gitlab-org/gitlab-ce!30790
-
Lin Jen-Shin authored
Danger asks for throughput labels See merge request gitlab-org/gitlab-ce!30622
-
Douglas Barbosa Alexandre authored
Removes clusters_cte feature flag Closes #64259 See merge request gitlab-org/gitlab-ce!30827
-
Phil Hughes authored
Removes EE differences for modal issues board See merge request gitlab-org/gitlab-ce!30836
-
Kushal Pandya authored
Resolve "Label picker: Line break on long label titles" Closes #48771 See merge request gitlab-org/gitlab-ce!30610
-
Ammar Alakkad authored
-
Nick Thomas authored
Reduce the number of Gitaly calls for submodules See merge request gitlab-org/gitlab-ce!30735
-
Igor authored
This is part of migration of Folder View to Vue
-
Nick Thomas authored
Add documentation for Let's Encrypt integration See merge request gitlab-org/gitlab-ce!30627
-
Vladimir Shushlin authored
* Add deprecation warning to old integration * Add user docs * Add admin docs
-
Nick Thomas authored
Fix pages access level defaults See merge request gitlab-org/gitlab-ce!30354
-
Vladimir Shushlin authored
- Set access level in before_validation hook - Add post migration for updating existing project_features
-
Thong Kuah authored
Do Redis lookup in batches in ActiveSession.sessions_from_ids See merge request gitlab-org/gitlab-ce!30561
-
Imre Farkas authored
By doing smaller mget calls to Redis, it can better schedule the workload. Currently a single mget with a lot of keys can keep Redis busy for long, while nothing in its queue gets processed.
-
Filipa Lacerda authored
-
Thong Kuah authored
This has been enabled on production without issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64259
-
James Lopez authored
CE port of "Move external authorization service API management to EE" See merge request gitlab-org/gitlab-ce!30578
-
-
Sean McGivern authored
Bump fog-aws to v3.5.2 Closes #63041 See merge request gitlab-org/gitlab-ce!30803
-
Clement Ho authored
Use backend to determine if issue desc contains zoom link Closes #63282 See merge request gitlab-org/gitlab-ce!29910
-
Rajendra kadam authored
Fetch latest link in the description for zoom link, add more tests and remove frontend spec unnecessary tests
-
Guillaume Grossetie authored
-
Evan Read authored
fix docs typo: register runner with services See merge request gitlab-org/gitlab-ce!30769
-
Evan Read authored
Documented autocomplete characters See merge request gitlab-org/gitlab-ce!30723
-
Russell Dickenson authored
- Added a table listing all autocomplete characters. - Added a link to the autocomplete characters docs, from the Projects feature list. - Added an example of how autocomplete would behave for `Users and groups`, including two screenshots.
-
Evan Read authored
Add tip about stripping ANSI color codes Closes gitlab-runner#3559 See merge request gitlab-org/gitlab-ce!30701
-
Elliot Rushton authored
-
Mark Lapierre authored
Refactor common Page Objects to use data tags (No. 2 Contd.) See merge request gitlab-org/gitlab-ce!30763
-
Mark Lapierre authored
CE port of "Fix assign code owners spec" on EE See merge request gitlab-org/gitlab-ce!30743
-
Evan Read authored
Change time tracking units feature release version See merge request gitlab-org/gitlab-ce!30771
-
Mayra Cabrera authored
Propagate PIP index URL See merge request gitlab-org/gitlab-ce!30704
-