- 04 Jan, 2019 40 commits
-
-
Yorick Peterse authored
It's not entirely clear to me why we were ignoring db/schema.rb in the first place, but this should not be done now that we merge CE into EE automatically. Doing so can lead to changes being thrown away in the event of a conflict, which can then lead to EE pipelines failing.
-
Yorick Peterse authored
Don't ingore the `gitlab.pot` in ee_compat_check See merge request gitlab-org/gitlab-ce!24151
-
Stan Hu authored
Guarantee visually correct order of runners on the "Admin Area > Runners" page Closes #49791 See merge request gitlab-org/gitlab-ce!21627
-
Marcia Ramos authored
Documentation for Release page MVC Closes #41766 See merge request gitlab-org/gitlab-ce!23901
-
-
Bob Van Landuyt authored
If there are new strings in CE, they need to be added to EE manually. As the `locale/gitlab.pot` file can't be merged automatically during the upstream merge.
-
Kamil Trzciński authored
Support asset links creation in `POST /projects/:id/release` See merge request gitlab-org/gitlab-ce!24056
-
Achilleas Pipinellis authored
Mark references to openshift template as deprecated See merge request gitlab-org/gitlab-ce!24092
-
Balasankar "Balu" C authored
-
Clement Ho authored
Update @gitlab/svgs to latest version See merge request gitlab-org/gitlab-ce!24148
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
Fix coding style Improve coding style Decouple UPDATE and DELETE operations of asset links Rename links_attributes to assets:links Rename exposed param and updated spec
-
Shinya Maeda authored
Fix spec for mysql unique validation failure
-
Shinya Maeda authored
Releases::Source and Releases::Link are covered by tests
-
Shinya Maeda authored
-
Shinya Maeda authored
- Add Releases::Links model - Expose it in release API - Add integration tests
-
Achilleas Pipinellis authored
Deprecate Auto Deploy's quick start guide Closes #55853 See merge request gitlab-org/gitlab-ce!24096
-
Yorick Peterse authored
Green pipeline for feature freeze PROCESS See merge request gitlab-org/gitlab-ce!23809
-
Yorick Peterse authored
Specific CI indexes to avoid statement timeout. Closes #50763 See merge request gitlab-org/gitlab-ce!23188
-
Lukas Eipert authored
-
Kushal Pandya authored
Create shared gl-modal-vuex component and module See merge request gitlab-org/gitlab-ce!24140
-
Kushal Pandya authored
Resolve "Add "Submit feedback" in-product feedback link" Closes #43623 See merge request gitlab-org/gitlab-ce!23547
-
Kamil Trzciński authored
Make RBAC enabled by default for new clusters Closes #53696 See merge request gitlab-org/gitlab-ce!24119
-
Kushal Pandya authored
Made user_popovers_spec more stable See merge request gitlab-org/gitlab-ce!24145
-
Kamil Trzciński authored
Bring back reverted Gold Trial MR (CE backport) See merge request gitlab-org/gitlab-ce!23621
-
Kamil Trzciński authored
Use cheap operation for `Ci::Pipeline#all_merge_requests` Closes #54907 See merge request gitlab-org/gitlab-ce!24115
-
Kamil Trzciński authored
Add a comment on `Ci::Pipeline#git_ref` about merge request ref Closes #54908 See merge request gitlab-org/gitlab-ce!24114
-
Dylan Griffith authored
Many changes were also made to tests that expected this to default to false.
-
Douwe Maan authored
Only validate project visibility when it has changed Closes #55881 See merge request gitlab-org/gitlab-ce!24142
-
Kamil Trzciński authored
Merge branch '49056-configure-auto-devops-deployed-applications-with-secrets-that-aren-t-committed-to-the-repo' into 'master' Configure Auto DevOps deployed applications with secrets from prefixed CI variables See merge request gitlab-org/gitlab-ce!23719
-
Achilleas Pipinellis authored
Installation/Update guides for 11.7 See merge request gitlab-org/gitlab-ce!24109
-
Tim Zallmann authored
-
Sean McGivern authored
Remove redundant counts in snippets search Closes #44353 See merge request gitlab-org/gitlab-ce!23952
-
Sean McGivern authored
Support new issue creation by email without subaddressing Closes #29951 See merge request gitlab-org/gitlab-ce!23523
-
Sean McGivern authored
[CE] Don't run checks for changed refs when specific changes are unknown See merge request gitlab-org/gitlab-ce!23990
-
Stan Hu authored
On GitLab.com, there are hundreds of projects that have visibility levels that are inconsistent with the fork or group settings. Most likely, this happened during a GitLab project import because the validation was bypassed. Attempting to migrate these projects to hashed storage fails even though the migration doesn't touch the visibility settings. Skipping the visibility validation allows the migration to go through. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55881
-
Brandon Labuschagne authored
-