- 01 Aug, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 31 Jul, 2017 12 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
I might get the wrong impression that they cannot be created because locally I didn't have geo setup and I didn't realize they're also activerecord objects
-
Lin Jen-Shin authored
* ee/master: And end Squashed commit of the following: Trailing Spaces removed Moves the Performance Bar to the top instead of being at the bottom Fix remote mirror last_update_at nil error in view Adds restrict group owners to admins option to admin application settings dashboard Working File Locks Update CHANGELOG.md for 9.4.2 Update CHANGELOG-EE.md for 9.4.2-ee Converting it to true string if :file_locks available Merge issuable "reopened" state into "opened" Remove :remove_default_access_levels and use Replace autodeploy guide image to use blank namespace Latest Changes from CE applied Removed Path Locks from _tree_content.html.haml removed similar code fixed form submitting EE port of ph-inline-js Applied Patch of inline-js-removal-projects-other from CE Also removed Additional EE Inline Script on _tree_content.html.haml
-
Lin Jen-Shin authored
well with prepend. We need to backport this
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13054 We need to take care of CE -> EE better here
-
Lin Jen-Shin authored
-
Phil Hughes authored
EE Version of inline-js-removal-projects-other See merge request !2549
-
Kamil Trzciński authored
Port "Follow-up from "Allow to use cross project pipelines" ver 2" to EE See merge request !2555
-
Phil Hughes authored
[EE] Moves the Performance Bar to the top instead of being at the bottom See merge request !2472
-
Shinya Maeda authored
-
Shinya Maeda authored
commit dca9bd9e Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Jul 28 18:46:04 2017 +0900 Expand pipeline_trigger_service_spec by godfat request commit 2ea6915e Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Jul 28 18:16:46 2017 +0900 Fix revert miss commit 276c44bf Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Jul 28 00:38:26 2017 +0900 Fix static snalysys commit 8c4c310d Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Jul 28 00:33:41 2017 +0900 Revert "Move validate to begin/rescue block" This reverts commit 5ec3b63bfc6f341df040ae08be4858c7181bcacf. commit b59abf5b Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Jul 28 00:31:24 2017 +0900 Use let(:params) instead of def param commit 34d2b8e7 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Jul 27 23:09:30 2017 +0900 Use let(:pipeline) for variables spec in triggers_spec.rb commit a2a7fc1f Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Jul 27 22:47:18 2017 +0900 Remove is_a?(Hash) from unless params[:variables] in create_pipeline_variables commit 445f2135 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Jul 27 22:44:53 2017 +0900 Use bang for trigger.trigger_requests.create commit b3b8b595 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Jul 27 22:41:21 2017 +0900 Remove if pipeline.variables in Ci::Build#variables commit 48389e99 Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Jul 27 15:52:55 2017 +0900 Fix pipeline commit 19789154 Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Jul 26 22:58:31 2017 +0900 Move validate to begin/rescue block commit 1ad4efe6 Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Jul 26 18:44:49 2017 +0900 fix merge miss commit 56418e85 Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Jul 26 18:31:09 2017 +0900 init
-
- 29 Jul, 2017 1 commit
-
-
Tim Zallmann authored
-
- 28 Jul, 2017 26 commits
-
-
Douwe Maan authored
Fix remote mirror last_update_at nil error in view See merge request !2542
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Adds restrict group owners to admins option to admin application settings dashboard Closes #918 See merge request !2529
-
Lin Jen-Shin authored
-
Dmitriy Zaporozhets authored
Replace autodeploy guide image to use blank namespace Closes #3025 See merge request !2552
-
Tiago Botelho authored
-
Sean McGivern authored
EE: Merge issuable "reopened" state into "opened" See merge request !2492
-
Tiago Botelho authored
-
Tim Zallmann authored
-
Rémy Coutable authored
Make access level for protected tag factories less conflicting See merge request !2553
-
James Edwards-Jones authored
[ci skip]
-
James Edwards-Jones authored
[ci skip]
-
Tim Zallmann authored
-
Tim Zallmann authored
EE port of ph-inline-js See merge request !2543
-
Yorick Peterse authored
Having two states that essentially mean the same thing is very much like having a boolean "true" and boolean "mostly-true": it's rather silly. This commit merges the "reopened" state into the "opened" state while taking care of system notes still showing messages along the lines of "Alice reopened this issue". A big benefit from having only two states (opened and closed) is that indexing and querying becomes simpler and more performant. For example, to get all the opened queries we no longer have to query both states: SELECT * FROM issues WHERE project_id = 2 AND state IN ('opened', 'reopened'); Instead we can query a single state directly, which can be much faster: SELECT * FROM issues WHERE project_id = 2 AND state = 'opened'; Further, only having two states makes indexing easier as we will only ever filter (and thus scan an index) using a single value. Partial indexes could help but aren't supported on MySQL, complicating the development process and not being helpful for MySQL.
-
Lin Jen-Shin authored
* upstream/master: (231 commits) Global nav (9.0) UI improvement Remove Mattermost team with GitLab group resolve remaining eslint violations resolve eqeqeq, newline-per-chained-call, no-unused-vars, and no-else-return eslint violations resolve consistent-return eslint violation resolve prefer-template and quotes eslint violations resolve no-mixed-operators and no-return-assign eslint violations resolve comma-dangle and object-shorthand eslint violations resolve camelcase violations remove janky function binding in activity calendar class fix all eslint violations in user_tabs.js refactors git push service spec code Add remote IP, user ID and username to JSON lograge output Fix lograge exclusion in params section Modify/add some forgotten issues API documentation Default /merge_request API endpoint to `scope=created-by-me` Add top-level /merge_requests API endpoint Update server terminolgy to differentiate HA setups from Geo remove implied "GET" http method option remove needless brackets object accessor syntax ...
-
Lin Jen-Shin authored
`{ default_access_level: false }` instead. This would work better with CE codes
-
Rémy Coutable authored
Use `:empty_project` where possible in feature specs See merge request !13118
-
Rémy Coutable authored
[EE] Use `:empty_project` where possible in feature specs See merge request !2546
-
Douwe Maan authored
Remove Mattermost team with GitLab group Closes #30023 See merge request !11362
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
Global nav (9.0) UI improvement Closes #34921 See merge request !12772
-
Takuya Noguchi authored
-
Tim Zallmann authored
-
Sean McGivern authored
Support the fact that Gitaly uses bundler See merge request !13135
-
Douwe Maan authored
[Backport from EE] Refactors GitPushService spec code See merge request !13148
-