- 01 Aug, 2017 1 commit
-
-
Lin Jen-Shin (godfat) authored
-
- 25 Jul, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 24 Jul, 2017 2 commits
-
-
Sean McGivern authored
The `members` table can have entries where `user_id: nil`, because people can invite group members by email. We never want to include those as members, because it might cause confusion with the anonymous (logged out) user.
-
Jarka Kadlecova authored
-
- 18 Jul, 2017 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
Also make sure pipeline would also check against tag as well
-
Lin Jen-Shin authored
-
- 17 Jul, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 07 Jul, 2017 2 commits
-
-
Kamil Trzcinski authored
-
Shinya Maeda authored
Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Basic BE change Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Implement CURD Rename codes related to VariableGroup and VariableProject FE part Remove unneccesary changes Make Fe code up-to-date Add protected flag to migration file Protected group variables essential package Update schema Improve doc Fix logic and spec for models Fix logic and spec for controllers Fix logic and spec for views(pre feature) Add feature spec Fixed bugs. placeholder. reveal button. doc. Add changelog Remove unnecessary comment godfat nice catches Improve secret_variables_for arctecture Fix spec Fix StaticAnlysys & path_regex spec Revert "Improve secret_variables_for arctecture" This reverts commit c3216ca212322ecf6ca534cb12ce75811a4e77f1. Use ayufan suggestion for secret_variables_for Use find instead of find_by Fix spec message for variable is invalid Fix spec remove variable.group_id = group.id godffat spec nitpicks Use include Gitlab::Routing.url_helpers for presenter spec
-
- 05 Jul, 2017 8 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 04 Jul, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 03 Jul, 2017 2 commits
-
-
Lin Jen-Shin authored
updating builds and updating pipelines. We check against being able to merge or push if the ref is protected.
-
Timothy Andrew authored
- Fix duplicate `prevent` declaration - Add spec for `GlobalPolicy`
-
- 30 Jun, 2017 1 commit
-
-
Timothy Andrew authored
- Use `GlobalPolicy` to authorize the users that a non-authenticated user can fetch from `/api/v4/users`. We allow access if the `Gitlab::VisibilityLevel::PUBLIC` visibility level is not restricted. - Further, as before, `/api/v4/users` is only accessible to unauthenticated users if the `username` parameter is passed. - Turn off `authenticate!` for the `/api/v4/users` endpoint by matching on the actual route + method, rather than the description. - Change the type of `current_user` check in `UsersFinder` to be more compatible with EE.
-
- 29 Jun, 2017 1 commit
-
-
http://jneen.net/ authored
-
- 27 Jun, 2017 1 commit
-
-
http://jneen.net/ authored
-
- 15 Jun, 2017 1 commit
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
-
- 13 Jun, 2017 1 commit
-
-
Kamil Trzcinski authored
Allow to access pipelines even if they are disabled, but only present jobs and commit statuses without giving ability to access them
-
- 08 Jun, 2017 3 commits
-
-
DJ Mountney authored
Fix visibility when referencing snippets See merge request !2101
-
DJ Mountney authored
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
DJ Mountney authored
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
- 05 Jun, 2017 1 commit
-
-
Sean McGivern authored
Previously, only group masters could do this. However, project reporters can manage project labels, so there doesn't seem to be any need to restrict group labels further. Also, save a query or two by getting a single GroupMember object to find out if the user is a master or not.
-
- 02 Jun, 2017 1 commit
-
-
Alexander Randa authored
-
- 31 May, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 10 May, 2017 1 commit
-
-
Douwe Maan authored
Refactor snippets finder & dont return internal snippets for external users See merge request !2094
-
- 08 May, 2017 1 commit
-
-
Sam Rose authored
-
- 07 May, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 05 May, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 03 May, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 02 May, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 01 May, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-