- 03 May, 2019 18 commits
-
-
Bob Van Landuyt authored
Pass excluded paths to SAST and DS See merge request gitlab-org/gitlab-ce!28018
-
Fabien Catteau authored
Propagate DS_EXCLUDED_PATHS to dependency_scanning job, and SAST_EXCLUDED_PATHS and SAST_BANDIT_EXCLUDED_PATHS to sast job. This makes possible to excluded certains paths from SAST reports and Dependency Scanning reports, respectively.
-
Filipa Lacerda authored
Impove the performance of expanding full diff Closes #58597 See merge request gitlab-org/gitlab-ce!27413
-
Achilleas Pipinellis authored
Sort feature set table by stage See merge request gitlab-org/gitlab-ce!27940
-
Evan Read authored
-
Stan Hu authored
Resolve "Consider setting RSpec `full_backtrace` only in CI" Closes #61365 See merge request gitlab-org/gitlab-ce!28051
-
Filipa Lacerda authored
Internationalisation of javascript/s* directories See merge request gitlab-org/gitlab-ce!27745
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
Phil Hughes authored
Merge branch '9971-move-ee-differences-for-app-assets-javascripts-notes-components-note_form-vue-ce' into 'master' EE Backport to CE of EE!11151 See merge request gitlab-org/gitlab-ce!27824
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
-
Heinrich Lee Yu authored
-
Stan Hu authored
Switch to sassc-rails for faster stylesheet compilation Closes #18432 See merge request gitlab-org/gitlab-ce!26224
-
Evan Read authored
[docs] Clarify gitlab.rb settings for modifying pipeline schedule worker See merge request gitlab-org/gitlab-ce!27725
-
Stan Hu authored
Whitelist query limits for internal API Closes gitlab-ee#11450 See merge request gitlab-org/gitlab-ce!28037
-
Stan Hu authored
When creating a merge request for push options, there may be over 100 queries that are run to create a merge request. Even after we reduce the number of queries by disabling the Sidekiq jobs, it appears we still hover near this limit. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11450
-
Mike Lewis authored
Adjust how we do version text in docs See merge request gitlab-org/gitlab-ce!22894
-
Stan Hu authored
Add gitlab-managed option to clusters form Closes #56557 See merge request gitlab-org/gitlab-ce!26565
-
Mayra Cabrera authored
When this option is enabled, GitLab will create namespaces and service accounts as usual. When disabled, GitLab wont create any project specific kubernetes resources Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
-
- 02 May, 2019 22 commits
-
-
Evan Read authored
Document where Gitaly instance writes logs during rspec See merge request gitlab-org/gitlab-ce!28015
-
John Cai authored
-
Evan Read authored
Docs: update Pages - make user/group website See merge request gitlab-org/gitlab-ce!27903
-
Stan Hu authored
Use PostgreSQL 10.7 in tests See merge request gitlab-org/gitlab-ce!28020
-
Stan Hu authored
Schedule `git pack-refs` after push Closes #59715 See merge request gitlab-org/gitlab-ce!27826
-
Jan Provaznik authored
PackRefs is not an expensive gitaly call - we want to call it more often (than as part of full `gc`) because it helps to keep number of refs files small - too many refs file may be a problem for deployments with slow storage.
-
Stan Hu authored
Upgrade Gitaly to 1.40.0 See merge request gitlab-org/gitlab-ce!27968
-
John Cai authored
Includes catfile cache, as well as fixes to the catfile cache code that caused it to panic in Gitaly
-
Zac Sturgess authored
-
Douglas Barbosa Alexandre authored
Play all manual jobs in a stage Closes #28741 See merge request gitlab-org/gitlab-ce!27188
-
Mayra Cabrera authored
- Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
Douwe Maan authored
Update rebasing to use the new two-phase Gitaly Rebase RPC Closes gitlab-ee#5966 See merge request gitlab-org/gitlab-ce!27446
-
Luke Duncalfe authored
The new two-step Gitaly `Rebase` RPC yields the rebase commit SHA to the client before proceeding with the rebase. This avoids an issue where the rebase commit SHA was returned when the RPC had fully completed, and in some cases this would be after the Rails `post_receive` worker services had already run. In these situations, the merge request did not yet have its rebase_commit_sha attribute set introducing the possibility for bugs (such as previous approvals being reset). https://gitlab.com/gitlab-org/gitlab-ee/issues/5966
-
Douglas Barbosa Alexandre authored
Resolve "Drop "projects"."ci_id" column" Closes #27777 See merge request gitlab-org/gitlab-ce!27623
-
Douwe Maan authored
Remove the `comment_personal_snippet` permission Closes #56688 See merge request gitlab-org/gitlab-ce!27999
-
Douglas Barbosa Alexandre authored
Update Deployment Chat Message Closes #61038 See merge request gitlab-org/gitlab-ce!27972
-
Jason Goodman authored
Include link to user and commit title. Rearrange text
-
Andreas Brandl authored
Add packages_size to ProjectStatistics See merge request gitlab-org/gitlab-ce!27373
-
Alessio Caiazza authored
This new field will allow to keep track of the storage used by the packages features, it provides also aggregation at namespace level.
-
Andreas Brandl authored
[CE] Remove deprecated usage of `attribute_changed?` See merge request gitlab-org/gitlab-ce!27577
-
Douwe Maan authored
Update ENV vars syntax for reports.ci.yml See merge request gitlab-org/gitlab-ce!27771
-